<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Clomosy | Forum : if olasılığının karşılanmaması</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : if olasılığının karşılanmaması]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 14:38:59 +0000</pubDate>
  <lastBuildDate>Wed, 08 May 2024 18:20:43 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.clomosy.com.tr/RSS_post_feed.asp?TID=588</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Clomosy | Forum]]></title>
   <url>https://forum.clomosy.com.tr/forum_images/logo.png</url>
   <link>https://forum.clomosy.com.tr/</link>
  </image>
  <item>
   <title><![CDATA[if olasılığının karşılanmaması : te&#351;ekk&#252;r ederim ben sola do&#287;ru...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=588&amp;PID=795#795</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=161">umutbilici</a><br /><strong>Konu:</strong> 588<br /><strong>Gönderim Zamanı:</strong> 08&nbsp;Mayıs&nbsp;2024 Saat 18:20<br /><br />teşekkür ederim ben sola doğru hareket ettiği için&nbsp;<span style="font-family: &quot;Courier New&quot;, Courier, mono; white-space: pre; : rgb251, 251, 253;">clAnimateFloat(resim1,'Position.X',resim1.Position.X - aradegeren / 2,2,1,0);</span><span style="font-family: &quot;Courier New&quot;, Courier, mono; white-space: pre; : rgb251, 251, 253;">koduyla alakalı bi sıkıntı olduğunu düşünmüştüm ona hiç dikkat etmemiştim </span>]]>
   </description>
   <pubDate>Wed, 08 May 2024 18:20:43 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=588&amp;PID=795#795</guid>
  </item> 
  <item>
   <title><![CDATA[if olasılığının karşılanmaması : Merhaba Umut,Kodu inceledim. Resmin...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=588&amp;PID=792#792</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=142">BilalCndn</a><br /><strong>Konu:</strong> 588<br /><strong>Gönderim Zamanı:</strong> 08&nbsp;Mayıs&nbsp;2024 Saat 11:56<br /><br />Merhaba Umut,<div><br></div><div>Kodu inceledim. Resmin boyutu 180(200-deger)e ulaşasıya kadar butona her tıkladığında 'else' kod bloğu çalışıyor. 180nin üzerine çıktığında ise en üstteki 'if' kısmı çalışıyor. Burada görselin yüksekliği 200 oluyor fakat görselin genişliği son değerinde sabit kalıyor. Bu sebeple butona her tıkladığında tekrar tekrar bu 'if' çalışıyor ve görselin boyutu değişmeden sadece konumu değişiyor. Yapman gereken değişiklik aşağıdaki gibidir.</div><div><br></div><div><table width="99%"><tr><td><pre class="BBcode">if(((deger&gt;200-resim1.Height) &amp;&amp; (200-resim1.Height&gt;0)) || ((deger&gt;200-resim1.Width) &amp;&amp; (200-resim1.Width&gt;0)) )&nbsp;</div><div>&nbsp; {</div><div>&nbsp; &nbsp;aradegerboy=200-resim1.Height;</div><div>&nbsp; &nbsp;aradegeren=200-resim1.Width;</div><div>&nbsp; &nbsp;clAnimateFloat(resim1,'Height',200,2,1,0);</div><div>&nbsp; &nbsp;clAnimateFloat(resim1,'Width',200,2,1,0); //Eklediğim satır</div><div>&nbsp; &nbsp;ShowMessage('Genişlik: ' + FloatToStr(resim1.Width) + ' Yükseklik: ' + FloatToStr(resim1.Height)); //Kontrol&nbsp;</div><div>&nbsp; &nbsp;clAnimateFloat(resim1,'Position.X',resim1.Position.X - aradegeren / 2,2,1,0);</div><div>&nbsp; &nbsp;clAnimateFloat(resim1,'Position.Y',resim1.Position.y - aradegerboy / 2,2,1,0);</div><div>&nbsp; &nbsp; //resim1.Height=200</div><div>&nbsp; &nbsp; //resim1.Width=200</div><div>&nbsp; &nbsp; //resim1.Position.X=resim1.Position.X - aradegeren / 2</div><div>&nbsp; &nbsp; //resim1.Position.Y=resim1.Position.Y - aradegerboy / 2</div><div>&nbsp; &nbsp; //ShowMessage(resim1.Height);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; }</pre></td></tr></table></div><div><br></div><div>Sorununun çözüme ulaşıp ulaşmadığı ile ilgili geri dönüşünü bekliyorum.</div><div>İyi çalışmalar diliyorum.</div>]]>
   </description>
   <pubDate>Wed, 08 May 2024 11:56:40 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=588&amp;PID=792#792</guid>
  </item> 
  <item>
   <title><![CDATA[if olasılığının karşılanmaması : butona bas&#305;l&#305;ncaa resmin animasyonlu...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=588&amp;PID=790#790</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=161">umutbilici</a><br /><strong>Konu:</strong> 588<br /><strong>Gönderim Zamanı:</strong> 07&nbsp;Mayıs&nbsp;2024 Saat 21:26<br /><br /><div>butona basılıncaa resmin animasyonlu şekilde büyümesini ve resmi aynı zamanda ortalamasını istediğim kod, resmin büyüklüğü en fazla 200 olması lazım ama 200 olduktan sonra sola gitmeye(sanırsam else altında olan clAnimateFloat(resim1,'Position.X',resim1.Position.X - deger / 2,2,1,0); kodu çalışıyor) devam ediyor yardımcı olur musunuz? (deger: 20)</div><div><br></div><div>void buyultme</div><div>var</div><div>sagdanposx,alttanposy,aradeger,aradegeren:Integer</div><div>{</div><div>sagdanposx=resim1.Position.X+resim1.Width</div><div>alttanposy=resim1.Position.Y+resim1.Height</div><div>&nbsp; if(((deger&gt;200-resim1.Height) &amp;&amp; (200-resim1.Height&gt;0)) || ((deger&gt;200-resim1.Width) &amp;&amp; (200-resim1.Width&gt;0)) )&nbsp;</div><div>&nbsp; {</div><div>&nbsp; &nbsp;aradegerboy=200-resim1.Height</div><div>&nbsp; &nbsp;aradegeren=200-resim1.Width</div><div>&nbsp; &nbsp;clAnimateFloat(resim1,'Height',200,2,1,0);</div><div>&nbsp; &nbsp;clAnimateFloat(resim1,'Position.X',resim1.Position.X - aradegeren / 2,2,1,0);</div><div>&nbsp; &nbsp;clAnimateFloat(resim1,'Position.Y',resim1.Position.y - aradegerboy / 2,2,1,0);</div><div>&nbsp; &nbsp; //resim1.Height=200</div><div>&nbsp; &nbsp; //resim1.Width=200</div><div>&nbsp; &nbsp; //resim1.Position.X=resim1.Position.X - aradegeren / 2</div><div>&nbsp; &nbsp; //resim1.Position.Y=resim1.Position.Y - aradegerboy / 2</div><div>&nbsp; &nbsp; //ShowMessage(resim1.Height);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; }</div><div>&nbsp; else if((resim1.Height+deger&gt;200) || (resim1.Width+deger&gt;200))</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('Büyütme Sınırına Ulaştınız!');</div><div>&nbsp; &nbsp; //ShowMessage(resim1.Height); //KONTROL</div><div>&nbsp; }</div><div>&nbsp; else if((resim1.Position.X&lt;deger) || (sagdanposx+20&gt;resimpanel.Width))</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('Sınırları Aşamazsınız!');</div><div>&nbsp; }</div><div>&nbsp; else if((resim1.Position.Y&lt;deger) || (alttanposy+20&gt;resimpanel.Height))</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('Sınırları Aşamazsınız!');</div><div>&nbsp; }</div><div>&nbsp; else</div><div>&nbsp; {</div><div>&nbsp; &nbsp; clAnimateFloat(resim1,'Height',resim1.Height+deger,2,1,0);</div><div>&nbsp; &nbsp; //resim1.Height=resim1.Height+deger</div><div>&nbsp; &nbsp; clAnimateFloat(resim1,'Width',resim1.Width+deger,2,1,0);</div><div>&nbsp; &nbsp; //resim1.Width=resim1.Width+deger</div><div>&nbsp; &nbsp; clAnimateFloat(resim1,'Position.X',resim1.Position.X - deger / 2,2,1,0);</div><div>&nbsp; &nbsp; //resim1.Position.X=resim1.Position.X - deger / 2</div><div>&nbsp; &nbsp; clAnimateFloat(resim1,'Position.Y',resim1.Position.Y - deger / 2,2,1,0);</div><div>&nbsp; &nbsp; //resim1.Position.Y=resim1.Position.Y - deger / 2</div><div>&nbsp; &nbsp; //ShowMessage(resim1.Height); //KONTROL</div><div>&nbsp; }</div><div>}</div>]]>
   </description>
   <pubDate>Tue, 07 May 2024 21:26:34 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=588&amp;PID=790#790</guid>
  </item> 
 </channel>
</rss>