αвυ-wαleed Posted May 23, 2014 Share Posted May 23, 2014 الحين انا مسوي لوحتين وظظيفة اللوحة الأولى اكتب في اللوحة الأول واضغط زر يظهر فالثانية وابغى اضغط زر في الأولى يمسح الكلام اللي في الثانية ؟؟؟ ابغى جميع ما احتاجة لصنع هذا المود فنكشات وش استخدم في اللوحة مثل edit Link to comment
EH10 Posted May 23, 2014 Share Posted May 23, 2014 Event : 'onClientGUIClick' . guiGetText guiCreateLabel guiSetVisible Link to comment
TAPL Posted May 23, 2014 Share Posted May 23, 2014 اكتب في اللوحة الأول واضغط زر يظهر فالثانية guiCreateEdit -- المربع الي تكتب فيه guiCreateButton -- الزر الي تضغطه Event: 'onClientGUIClick' -- الأفنت لما تصغط الزر guiGetText -- تجيب الكلام الي بالمربع الي في اللوحة الأولى guiSetText -- و تحطه في اللوحة الثانية وابغى اضغط زر في الأولى يمسح الكلام اللي في الثانية guiCreateButton -- الزر الي تضغطه Event: 'onClientGUIClick' -- الأفنت لما تصغط الزر guiSetText -- تشيل الكلام من اللوحة الثانية و تحطه فاضي Link to comment
αвυ-wαleed Posted May 23, 2014 Author Share Posted May 23, 2014 # جربت ماضبط ابغى مساعده GUIEditor_Window = {} GUIEditor_Window[1] = guiCreateWindow(416,106,591,491,"aaaa",false) aaaa = guiCreateEdit(12,35,569,121,"",false,GUIEditor_Window[1]) a1 = guiCreateButton(355,252,194,126,"1",false,GUIEditor_Window[1]) b1 = guiCreateButton(39,243,221,131,"2",false,GUIEditor_Window[1]) GUIEditor_Edit = {} asd = guiCreateWindow(362,367,643,209,"",false) GUIEditor_Edit[1] = guiCreateEdit(177,-541,5,5,"",false,asd) bbbb = guiCreateMemo(86,62,468,92,"",false,asd) addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == a1 ) then guiGetText ( aaaa ) guiSetText ( bbbb ) end end )addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == b1 ) then guiSetText ( bbbb, NO ) end end ) Link to comment
</Mr.Tn6eL> Posted May 23, 2014 Share Posted May 23, 2014 سطر 22 و 21 و 28 غلط شوف السينتاكس Link to comment
αвυ-wαleed Posted May 23, 2014 Author Share Posted May 23, 2014 سطر 22 و 21 و 28 غلط شوف السينتاكس GUIEditor_Window = {} GUIEditor_Window[1] = guiCreateWindow(416,106,591,491,"aaaa",false) aaaa = guiCreateEdit(12,35,569,121,"",false,GUIEditor_Window[1]) a1 = guiCreateButton(355,252,194,126,"1",false,GUIEditor_Window[1]) b1 = guiCreateButton(39,243,221,131,"2",false,GUIEditor_Window[1]) GUIEditor_Edit = {} asd = guiCreateWindow(362,367,643,209,"",false) GUIEditor_Edit[1] = guiCreateEdit(177,-541,5,5,"",false,asd) bbbb = guiCreateMemo(86,62,468,92,"",false,asd) addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == a1 ) then guiSetText ( bbbb, guiGetText( aaaa )) end end )addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == b1 ) then guiSetText ( bbbb, "NO" ) end end ) طيب كذا ؟؟ Link to comment
</Mr.Tn6eL> Posted May 23, 2014 Share Posted May 23, 2014 سطر 22 و 21 و 28 غلط شوف السينتاكس GUIEditor_Window = {} GUIEditor_Window[1] = guiCreateWindow(416,106,591,491,"aaaa",false) aaaa = guiCreateEdit(12,35,569,121,"",false,GUIEditor_Window[1]) a1 = guiCreateButton(355,252,194,126,"1",false,GUIEditor_Window[1]) b1 = guiCreateButton(39,243,221,131,"2",false,GUIEditor_Window[1]) GUIEditor_Edit = {} asd = guiCreateWindow(362,367,643,209,"",false) GUIEditor_Edit[1] = guiCreateEdit(177,-541,5,5,"",false,asd) bbbb = guiCreateMemo(86,62,468,92,"",false,asd) addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == a1 ) then guiSetText ( bbbb, guiGetText( aaaa )) end end )addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == b1 ) then guiSetText ( bbbb, "NO" ) end end ) طيب كذا ؟؟ جربه وش وراك Link to comment
αвυ-wαleed Posted May 23, 2014 Author Share Posted May 23, 2014 خخخخخخخ اول مرة احس اني سويت شيء الف شكر ل تابل و KSA 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