<?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 : MQTT</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : MQTT]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 18:13:21 +0000</pubDate>
  <lastBuildDate>Tue, 03 Sep 2024 15:36:35 +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=836</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[MQTT : Merhaba Habib,Mqtt ile ilgili...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=836&amp;PID=1787#1787</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=106">Developer</a><br /><strong>Konu:</strong> 836<br /><strong>Gönderim Zamanı:</strong> 03&nbsp;Eylül&nbsp;2024 Saat 15:36<br /><br />Merhaba Habib,<div>Mqtt ile ilgili aşağıdaki linki inceler misin:</div><div><a href="https://www.docs.clomosy.com/index.php/MQTT" target="_blank" rel="nofollow">https://www.docs.clomosy.com/index.php/MQTT</a></div><div><br></div>]]>
   </description>
   <pubDate>Tue, 03 Sep 2024 15:36:35 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=836&amp;PID=1787#1787</guid>
  </item> 
  <item>
   <title><![CDATA[MQTT : var SpyFallGiris:TclForm Creat...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=836&amp;PID=1545#1545</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=198">Habip</a><br /><strong>Konu:</strong> 836<br /><strong>Gönderim Zamanı:</strong> 07&nbsp;Ağustos&nbsp;2024 Saat 17:53<br /><br /><div>var&nbsp;</div><div>&nbsp; SpyFallGiris:TclForm</div><div>&nbsp; CreateRoomBtn,JoinRoomBtn:TClProButton;</div><div>&nbsp; girisImage:TClProImage;</div><div>&nbsp; girisTimer1,girisTimer2:TCLTimer;</div><div>void goToSpyFall</div><div>{</div><div>&nbsp; Clomosy.RunUnit('uSpyFallGiris');</div><div>}</div><div>void GirisEkrani</div><div>{</div><div>&nbsp; if(girisTimer1.Interval==1)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; girisTimer1.Interval=1000;</div><div>&nbsp; }</div><div>&nbsp; else</div><div>&nbsp; {</div><div>&nbsp; &nbsp; girisTimer1.enabled=false;</div><div>&nbsp; &nbsp; girisTimer2.enabled=true;</div><div>&nbsp; }</div><div>}</div><div>void Kucult</div><div>{</div><div>&nbsp; if(girisImage.Width&gt;100)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; girisImage.Width=girisImage.Width-5;</div><div>&nbsp; &nbsp; girisImage.Height=girisImage.Height-6;</div><div>&nbsp; &nbsp; girisImage.margins.Bottom=girisImage.margins.Bottom+6</div><div>&nbsp; }</div><div>&nbsp; else</div><div>&nbsp; {</div><div>&nbsp; &nbsp; girisTimer2.enabled=false;</div><div>&nbsp; &nbsp; CreateRoomBtn.visible=true;</div><div>&nbsp; &nbsp; JoinRoomBtn.visible=true;</div><div>&nbsp; }</div><div>}</div><div>void CreateRoomBtnOnClick</div><div>{</div><div>&nbsp; Clomosy.AppUserProfile=1</div><div>&nbsp; goToSpyFall;</div><div>}</div><div>void JoinRoomBtnOnClick</div><div>{</div><div>&nbsp; Clomosy.AppUserProfile=0;</div><div>&nbsp; goToSpyFall;</div><div>}</div><div>{</div><div>&nbsp; SpyFallGiris=TclForm.Create(Self);</div><div>&nbsp; SpyFallGiris.SetFormColor('#323036', '', clGNone);&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; CreateRoomBtn=SpyFallGiris.AddNewProButton(SpyFallGiris, 'CreateRoomBtn', 'Oda Oluştur');</div><div>&nbsp; CreateRoomBtn.Height=50;</div><div>&nbsp; CreateRoomBtn.Width=150;</div><div>&nbsp; CreateRoomBtn.Margins.Bottom=SpyFallGiris.clHeight*1/10</div><div>&nbsp; clComponent.SetupComponent(CreateRoomBtn,'{</div><div>&nbsp; &nbsp; "Width":150,</div><div>&nbsp; &nbsp; "Height":50,</div><div>&nbsp; &nbsp; "RoundHeight":10,</div><div>&nbsp; &nbsp; "RoundWidth":10,</div><div>&nbsp; &nbsp; "BorderColor":"#FFFFFF",</div><div>&nbsp; &nbsp; "BorderWidth":2,</div><div>&nbsp; &nbsp; "FontColor":"#FFFFFF",</div><div>&nbsp; &nbsp; "BackgroundColor":"#DAC0A3"</div><div>&nbsp; }');</div><div>&nbsp; CreateRoomBtn.visible=false;</div><div>&nbsp;&nbsp;</div><div>&nbsp; JoinRoomBtn=SpyFallGiris.AddNewProButton(SpyFallGiris, 'JoinRoomBtn', 'Odaya Katıl');</div><div>&nbsp; JoinRoomBtn.Height=50;</div><div>&nbsp; JoinRoomBtn.Width=150;</div><div>&nbsp; JoinRoomBtn.Margins.Top=SpyFallGiris.clHeight*1/10</div><div>&nbsp; clComponent.SetupComponent(JoinRoomBtn,'{</div><div>&nbsp; &nbsp; "Width":150,</div><div>&nbsp; &nbsp; "Height":50,</div><div>&nbsp; &nbsp; "RoundHeight":10,</div><div>&nbsp; &nbsp; "RoundWidth":10,</div><div>&nbsp; &nbsp; "BorderColor":"#FFFFFF",</div><div>&nbsp; &nbsp; "BorderWidth":2,</div><div>&nbsp; &nbsp; "FontColor":"#FFFFFF",</div><div>&nbsp; &nbsp; "BackgroundColor":"#DAC0A3"</div><div>&nbsp; }');</div><div>&nbsp; JoinRoomBtn.visible=false;</div><div>&nbsp;&nbsp;</div><div>&nbsp; girisImage=SpyFallGiris.AddNewProImage(SpyFallGiris,'girisImage');</div><div>&nbsp; clComponent.SetupComponent(girisImage,'{</div><div>&nbsp; &nbsp; "Align":"Center",</div><div>&nbsp; &nbsp; "Width":400,</div><div>&nbsp; &nbsp; "Height":517,</div><div>&nbsp; &nbsp; "ImgUrl":"<a href="https://i.imgur.com/AVJKUct.png" target="_blank" rel="nofollow">https://i.imgur.com/AVJKUct.png"</a>,</div><div>&nbsp; &nbsp; "ImgFit":"yes"</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; girisTimer1=SpyFallGiris.AddNewTimer(SpyFallGiris,'girisTimer1',1);</div><div>&nbsp; girisTimer1.OnTimer='GirisEkrani';</div><div>&nbsp; girisTimer1.enabled=true;</div><div>&nbsp;&nbsp;</div><div>&nbsp; girisTimer2=SpyFallGiris.AddNewTimer(SpyFallGiris,'girisTimer2',1);</div><div>&nbsp; girisTimer2.OnTimer='Kucult';</div><div>&nbsp;&nbsp;</div><div>&nbsp; CreateRoomBtn.OnClick='CreateRoomBtnOnClick';</div><div>&nbsp; JoinRoomBtn.OnClick='JoinRoomBtnOnClick';</div><div>&nbsp;&nbsp;</div><div>&nbsp; SpyFallGiris.Run;</div><div>}<br><br><br><br><br><br><br><br>Ana Kod olarak bu kodu çalıştırıp ilk attığım kodu unit olarak çalıştırın lütfen. İki farklı cihazda, birinde 'oda oluştur', diğerinde 'odaya katıl' butonuna basıp 'oda oluştur' yaptığınız cihazda gözüken ID'yi 'odaya katıl' sayfasında ID kısmına yazıp katıl butonuna basınız lütfen&nbsp;&nbsp;</div>]]>
   </description>
   <pubDate>Wed, 07 Aug 2024 17:53:26 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=836&amp;PID=1545#1545</guid>
  </item> 
  <item>
   <title><![CDATA[MQTT : Merhabalar kodu denedi&#287;im zaman...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=836&amp;PID=1544#1544</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=154">oguz22</a><br /><strong>Konu:</strong> 836<br /><strong>Gönderim Zamanı:</strong> 07&nbsp;Ağustos&nbsp;2024 Saat 17:49<br /><br /><div style=": rgb251, 251, 253;">Merhabalar kodu denediğim zaman bir hata göremedim ama.</div>]]>
   </description>
   <pubDate>Wed, 07 Aug 2024 17:49:24 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=836&amp;PID=1544#1544</guid>
  </item> 
  <item>
   <title><![CDATA[MQTT : var SpyFallForm:TclForm JoinRoomBtn,CopyBtn:TClProButton;...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=836&amp;PID=1542#1542</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=198">Habip</a><br /><strong>Konu:</strong> 836<br /><strong>Gönderim Zamanı:</strong> 07&nbsp;Ağustos&nbsp;2024 Saat 17:31<br /><br /><div>var&nbsp;</div><div>&nbsp; SpyFallForm:TclForm</div><div>&nbsp; JoinRoomBtn,CopyBtn:TClProButton;</div><div>&nbsp; JoinRoomEdt:TclProEdit;</div><div>&nbsp; OneSpy,DoubleSpy:TCLRadioButton;</div><div>&nbsp; OneSpyImage,DoubleSpyImage:TClProImage;</div><div>&nbsp; GameTimeCombo:TCLComboBox;</div><div>&nbsp; PlayersPanel,panelPlayer:TclProPanel;</div><div>&nbsp; userName:TClProLabel;</div><div>&nbsp; playerStatusImage:TClProImage;</div><div>&nbsp; TestHorz : TClHorzScrollBox;</div><div>&nbsp; RoomId:TClProLabel;</div><div>&nbsp; roomIDStr:String;</div><div>&nbsp; ModMQTT,PlayerMQTT:TclMQTT;</div><div>&nbsp; JoinTimer:TCLTimer;</div><div>void PlayerMQTTStatusChanged;&nbsp;</div><div>{&nbsp;</div><div>&nbsp; &nbsp;if (PlayerMQTT.Connected )&nbsp;&nbsp;</div><div>&nbsp; &nbsp;{&nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; ShowMessage(Clomosy.AppUserDisplayName+' Bağlandı');</div><div>&nbsp; &nbsp;}&nbsp;</div><div>&nbsp; &nbsp;Else</div><div>&nbsp; &nbsp;{&nbsp;</div><div>&nbsp; &nbsp; &nbsp; ShowMessage(Clomosy.AppUserDisplayName+' Bağlanamadı');</div><div>&nbsp; &nbsp;}&nbsp;</div><div>}</div><div>void JoinTimerEnabled</div><div>{</div><div>&nbsp; if(JoinTimer.Interval==1)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; JoinTimer.Interval=1000;</div><div>&nbsp; }</div><div>&nbsp; else</div><div>&nbsp; {</div><div>&nbsp; &nbsp; PlayerMQTT.Send('Habip Bağlandı');</div><div>&nbsp; &nbsp; JoinTimer.Enabled=false;</div><div>&nbsp; }</div><div>}</div><div>void ModMQTTPublishReceived;&nbsp;</div><div>&nbsp;{</div><div>&nbsp; if(ModMQTT.ReceivedAlright)&nbsp;&nbsp;</div><div>&nbsp; {&nbsp;</div><div>&nbsp; /*</div><div>&nbsp; &nbsp; if(ModMQTT.ReceivedMessage=='Habip Bağlandı')</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; userName=SpyFallForm.AddNewProLabel(PlayersPanel, 'userName', Clomosy.AppUserDisplayName);</div><div>&nbsp; &nbsp; &nbsp; clComponent.SetupComponent(userName,'{</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "Align":"Center",</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "Width":150,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "Height":40,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "TextColor":"#323036",</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "TextSize":20,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "TextVerticalAlign":"Center",</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "TextBold":"Yes",</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "MarginLeft":150</div><div>&nbsp; &nbsp; &nbsp; }');</div><div>&nbsp; &nbsp; }</div><div>&nbsp; */</div><div>&nbsp; }&nbsp;</div><div>&nbsp;}&nbsp;</div><div>void JoinRoomBtnOnClick</div><div>{</div><div>&nbsp; PlayerMQTT.Channel=JoinRoomEdt.text;</div><div>&nbsp; PlayerMQTT.Connect;</div><div>&nbsp; JoinTimer.Enabled=true;</div><div>}</div><div>void setModeratorForm</div><div>{</div><div>&nbsp; SpyFallForm=TclForm.Create(Self);</div><div>&nbsp; SpyFallForm.SetFormColor('#323036', '', clGNone);</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; OneSpy=SpyFallForm.AddNewRadioButton(SpyFallForm, 'OneSpy', '');</div><div>&nbsp; OneSpy.Margins.Top=SpyFallForm.clHeight*4/10;</div><div>&nbsp; OneSpy.Margins.Right=SpyFallForm.clWidth*9/100;</div><div>&nbsp; OneSpy.ischecked=true;</div><div>&nbsp;&nbsp;</div><div>&nbsp; DoubleSpy=SpyFallForm.AddNewRadioButton(SpyFallForm, 'DoubleSpy', '');</div><div>&nbsp; DoubleSpy.Margins.Top=SpyFallForm.clHeight*4/10;</div><div>&nbsp; DoubleSpy.Margins.Left=SpyFallForm.clWidth*23/100;</div><div>&nbsp;&nbsp;</div><div>&nbsp; OneSpyImage = SpyFallForm.AddNewProImage(SpyFallForm,'OneSpyImage');</div><div>&nbsp; OneSpyImage.Margins.Top=SpyFallForm.clHeight*4/10;</div><div>&nbsp; OneSpyImage.Margins.Right=SpyFallForm.clWidth*16/100;</div><div>&nbsp; clComponent.SetupComponent(OneSpyImage,'{</div><div>&nbsp; &nbsp; "Width":27,</div><div>&nbsp; &nbsp; "Height":27,</div><div>&nbsp; &nbsp; "ImgUrl":"https://i.imgur.com/hQyynu1.png",</div><div>&nbsp; &nbsp; "ImgFit":"yes"</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; DoubleSpyImage = SpyFallForm.AddNewProImage(SpyFallForm,'DoubleSpyImage');</div><div>&nbsp; DoubleSpyImage.Margins.Top=SpyFallForm.clHeight*4/10;</div><div>&nbsp; DoubleSpyImage.Margins.Left=SpyFallForm.clWidth*20/100;</div><div>&nbsp; clComponent.SetupComponent(DoubleSpyImage,'{</div><div>&nbsp; &nbsp; "Width":50,</div><div>&nbsp; &nbsp; "Height":50,</div><div>&nbsp; &nbsp; "ImgUrl":"https://i.imgur.com/qchaHr2.png",</div><div>&nbsp; &nbsp; "ImgFit":"yes"</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; GameTimeCombo=SpyFallForm.AddNewComboBox(SpyFallForm, 'GameTimeCombo');</div><div>&nbsp; GameTimeCombo.Align=alCenter;</div><div>&nbsp; GameTimeCombo.Margins.Top=SpyFallForm.clHeight*25/100;</div><div>&nbsp; GameTimeCombo.AddItem('6:00','01');</div><div>&nbsp; GameTimeCombo.AddItem('7:00','02');</div><div>&nbsp; GameTimeCombo.AddItem('8:00','03');</div><div>&nbsp; GameTimeCombo.AddItem('9:00','04');</div><div>&nbsp; GameTimeCombo.AddItem('10:00','05');</div><div>&nbsp;&nbsp;</div><div>&nbsp; PlayersPanel=SpyFallForm.AddNewProPanel(SpyFallForm, 'PlayersPanel');</div><div>&nbsp; PlayersPanel.margins.bottom=SpyFallForm.clHeight*4/10;</div><div>&nbsp; clComponent.SetupComponent(PlayersPanel,'{</div><div>&nbsp; &nbsp; "Width":370,</div><div>&nbsp; &nbsp; "Height":350,</div><div>&nbsp; &nbsp; "RoundHeight":10,</div><div>&nbsp; &nbsp; "RoundWidth":10,</div><div>&nbsp; &nbsp; "BorderWidth":5,</div><div>&nbsp; &nbsp; "BorderColor":"#FFFFFF",</div><div>&nbsp; &nbsp; "BackgroundColor":"#323036"</div><div>&nbsp; }');</div><div><br></div><div>&nbsp; TestHorz = SpyFallForm.AddNewHorzScrollBox(PlayersPanel,'TestHorz');</div><div>&nbsp;&nbsp;</div><div>&nbsp; roomIDStr=Clomosy.AppUserGUID;</div><div>&nbsp;&nbsp;</div><div>&nbsp; RoomId=SpyFallForm.AddNewProLabel(SpyFallForm, 'RoomId', 'Oda ID: '+roomIDStr);</div><div>&nbsp; RoomId.Margins.Top=SpyFallForm.clHeight*5/10;</div><div>&nbsp; clComponent.SetupComponent(RoomId,'{</div><div>&nbsp; &nbsp; "Width":200,</div><div>&nbsp; &nbsp; "Height":40,</div><div>&nbsp; &nbsp; "TextColor":"#DAC0A3",</div><div>&nbsp; &nbsp; "TextSize":20,</div><div>&nbsp; &nbsp; "TextVerticalAlign":"Center",</div><div>&nbsp; &nbsp; "TextBold":"Yes"</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; CopyBtn=SpyFallForm.AddNewProButton(SpyFallForm, 'CopyBtn', '');</div><div>&nbsp; CopyBtn.Margins.Top=SpyFallForm.clHeight*5/10;</div><div>&nbsp; CopyBtn.Margins.Left=RoomId.Width;</div><div>&nbsp; clComponent.SetupComponent(CopyBtn,'{</div><div>&nbsp; &nbsp; "Width":20,</div><div>&nbsp; &nbsp; "Height":20,</div><div>&nbsp; &nbsp; "ImgUrl":"https://i.imgur.com/DU8Bb0p.png",</div><div>&nbsp; &nbsp; "BackgroundColor":"#DAC0A3",</div><div>&nbsp; &nbsp; "ImgFit":"yes"</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; ModMQTT = SpyFallForm.AddNewMQTTConnection(PlayersPanel,'ModMQTT');</div><div>&nbsp; SpyFallForm.AddNewEvent(ModMQTT,tbeOnMQTTPublishReceived,'ModMQTTPublishReceived');</div><div>&nbsp; ModMQTT.Channel=Clomosy.AppUserGUID;</div><div>&nbsp; ModMQTT.Connect;</div><div>&nbsp;&nbsp;</div><div>&nbsp; SpyFallForm.Run;</div><div>}</div><div>void setPlayerForm</div><div>{</div><div>&nbsp; SpyFallForm=TclForm.Create(Self);</div><div>&nbsp; SpyFallForm.SetFormColor('#323036', '', clGNone);&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; JoinRoomBtn=SpyFallForm.AddNewProButton(SpyFallForm, 'JoinRoomBtn', 'Odaya Katıl');</div><div>&nbsp; JoinRoomBtn.Height=50;</div><div>&nbsp; JoinRoomBtn.Width=150;</div><div>&nbsp; JoinRoomBtn.Margins.Top=SpyFallForm.clHeight*4/10</div><div>&nbsp; clComponent.SetupComponent(JoinRoomBtn,'{</div><div>&nbsp; &nbsp; "Width":150,</div><div>&nbsp; &nbsp; "Height":50,</div><div>&nbsp; &nbsp; "RoundHeight":10,</div><div>&nbsp; &nbsp; "RoundWidth":10,</div><div>&nbsp; &nbsp; "BorderColor":"#FFFFFF",</div><div>&nbsp; &nbsp; "BorderWidth":2,</div><div>&nbsp; &nbsp; "FontColor":"#FFFFFF",</div><div>&nbsp; &nbsp; "BackgroundColor":"#DAC0A3"</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; JoinRoomEdt=SpyFallForm.AddNewProEdit(SpyFallForm, 'JoinRoomEdt', 'Oda ID giriniz...');</div><div>&nbsp; JoinRoomEdt.Margins.Top=SpyFallForm.clHeight*2/10</div><div>&nbsp; clComponent.SetupComponent(JoinRoomEdt,'{</div><div>&nbsp; &nbsp; "Width":180,</div><div>&nbsp; &nbsp; "Height":30,</div><div>&nbsp; &nbsp; "RoundHeight":10,</div><div>&nbsp; &nbsp; "RoundWidth":2,</div><div>&nbsp; &nbsp; "BorderColor":"#FFFFFF",</div><div>&nbsp; &nbsp; "BorderWidth":2</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; panelPlayer=SpyFallForm.AddNewProPanel(SpyFallForm, 'panelPlayer');</div><div>&nbsp; panelPlayer.margins.bottom=SpyFallForm.clHeight*4/10;</div><div>&nbsp; clComponent.SetupComponent(panelPlayer,'{</div><div>&nbsp; &nbsp; "Width":370,</div><div>&nbsp; &nbsp; "Height":50,</div><div>&nbsp; &nbsp; "RoundHeight":10,</div><div>&nbsp; &nbsp; "RoundWidth":10,</div><div>&nbsp; &nbsp; "BorderWidth":5,</div><div>&nbsp; &nbsp; "BorderColor":"#FFFFFF",</div><div>&nbsp; &nbsp; "BackgroundColor":"#DAC0A3"</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; userName=SpyFallForm.AddNewProLabel(panelPlayer, 'userName', Clomosy.AppUserDisplayName);</div><div>&nbsp; clComponent.SetupComponent(userName,'{</div><div>&nbsp; &nbsp; "Align":"Center",</div><div>&nbsp; &nbsp; "Width":150,</div><div>&nbsp; &nbsp; "Height":40,</div><div>&nbsp; &nbsp; "TextColor":"#323036",</div><div>&nbsp; &nbsp; "TextSize":20,</div><div>&nbsp; &nbsp; "TextVerticalAlign":"Center",</div><div>&nbsp; &nbsp; "TextBold":"Yes",</div><div>&nbsp; &nbsp; "MarginLeft":150</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; playerStatusImage=SpyFallForm.AddNewProImage(panelPlayer, 'playerStatusImage');</div><div>&nbsp; clComponent.SetupComponent(playerStatusImage,'{</div><div>&nbsp; &nbsp; "Align":"Right",</div><div>&nbsp; &nbsp; "Width":27,</div><div>&nbsp; &nbsp; "Height":27,</div><div>&nbsp; &nbsp; "ImgUrl":"https://i.imgur.com/xAERIXD.png",</div><div>&nbsp; &nbsp; "ImgFit":"yes",</div><div>&nbsp; &nbsp; "MarginRight":50</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; PlayerMQTT=SpyFallForm.AddNewMQTTConnection(SpyFallForm,'PlayerMQTT');</div><div>&nbsp; SpyFallForm.AddNewEvent(PlayerMQTT,tbeOnMQTTStatusChanged,'PlayerMQTTStatusChanged');</div><div>&nbsp;&nbsp;</div><div>&nbsp; JoinRoomBtn.OnClick='JoinRoomBtnOnClick';</div><div>&nbsp;&nbsp;</div><div>&nbsp; JoinTimer=SpyFallForm.AddNewTimer(SpyFallForm,'JoinTimer',1);</div><div>&nbsp; JoinTimer.OnTimer='JoinTimerEnabled';</div><div>&nbsp;&nbsp;</div><div>&nbsp; SpyFallForm.Run;</div><div>}</div><div><br></div><div>{</div><div>&nbsp; if(Clomosy.AppUserProfile == 1)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; setModeratorForm;</div><div>&nbsp; }</div><div>&nbsp; else</div><div>&nbsp; {</div><div>&nbsp; &nbsp; setPlayerForm;<img src="uploads/198/Ekran_görüntüsü_2024-08-07_172958.png" height="229" width="557" border="0" /></div><div>&nbsp; }</div><div>}</div><div><br></div>]]>
   </description>
   <pubDate>Wed, 07 Aug 2024 17:31:07 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=836&amp;PID=1542#1542</guid>
  </item> 
 </channel>
</rss>