Adham Posted June 10, 2016 Author Share Posted June 10, 2016 م تفتح المود لما حطيط لحدث addEventHandler ("onResourceStart", resourceRoot, function () for _, i in ipairs( Qui ) do guiComboBoxAddItem(GUIEditor.combobox[1], i) end end) م عملت برده Link to comment
Adham Posted June 10, 2016 Author Share Posted June 10, 2016 انا عملتها كذا .. SequrityQuestions = { 'ون كارد', 'باي بال', 'اتصالات'} في نفس الملف for _, i in ipairs( SequrityQuestions ) do guiComboBoxAddItem(com, i) end اشتغلت لو انا ابي تعمل في ملف التاني؟ Link to comment
Adham Posted June 10, 2016 Author Share Posted June 10, 2016 تمام االمشكله كانت كنت عمل الملف steing سرفر " حطيطه كلنت ظبت شكرا لكم Link to comment
Mr.CoR Posted June 10, 2016 Share Posted June 10, 2016 انا كنت عارف ان المشكله من ملف Setting لاني سألتك فوق لا مو شرط بس انت حاط الملف الي فيه الجدول داخل الميتا ؟ ولا حاطه في ملف Settings ? ولاحظت انه سيرفر بس انت ما جاوبت علي Link to comment
Adham Posted June 10, 2016 Author Share Posted June 10, 2016 انا كنت عارف ان المشكله من ملفSetting لاني سألتك فوق لا مو شرط بس انت حاط الملف الي فيه الجدول داخل الميتا ؟ ولا حاطه في ملف Settings ? ولاحظت انه سيرفر بس انت ما جاوبت علي اسف Link to comment
Adham Posted June 10, 2016 Author Share Posted June 10, 2016 طيب شو الخطا هنا addEventHandler("onClientGUIClick",root, function () if ( source == button) then local item = guiComboBoxGetSelected(comboBox) guiGridListSetItemText (grid,row,Column2,item,false,false) end end ) Link to comment
' A F . Posted June 10, 2016 Share Posted June 10, 2016 طيب شو الخطا هنا addEventHandler("onClientGUIClick",root, function () if ( source == button) then local item = guiComboBoxGetSelected(comboBox) guiGridListSetItemText (grid,row,Column2,item,false,false) end end ) row + Column2 مو معرفين Link to comment
Adham Posted June 10, 2016 Author Share Posted June 10, 2016 يعني كدا Cloumn 4 = في الوحه addEventHandler("onClientGUIClick",root, function () if ( source == button) then local item = guiComboBoxGetSelected(comboBox) local row = guiGridListAddRow (grid) guiGridListSetItemText (grid,row,Column2,item,false,false) end end ) يعني المجدهه في ال combox يجي في القري لست Link to comment
iMr.WiFi..! Posted June 10, 2016 Share Posted June 10, 2016 addEventHandler("onClientGUIClick",root, function () if ( source == button) and ( guiComboBoxGetSelected(comboBox) == true ) then local row = guiGridListAddRow (grid) guiGridListSetItemText (grid,row,1,"كلام الي تبيه لما يضغط الزر ويفتح عكومبو بوكس",false,false) end end ) Link to comment
Adham Posted June 11, 2016 Author Share Posted June 11, 2016 ابي لما يحدد guiComboBoxGetSelected داخله ون كارد و اتصالات ابي لو حدد اتصالات وضعط علي button يروح الكلام الحددو ب guiComboBoxGetSelected ممكن تكون ون كارد او اتصالات علي حسب هوا محدد وش Link to comment
Mr.CoR Posted June 11, 2016 Share Posted June 11, 2016 addEventHandler("onClientGUIClick",root, function () if ( source == button) then local item = guiComboBoxGetSelected ( combobox ) local text = guiComboBoxGetItemText ( combobox , item ) local row = guiGridListAddRow (grid) guiGridListSetItemText (grid,row,2,text,false,false) end end ) Link to comment
فاّرس Posted June 11, 2016 Share Posted June 11, 2016 ^ الافضل تتحقق اذا هو اختار شي من الأساس, لأن كذا لو ضغط الزر وهو ما اختار شي راح يجيب سترنق الكومبو بوكس اللي كتبته يوم سويت الفنكشن, اقصد ذا caption: A string for what the title of your combobox will be. This will be shown if no item is selected. Link to comment
Master_MTA Posted June 12, 2016 Share Posted June 12, 2016 ^ الافضل تتحقق اذا هو اختار شي من الأساس, لأن كذا لو ضغط الزر وهو ما اختار شي راح يجيب سترنق الكومبو بوكس اللي كتبته يوم سويت الفنكشن, اقصد ذاcaption: A string for what the title of your combobox will be. This will be shown if no item is selected. انا اتفق معك 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