charaf12 Posted February 21, 2014 Share Posted February 21, 2014 السلام عليك انا مسوي لوحة ببرنامج guieditor ابي كود فتح اللوحة بزر معين Link to comment
iPrestege Posted February 21, 2014 Share Posted February 21, 2014 مافهمت عليك يعني تبي تضغط زر gui يفتح اللوحة؟ Link to comment
charaf12 Posted February 21, 2014 Author Share Posted February 21, 2014 يب انا مسوي اللوحة Link to comment
TAPL Posted February 22, 2014 Share Posted February 22, 2014 bindKey("اسم الزر", "down", function() guiSetVisible(اسم النافذه, not guiGetVisible(اسم النافذه)) showCursor(guiGetVisible(اسم النافذه)) end) ينقل الى قسم البرمجة Link to comment
™!>VàLéNTiNô<!™ Posted February 23, 2014 Share Posted February 23, 2014 guiSetVisible (اسم النافذة, false) function OpenWin() if guiGetVisible ( اسم النافذة ) then guiSetVisible ( اسم النافذة, false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible ( اسم النافذة, true ) showCursor(true) guiSetInputEnabled(true) end end bindKey("اسم الزر", "down", OpenWin) Link to comment
فاّرس Posted February 24, 2014 Share Posted February 24, 2014 guiSetVisible (اسم النافذة, false) function OpenWin() if guiGetVisible ( اسم النافذة ) then guiSetVisible ( اسم النافذة, false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible ( اسم النافذة, true ) showCursor(true) guiSetInputEnabled(true) end end bindKey("اسم الزر", "down", OpenWin) bindKey("اسم الزر", "down", function() guiSetVisible(اسم النافذه, not guiGetVisible(اسم النافذه)) showCursor(guiGetVisible(اسم النافذه)) end) ينقل الى قسم البرمجة Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now