Jump to content

مساعده بسيطه .


Recommended Posts

انا عملتها كذا ..

SequrityQuestions = { 'ون كارد', 'باي بال', 'اتصالات'} 

في نفس الملف

for _, i in ipairs( SequrityQuestions ) do  
guiComboBoxAddItem(com, i) 
end 

اشتغلت

لو انا ابي تعمل في ملف التاني؟

Link to comment

انا كنت عارف ان المشكله من ملف

Setting

لاني سألتك فوق

لا مو شرط

بس انت حاط الملف الي فيه الجدول داخل الميتا ؟

ولا حاطه في ملف

Settings ?

ولاحظت انه سيرفر

بس انت ما جاوبت علي

Link to comment
انا كنت عارف ان المشكله من ملف

Setting

لاني سألتك فوق

لا مو شرط

بس انت حاط الملف الي فيه الجدول داخل الميتا ؟

ولا حاطه في ملف

Settings ?

ولاحظت انه سيرفر

بس انت ما جاوبت علي

اسف :|

Link to comment

طيب شو الخطا هنا

addEventHandler("onClientGUIClick",root, 
    function () 
        if ( source == button) then 
        local item = guiComboBoxGetSelected(comboBox) 
        guiGridListSetItemText (grid,row,Column2,item,false,false) 
      end 
    end 
) 
  

Link to comment
طيب شو الخطا هنا
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

يعني كدا

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

  
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

ابي لما يحدد

guiComboBoxGetSelected

داخله

ون كارد

و اتصالات

ابي لو حدد اتصالات

وضعط علي button

يروح الكلام الحددو ب guiComboBoxGetSelected

ممكن تكون ون كارد

او اتصالات

علي حسب هوا محدد وش

Link to comment
  
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

^ الافضل تتحقق اذا هو اختار شي من الأساس, لأن كذا لو ضغط الزر وهو ما اختار شي راح يجيب سترنق الكومبو بوكس اللي كتبته يوم سويت الفنكشن, اقصد ذا

caption: A string for what the title of your combobox will be. This will be shown if no item is selected.

Link to comment
^ الافضل تتحقق اذا هو اختار شي من الأساس, لأن كذا لو ضغط الزر وهو ما اختار شي راح يجيب سترنق الكومبو بوكس اللي كتبته يوم سويت الفنكشن, اقصد ذا

caption: A string for what the title of your combobox will be. This will be shown if no item is selected.

انا

اتفق معك

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...