<?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 : ekran sorunu</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : ekran sorunu]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 07 Jul 2026 14:44:55 +0000</pubDate>
  <lastBuildDate>Tue, 07 Jul 2026 11:00:52 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>https://forum.clomosy.com.tr/RSS_post_feed.asp?TID=1595</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[ekran sorunu : Merhaba Barthez&#304;ki temel hatan...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1595&amp;PID=3682#3682</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> 1595<br /><strong>Gönderim Zamanı:</strong> 07&nbsp;Temmuz&nbsp;2026 Saat 11:00<br /><br />Merhaba Barthez&nbsp;<br><br>İki temel hatan mevcut.&nbsp;<br>Biri değişken tanımlarken&nbsp;testListView=TCLListView; atama operatörünü kullanman<br>testListView : TCLListView; olması gerekiyordu&nbsp;<br><br>Bir diğeri de&nbsp;&nbsp; testListView = anaForm.AddNewListView(MyForm,'testListView'); ilgili satır da myform olarak geçiyor formun adı ama değişkenler de tanımlarken anaform şeklinde tanımlamışsın.&nbsp;<br>Bunları düzeltince kod çalışıyor<a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496"</a> integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" 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">]]>
   </description>
   <pubDate>Tue, 07 Jul 2026 11:00:52 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1595&amp;PID=3682#3682</guid>
  </item> 
  <item>
   <title><![CDATA[ekran sorunu : //ShowMessage(&amp;#039;Hello world&amp;#039;);//Degisken...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1595&amp;PID=3681#3681</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=476">Barthe_dev</a><br /><strong>Konu:</strong> 1595<br /><strong>Gönderim Zamanı:</strong> 07&nbsp;Temmuz&nbsp;2026 Saat 10:40<br /><br /><div>//ShowMessage('Hello world');</div><div><br></div><div><br></div><div>//Degisken deger atma</div><div>/*var</div><div>&nbsp; sayi: Integer;</div><div>&nbsp; {</div><div>&nbsp; &nbsp; sayi=10;</div><div>&nbsp; &nbsp; ShowMessage(sayi);</div><div>&nbsp; }</div><div>*/</div><div><br></div><div>/*var&nbsp;</div><div>sayi1,sayi2:Integer;</div><div>{</div><div>&nbsp; sayi1=50;</div><div>&nbsp; sayi2=60;</div><div>&nbsp; ShowMessage(sayi2+sayi1);</div><div>}*/</div><div><br></div><div>/*var&nbsp;</div><div>i:Integer</div><div>{</div><div>&nbsp; for(i=1 to 7)</div><div>&nbsp; ShowMessage(i*2)</div><div>}*/</div><div><br></div><div>/*var&nbsp;</div><div>i,fac:Integer;</div><div>{</div><div>&nbsp; fac=1;</div><div>&nbsp; for(i=1 to 7)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; fac=fac*i;</div><div>&nbsp; }</div><div>&nbsp; ShowMessage(fac);</div><div>}*/</div><div><br></div><div>/*const&nbsp;</div><div>pi=3;</div><div>function yaricapi(r:Integer):Integer</div><div>{</div><div>&nbsp; Result=((r*r)*pi)</div><div>}</div><div>{</div><div>&nbsp; ShowMessage(yaricapi(5));</div><div>}*/</div><div><br></div><div><br></div><div>var&nbsp;</div><div>anaForm : TCLForm;</div><div>testBtn:TCLProButton;</div><div>testCheckBox,testCheckBox2 : TClCheckBox;</div><div>testCombo : TClComboBox;</div><div>testEdit : TclEdit;</div><div>testButtonX,testButtonY:TCLButton;</div><div>counter:Integer;</div><div>horizontalscrolllbox:TCLHorzScrollBox;</div><div>verticalscrollbox:TCLVertScrollBox;</div><div>testListView=TCLListView;</div><div>&nbsp;void ButtonClicked;</div><div>&nbsp;{</div><div>&nbsp; &nbsp;testCheckBox.isChecked = not testCheckBox.isChecked;</div><div>&nbsp; &nbsp;testCheckBox2.isChecked = not testCheckBox2.isChecked;</div><div>&nbsp;}</div><div>&nbsp;</div><div>&nbsp; void ComboSelected;</div><div>&nbsp;var</div><div>&nbsp; &nbsp;strValue,strKey,strKey2 : String;</div><div>&nbsp;{</div><div>&nbsp; &nbsp;strValue = testCombo.GetValueIndex(testCombo.ItemIndex);</div><div>&nbsp; &nbsp;strKey = testCombo.GetItemIndex(testCombo.ItemIndex);</div><div>&nbsp; &nbsp;strKey2 = testCombo.Items&#091;testCombo.ItemIndex&#093;;</div><div><br></div><div>&nbsp; &nbsp;ShowMessage('strValue : '+strValue); //value1</div><div>&nbsp; &nbsp;ShowMessage('strKey : '+strKey); //key</div><div>&nbsp; &nbsp;ShowMessage('strKey2 : '+strKey2); //key</div><div>&nbsp; &nbsp;ShowMessage('testCombo.ItemIndex : '+IntToStr(testCombo.ItemIndex)); //index&nbsp;</div><div>&nbsp;}</div><div>&nbsp;</div><div>&nbsp;void OnClickmessage;</div><div>&nbsp;{</div><div>&nbsp; &nbsp;ShowMessage('My first&nbsp; button demo on clomosy');</div><div>&nbsp;}</div><div><br></div><div>{</div><div>&nbsp; anaForm=TCLForm.create(self);</div><div>&nbsp; testBtn=anaForm.AddNewProButton(anaForm,'TestBtn', 'Tikla');</div><div>&nbsp; testBtn.Align = alCenter;</div><div>&nbsp; testBtn.Height = 50;</div><div>&nbsp; testBtn.Width = 100;</div><div>&nbsp; testBtn.clProSettings.BackgroundColor= clAlphaColor.clHextoColor ('#c02121');</div><div>&nbsp; anaForm.AddNewEvent(testBtn,tbeOnClick,'OnClickmessage');</div><div>&nbsp;&nbsp;</div><div>&nbsp; testBtn.SetclProSettings(testBtn.clProSettings)</div><div>&nbsp;&nbsp;</div><div>&nbsp; testCheckBox = anaForm.AddNewCheckBox(anaForm,'testCheckBox','Reading book');</div><div>&nbsp; testCheckBox.StyledSettings = ssFamily;</div><div>&nbsp; testCheckBox.TextSettings.Font.Size=15;</div><div>&nbsp; testCheckBox.TextSettings.FontColor = clAlphaColor.clHexToColor('#272643');</div><div>&nbsp; testCheckBox.Align = alTop;</div><div>&nbsp; testCheckBox.Height = 30;</div><div>&nbsp; &nbsp;</div><div>&nbsp; testCheckBox2 = anaForm.AddNewCheckBox(anaForm,'testCheckBox2','Watching movie');</div><div>&nbsp; testCheckBox2.StyledSettings = ssFamily;</div><div>&nbsp; testCheckBox2.TextSettings.Font.Size=15;</div><div>&nbsp; testCheckBox2.TextSettings.FontColor = clAlphaColor.clHexToColor('#272643');</div><div>&nbsp; testCheckBox2.Align = alTop;</div><div>&nbsp; testCheckBox2.Height = 30;</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; testCombo = anaForm.AddNewComboBox(anaForm,'testCombo');</div><div>&nbsp;testCombo.Align = alTop;</div><div>&nbsp;testCombo.Width = 150;</div><div>&nbsp;testCombo.Margins.Top=10;</div><div>&nbsp;testCombo.Margins.Left =50;</div><div>&nbsp;testCombo.Margins.Right =50;</div><div><br></div><div>&nbsp;testCombo.AddItem('Monday','01');</div><div>&nbsp;testCombo.AddItem('Tuesday','02');</div><div>&nbsp;testCombo.AddItem('Wednesday','03');</div><div>&nbsp;testCombo.AddItem('Thursday','04');</div><div>&nbsp;testCombo.AddItem('Friday','05');</div><div>&nbsp;testCombo.AddItem('Saturday','06');</div><div>&nbsp;testCombo.AddItem('Sunday','07');</div><div>&nbsp;</div><div>&nbsp;testEdit= anaForm.AddNewEdit(anaForm,'testEdit','Write something');</div><div>&nbsp;testEdit.TextSettings.Font.Size=70;</div><div>&nbsp;testEdit.Align = alTop;</div><div>&nbsp;testEdit.Margins.Top= 10;&nbsp;</div><div>&nbsp;testEdit.Height = 50;</div><div>&nbsp;</div><div>&nbsp;horizontalscrolllbox=anaForm.AddNewHorzScrollBox(anaForm,'ScrollBoxX');</div><div>&nbsp;horizontalscrolllbox.Align=alMostTop;</div><div>&nbsp;horizontalscrolllbox.Height=50</div><div>&nbsp;</div><div>&nbsp;verticalscrollbox=anaForm.AddNewVertScrollBox(anaForm,'ScrollBoxY');</div><div>&nbsp;verticalscrollbox.Align=alMostTop;</div><div>&nbsp;verticalscrollbox.Height=150</div><div>&nbsp;</div><div>&nbsp;for (counter=1 to 15)</div><div>&nbsp;{</div><div>&nbsp; &nbsp;testButtonX=anaForm.AddNewButton(horizontalscrolllbox,'testButtonX'+IntToStr(counter), 'ButtonX'+IntToStr(counter));</div><div>&nbsp; &nbsp;testButtonX.Align=alLeft;</div><div>&nbsp; &nbsp;testButtonX.Height=50;</div><div>&nbsp; &nbsp;testButtonX.StyledSettings=ssFamily;</div><div>&nbsp; &nbsp;testButtonX.TextSettings.FontColor=clAlphaColor.clHexToColor('#2c867c')</div><div>&nbsp;}</div><div>&nbsp;for (counter=1 to 15)</div><div>&nbsp;{</div><div>&nbsp; &nbsp;testButtonY=anaForm.AddNewButton(verticalscrollbox,'testButtonY'+IntToStr(counter), 'testButtonY'+IntToStr(counter));</div><div>&nbsp; &nbsp;testButtonY.Align=alTop;</div><div>&nbsp; &nbsp;testButtonY.Height=50;</div><div>&nbsp; &nbsp;testButtonY.StyledSettings=ssFamily;</div><div>&nbsp; &nbsp;testButtonY.TextSettings.FontColor=clAlphaColor.clHexToColor('#8a067c')</div><div>&nbsp;}</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp; testListView = anaForm.AddNewListView(MyForm,'testListView');</div><div>&nbsp; testListView.Align = alClient;</div><div>&nbsp; testListView.clLoadListViewDataFromDataset(Clomosy.ClDataSetFromJSON('&#091;</div><div>&nbsp; {"RECORD_GUID":"AAAAAA","MAIN_TEXT":"Hello World","SUB_TEXT":5,"SIDE_TEXT_TOP":1,"SIDE_TEXT_CENTER":1,"SIDE_TEXT_BOTTOM":1,"FOOTER_TEXT":1},</div><div>&nbsp; {"RECORD_GUID":"BBBBBB","MAIN_TEXT":"Hi World","SUB_TEXT":1,"SIDE_TEXT_TOP":1,"SIDE_TEXT_CENTER":1,"SIDE_TEXT_BOTTOM":1,"FOOTER_TEXT":1}&#093;'));</div><div>&nbsp; testListView.CheckedProperty = True; //It must be enabled if a CheckBox is to be used within the ListView.</div><div>&nbsp;&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp; anaForm.Run;</div><div>}</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496"</a> integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" 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">]]>
   </description>
   <pubDate>Tue, 07 Jul 2026 10:40:18 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1595&amp;PID=3681#3681</guid>
  </item> 
 </channel>
</rss>