<?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 : Label Listview kullanımı prolabel autowrap olmayan</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : Label Listview kullanımı prolabel autowrap olmayan]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 16:31:19 +0000</pubDate>
  <lastBuildDate>Tue, 23 Jul 2024 16:41:47 +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=719</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[Label Listview kullanımı prolabel autowrap olmayan : Merhaba Osman,ProLabelAd&#305;.clProSettings.AutoSize...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=719&amp;PID=1128#1128</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=106">Developer</a><br /><strong>Konu:</strong> 719<br /><strong>Gönderim Zamanı:</strong> 23&nbsp;Temmuz&nbsp;2024 Saat 16:41<br /><br />Merhaba Osman,<div><div>ProLabelAdı.clProSettings.AutoSize := True;</div><div>ProLabelAdı.clProSettings.WordWrap := True; nu özellikleri kullanırsan istediğni gerçekleştirebilirsin.</div></div>]]>
   </description>
   <pubDate>Tue, 23 Jul 2024 16:41:47 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=719&amp;PID=1128#1128</guid>
  </item> 
  <item>
   <title><![CDATA[Label Listview kullanımı prolabel autowrap olmayan : varMyform:TclForm;kullaniciGirdisi:...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=719&amp;PID=1123#1123</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=206">Osman</a><br /><strong>Konu:</strong> 719<br /><strong>Gönderim Zamanı:</strong> 23&nbsp;Temmuz&nbsp;2024 Saat 15:46<br /><br /><div>var</div><div>Myform:TclForm;</div><div>kullaniciGirdisi: TClProEdit;</div><div>arastirButon:TClProButton;</div><div>sonuclarTablosu,testListView:TClProListView;</div><div>xWeb:TclWebBrowser;</div><div>clRest : TclRest;</div><div>qry,qry2:TCLJSONQuery;</div><div>qryString:String;</div><div>myArray: TClArrayString;</div><div>testDesignerPanel : TClListViewDesignerPanel;</div><div>&nbsp; anlam ,ornek: TclProLabel;</div><div>matris;</div><div>&nbsp;void SetEdit;</div><div>&nbsp;{</div><div>&nbsp; &nbsp;kullaniciGirdisi = MyForm.AddNewProEdit(MyForm,'kullaniciGirdisi','Kelime Giriniz...');</div><div>&nbsp; &nbsp;clComponent.SetupComponent(kullaniciGirdisi,'{"Align" : "Top","Width" :180, "Height":45,"RoundHeight":10,"RoundWidth":10,"BorderColor":"#ff6b6",</div><div>&nbsp; &nbsp;"BorderWidth":2,"MarginLeft":50,"MarginRight":50,"MarginTop":50}');</div><div>&nbsp;}</div><div>&nbsp;void SetButon;</div><div>&nbsp;{</div><div>&nbsp; arastirButon=Myform.AddNewProButton(MyForm, 'arastirButon', 'Araştır');</div><div>&nbsp; arastirButon.Align=alTop;</div><div>&nbsp; arastirButon.clProSettings.FontColor=clAlphaColor.clHexToColor('#ffffff');</div><div>&nbsp; arastirButon.clProSettings.BackgroundColor=clAlphaColor.clHexToColor('#ffb61a');</div><div>&nbsp; arastirButon.clProSettings.FontSize = 16;</div><div>&nbsp; arastirButon.Height=40;</div><div>&nbsp; arastirButon.Margins.Left=60;</div><div>&nbsp; arastirButon.Margins.Right=60;</div><div>&nbsp; arastirButon.Margins.Top=5;</div><div>&nbsp; arastirButon.clProSettings.IsRound = True;</div><div>&nbsp; arastirButon.clProSettings.RoundHeight = 15;</div><div>&nbsp; arastirButon.clProSettings.RoundWidth = 15;</div><div>&nbsp; arastirButon.SetclProSettings(arastirButon.clProSettings);</div><div>&nbsp;}</div><div>void CreateListView</div><div>{</div><div>&nbsp; testListView = MyForm.AddNewProListView(MyForm,'testListView');</div><div>&nbsp; testListView.clProSettings.ItemSpace = 10;&nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp;testListView.clProSettings.IsFill = True;</div><div>&nbsp; testListView.Height = 400;</div><div><br></div><div>&nbsp; testListView.clProSettings.IsRound = True;</div><div><br></div><div>&nbsp; testListView.Align=alBottom;</div><div>&nbsp; &nbsp;testListView.clProSettings.RoundHeight = 5;</div><div>&nbsp; testListView.clProSettings.RoundWidth = 5;</div><div>testListView.clProSettings.BorderColor =clAlphaColor.clHexToColor('#f3aa44');</div><div>testListView.clProSettings.BorderWidth = 2;</div><div>testListView.clProSettings.ItemHeight = 75;</div><div>testListView.clProSettings.ColCount = 1;</div><div>&nbsp;testListView.SetclProSettings(testListView.clProSettings);</div><div><br></div><div>}</div><div><br></div><div><br></div><div><br></div><div>void CreateDesignerPanel</div><div>{</div><div>&nbsp; testDesignerPanel = MyForm.AddNewProListViewDesignerPanel(testListView, 'testDesignerPanel');</div><div>&nbsp;&nbsp;</div><div>&nbsp; clComponent.SetupComponent(testDesignerPanel,&nbsp;</div><div>&nbsp; '{"Height":75,</div><div>&nbsp; &nbsp; "BackgroundColor":"#ffb638",</div><div>&nbsp; &nbsp; "RoundHeight":20,</div><div>&nbsp; &nbsp; "RoundWidth":20}');</div><div>&nbsp; &nbsp; testListView.SetDesignerPanel(testDesignerPanel);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>}</div><div><br></div><div>void CreateData;</div><div>{</div><div>&nbsp; anlam = MyForm.AddNewProLabel(testDesignerPanel, 'anlam', 'test');</div><div>&nbsp;/* anlam.AutoSize = true;</div><div>&nbsp; anlam.WordWrap = True;</div><div>&nbsp; anlam.TextSettings.Font.Size = 16;</div><div>&nbsp; anlam.TextSettings.FontColor = clAlphaColor.clHexToColor('#ffffff');</div><div>&nbsp; */</div><div>&nbsp; anlam.Align = alMostTop;</div><div>&nbsp; anlam.clProSettings.FontSize = 16;</div><div>&nbsp; anlam.Margins.Top=10;</div><div>&nbsp; anlam.Margins.Bottom=10;</div><div>&nbsp; anlam.Margins.Right=10;</div><div>&nbsp; anlam.Margins.Left=10;</div><div>&nbsp; anlam.Width = 180;</div><div>&nbsp; anlam.Height = 50;</div><div><br></div><div>&nbsp; anlam.clProSettings.FontVertAlign =palLeading ;</div><div>&nbsp; anlam.clProSettings.FontColor =clAlphaColor.clHexToColor('#ffffff');</div><div>&nbsp; anlam.SetclProSettings(anlam.clProSettings);</div><div>&nbsp;&nbsp;</div><div>&nbsp; testDesignerPanel.AddPanelObject(anlam, clCaption);</div><div>&nbsp;&nbsp;</div><div><br></div><div>}</div><div><br></div><div>void AddDataToListView;</div><div>{</div><div>&nbsp; testListView.clLoadProListViewDataFromDataset(Clomosy.ClDataSetFromJSON(qry.GetJSONString));</div><div>}</div><div><br></div><div><br></div><div>void arastirButonClick;</div><div>{</div><div>myArray = TClArrayString.Create;</div><div>&nbsp;qry = TCLJSONQuery.Create(nil);</div><div>&nbsp;clRest=TclRest.Create;</div><div>&nbsp;clRest.BaseURL = '<a href="https://api.collectapi.com/dicti&#111;nary/wordSearchTurkish?query=" target="_blank" rel="nofollow">https://api.collectapi.com/dictionary/wordSearchTurkish?query=</a>'+kullaniciGirdisi.Text;</div><div>&nbsp;clRest.Accept = 'application/json';</div><div>&nbsp;clRest.Method = rmGet;&nbsp;</div><div>&nbsp; clRest.AddHeader('authorization','apikey 1VOgIPelUyRrGJAN4JWRwb:2FcrKVmIDEWmsBlA6yyCl0');</div><div>&nbsp;clRest.Execute;</div><div>&nbsp;qry = Clomosy.ClDataSetFromJSON(clRest.Response);</div><div>with qry do</div><div>&nbsp; &nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp;qryString=FieldByName('result').AsString;</div><div>&nbsp; &nbsp; &nbsp;}</div><div>&nbsp; qry=Clomosy.ClDataSetFromJSON(qryString);</div><div><br></div><div>&nbsp; with qry do</div><div>&nbsp; &nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp;qryString=FieldByName('madde').AsString;</div><div>&nbsp; &nbsp; &nbsp;}</div><div>&nbsp; qry=Clomosy.ClDataSetFromJSON(qryString);</div><div>&nbsp;&nbsp;</div><div>&nbsp; with qry do</div><div>&nbsp; &nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp;qryString=FieldByName('kelime').AsString;</div><div>&nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; &nbsp;}</div><div>&nbsp; qry=Clomosy.ClDataSetFromJSON(qryString);</div><div>&nbsp;&nbsp;</div><div>&nbsp; AddDataToListView;</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; /* with qry do</div><div>&nbsp; &nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp; &nbsp;if (Found)</div><div>&nbsp; &nbsp; &nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;First;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;while (not EOF)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;qryString=FieldByName('anlam').AsString;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;myArray.Add(qryString);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Next;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}</div><div>&nbsp; &nbsp; &nbsp; &nbsp;}</div><div>&nbsp; &nbsp; &nbsp;}</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp; &nbsp;ShowMessage(myArray.GetItem(0));*/</div><div>}</div><div><br></div><div><br></div><div>{</div><div><br></div><div>&nbsp; Myform=TclForm.Create(Self);</div><div>&nbsp; SetEdit;</div><div>&nbsp; SetButon;</div><div>&nbsp; CreateListView;</div><div>&nbsp;&nbsp;</div><div>&nbsp; CreateDesignerPanel;</div><div>&nbsp; CreateData;</div><div>&nbsp;&nbsp;</div><div>&nbsp; Myform.AddNewEvent(arastirButon,tbeOnClick,'arastirButonClick');</div><div>&nbsp; Myform.Run;</div><div>}</div>]]>
   </description>
   <pubDate>Tue, 23 Jul 2024 15:46:32 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=719&amp;PID=1123#1123</guid>
  </item> 
 </channel>
</rss>