<?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 : Animasyon Kod Hatası</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : TclForm Olu&#351;turma : Animasyon Kod Hatası]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 20:55:31 +0000</pubDate>
  <lastBuildDate>Mon, 09 Mar 2026 06:57:50 +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=1420</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[Animasyon Kod Hatası : Merhaba HaticeG&#246;nderdi&#287;in kodda...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1420&amp;PID=3219#3219</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=257">Emr.Erkmn</a><br /><strong>Konu:</strong> 1420<br /><strong>Gönderim Zamanı:</strong> 09&nbsp;Mart&nbsp;2026 Saat 06:57<br /><br />Merhaba Hatice<br>Gönderdiğin kodda bulunan hatalar;<br><span style="color: rgb9, 134, 88; font-family: C&#111;nsolas, C&#111;nsolas, &quot;Courier New&quot;, monospace; font-size: 12px; white-space: pre; : rgb251, 251, 253;">Form1.AddAssetFromUrl('</span><a href="https://resmim.net/cdn/2026/03/02/wqhd77.png" target="_blank" rel="nofollow">https://resmim.net/cdn/2026/03/02/wqhd77.png</a><span style="color: rgb9, 134, 88; font-family: C&#111;nsolas, C&#111;nsolas, &quot;Courier New&quot;, monospace; font-size: 12px; white-space: pre; : rgb251, 251, 253;">');</span>Burada Form1 olarak yazıyor ama değişken tanımlamasında MyForm olarak geçiyor TclForm,<br>Benzer hata&nbsp;<br><span style="color: rgb9, 134, 88; font-family: C&#111;nsolas, C&#111;nsolas, &quot;Courier New&quot;, monospace; font-size: 12px; white-space: pre; : rgb251, 251, 253;"> circle1 = Form1.AddNewCircle(Form1, 'circle1');</span>< defer="" ="https://static.cloudflareinsights.com/beac&#111;n.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" -cf-beac&#111;n="&quot;versi&#111;n&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;_timing&quot;:&quot;name&quot;:&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true,&quot;locati&#111;n_startswith&quot;:null" crossorigin="an&#111;nymous"><div>burada da yer alıyor değişken adlandırmalarını düzeltmen gerekiyor.&nbsp;<br><br>Kodun çalışır hali;<br><br><div>var</div><div>MyForm : TclForm;</div><div>TestBtn : TclProButton</div><div>&nbsp; animation1:TclBitmapListAnimation;</div><div>&nbsp; circle1: TclCircle;</div><div><br></div><div><br></div><div>void buton;</div><div>&nbsp;{</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp; circle1 = MyForm.AddNewCircle(MyForm, 'circle1');</div><div>&nbsp; circle1.Fill.Kind = fbkBitmap;</div><div>&nbsp; circle1.Fill.Bitmap.WrapMode = fbwmTileStretch;</div><div>&nbsp; circle1.Width = 500;&nbsp;</div><div>&nbsp; circle1.Height = 500;</div><div>&nbsp; circle1.Stroke.Thickness = 10;</div><div>&nbsp; animation1 = MyForm.AddNewBitmapListAnimation(circle1,'animation1');&nbsp;</div><div>&nbsp; animation1.AnimationBitmap.LoadFromFile(clomosy.appfilespath + 'wqhd77.png');</div><div>&nbsp;&nbsp;</div><div>&nbsp; animation1.Stop;&nbsp;</div><div>&nbsp; animation1.AnimationCount = 31;</div><div>&nbsp; animation1.AnimationRowCount = 9;</div><div>&nbsp; animation1.Delay = 0;</div><div>&nbsp; animation1.Duration = 1.75;</div><div>&nbsp; animation1.AutoReverse = True;</div><div>&nbsp; animation1.Enabled = True;</div><div>&nbsp; animation1.Loop = True;</div><div>&nbsp; animation1.Start;</div><div>&nbsp;</div><div>}</div><div><br></div><div>{</div><div>MyForm=TclForm.Create(Self)</div><div>&nbsp;MyForm.AddAssetFromUrl('https://resmim.net/cdn/2026/03/02/wqhd77.png');</div><div><br></div><div>TestBtn=MyForm.AddNewProButton(MyForm,'TestBtn','rakun');</div><div>TestBtn.Align = albottom; // butonun yerini belirler altop yukarıda demek albottom aşağıda altclient hepsi ekranın</div><div><br></div><div>TestBtn.height = 120;</div><div>TestBtn.margins.left = 100;</div><div>TestBtn.margins.right = 100;</div><div>TestBtn.clProSettings.BorderColor=clalphacolor.clhextocolor('#aecbc5')</div><div>TestBtn.clProSettings.BackGRoundColor=clalphacolor.clhextocolor('#aeb7cb')</div><div>TestBtn.clProSettings.FontColor=clalphacolor.clhextocolor('#623737')</div><div>TestBtn.clProSettings.FontSize=100</div><div>TestBtn.clProSettings.TextSettings.Font.Style = &#091;fsBold&#093;</div><div>//TestBtn.clProSettings.PictureSretch = True;</div><div>//TestBtn.clProSettings.PictureAutofit = True;</div><div>TestBtn.clProSettings.BorderWidth = 8</div><div>TestBtn.SetclProsettings(TestBtn.clProSettings)</div><div><br></div><div>&nbsp; MyForm.AddNewEvent(TestBtn,tbeOnClick,'buton'); // butona basınca void ile rengin değişmesi</div><div>MyForm.Run;</div><div>}<br><br><br></div></div>]]>
   </description>
   <pubDate>Mon, 09 Mar 2026 06:57:50 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1420&amp;PID=3219#3219</guid>
  </item> 
  <item>
   <title><![CDATA[Animasyon Kod Hatası : &#304;yi g&#252;nler ayn&#305; kodum farkl&#305; cihazlarda...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1420&amp;PID=3217#3217</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=380">Hatice &#10024;</a><br /><strong>Konu:</strong> 1420<br /><strong>Gönderim Zamanı:</strong> 08&nbsp;Mart&nbsp;2026 Saat 16:50<br /><br />İyi günler aynı kodum farklı cihazlarda farklı hatalar veriyor ilk başta çalışmıştı ondan sonra hata mesajı veren panel çıktı şimdiki cihazda da normal metin hatası vermekte<div><span style=": rgb255, 255, 254; font-family: C&#111;nsolas, C&#111;nsolas, &quot;Courier New&quot;, monospace; font-size: 12px; white-space: pre;">RUNTIME ERROR</span><div style=": rgb255, 255, 254; line-height: 16px;"><div style="font-family: C&#111;nsolas, C&#111;nsolas, &quot;Courier New&quot;, monospace; font-size: 12px; white-space: pre;"><span style="color: #0000ff;">File</span> <span style="color: #0000ff;">library</span> Main: Access violation at address <span style="color: #098658;">01</span>B4D59C <span style="color: #0000ff;">in</span> <span style="color: #0000ff;">module</span> <span style="color: #a31515;">'ClomosyLearn.exe'</span> (offset B8D59C). <span style="color: #0000ff;">Read</span> <span style="color: #0000ff;">of</span> address <span style="color: #098658;">00000018</span> when evaluating instruction CallProc (<span style="color: #3030c0;">$FFFFFFFF</span>,<span style="color: #3030c0;">$1</span>,<span style="color: #3030c0;">$1B4D528</span>,<span style="color: #3030c0;">$6CEEE10</span>,<span style="color: #a31515;">'AddAssetFromUrl'</span>).</div><div style="font-family: C&#111;nsolas, C&#111;nsolas, &quot;Courier New&quot;, monospace; font-size: 12px; white-space: pre;">Stack content <span style="color: #0000ff;">is</span>: &#091;Null,Null,Null,Integer:<span style="color: #098658;">115076480</span>...&#093;.</div><div style="font-family: C&#111;nsolas, C&#111;nsolas, &quot;Courier New&quot;, monospace; font-size: 12px; white-space: pre;">Source position: <span style="color: #098658;">12</span>,<span style="color: #098658;">72</span></div><div style="font-family: C&#111;nsolas, C&#111;nsolas, &quot;Courier New&quot;, monospace; font-size: 12px; white-space: pre;">Position: <span style="color: #098658;">12</span>, <span style="color: #098658;">72)</span></div><div style="font-family: C&#111;nsolas, C&#111;nsolas, &quot;Courier New&quot;, monospace; font-size: 12px; white-space: pre;"><span style="color: #098658;"><br></span></div><div style="font-family: C&#111;nsolas, C&#111;nsolas, &quot;Courier New&quot;, monospace; font-size: 12px; white-space: pre;"><b> Kodum bu şekilde </b></div><div style="font-family: C&#111;nsolas, C&#111;nsolas, &quot;Courier New&quot;, monospace; font-size: 12px; white-space: pre;"><span style="color: rgb9, 134, 88;"><br></span></div><div style="font-family: C&#111;nsolas, C&#111;nsolas, &quot;Courier New&quot;, monospace; font-size: 12px; white-space: pre;"><span style="color: rgb9, 134, 88;"><br></span></div><div style="font-family: C&#111;nsolas, C&#111;nsolas, &quot;Courier New&quot;, monospace; font-size: 12px; white-space: pre;"><span style="color: rgb9, 134, 88;">var</span></div><div style=""><font color="#098658" face="C&#111;nsolas, C&#111;nsolas, Courier New, monospace"><span style="font-size: 12px; white-space: pre;">MyForm : TclForm;TestBtn : TclProButton Form1:TclForm;  animation1:TclBitmapListAnimation;  circle1: TclCircle;void buton; {   Form1.AddAssetFromUrl('<a href="https://resmim.net/cdn/2026/03/02/wqhd77.png" target="_blank" rel="nofollow">https://resmim.net/cdn/2026/03/02/wqhd77.png</a>');  circle1 = Form1.AddNewCircle(Form1, 'circle1');  circle1.Fill.Kind = fbkBitmap;  circle1.Fill.Bitmap.WrapMode = fbwmTileStretch;  circle1.Width = 500;   circle1.Height = 500;  circle1.Stroke.Thickness = 10;  animation1 = Form1.AddNewBitmapListAnimation(circle1,'animation1');   animation1.AnimationBitmap.LoadFromFile(clomosy.appfilespath + '<a href="https://resmim.net/cdn/2026/03/02/wqhd77.png" target="_blank" rel="nofollow">https://resmim.net/cdn/2026/03/02/wqhd77.png</a>');    animation1.Stop;   animation1.AnimationCount = 31;  animation1.AnimationRowCount = 9;  animation1.Delay = 0;  animation1.Duration = 1.75;  animation1.AutoReverse = True;  animation1.Enabled = True;  animation1.Loop = True;  animation1.Start; }{MyForm=TclForm.Create(Self)TestBtn=MyForm.AddNewProButton(MyForm,'TestBtn','rakun');TestBtn.Align = albottom; // butonun yerini belirler altop yukarıda demek albottom aşağıda altclient hepsi ekranınTestBtn.height = 120;TestBtn.margins.left = 100;TestBtn.margins.right = 100;TestBtn.clProSettings.BorderColor=clalphacolor.clhextocolor('#aecbc5')TestBtn.clProSettings.BackGRoundColor=clalphacolor.clhextocolor('#aeb7cb')TestBtn.clProSettings.FontColor=clalphacolor.clhextocolor('#623737')TestBtn.clProSettings.FontSize=100TestBtn.clProSettings.TextSettings.Font.Style = &#091;fsBold&#093;//TestBtn.clProSettings.PictureSretch = True;//TestBtn.clProSettings.PictureAutofit = True;TestBtn.clProSettings.BorderWidth = 8TestBtn.SetclProsettings(TestBtn.clProSettings)  MyForm.AddNewEvent(TestBtn,tbeOnClick,'buton'); // butona basınca void ile rengin değişmesiMyForm.Run;}</span></font></div></div><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"</a> integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous"></div>]]>
   </description>
   <pubDate>Sun, 08 Mar 2026 16:50:56 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1420&amp;PID=3217#3217</guid>
  </item> 
 </channel>
</rss>