<?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 : Image</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : Image]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 13:00:32 +0000</pubDate>
  <lastBuildDate>Fri, 17 May 2024 21:37:46 +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=594</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[Image : denedim fakat ayn&#305; hatay&#305; al&#305;yorum....]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=594&amp;PID=826#826</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=159">emre.gungor01</a><br /><strong>Konu:</strong> 594<br /><strong>Gönderim Zamanı:</strong> 17&nbsp;Mayıs&nbsp;2024 Saat 21:37<br /><br />denedim fakat aynı hatayı alıyorum. acaba kodlarımda bulunan testImg.Visible = False; olduğundan dolayı mı? Aynı hatayı randomColor oluştururken de aldım çünkü onda da enabled kısmı false true yapınca çalışıyor.]]>
   </description>
   <pubDate>Fri, 17 May 2024 21:37:46 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=594&amp;PID=826#826</guid>
  </item> 
  <item>
   <title><![CDATA[Image : Merhaba EmreKodunu farkl&#305; cihazlarda...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=594&amp;PID=823#823</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=106">Developer</a><br /><strong>Konu:</strong> 594<br /><strong>Gönderim Zamanı:</strong> 17&nbsp;Mayıs&nbsp;2024 Saat 11:50<br /><br />Merhaba Emre&nbsp;<div>Kodunu farklı cihazlarda testtim. Herhangi bir hata almadım. Muhtemelen butonun yer değiştirdiği için üst üste gelme olmuştur. Bunu engellemen gerekiyor. Bunu yapmak için de buton yer değiştirdiğinde konumlar üst üste geliyor mu diye bir kontrol yapman gerekiyor.</div><div>İyi Çalışmalar</div>]]>
   </description>
   <pubDate>Fri, 17 May 2024 11:50:36 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=594&amp;PID=823#823</guid>
  </item> 
  <item>
   <title><![CDATA[Image : Merhabalar, oyunumda ortadaki...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=594&amp;PID=820#820</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=159">emre.gungor01</a><br /><strong>Konu:</strong> 594<br /><strong>Gönderim Zamanı:</strong> 16&nbsp;Mayıs&nbsp;2024 Saat 20:01<br /><br />Merhabalar, oyunumda ortadaki yuvarlağımın içerisinde yazan sayı bastıkça artacak şekilde ayarladım fakat ben btn1.Text özelliği 25.sayıya geldiğinde ekranın random bir yerinde süre gibi bir görsel ekledim buda testImg olarak geçiyor çıkmasını tıkladığımda kaybolmasını ve&nbsp;btn1.Text 25.sayıya gelene kadar çıkmasını istiyordum. Visible özelliği görünür yapıyor evet event özelliğide ekledim fakat bir yerde hata alıyorum&nbsp;btn1.Text 25 e geldiğinde ekranda sürem görünmüyor. Bunu nasıl yapabilirim?<div><br></div><div>Kodlar;<br><div><br></div><div><div>Var</div><div>&nbsp; AnaForm:TclForm;</div><div>&nbsp; btn1 : TClProButton;</div><div>&nbsp; Zaman : TCLTimer;</div><div>&nbsp; sayac:Integer;</div><div>&nbsp;&nbsp;</div><div>&nbsp; oyunzaman:TCLTimer;</div><div>&nbsp; sayac1:Integer;</div><div>&nbsp; lblTimer: TCLLabel;</div><div>&nbsp;&nbsp;</div><div>&nbsp; testImg: TCLImage;&nbsp; //random yerlerde belirli zamanda görsel çıkartıyor. //EKSURE İÇİN KULLANDIM.</div><div>&nbsp;&nbsp;</div><div>void eksure</div><div>{</div><div>&nbsp; if(IntToStr(btn1.Text)==25)</div><div>&nbsp; {</div><div>&nbsp; testImg.Visible=True;</div><div>&nbsp; sayac1 = sayac1+5;</div><div>&nbsp; }</div><div>}</div><div>void zamanlayici;</div><div>{</div><div>&nbsp; sayac = sayac + 1;</div><div>&nbsp; oyunzaman.Enabled=True;</div><div>&nbsp; btn1.Text = IntToStr(sayac);</div><div>&nbsp;&nbsp;</div><div>&nbsp; if(sayac == 25)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; AnaForm.SetFormColor('#23c7c5','',clGNone);</div><div>&nbsp; &nbsp; sayac1 = sayac1 + 3;</div><div>&nbsp; &nbsp; btn1.Position.X = Abs((Random() * AnaForm.clWidth) - btn1.Width);</div><div>&nbsp; &nbsp; btn1.Position.Y = Abs((Random() * AnaForm.clHeight) - btn1.Height);</div><div>&nbsp; &nbsp; testImg.Position.X = Abs((Random() * AnaForm.clWidth) - testImg.Width);</div><div>&nbsp; &nbsp; testImg.Position.Y = Abs((Random() * AnaForm.clHeight) - testImg.Height);</div><div>&nbsp; }</div><div>&nbsp;&nbsp;</div><div>&nbsp; if(sayac == 72)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; AnaForm.SetFormColor('#e01f1f','',clGNone);</div><div>&nbsp; &nbsp; sayac1 = sayac1 + 5;</div><div>&nbsp; &nbsp; btn1.Position.X = Abs((Random() * AnaForm.clWidth) - btn1.Width);</div><div>&nbsp; &nbsp; btn1.Position.Y = Abs((Random() * AnaForm.clHeight) - btn1.Height);</div><div>&nbsp; }</div><div>&nbsp;&nbsp;</div><div>&nbsp; if(sayac == 100)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; AnaForm.SetFormColor('#cfeb00','#db7edd',clGHorizontal);</div><div>&nbsp; &nbsp; sayac1 = sayac1 + 7;</div><div>&nbsp; &nbsp; btn1.Position.X = Abs((Random() * AnaForm.clWidth) - btn1.Width);</div><div>&nbsp; &nbsp; btn1.Position.Y = Abs((Random() * AnaForm.clHeight) - btn1.Height);</div><div>&nbsp; }</div><div>}</div><div><br></div><div>void sure;</div><div>{</div><div>&nbsp; if(sayac1 == 0)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; oyunzaman.Enabled = False;</div><div>&nbsp; &nbsp; lblTimer.caption = IntToStr(sayac1);</div><div>&nbsp; &nbsp; //sayac1=20;&nbsp; // GEREKLİ OLDUĞUNDA AÇILACAK.</div><div>&nbsp; &nbsp; ShowMessage('Süreniz Doldu!');</div><div>&nbsp; &nbsp; ShowMessage('Puanınız: ' + IntToStr(sayac));</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; }</div><div>&nbsp; else</div><div>&nbsp; {</div><div>&nbsp; &nbsp; lblTimer.caption=IntToStr(sayac1);</div><div>&nbsp; &nbsp; Dec(sayac1);</div><div>&nbsp; }</div><div>}</div><div><br></div><div>&nbsp;&nbsp;</div><div>&nbsp;{</div><div>&nbsp; &nbsp;sayac=0;</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;sayac1=35;</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;AnaForm = TclForm.Create(Self);</div><div>&nbsp; &nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; oyunzaman=AnaForm.AddNewTimer(AnaForm,'oyunzaman',1000);</div><div>&nbsp; oyunzaman.Enabled=False;</div><div>&nbsp; AnaForm.AddNewEvent(oyunzaman,tbeOnTimer,'sure');</div><div>&nbsp;&nbsp;</div><div>&nbsp; lblTimer=AnaForm.AddNewLabel(AnaForm,'lblTimer','');</div><div>&nbsp; lblTimer.StyledSettings = ssFamily;</div><div>&nbsp; lblTimer.TextSettings.Font.Size = 35;</div><div>&nbsp; lblTimer.Align = alTop;</div><div>&nbsp; lblTimer.Height=50;</div><div>&nbsp; lblTimer.Width=50;</div><div>&nbsp; lblTimer.Margins.Left = 170;</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; &nbsp;AnaForm.SetFormColor('#52504d','',clGNone);&nbsp;</div><div>&nbsp; &nbsp;btn1 = AnaForm.AddNewProButton(AnaForm,'btn1','SAYAC');</div><div>&nbsp; &nbsp;testImg = AnaForm.AddNewImage(AnaForm,'testImg');</div><div>&nbsp;&nbsp;</div><div>&nbsp; &nbsp;btn1.Align = alNone; //Böyle yaparak butonu sabitlemiş oluyorum.</div><div>&nbsp; &nbsp;btn1.Width = 100;</div><div>&nbsp; &nbsp;btn1.Height = 100;</div><div>&nbsp; &nbsp;btn1.Position.X = (AnaForm.clWidth / 2) - (btn1.Width / 2);&nbsp; //konum1.</div><div>&nbsp; &nbsp;btn1.Position.Y = (AnaForm.clHeight / 2) - (btn1.Width / 2); // konum2.</div><div>&nbsp; &nbsp;</div><div>&nbsp; AnaForm.SetImage(testImg,'<a href="https://cdn2.ic&#111;nfinder.com/data/ic&#111;ns/chess-58/377/Time-256.png" target="_blank" rel="nofollow">https://cdn2.iconfinder.com/data/icons/chess-58/377/Time-256.png</a>');</div><div>&nbsp; testImg.Align = alNone;</div><div>&nbsp; testImg.Height = 30;</div><div>&nbsp; testImg.Width = 30;</div><div>&nbsp; testImg.Visible=False;</div><div>&nbsp; testImg.Position.X = (AnaForm.clWidth / 2) - (testImg.Width / 2);&nbsp; //testImg konum1.</div><div>&nbsp; testImg.Position.Y = (AnaForm.clHeight / 2) - (testImg.Width / 2); //testImg konum2.</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;btn1.clProSettings.BorderColor = clAlphaColor.clHexToColor('#a0a3b1');</div><div>&nbsp; &nbsp;btn1.clProSettings.FontColor = clAlphaColor.clHexToColor('#050505');</div><div>&nbsp; &nbsp;btn1.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#ffffff');</div><div>&nbsp; &nbsp;btn1.clProSettings.IsTransparent = False;</div><div>&nbsp; &nbsp;btn1.clProSettings.FontSize = 12;</div><div>&nbsp; &nbsp;btn1.clProSettings.FontVertAlign = palcenter;//palLeading , palCenter , palTrailing</div><div>&nbsp; &nbsp;btn1.clProSettings.FontHorzAlign = palCenter;</div><div>&nbsp; &nbsp;btn1.clProSettings.IsFill = True;&nbsp;</div><div>&nbsp; &nbsp;btn1.clProSettings.IsRound = True;</div><div>&nbsp; &nbsp;btn1.clProSettings.RoundHeight = 50;</div><div>&nbsp; &nbsp;btn1.clProSettings.RoundWidth = 50;</div><div>&nbsp; &nbsp;btn1.clProSettings.BorderWidth = 3;</div><div>&nbsp; &nbsp;btn1.SetclProSettings(btn1.clProSettings);</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;AnaForm.AddNewEvent(btn1,tbeOnClick,'zamanlayici');</div><div>&nbsp; &nbsp;AnaForm.AddNewEvent(testImg,tbeOnClick,'eksure');</div><div>&nbsp; &nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; &nbsp;AnaForm.Run;</div><div>&nbsp;</div><div>&nbsp;}</div></div></div>]]>
   </description>
   <pubDate>Thu, 16 May 2024 20:01:35 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=594&amp;PID=820#820</guid>
  </item> 
 </channel>
</rss>