<?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 : olmayan satır hatası</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : olmayan satır hatası]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 10:52:59 +0000</pubDate>
  <lastBuildDate>Mon, 11 Aug 2025 18:29:02 +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=1175</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[olmayan satır hatası : Merhaba K&#252;braBazen parantez kullan&#305;mlar&#305;...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1175&amp;PID=2491#2491</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=306">cerenn</a><br /><strong>Konu:</strong> 1175<br /><strong>Gönderim Zamanı:</strong> 11&nbsp;Ağustos&nbsp;2025 Saat 18:29<br /><br />Merhaba Kübra<div>Bazen parantez kullanımları yanlış olduğunda bu tip hatalar alabiliyoruz.Try-except kullanırken yanlışlık yaptığını görüyorum.</div><div><a href="https://clomosy.com/docs/ClomosyKitapV2.pdf" target="_blank" rel="nofollow">https://clomosy.com/docs/ClomosyKitapV2.pdf</a> bu kitaptan sayfa 36 try-except kullanımını inceleyebilirmisin genel şablon şu şekilde olmalı</div><div>try&nbsp;</div><div>//Hata yoksa bu bölümde bulunan kod satırları çalışır&nbsp;</div><div>except&nbsp;</div><div>//hata olması durumda bu bölümde bulunan kod satırları çalışır&nbsp;</div><div>}&nbsp;</div><div>try kısmında parantez atmayıp except dedikten sonra olmayan parantezi kapatır gibi fazladan parantez atarız.</div><div><br></div><div>Ayrıca&nbsp;<span style=": rgb251, 251, 253;">&nbsp;if kullanırken</span><span style=": rgb251, 251, 253;">&nbsp;mesela if not Assigned(Http) şeklinde değilde&nbsp;</span><span style=": rgb251, 251, 253;">&nbsp;</span><span style=": rgb251, 251, 253;">&nbsp; if (not Assigned(Http)) şeklinde kullanırsan daha iyi olur bazen bu kısımlarda da hata verebiliyor.</span></div><div><span style=": rgb251, 251, 253;">Tüm bunları yaptıktan sonra hala hata verirse,yeni bir proje oluşturup kodlarını oraya yapıştırıp dener misin?Bazen böyle sorunlar olabiliyor.</span></div><div><span style=": rgb251, 251, 253;">İyi çalışmalar</span></div>]]>
   </description>
   <pubDate>Mon, 11 Aug 2025 18:29:02 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1175&amp;PID=2491#2491</guid>
  </item> 
  <item>
   <title><![CDATA[olmayan satır hatası : kodum a&#351;ag&#305;daki gibi her &#231;al&#305;&#351;t&#305;rmay&#305;...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1175&amp;PID=2490#2490</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=331">kübra</a><br /><strong>Konu:</strong> 1175<br /><strong>Gönderim Zamanı:</strong> 11&nbsp;Ağustos&nbsp;2025 Saat 18:05<br /><br />kodum aşagıdaki gibi her çalıştırmayı denediğimde olmayan satırda hata veriyor yanı 321 satır varsa 322 de hata veriyor. Bilgisi olan birisi yardımcı olabilirse çok sevinirim.<div><div>var</div><div>&nbsp; // FORM &amp; PANELS</div><div>&nbsp; DashForm: TclForm;</div><div>&nbsp; HeaderPanel, MenuPanel, SideMenuPanel, WeatherPanel: TclProPanel;</div><div><br></div><div>&nbsp; // LABELS &amp; BUTTONS &amp; IMAGE</div><div>&nbsp; NameLbl, PlateLbl: TclProLabel;</div><div>&nbsp; MapBtn: TclProButton;</div><div>&nbsp; MenuBtn, SideProfileBtn, SideVehicleInfoBtn, SideLogoutBtn: TclProButton;</div><div><br></div><div>&nbsp; // Weather UI</div><div>&nbsp; WeatherCityLbl, WeatherCountryLbl, WeatherTempLbl, WeatherDescLbl, WeatherHumLbl: TclProLabel;</div><div>&nbsp; WeatherIcon: TclProImage;</div><div>&nbsp; RefreshWeatherBtn: TclProButton;</div><div><br></div><div>&nbsp; // COLORS</div><div>&nbsp; BtnBGColor, BtnFontColor: TAlphaColor;</div><div><br></div><div>&nbsp; // USER</div><div>&nbsp; currentUser, userPlate: String;</div><div><br></div><div>&nbsp; // WEATHER REQUEST</div><div>&nbsp; Http: TclHttp;</div><div>&nbsp; WeatherLink, WeatherJSON: String;</div><div>&nbsp; WCity, WCountry, WTempC, WDesc, WHum, WIconPath: String;</div><div><br></div><div>void LogoutBtnClick;</div><div>{</div><div>&nbsp; Clomosy.RunUnit('Login');</div><div>&nbsp; DashForm.Close;</div><div>}</div><div><br></div><div>void MenuBtnClick;</div><div>{</div><div>&nbsp; if SideMenuPanel.Visible</div><div>&nbsp; {</div><div>&nbsp; &nbsp; SideMenuPanel.Visible = False;</div><div>&nbsp; }</div><div>&nbsp; else</div><div>&nbsp; {</div><div>&nbsp; &nbsp; SideMenuPanel.Visible = True;</div><div>&nbsp; }</div><div>&nbsp; SideMenuPanel.BringToFront;</div><div>}</div><div><br></div><div>void MapBtnClick;</div><div>{</div><div>&nbsp; Clomosy.RunUnit('Map');</div><div>&nbsp; DashForm.Close;</div><div>}</div><div><br></div><div>void GoToProfileUnit;</div><div>{</div><div>&nbsp; Clomosy.RunUnit('Profile');</div><div>&nbsp; DashForm.Close;</div><div>}</div><div><br></div><div>void GoToVehicleInfoUnit;</div><div>{</div><div>&nbsp; Clomosy.RunUnit('VehicleInfo');</div><div>}</div><div><br></div><div>void LoadWeather;</div><div>{</div><div>&nbsp; try</div><div>&nbsp; {</div><div>&nbsp; &nbsp; WeatherLink = '<a href="http://api.weatherapi.com/v1/current.js&#111;n?key=1ac75bb0af5d498e829125345251108&amp;q=auto:ip&amp;aqi=no" target="_blank" rel="nofollow">http://api.weatherapi.com/v1/current.json?key=1ac75bb0af5d498e829125345251108&amp;q=auto:ip&amp;aqi=no</a>';</div><div><br></div><div>&nbsp; &nbsp; if not Assigned(Http)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; Http = TclHttp.Create(Nil);</div><div>&nbsp; &nbsp; }</div><div><br></div><div>&nbsp; &nbsp; WeatherJSON = Http.GetRequest(WeatherLink);</div><div><br></div><div>&nbsp; &nbsp; WCity&nbsp; &nbsp; &nbsp;= Clomosy.CLParseJSON(WeatherJSON, 'location.name');</div><div>&nbsp; &nbsp; WCountry&nbsp; = Clomosy.CLParseJSON(WeatherJSON, 'location.country');</div><div>&nbsp; &nbsp; WTempC&nbsp; &nbsp; = Clomosy.CLParseJSON(WeatherJSON, 'current.temp_c');</div><div>&nbsp; &nbsp; WDesc&nbsp; &nbsp; &nbsp;= Clomosy.CLParseJSON(WeatherJSON, 'current.condition.text');</div><div>&nbsp; &nbsp; WHum&nbsp; &nbsp; &nbsp; = Clomosy.CLParseJSON(WeatherJSON, 'current.humidity');</div><div>&nbsp; &nbsp; WIconPath = Clomosy.CLParseJSON(WeatherJSON, 'current.condition.icon'); // //cdn...</div><div><br></div><div>&nbsp; &nbsp; WeatherCityLbl.Text&nbsp; &nbsp; = WCity;</div><div>&nbsp; &nbsp; WeatherCountryLbl.Text = WCountry;</div><div>&nbsp; &nbsp; WeatherTempLbl.Text&nbsp; &nbsp; = WTempC + '°C';</div><div>&nbsp; &nbsp; WeatherDescLbl.Text&nbsp; &nbsp; = WDesc;</div><div>&nbsp; &nbsp; WeatherHumLbl.Text&nbsp; &nbsp; &nbsp;= 'Nem: ' + WHum + '%';</div><div><br></div><div>&nbsp; &nbsp; if Length(WIconPath) &gt; 0</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; if Pos('http', WIconPath) == 0</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; WIconPath = 'https:' + WIconPath;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; DashForm.SetImage(WeatherIcon, WIconPath);</div><div>&nbsp; &nbsp; }</div><div>&nbsp; }</div><div>&nbsp; except</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('Hava durumu alınamadı: ' + LastExceptionMessage);</div><div>&nbsp; }</div><div><br></div><div><br></div><div>&nbsp;// ==== MAIN BLOCK (TEK) ====</div><div><br></div><div>&nbsp; // ----- USER BİLGİSİ -----</div><div>&nbsp; try</div><div>&nbsp; {</div><div>&nbsp; &nbsp; currentUser = Trim(Clomosy.GlobalVariableString);</div><div>&nbsp; &nbsp; if Pos('|', currentUser) &gt; 0</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; userPlate = Copy(currentUser, Pos('|', currentUser) + 1, Length(currentUser));</div><div>&nbsp; &nbsp; &nbsp; currentUser = Copy(currentUser, 1, Pos('|', currentUser) - 1);</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; userPlate = 'PLAKA YOK';</div><div>&nbsp; &nbsp; &nbsp; currentUser = 'Misafir';</div><div>&nbsp; &nbsp; }</div><div>&nbsp; }</div><div>&nbsp; except</div><div>&nbsp; &nbsp; currentUser = 'Misafir';</div><div>&nbsp; &nbsp; userPlate = 'PLAKA YOK';</div><div>&nbsp; // ----- RENKLER -----</div><div>&nbsp; BtnBGColor&nbsp; = clAlphaColor.clHexToColor('#32A690');</div><div>&nbsp; BtnFontColor = clAlphaColor.clHexToColor('#fcfafa');</div><div>&nbsp;&nbsp;</div><div>&nbsp; }</div><div>&nbsp; }</div><div><br></div><div>{&nbsp; // ----- FORM -----</div><div>&nbsp; DashForm = TclForm.Create(Self);</div><div>&nbsp; DashForm.SetFormBGImage('<a href="https://resmim.net/cdn/2025/08/08/XiDt1R.png" target="_blank" rel="nofollow">https://resmim.net/cdn/2025/08/08/XiDt1R.png</a>');</div><div><br></div><div>&nbsp; // ----- HEADER -----</div><div>&nbsp; HeaderPanel = DashForm.AddNewProPanel(DashForm, 'HeaderPanel');</div><div>&nbsp; HeaderPanel.Align = alTop;</div><div>&nbsp; HeaderPanel.Height = 100;</div><div>&nbsp; HeaderPanel.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#ffffff');</div><div>&nbsp; HeaderPanel.SetclProSettings(HeaderPanel.clProSettings);</div><div><br></div><div>&nbsp; MenuBtn = DashForm.AddNewProButton(HeaderPanel, 'MenuBtn', '');</div><div>&nbsp; MenuBtn.Align = alLeft;</div><div>&nbsp; MenuBtn.Width = 40;</div><div>&nbsp; MenuBtn.Height = 40;</div><div>&nbsp; MenuBtn.Margins.Left = 10;</div><div>&nbsp; MenuBtn.Margins.Top = 10;</div><div>&nbsp; MenuBtn.clProSettings.FontColor = clAlphaColor.clHexToColor('#32A690');</div><div>&nbsp; MenuBtn.SetclProSettings(MenuBtn.clProSettings);</div><div>&nbsp; DashForm.SetImage(MenuBtn, '<a href="https://resmim.net/cdn/2025/08/05/X0aIV3.png" target="_blank" rel="nofollow">https://resmim.net/cdn/2025/08/05/X0aIV3.png</a>');</div><div>&nbsp; DashForm.AddNewEvent(MenuBtn, tbeOnClick, 'MenuBtnClick');</div><div><br></div><div>&nbsp; NameLbl = DashForm.AddNewProLabel(HeaderPanel, 'NameLbl', currentUser);</div><div>&nbsp; NameLbl.Align = alNone;</div><div>&nbsp; NameLbl.Width = 140;</div><div>&nbsp; NameLbl.Top = 40;</div><div>&nbsp; NameLbl.Left = 90;</div><div>&nbsp; NameLbl.clProSettings.FontColor = clAlphaColor.clHexToColor('#32A690');</div><div>&nbsp; NameLbl.clProSettings.FontSize = 18;</div><div>&nbsp; NameLbl.SetclProSettings(NameLbl.clProSettings);</div><div><br></div><div>&nbsp; PlateLbl = DashForm.AddNewProLabel(HeaderPanel, 'PlateLbl', userPlate);</div><div>&nbsp; PlateLbl.Align = alNone;</div><div>&nbsp; PlateLbl.Width = 130;</div><div>&nbsp; PlateLbl.Top = 40;</div><div>&nbsp; PlateLbl.Left = 240;</div><div>&nbsp; PlateLbl.clProSettings = NameLbl.clProSettings;</div><div>&nbsp; PlateLbl.SetclProSettings(PlateLbl.clProSettings);</div><div><br></div><div>&nbsp; // ----- SIDE MENU -----</div><div>&nbsp; SideMenuPanel = DashForm.AddNewProPanel(DashForm, 'SideMenuPanel');</div><div>&nbsp; SideMenuPanel.Align = alNone;</div><div>&nbsp; SideMenuPanel.Left = 0;</div><div>&nbsp; SideMenuPanel.Top = 115;</div><div>&nbsp; SideMenuPanel.Width = 200;</div><div>&nbsp; SideMenuPanel.Height = 220;</div><div>&nbsp; SideMenuPanel.Visible = False;</div><div>&nbsp; SideMenuPanel.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#fcfafa');</div><div>&nbsp; SideMenuPanel.clProSettings.RoundWidth = 30;</div><div>&nbsp; SideMenuPanel.clProSettings.RoundHeight = 30;</div><div>&nbsp; SideMenuPanel.SetclProSettings(SideMenuPanel.clProSettings);</div><div><br></div><div>&nbsp; SideProfileBtn = DashForm.AddNewProButton(SideMenuPanel, 'SideProfileBtn', 'Profil');</div><div>&nbsp; SideProfileBtn.Align = alTop;</div><div>&nbsp; SideProfileBtn.Height = 50;</div><div>&nbsp; SideProfileBtn.Margins.Top = 20;</div><div>&nbsp; SideProfileBtn.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#1fde52');</div><div>&nbsp; SideProfileBtn.clProSettings.FontColor = BtnFontColor;</div><div>&nbsp; SideProfileBtn.clProSettings.RoundWidth = 20;</div><div>&nbsp; SideProfileBtn.clProSettings.RoundHeight = 20;</div><div>&nbsp; SideProfileBtn.SetclProSettings(SideProfileBtn.clProSettings);</div><div>&nbsp; DashForm.AddNewEvent(SideProfileBtn, tbeOnClick, 'GoToProfileUnit');</div><div><br></div><div>&nbsp; SideVehicleInfoBtn = DashForm.AddNewProButton(SideMenuPanel, 'SideVehicleInfoBtn', 'Araç Bilgileri');</div><div>&nbsp; SideVehicleInfoBtn.Align = alTop;</div><div>&nbsp; SideVehicleInfoBtn.Height = 50;</div><div>&nbsp; SideVehicleInfoBtn.Margins.Top = 15;</div><div>&nbsp; SideVehicleInfoBtn.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#1fde52');</div><div>&nbsp; SideVehicleInfoBtn.clProSettings.FontColor = BtnFontColor;</div><div>&nbsp; SideVehicleInfoBtn.clProSettings.RoundWidth = 20;</div><div>&nbsp; SideVehicleInfoBtn.clProSettings.RoundHeight = 20;</div><div>&nbsp; SideVehicleInfoBtn.SetclProSettings(SideVehicleInfoBtn.clProSettings);</div><div>&nbsp; DashForm.AddNewEvent(SideVehicleInfoBtn, tbeOnClick, 'GoToVehicleInfoUnit');</div><div><br></div><div>&nbsp; SideLogoutBtn = DashForm.AddNewProButton(SideMenuPanel, 'SideLogoutBtn', 'Çıkış Yap');</div><div>&nbsp; SideLogoutBtn.Align = alTop;</div><div>&nbsp; SideLogoutBtn.Height = 50;</div><div>&nbsp; SideLogoutBtn.Margins.Top = 15;</div><div>&nbsp; SideLogoutBtn.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#EF4444');</div><div>&nbsp; SideLogoutBtn.clProSettings.FontColor = clAlphaColor.clHexToColor('#FFFFFF');</div><div>&nbsp; SideLogoutBtn.clProSettings.RoundWidth = 20;</div><div>&nbsp; SideLogoutBtn.clProSettings.RoundHeight = 20;</div><div>&nbsp; SideLogoutBtn.SetclProSettings(SideLogoutBtn.clProSettings);</div><div>&nbsp; DashForm.AddNewEvent(SideLogoutBtn, tbeOnClick, 'LogoutBtnClick');</div><div><br></div><div>&nbsp; // ----- WEATHER PANEL (HEADER ALTINDA) -----</div><div>&nbsp; WeatherPanel = DashForm.AddNewProPanel(DashForm, 'WeatherPanel');</div><div>&nbsp; WeatherPanel.Align = alTop;</div><div>&nbsp; WeatherPanel.Height = 120;</div><div>&nbsp; WeatherPanel.Margins.Left = 20;</div><div>&nbsp; WeatherPanel.Margins.Right = 20;</div><div>&nbsp; WeatherPanel.Margins.Top = 10;</div><div>&nbsp; WeatherPanel.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#ffffffB3');</div><div>&nbsp; WeatherPanel.clProSettings.RoundWidth = 20;</div><div>&nbsp; WeatherPanel.clProSettings.RoundHeight = 20;</div><div>&nbsp; WeatherPanel.SetclProSettings(WeatherPanel.clProSettings);</div><div><br></div><div>&nbsp; WeatherIcon = DashForm.AddNewProImage(WeatherPanel, 'WeatherIcon');</div><div>&nbsp; WeatherIcon.Align = alLeft;</div><div>&nbsp; WeatherIcon.Width = 64;</div><div>&nbsp; WeatherIcon.Height = 64;</div><div>&nbsp; WeatherIcon.Margins.Left = 14;</div><div>&nbsp; WeatherIcon.Margins.Top = 14;</div><div><br></div><div>&nbsp; WeatherCityLbl = DashForm.AddNewProLabel(WeatherPanel, 'WeatherCityLbl', '');</div><div>&nbsp; WeatherCityLbl.Align = alNone;</div><div>&nbsp; WeatherCityLbl.Left = 94;</div><div>&nbsp; WeatherCityLbl.Top = 16;</div><div>&nbsp; WeatherCityLbl.clProSettings.FontSize = 18;</div><div>&nbsp; WeatherCityLbl.clProSettings.FontColor = clAlphaColor.clHexToColor('#32A690');</div><div>&nbsp; WeatherCityLbl.clProSettings.TextSettings.Font.Style = &#091;fsBold&#093;;</div><div>&nbsp; WeatherCityLbl.SetclProSettings(WeatherCityLbl.clProSettings);</div><div><br></div><div>&nbsp; WeatherCountryLbl = DashForm.AddNewProLabel(WeatherPanel, 'WeatherCountryLbl', '');</div><div>&nbsp; WeatherCountryLbl.Align = alNone;</div><div>&nbsp; WeatherCountryLbl.Left = 94;</div><div>&nbsp; WeatherCountryLbl.Top = 44;</div><div>&nbsp; WeatherCountryLbl.clProSettings.FontSize = 14;</div><div>&nbsp; WeatherCountryLbl.clProSettings.FontColor = clAlphaColor.clHexToColor('#32A690');</div><div>&nbsp; WeatherCountryLbl.SetclProSettings(WeatherCountryLbl.clProSettings);</div><div><br></div><div>&nbsp; WeatherTempLbl = DashForm.AddNewProLabel(WeatherPanel, 'WeatherTempLbl', '');</div><div>&nbsp; WeatherTempLbl.Align = alNone;</div><div>&nbsp; WeatherTempLbl.Left = 260;</div><div>&nbsp; WeatherTempLbl.Top = 16;</div><div>&nbsp; WeatherTempLbl.clProSettings.FontSize = 26;</div><div>&nbsp; WeatherTempLbl.clProSettings.FontColor = clAlphaColor.clHexToColor('#000000');</div><div>&nbsp; WeatherTempLbl.clProSettings.TextSettings.Font.Style = &#091;fsBold&#093;;</div><div>&nbsp; WeatherTempLbl.SetclProSettings(WeatherTempLbl.clProSettings);</div><div><br></div><div>&nbsp; WeatherDescLbl = DashForm.AddNewProLabel(WeatherPanel, 'WeatherDescLbl', '');</div><div>&nbsp; WeatherDescLbl.Align = alNone;</div><div>&nbsp; WeatherDescLbl.Left = 94;</div><div>&nbsp; WeatherDescLbl.Top = 70;</div><div>&nbsp; WeatherDescLbl.clProSettings.FontSize = 14;</div><div>&nbsp; WeatherDescLbl.clProSettings.FontColor = clAlphaColor.clHexToColor('#000000');</div><div>&nbsp; WeatherDescLbl.SetclProSettings(WeatherDescLbl.clProSettings);</div><div><br></div><div>&nbsp; WeatherHumLbl = DashForm.AddNewProLabel(WeatherPanel, 'WeatherHumLbl', '');</div><div>&nbsp; WeatherHumLbl.Align = alNone;</div><div>&nbsp; WeatherHumLbl.Left = 260;</div><div>&nbsp; WeatherHumLbl.Top = 60;</div><div>&nbsp; WeatherHumLbl.clProSettings.FontSize = 14;</div><div>&nbsp; WeatherHumLbl.clProSettings.FontColor = clAlphaColor.clHexToColor('#000000');</div><div>&nbsp; WeatherHumLbl.SetclProSettings(WeatherHumLbl.clProSettings);</div><div><br></div><div>&nbsp; RefreshWeatherBtn = DashForm.AddNewProButton(WeatherPanel, 'RefreshWeatherBtn', 'Yenile');</div><div>&nbsp; RefreshWeatherBtn.Align = alRight;</div><div>&nbsp; RefreshWeatherBtn.Width = 80;</div><div>&nbsp; RefreshWeatherBtn.Margins.Right = 10;</div><div>&nbsp; RefreshWeatherBtn.Margins.Top = 10;</div><div>&nbsp; RefreshWeatherBtn.clProSettings.BackgroundColor = BtnBGColor;</div><div>&nbsp; RefreshWeatherBtn.clProSettings.FontColor = BtnFontColor;</div><div>&nbsp; RefreshWeatherBtn.clProSettings.RoundWidth = 14;</div><div>&nbsp; RefreshWeatherBtn.clProSettings.RoundHeight = 14;</div><div>&nbsp; RefreshWeatherBtn.SetclProSettings(RefreshWeatherBtn.clProSettings);</div><div>&nbsp; DashForm.AddNewEvent(RefreshWeatherBtn, tbeOnClick, 'LoadWeather'); // doğrudan LoadWeather</div><div><br></div><div>&nbsp; // ----- MENÜ (alClient) -----</div><div>&nbsp; MenuPanel = DashForm.AddNewProPanel(DashForm, 'MenuPanel');</div><div>&nbsp; MenuPanel.Align = alClient;</div><div>&nbsp; MenuPanel.Margins.Top = 10;</div><div>&nbsp; MenuPanel.Margins.Left = 30;</div><div>&nbsp; MenuPanel.Margins.Right = 30;</div><div>&nbsp; MenuPanel.clProSettings.RoundWidth = 40;</div><div>&nbsp; MenuPanel.clProSettings.RoundHeight = 40;</div><div>&nbsp; MenuPanel.SetclProSettings(MenuPanel.clProSettings);</div><div><br></div><div>&nbsp; MapBtn = DashForm.AddNewProButton(MenuPanel, 'MapBtn', 'Haritada Görüntüle');</div><div>&nbsp; MapBtn.Align = alNone;</div><div>&nbsp; MapBtn.Height = 50;</div><div>&nbsp; MapBtn.Width = MenuPanel.Width * 70 / 100;</div><div>&nbsp; MapBtn.Top = MenuPanel.Height - 115;</div><div>&nbsp; MapBtn.Left = (MenuPanel.Width - MapBtn.Width) / 2;</div><div>&nbsp; MapBtn.Margins.Bottom = 85;</div><div>&nbsp; MapBtn.clProSettings.BackgroundColor = BtnBGColor;</div><div>&nbsp; MapBtn.clProSettings.RoundHeight = 20;</div><div>&nbsp; MapBtn.clProSettings.RoundWidth = 20;</div><div>&nbsp; MapBtn.clProSettings.BorderColor = clAlphaColor.clHexToColor('#fcfafa');</div><div>&nbsp; MapBtn.clProSettings.FontColor = BtnFontColor;</div><div>&nbsp; MapBtn.clProSettings.FontSize = 16;</div><div>&nbsp; MapBtn.clProSettings.BorderWidth = 2;</div><div>&nbsp; MapBtn.SetclProSettings(MapBtn.clProSettings);</div><div>&nbsp; DashForm.AddNewEvent(MapBtn, tbeOnClick, 'MapBtnClick');</div><div><br></div><div>&nbsp; // İlk açılışta hava durumu yükle</div><div>&nbsp; LoadWeather;</div><div><br></div><div>&nbsp; DashForm.Run;</div><div><br></div><div>} // ==== MAIN BLOCK END ====</div></div><div><br></div>]]>
   </description>
   <pubDate>Mon, 11 Aug 2025 18:05:55 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1175&amp;PID=2490#2490</guid>
  </item> 
 </channel>
</rss>