<?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="http://syndication.webwizguide.com/rss_namespace/">
 <channel>
  <title>Datakent Forum : Delphi de görsel ve dinamik menu oluşturmak</title>
  <link>http://forum.datakent.com/</link>
  <description>XML içerik linki; Datakent Forum : Borland Delphi : Delphi de görsel ve dinamik menu oluşturmak</description>
  <pubDate>Tue, 28 Apr 2026 05:25:16 +0000</pubDate>
  <lastBuildDate>Thu, 22 Oct 2009 10:41:05 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.54</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.datakent.com/RSS_post_feed.asp?TID=1800</WebWizForums:feedURL>
  <image>
   <title>Datakent Forum</title>
   <url>http://forum.datakent.com/forum_images/datakent.com_forums.png</url>
   <link>http://forum.datakent.com/</link>
  </image>
  <item>
   <title>Delphi de görsel ve dinamik menu oluşturmak : Evet , d&#305;&#351;ardan bak&#305;nca sanki...</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=1800&amp;PID=3978#3978</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=2535" rel="nofollow">bayramoglu_61</a><br /><strong>Konu:</strong> 1800<br /><strong>Gönderim Zamanı:</strong> 22.Ekim.2009 Saat 10:41<br /><br />Evet , dışardan bakınca sanki 3. parti bir bileşen ile yapılmış gibi dursa da özüne inince tamamen delphi nin en saf halindeki&nbsp; kontrolleri ile yapıldığını görmek&nbsp;sevindirici. Ben şu tarz bir kullanımla istediğim sonucu aldım :<DIV>&nbsp;</DIV><DIV>for&nbsp; i:=0 to 250 do begin</DIV><DIV>if i mod 20 =2 then&nbsp; begin<BR>sleep(1);<BR>application.ProcessMessages;<BR>end;</DIV><DIV>&nbsp;</DIV><DIV>shape1.Left:=shape1.Left+1;<BR>label1.Left:=label1.Left+1;<BR>shape2.Left:=Shape2.Left+1;<BR>label2.Left:=label2.Left+1;<BR>shape3.Left:=shape3.Left+1;<BR>label3.Left:=label3.Left+1;<BR>shape4.Left:=shape4.Left+1;<BR>label4.Left:=label4.Left+1;<BR>shape5.Left:=shape5.Left+1;<BR>label5.Left:=label5.Left+1;<BR>shape6.Left:=shape6.Left+1;<BR>label6.Left:=label6.Left+1;</DIV><DIV>&nbsp;</DIV><DIV>shape7.Left:=shape7.Left-1;<BR>label7.Left:=label7.Left-1;<BR>shape8.Left:=shape8.Left-1;<BR>label8.Left:=label8.Left-1;<BR>shape9.Left:=shape9.Left-1;<BR>label9.Left:=label9.Left-1;</DIV><DIV>&nbsp;</DIV><DIV>bir bileşen haline dönüştürülerek&nbsp; pratik kullanım kazadırılabilir...</DIV>]]>
   </description>
   <pubDate>Thu, 22 Oct 2009 10:41:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=1800&amp;PID=3978#3978</guid>
  </item> 
  <item>
   <title>Delphi de görsel ve dinamik menu oluşturmak : Murat abi bu y&#246;ntem &#231;ok g&#252;zel...</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=1800&amp;PID=3977#3977</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=3122" rel="nofollow">turknetyazilim</a><br /><strong>Konu:</strong> 1800<br /><strong>Gönderim Zamanı:</strong> 21.Ekim.2009 Saat 17:08<br /><br />Murat abi bu yöntem çok güzel bir bir yöntem bulmuşsun.Ben bugün denedim.Oyun bile yapılabilir.Pişririk vs<img src="http://forum.datakent.com/smileys/smiley1.gif" height="17" width="17" border="0" alt="Smile" title="Smile" />]]>
   </description>
   <pubDate>Wed, 21 Oct 2009 17:08:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=1800&amp;PID=3977#3977</guid>
  </item> 
  <item>
   <title>Delphi de görsel ve dinamik menu oluşturmak : karde&#351; end; den hemen &#246;nce  sleep(1000);//ms...</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=1800&amp;PID=3970#3970</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> 1800<br /><strong>Gönderim Zamanı:</strong> 19.Ekim.2009 Saat 20:01<br /><br />kardeş end; den hemen önce <DIV>sleep(1000);//ms cinsinden 1000 = 1 sn<BR>application.proccessmessage;</DIV><DIV>&nbsp;</DIV><DIV>bu işini görecektir. sleep komutu bir windows api sidir. duraksama yaratmak için kullanılır. çeşitli alternatifler vardır.</DIV>]]>
   </description>
   <pubDate>Mon, 19 Oct 2009 20:01:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=1800&amp;PID=3970#3970</guid>
  </item> 
  <item>
   <title>Delphi de görsel ve dinamik menu oluşturmak : Murat abi rica etsem bu konu hakk&#305;nda...</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=1800&amp;PID=3969#3969</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=2535" rel="nofollow">bayramoglu_61</a><br /><strong>Konu:</strong> 1800<br /><strong>Gönderim Zamanı:</strong> 19.Ekim.2009 Saat 17:20<br /><br /><P>Murat abi rica etsem bu konu hakkında küçük bir örnek koyarmısın?Ben şu şekilde yaptım ama geciş gözle görülmeycek kadar hızlı oluyor ;</P><DIV>&nbsp;</DIV><DIV>var<BR>i:integer;<BR>begin<BR>for&nbsp; i:=0 to 159 do begin<BR>shape1.Left:=shape1.Left+1;<BR>label1.Left:=label1.Left+1;<BR>shape2.Left:=Shape2.Left+1;<BR>label2.Left:=label2.Left+1;<BR>shape3.Left:=shape3.Left+1;<BR>label3.Left:=label3.Left+1;<BR>shape4.Left:=shape4.Left+1;<BR>label4.Left:=label4.Left+1;<BR>shape5.Left:=shape5.Left+1;<BR>label5.Left:=label5.Left+1;<BR>shape6.Left:=shape6.Left+1;<BR>label6.Left:=label6.Left+1;</DIV><DIV>&nbsp;</DIV><DIV>shape7.Left:=shape7.Left-1;<BR>label7.Left:=label7.Left-1;<BR>shape8.Left:=shape8.Left-1;<BR>label8.Left:=label8.Left-1;<BR>shape9.Left:=shape9.Left-1;<BR>label9.Left:=label9.Left-1;</DIV><DIV><BR>end;</DIV>]]>
   </description>
   <pubDate>Mon, 19 Oct 2009 17:20:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=1800&amp;PID=3969#3969</guid>
  </item> 
  <item>
   <title>Delphi de görsel ve dinamik menu oluşturmak :  Evet bu sefer tam isabet :)...</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=1800&amp;PID=3944#3944</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=2535" rel="nofollow">bayramoglu_61</a><br /><strong>Konu:</strong> 1800<br /><strong>Gönderim Zamanı:</strong> 14.Ekim.2009 Saat 09:11<br /><br /><FONT size=2><P>Evet bu sefer tam isabet :) . Aynı mantıkla bende yapmaya çalıştım ama seninki gibi estetik gecişi sağlayamadım.Üstünde uğraşıldığı belli ..</P></FONT>]]>
   </description>
   <pubDate>Wed, 14 Oct 2009 09:11:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=1800&amp;PID=3944#3944</guid>
  </item> 
  <item>
   <title>Delphi de görsel ve dinamik menu oluşturmak : :) bu defa tam isabet orada klasik...</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=1800&amp;PID=3943#3943</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> 1800<br /><strong>Gönderim Zamanı:</strong> 14.Ekim.2009 Saat 01:04<br /><br />:) bu defa tam isabet<DIV>orada klasik tshape, tlabel nesneleri var. bunun dışında özel bir nesne kullanılmamış.&nbsp; left ve visible özellikleriyle for döngüsü kullanılarak ayarlama yapılmış. </DIV>]]>
   </description>
   <pubDate>Wed, 14 Oct 2009 01:04:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=1800&amp;PID=3943#3943</guid>
  </item> 
  <item>
   <title>Delphi de görsel ve dinamik menu oluşturmak : Murat abi ilk giri&#351; ekran&#305; yokmu...</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=1800&amp;PID=3937#3937</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=2535" rel="nofollow">bayramoglu_61</a><br /><strong>Konu:</strong> 1800<br /><strong>Gönderim Zamanı:</strong> 12.Ekim.2009 Saat 14:54<br /><br /><img src="http://forum.datakent.com/smileys/smiley19.gif" height="17" width="17" border="0" alt="Cry" title="Cry" />&nbsp;Murat abi ilk giriş ekranı yokmu kullanıcı girişi yaparken.Hani şirket işlemleri, kullanıcı işlemleri , diğer işlemler vs seceneklri var, birine tıklayınca ötekiler animasyonlu bi şekilde geciyor.Menu den kastım o kısım.umarım bu sefer doğru yere isabet etmişimdir :)]]>
   </description>
   <pubDate>Mon, 12 Oct 2009 14:54:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=1800&amp;PID=3937#3937</guid>
  </item> 
  <item>
   <title>Delphi de görsel ve dinamik menu oluşturmak : Te&#351;ekk&#252;rler &#252;stad deniyecem bunu...</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=1800&amp;PID=3936#3936</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=2535" rel="nofollow">bayramoglu_61</a><br /><strong>Konu:</strong> 1800<br /><strong>Gönderim Zamanı:</strong> 12.Ekim.2009 Saat 13:47<br /><br />Teşekkürler üstad deniyecem bunu ..]]>
   </description>
   <pubDate>Mon, 12 Oct 2009 13:47:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=1800&amp;PID=3936#3936</guid>
  </item> 
  <item>
   <title>Delphi de görsel ve dinamik menu oluşturmak : zamanla her&#351;ey olur ismail sonu...</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=1800&amp;PID=3930#3930</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> 1800<br /><strong>Gönderim Zamanı:</strong> 12.Ekim.2009 Saat 12:29<br /><br /><P>zamanla herşey olur ismail sonu olmayan bir iş bu yetmez hiçbir zaman. bayram oğlu yanlış anlamışım seni :) izah edeyim;</P><DIV>delphinin klasik nesneleri kullanımış öncelikle. kullanılan nesneler;<BR>Form'a TCoolBar koy, bunun içinede TToolbar ekle, TMainMenu ile menüyü tasarla, ve TToolbar 'ın Menu özelliğini tMainMenu nesnene bağla. ve form'a tMainMenu ekleyince hemen form'un Menu özelliği bu nesneye yapışıyor. bu sebeple form'un menu özelliğini TMainMenu ekleme sonrası kaldır. </DIV>]]>
   </description>
   <pubDate>Mon, 12 Oct 2009 12:29:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=1800&amp;PID=3930#3930</guid>
  </item> 
  <item>
   <title>Delphi de görsel ve dinamik menu oluşturmak : Murat abi sen b&#252;y&#252;k insans&#305;n.Yaz&#305;l&#305;m...</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=1800&amp;PID=3927#3927</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=3122" rel="nofollow">turknetyazilim</a><br /><strong>Konu:</strong> 1800<br /><strong>Gönderim Zamanı:</strong> 11.Ekim.2009 Saat 16:56<br /><br />Murat abi sen büyük insansın.Yazılım Geliştirmede üzerine tanımıyorum.Senin seviyene ne zaman ulaşıcam ben<img src="http://forum.datakent.com/smileys/smiley1.gif" height="17" width="17" border="0" alt="Smile" title="Smile" /><DIV>&nbsp;</DIV><DIV>Saygılar abi</DIV>]]>
   </description>
   <pubDate>Sun, 11 Oct 2009 16:56:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=1800&amp;PID=3927#3927</guid>
  </item> 
  <item>
   <title>Delphi de görsel ve dinamik menu oluşturmak : Cevap i&#231;in te&#351;ekk&#252;rler, ama benim...</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=1800&amp;PID=3925#3925</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=2535" rel="nofollow">bayramoglu_61</a><br /><strong>Konu:</strong> 1800<br /><strong>Gönderim Zamanı:</strong> 10.Ekim.2009 Saat 14:22<br /><br /><P>Cevap için teşekkürler, ama benim sorum formu biçme ile ilgili değildi. kasa 7 alfa sürümünde&nbsp; ki animasyonlu menu yu kasdetmiştim.</P>]]>
   </description>
   <pubDate>Sat, 10 Oct 2009 14:22:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=1800&amp;PID=3925#3925</guid>
  </item> 
  <item>
   <title>Delphi de görsel ve dinamik menu oluşturmak : merhaba,kesik &#351;ekilde formlar&#305;...</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=1800&amp;PID=3921#3921</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> 1800<br /><strong>Gönderim Zamanı:</strong> 09.Ekim.2009 Saat 23:15<br /><br /><P>merhaba,<BR>kesik şekilde formları yapmak için şuana kadar iki tür yöntem kullandım. il kullandığın yöntem paint de çizimi yapıyordum ve yaparken x,y koordinatlarını not ediyordum. çizimi bmp olarak kayıt edip photoshop da renklendirme, kenarlık ayarları vs... gibi kısımları ayarlıyordum. paint'de elde ettiğim x,y koordinatlarını delphide form'u kesmek için kullanıyordum. ve form'a bir adet timage nesnesi koyup photoshop'da yapıp yüksek kaliteli JPEG olarak kayıt ettiğim veya bmp olarak kaydettiğim resim dosysını programın kök dizinine koyup form yükleme esnasında timage nesnesie yüklüyordum. haliyle koordinatlarda kodlama ile kesildiğinde resim kesikler dışında kalıyordu. resim üzerinde phoshop'da ayar yaparken çizim dışına taşırmıyordum ( dış gölge kullanmayacaksın )<BR>çok fazla kesim içeren formlarda bu yöntem baya zor oluyor. düşün ki ince form kesimlerinde belki 100 üzeri x,y koordinatı kullanıyorsun. örnek vereyim;</P><P>procedure TForm1.FormClick(Sender: TObject);<BR>var<BR>i:array &#091;1..14&#093; of TPoint;<BR>FH:THANDLE;<BR>begin<BR>&nbsp;FH := Form1.Handle;</P><P>&nbsp;i&#091;1&#093;:=Point(50,50);<BR>&nbsp;i&#091;2&#093;:=Point(250,50);<BR>&nbsp;i&#091;3&#093;:=Point(250,75);<BR>&nbsp;i&#091;4&#093;:=Point(130,75);<BR>&nbsp;i&#091;5&#093;:=Point(130,90);<BR>&nbsp;i&#091;6&#093;:=Point(64,90);<BR>&nbsp;i&#091;7&#093;:=Point(64,75);<BR>&nbsp;i&#091;8&#093;:=Point(50,75);<BR>&nbsp;i&#091;9&#093;:=Point(50,50);</P><P>&nbsp;i&#091;10&#093;:=Point(50,90);<BR>&nbsp;i&#091;11&#093;:=Point(250,90);<BR>&nbsp;i&#091;12&#093;:=Point(250,200);<BR>&nbsp;i&#091;13&#093;:=Point(50,200);<BR>&nbsp;i&#091;14&#093;:=Point(50,90);</P><P>&nbsp;SetWindowRgn(FH,CreatePolygonRgn(i,14,WINDING),True);<BR>end;</P><P>yukarıda dediğim gibi bu çizimin sonucuda istinaden yapığım resim'i de form'a yüklüyorum.</P><P>bunun dışında form'u CreateRectRgn, CombineRgn ve DeleteObject fonksiyonları ilede biçebilirsin. <BR>örnek doküman: <BR><a href="http://www.megaupload.com/?d=KWNP36CC" target="_blank">http://www.megaupload.com/?d=KWNP36CC</A></P><P><BR>ayrıca delphi 2009'da bu işi sıfır kod ile yapan bir mekanizma var.<BR>örnek: ziyah zemin üzerine bir resim yap, form'un transparan özelliğini True yap ve transparanColor'u clblack yap. form'a bir image nesnesi koy ve resim'i yükle. (siyah ayarladığımızdan resimde siyah for üzerine olmalı) projeyi çalıştır ve sonucu gör. bu özellik belki önceki sürümlerde de vardır fakat Delphi 7 de yoktu diye hatırlıyorum. delphi 2009'da gözüme çarptı.</P>]]>
   </description>
   <pubDate>Fri, 09 Oct 2009 23:15:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=1800&amp;PID=3921#3921</guid>
  </item> 
  <item>
   <title>Delphi de görsel ve dinamik menu oluşturmak : Merhaba Murat abi , rica etsem...</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=1800&amp;PID=3919#3919</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=2535" rel="nofollow">bayramoglu_61</a><br /><strong>Konu:</strong> 1800<br /><strong>Gönderim Zamanı:</strong> 09.Ekim.2009 Saat 14:46<br /><br /><P>Merhaba Murat abi , rica etsem kasa 7' nin giriş ekranında tasarladığın , o kadar kafa yormama rağmen çözemediğim o menu tarzı bi örnek yayınlarmısın <img src="http://forum.datakent.com/smileys/smiley17.gif" height="17" width="17" border="0" alt="T&#111;ngue" title="T&#111;ngue" /></P>]]>
   </description>
   <pubDate>Fri, 09 Oct 2009 14:46:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=1800&amp;PID=3919#3919</guid>
  </item> 
 </channel>
</rss>