<?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 : if kısmında hata</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : if kısmında hata]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 14:37:29 +0000</pubDate>
  <lastBuildDate>Fri, 18 Jul 2025 13:36:56 +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=1101</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[if kısmında hata : Merhaba Dilara ,if sorgusunu d&#252;zelttikten...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1101&amp;PID=2251#2251</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=310">Sudesigirci</a><br /><strong>Konu:</strong> 1101<br /><strong>Gönderim Zamanı:</strong> 18&nbsp;Temmuz&nbsp;2025 Saat 13:36<br /><br />Merhaba Dilara ,<div>if sorgusunu düzelttikten sonra da çalışmayabilir ben de TclOpenAIEngine bileşenini bir projemde kullanmak istemiştim fakat OpenAı kendini güncellediği için bileşenin de güncellenmesi gerekiyormuş güncelleme yapıldı mı bilmiyorum eğer çalışmazsa bundan kaynaklı olabilir TclRest bileşeni kullanarak da projene yapay zeka entegre edebilirsin</div><div><br></div><div>detaylı incelemen için</div><div><a href="https://www.docs.clomosy.com/TclRest" target="_blank" rel="nofollow">https://www.docs.clomosy.com/TclRest</a></div><div><br></div><div>İyi çalışmalar dilerim.</div>]]>
   </description>
   <pubDate>Fri, 18 Jul 2025 13:36:56 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1101&amp;PID=2251#2251</guid>
  </item> 
  <item>
   <title><![CDATA[if kısmında hata : Merhaba,if (txtInput.Text == &amp;#039;&amp;#039;)...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1101&amp;PID=2250#2250</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=302">haletr</a><br /><strong>Konu:</strong> 1101<br /><strong>Gönderim Zamanı:</strong> 18&nbsp;Temmuz&nbsp;2025 Saat 13:22<br /><br />Merhaba,&nbsp;<div><br></div><div><div style=": rgb251, 251, 253;">if (txtInput.Text == '') //== koyuyoruz eşit mi değil mi? sorgusu yapıyoruz</div><div style=": rgb251, 251, 253;">{</div><div style=": rgb251, 251, 253;">ShowMessage('Lütfen bir kelime girin!')</div><div style=": rgb251, 251, 253;">}&nbsp;</div></div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">bu şekilde deneyebilir misin? İyi çalışmalar.</div>]]>
   </description>
   <pubDate>Fri, 18 Jul 2025 13:22:29 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1101&amp;PID=2250#2250</guid>
  </item> 
  <item>
   <title><![CDATA[if kısmında hata : Kullan&#305;c&#305;n&#305;n yazd&#305;&#287;&#305; &#304;ngilizce...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1101&amp;PID=2249#2249</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=320">dilarayaprak</a><br /><strong>Konu:</strong> 1101<br /><strong>Gönderim Zamanı:</strong> 18&nbsp;Temmuz&nbsp;2025 Saat 13:16<br /><br /><div>Kullanıcının yazdığı İngilizce kelime GPT’ye gönderen, gelen Türkçe çeviri kartın ön ve arka yüzünde gösteren ve kart tıklanınca yüz değiştirilen bir kod yazdım ama if kısmında surekli hata alıyorum, yardımcı olur musunuz</div><div>-------------------------------------------------------------------------------------------</div><div>var</div><div>&nbsp; kelimeForm: TclForm;</div><div>&nbsp; kartPanel: TclProPanel;</div><div>&nbsp; frontFace, backFace: TclProPanel;</div><div>&nbsp; lblEnglish, lblTurkish: TclProLabel;</div><div>&nbsp; txtInput: TclProEdit;</div><div>&nbsp; btnSorgula: TclProButton;</div><div>&nbsp; MyOpenAIEngine: TclOpenAIEngine;</div><div><br></div><div>void BtnSorgulaClick;</div><div><br></div><div>{</div><div>if txtInput.Text = ''</div><div>{</div><div>ShowMessage('Lütfen bir kelime girin!')</div><div>}&nbsp;</div><div>else&nbsp;</div><div>{</div><div>&nbsp; &nbsp;lblEnglish.Caption = txtInput.Text</div><div>&nbsp; &nbsp;lblTurkish.Caption = ''</div><div>&nbsp; &nbsp;backFace.Visible = False</div><div>&nbsp; &nbsp;frontFace.Visible = True</div><div><br></div><div>&nbsp; &nbsp;MyOpenAIEngine.SendAIMessage(</div><div>&nbsp; &nbsp; &nbsp; 'Translate the word "' + txtInput.Text + '" into Turkish. Only return the translation.'</div><div>&nbsp; &nbsp;)</div><div><br></div><div>&nbsp; &nbsp;txtInput.Text = ''</div><div>}</div><div><br></div><div>}</div><div><br></div><div>void GetAIResponse</div><div>{</div><div>&nbsp; lblTurkish.Caption = MyOpenAIEngine.NewMessageContent;</div><div>&nbsp; backFace.Visible = False;</div><div>&nbsp; frontFace.Visible = True;</div><div>}</div><div><br></div><div>void FlipCard</div><div>{</div><div>&nbsp; if frontFace.Visible = True {</div><div>&nbsp; &nbsp; frontFace.Visible = False;</div><div>&nbsp; &nbsp; backFace.Visible = True;</div><div>&nbsp; } else {</div><div>&nbsp; &nbsp; frontFace.Visible = True;</div><div>&nbsp; &nbsp; backFace.Visible = False;</div><div>&nbsp; }</div><div>}</div><div><br></div><div>{</div><div>&nbsp; kelimeForm = TclForm.Create(Self);</div><div><br></div><div>&nbsp; kelimeForm.Caption = 'İngilizce &#8594; Türkçe Kart';</div><div>&nbsp; kelimeForm.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; txtInput = kelimeForm.AddNewProEdit(kelimeForm, 'txtInput', '');</div><div>&nbsp; txtInput.Align = alTop;</div><div>&nbsp; txtInput.Margins.Top = 20;</div><div>&nbsp; txtInput.Height = 40;</div><div><br></div><div>&nbsp; btnSorgula = kelimeForm.AddNewProButton(kelimeForm, 'btnSorgula', 'ÇEVİR');</div><div>&nbsp; btnSorgula.Align = alTop;</div><div>&nbsp; btnSorgula.Height = 40;</div><div>&nbsp; kelimeForm.AddNewEvent(btnSorgula, tbeOnClick, 'BtnSorgulaClick');</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; kartPanel = kelimeForm.AddNewProPanel(kelimeForm, 'kartPanel');</div><div>&nbsp; kartPanel.Align = alCenter;</div><div>&nbsp; kartPanel.Width = 300;</div><div>&nbsp; kartPanel.Height = 150;</div><div>&nbsp; kartPanel.ClProSettings.FillColor = clAlphaColor.clHexToColor('#ffffff');</div><div>&nbsp; kartPanel.ClProSettings.RoundWidth = 20;</div><div>&nbsp; kartPanel.ClProSettings.RoundHeight = 20;</div><div>&nbsp; kartPanel.SetclProSettings(kartPanel.ClProSettings);</div><div><br></div><div><br></div><div>&nbsp; frontFace = kelimeForm.AddNewProPanel(kartPanel, 'frontFace');</div><div>&nbsp; frontFace.Align = alClient;</div><div>&nbsp; frontFace.Visible = True;</div><div><br></div><div>&nbsp; lblEnglish = kelimeForm.AddNewProLabel(frontFace, 'lblEnglish', '');</div><div>&nbsp; lblEnglish.Align = alCenter;</div><div>&nbsp; lblEnglish.ClProSettings.FontSize = 20;</div><div><br></div><div><br></div><div>&nbsp; backFace = kelimeForm.AddNewProPanel(kartPanel, 'backFace');</div><div>&nbsp; backFace.Align = alClient;</div><div>&nbsp; backFace.Visible = False;</div><div><br></div><div>&nbsp; lblTurkish = kelimeForm.AddNewProLabel(backFace, 'lblTurkish', '');</div><div>&nbsp; lblTurkish.Align = alCenter;</div><div>&nbsp; lblTurkish.ClProSettings.FontSize = 20;</div><div><br></div><div>&nbsp; MyOpenAIEngine = TclOpenAIEngine.Create(Self);</div><div>&nbsp; MyOpenAIEngine.ParentForm = kelimeForm;</div><div>&nbsp; MyOpenAIEngine.ApiKey = 'skxxxxxxxxxxxxxx;</div><div>&nbsp; MyOpenAIEngine.OnNewMessageEvent = 'GetAIResponse';</div><div><br></div><div>&nbsp; kelimeForm.AddNewEvent(btnSorgula, tbeOnClick, 'BtnSorgulaClick');</div><div>&nbsp; kelimeForm.AddNewEvent(kartPanel, tbeOnClick, 'FlipCard');</div><div><br></div><div>&nbsp; kelimeForm.Run;</div><div>}</div>]]>
   </description>
   <pubDate>Fri, 18 Jul 2025 13:16:25 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1101&amp;PID=2249#2249</guid>
  </item> 
 </channel>
</rss>