<?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 : vertscollbox kullanımı</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : vertscollbox kullanımı]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 11:25:25 +0000</pubDate>
  <lastBuildDate>Fri, 25 Jul 2025 10:36:24 +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=1136</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[vertscollbox kullanımı : Merhaba Dilara,kartPanel = hom...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1136&amp;PID=2357#2357</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=310">Sudesigirci</a><br /><strong>Konu:</strong> 1136<br /><strong>Gönderim Zamanı:</strong> 25&nbsp;Temmuz&nbsp;2025 Saat 10:36<br /><br />Merhaba Dilara,<div><br></div><div><div>kartPanel = homeForm.AddNewProPanel(vertScrollBox, 'kart_' + currentId);</div></div><div>bu satırı bu şekilde değiştirerek tekrar deneyebilir misin?</div><div><br></div><div>iyi çalışmalar dilerim.</div>]]>
   </description>
   <pubDate>Fri, 25 Jul 2025 10:36:24 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1136&amp;PID=2357#2357</guid>
  </item> 
  <item>
   <title><![CDATA[vertscollbox kullanımı : merhaba, vertscollbox eklemeye...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1136&amp;PID=2353#2353</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=320">dilarayaprak</a><br /><strong>Konu:</strong> 1136<br /><strong>Gönderim Zamanı:</strong> 25&nbsp;Temmuz&nbsp;2025 Saat 09:46<br /><br /><div>merhaba, vertscollbox eklemeye çalıştım ama yeni öğe eklendiğinde sorun yaşıyorum yardımcı olabilir misiniz</div><div><br></div><div>var</div><div>&nbsp; homeForm: TclForm;</div><div>&nbsp; vertScrollBox: TclVertScrollBox;</div><div>&nbsp; panel, kartPanel, silPanel, bottomPanel, frontPanel, backPanel: TclProPanel;</div><div>&nbsp; lblText,lblTurkish,lblEnglish: TclProLabel;</div><div>&nbsp; currentId: String;</div><div>&nbsp; btnSil,btnHome, btnIstatistik,btnOyun,btnAdd: TclProButton;</div><div>&nbsp; mainPanel: TclProPanel;</div><div>&nbsp;&nbsp;</div><div>void FlipKart</div><div>var</div><div>&nbsp; senderPanel, front, back: TclProPanel;</div><div>&nbsp; id: String;</div><div>{</div><div>&nbsp; senderPanel = TclProPanel(homeForm.ClSender);</div><div>&nbsp; id = senderPanel.Hint;</div><div><br></div><div>&nbsp; front = Clomosy.FindComponent('front_' + id);</div><div>&nbsp; back&nbsp; = Clomosy.FindComponent('back_' + id);</div><div><br></div><div>&nbsp; if front.Visible {</div><div>&nbsp; &nbsp; front.Visible = False;</div><div>&nbsp; &nbsp; back.Visible = True;</div><div>&nbsp; } else {</div><div>&nbsp; &nbsp; front.Visible = True;</div><div>&nbsp; &nbsp; back.Visible = False;</div><div>&nbsp; }</div><div>}</div><div><br></div><div>&nbsp;&nbsp;</div><div>void Addtiklandi;</div><div>{</div><div>&nbsp; Clomosy.RunUnit('Addbtn');</div><div>}</div><div><br></div><div>void hometiklandi;</div><div>{</div><div>&nbsp; Clomosy.RunUnit('Homebtn');</div><div>}</div><div><br></div><div>void istatistiktiklandi;</div><div>{</div><div>&nbsp; Clomosy.RunUnit('Istatistikbtn');</div><div>}</div><div><br></div><div><br></div><div>void btnoyuntiklandi;</div><div>{</div><div>&nbsp; Clomosy.RunUnit('Oyunbtn');</div><div>}</div><div><br></div><div><br></div><div>void SilButonuTiklandi</div><div>var</div><div><br></div><div>&nbsp; btn: TclProButton;</div><div>&nbsp; silinecekId: String;</div><div>{</div><div>&nbsp; btn = TclProButton(homeForm.ClSender);</div><div>&nbsp; silinecekId = btn.Hint;</div><div><br></div><div>&nbsp; try {</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.Close;</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.SQL.Text =</div><div>&nbsp; &nbsp; &nbsp; 'DELETE FROM kartlar WHERE id = ' + silinecekId;</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div><br></div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;Clomosy.RunUnit('Homebtn');</div><div>&nbsp; }</div><div>&nbsp; except {</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; }</div><div>}</div><div>}</div><div><br></div><div>{</div><div><br></div><div>&nbsp; homeForm = TclForm.Create(Self);</div><div>&nbsp; homeForm.clSetCaption('Kayıtlı Kelimeler');</div><div>&nbsp; homeForm.SetFormBGImage('<a href="https://i.imgur.com/fPwWs0H.jpeg" target="_blank" rel="nofollow">https://i.imgur.com/fPwWs0H.jpeg</a>');</div><div><br></div><div>&nbsp; panel = homeForm.AddNewProPanel(homeForm, 'panel');</div><div>&nbsp; panel.Align=alClient;</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; vertScrollBox = homeForm.AddNewVertScrollBox(panel, '');</div><div>&nbsp; vertScrollBox.Align = alClient;</div><div><br></div><div>&nbsp; Clomosy.DBSQLiteQuery.Close;</div><div>&nbsp; Clomosy.DBSQLiteQuery.SQL.Text =</div><div>&nbsp; &nbsp; 'SELECT id, english, turkish FROM kartlar';</div><div>&nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div><br></div><div>&nbsp; while (not Clomosy.DBSQLiteQuery.Eof) {</div><div>&nbsp; &nbsp; currentId = Clomosy.DBSQLiteQuery.FieldByName('id').AsString;</div><div><br></div><div>&nbsp; &nbsp; kartPanel = homeForm.AddNewProPanel(panel, 'kart_' + currentId);</div><div>&nbsp; &nbsp; kartPanel.Align = alTop;</div><div>&nbsp; &nbsp; kartPanel.Height = 100;</div><div>&nbsp; &nbsp; kartPanel.Margins.Bottom = 10;</div><div>&nbsp; &nbsp; kartPanel.ClProSettings.BackGroundColor =</div><div>&nbsp; &nbsp; clAlphaColor.clHexToColor('#e6e6e6');</div><div>&nbsp; &nbsp; kartPanel.ClProSettings.RoundHeight = 10;</div><div>&nbsp; &nbsp; kartPanel.ClProSettings.RoundWidth = 10;</div><div>&nbsp; &nbsp; kartPanel.clProSettings.IsRound=True;</div><div>&nbsp; &nbsp; kartPanel.clProSettings.RoundHeight=20;</div><div>&nbsp; &nbsp; kartPanel.clProSettings.Roundwidth=20;</div><div>&nbsp; &nbsp; kartPanel.SetclProSettings(kartPanel.ClProSettings);</div><div><br></div><div>&nbsp; &nbsp; &nbsp;// Ön Yüz</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp; frontPanel = homeForm.AddNewProPanel(kartPanel, 'front_' + currentId);</div><div>&nbsp; &nbsp; frontPanel.Align = alClient;</div><div>&nbsp; &nbsp; frontPanel.Visible = True;</div><div>&nbsp; &nbsp; frontPanel.Hint = currentId;</div><div><br></div><div>&nbsp; &nbsp; lblEnglish = homeForm.AddNewProLabel(frontPanel, '', '');</div><div>&nbsp; &nbsp; lblEnglish.Align = alCenter;</div><div>&nbsp; &nbsp; lblEnglish.Caption =</div><div>&nbsp; &nbsp; &nbsp; 'EN: ' + Clomosy.DBSQLiteQuery.FieldByName('english').AsString;</div><div>&nbsp; &nbsp; lblEnglish.ClProSettings.FontSize = 18;</div><div>&nbsp; &nbsp; lblEnglish.ClProSettings.FontColor =</div><div>&nbsp; &nbsp; &nbsp; clAlphaColor.clHexToColor('#000000');</div><div>&nbsp; &nbsp; lblEnglish.SetclProSettings(lblEnglish.ClProSettings);</div><div><br></div><div>&nbsp; &nbsp; // Arka Yüz</div><div>&nbsp; &nbsp; backPanel = homeForm.AddNewProPanel(kartPanel, 'back_' + currentId);</div><div>&nbsp; &nbsp; backPanel.Align = alClient;</div><div>&nbsp; &nbsp; backPanel.Visible = False;</div><div>&nbsp; &nbsp; backPanel.Hint = currentId;</div><div><br></div><div>&nbsp; &nbsp; lblTurkish = homeForm.AddNewProLabel(backPanel, '', '');</div><div>&nbsp; &nbsp; lblTurkish.Align = alCenter;</div><div>&nbsp; &nbsp; lblTurkish.Caption =</div><div>&nbsp; &nbsp; &nbsp; 'TR: ' + Clomosy.DBSQLiteQuery.FieldByName('turkish').AsString;</div><div>&nbsp; &nbsp; lblTurkish.ClProSettings.FontSize = 18;</div><div>&nbsp; &nbsp; lblTurkish.ClProSettings.FontColor =</div><div>&nbsp; &nbsp; &nbsp; clAlphaColor.clHexToColor('#000000');</div><div>&nbsp; &nbsp; lblTurkish.SetclProSettings(lblTurkish.ClProSettings);</div><div><br></div><div><br></div><div><br></div><div>&nbsp; &nbsp; // Sil Panel</div><div>&nbsp; &nbsp; silPanel = homeForm.AddNewProPanel(kartPanel, '');</div><div>&nbsp; &nbsp; silPanel.Align = alRight;</div><div>&nbsp; &nbsp; silPanel.Width = 60;</div><div><br></div><div>&nbsp; &nbsp; btnSil = homeForm.AddNewProButton(silPanel, '', 'Sil');</div><div>&nbsp; &nbsp; btnSil.Align = alClient;</div><div>&nbsp; &nbsp; btnSil.ClProSettings.BackGroundColor =</div><div>&nbsp; &nbsp; &nbsp; clAlphaColor.clHexToColor('#660000');</div><div>&nbsp; &nbsp; btnSil.SetclProSettings(btnSil.ClProSettings);</div><div><br></div><div>&nbsp; &nbsp; btnSil.Hint = currentId;</div><div><br></div><div>&nbsp; &nbsp; homeForm.AddNewEvent(btnSil, tbeOnClick, 'SilButonuTiklandi');</div><div><br></div><div>&nbsp; &nbsp; homeForm.AddNewEvent(btnSil, tbeOnClick, 'SilButonuTiklandi');</div><div>&nbsp; &nbsp; homeForm.AddNewEvent(frontPanel, tbeOnClick, 'FlipKart');</div><div>&nbsp; &nbsp; homeForm.AddNewEvent(backPanel, tbeOnClick, 'FlipKart');</div><div><br></div><div><br></div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.Next;</div><div>&nbsp; }</div><div><br></div><div>bottomPanel=homeForm.AddNewProPanel(panel,'bottomPanel');</div><div>bottomPanel.Align=alMostBottom;</div><div>bottomPanel.Align=alHorizontal;</div><div>bottomPanel.Height=50;</div><div>bottomPanel.Width=300;</div><div>bottomPanel.clProSettings.RoundHeight=20;</div><div>bottomPanel.clProSettings.Roundwidth=20;</div><div>bottomPanel.clProSettings.IsTransparent =False;</div><div>bottomPanel.clProSettings.BorderColor = clAlphaColor.clHexToColor('#ffffff');</div><div>bottomPanel.clProSettings.BorderWidth = 2;</div><div>bottomPanel.SetclProSettings(bottomPanel.clProSettings);</div><div>// home</div><div>btnHome = homeForm.AddNewProButton(bottomPanel, 'btnHome', '');</div><div>btnHome.Align = alLeft;</div><div>btnHome.margins.left=20;</div><div>btnHome.margins.bottom=10;</div><div>btnHome.Width = 70;</div><div>btnHome.Height = 70;</div><div>btnHome.clProSettings.IsRound = True;</div><div>btnHome.clProSettings.RoundHeight = 10;</div><div>btnHome.clProSettings.RoundWidth = 10;</div><div>btnHome.SetclProSettings(btnHome.clProSettings);</div><div>homeForm.SetImage(btnHome,'<a href="https://i.imgur.com/FfEKaFY.png" target="_blank" rel="nofollow">https://i.imgur.com/FfEKaFY.png</a>');&nbsp;</div><div>homeForm.AddNewEvent(btnHome, tbeOnClick, 'hometiklandi');</div><div><br></div><div><br></div><div>btnAdd = homeForm.AddNewProButton(bottomPanel, 'btnAdd', '');</div><div>btnAdd.Align = alLeft;</div><div>btnAdd.margins.left=20;</div><div>btnAdd.margins.bottom=10;</div><div>btnAdd.Width = 70;</div><div>btnAdd.Height = 70;</div><div>btnAdd.clProSettings.IsRound = True;</div><div>btnAdd.clProSettings.RoundHeight = 10;</div><div>btnAdd.clProSettings.RoundWidth = 10;</div><div>btnAdd.SetclProSettings(btnHome.clProSettings);</div><div>homeForm.SetImage(btnAdd,'<a href="https://i.imgur.com/bB8i9zb.png" target="_blank" rel="nofollow">https://i.imgur.com/bB8i9zb.png</a>');&nbsp;</div><div>homeForm.AddNewEvent(btnAdd, tbeOnClick, 'Addtiklandi');</div><div><br></div><div><br></div><div><br></div><div><br></div><div>btnOyun = homeForm.AddNewProButton(bottomPanel, 'btnOyun', '');</div><div>btnOyun.Align = alLeft;</div><div>btnOyun.margins.left=20;</div><div>btnOyun.margins.bottom=10;</div><div>btnOyun.Width = 70;</div><div>btnOyun.Height = 70;</div><div>btnOyun.clProSettings.IsRound = True;</div><div>btnOyun.clProSettings.RoundHeight = 10;</div><div>btnOyun.clProSettings.RoundWidth = 10;</div><div>btnOyun.SetclProSettings(btnOyun.clProSettings);</div><div>homeForm.SetImage(btnOyun,'<a href="https://i.imgur.com/ewHakWR.png" target="_blank" rel="nofollow">https://i.imgur.com/ewHakWR.png</a>');</div><div>homeForm.AddNewEvent(btnOyun, tbeOnClick, 'btnoyuntiklandi');</div><div><br></div><div><br></div><div>btnIstatistik = homeForm.AddNewProButton(bottomPanel, 'btnIstatistik', '');</div><div>btnIstatistik.Align = alLeft;</div><div>btnIstatistik.margins.left=20;</div><div>btnIstatistik.margins.bottom=10;</div><div>btnIstatistik.Width = 70;</div><div>btnIstatistik.Height = 70;</div><div>btnIstatistik.clProSettings.IsRound = True;</div><div>btnIstatistik.clProSettings.RoundHeight = 10;</div><div>btnIstatistik.clProSettings.RoundWidth = 10;</div><div>btnIstatistik.SetclProSettings(btnIstatistik.clProSettings);</div><div>homeForm.SetImage(btnIstatistik,'<a href="https://i.imgur.com/n0uCd4p.png" target="_blank" rel="nofollow">https://i.imgur.com/n0uCd4p.png</a>');</div><div>homeForm.AddNewEvent(btnIstatistik, tbeOnClick, 'istatistiktiklandi');</div><div><br></div><div>&nbsp;homeForm.Run;</div><div>&nbsp;</div><div>}</div>]]>
   </description>
   <pubDate>Fri, 25 Jul 2025 09:46:23 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1136&amp;PID=2353#2353</guid>
  </item> 
 </channel>
</rss>