Jump to content

Gizli List Box U Butona Tılayınca Görünür Yaptırma


yakupnun
 Share

Recommended Posts

merhabalar aynı sayfada gizlediğim list box larım var 8 adet sekiz adette lable var lableler gizlideğil 1. lableye tıkladığımda 1. list box u 2ye tıkladığımda 2yi 3e tıkladığımda 3. listbox ... 8 kadar böle devamedecek şekilde nasıl gösteririm.
Link to comment
Share on other sites

Bak şimdi eğer labele basıp ListBox un görünmesini istiyorsan;

Page On Preload a

ListBox.SetVisible("ListBox1" ,false)

Label On Click e

result = ListBox.SetVisible("ListBox1" , true);
if result then
Label.SetText("Label1" , "Açık");
end

Yaz umarım istediğin budur?

Edited by nightmare3519
Link to comment
Share on other sites

[quote name='ReaLyMaN' date='27 February 2012 - 16:00 ' timestamp='1330351227' post='1161732']
Page/on key bunu yazınca çalışır.

[code]if e_Key == 85 then -- eğer u tuşunu basılırsa
ListBox.SetVisible("ListBox1", true)
end[/code]
[/quote]

Abi U tuşuna basınca değil ListBox'u demek istemiş :D

Link to comment
Share on other sites

Listbox yada dialog halinde değilde label!lar için yapılabilrmi aynı şey?<br>tabi görünüre gelen labellara da görev verilecek. <br><br><br>[spoiler][url=http://bit.ly/c25MCx][img]http://a1202.hizliresim.com/u/v/327cr.jpg[/img][/url]<br>[url=http://bit.ly/c25MCx][img]http://a1202.hizliresim.com/u/v/327bw.jpg[/img][/url][/spoiler]<br>

Edited by byfandex
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...