khaledmhammed Posted August 16, 2015 Share Posted August 16, 2015 بسم الله الرحمن الرحيم عندي مشكله بكل الوحات التكست مثلا الان هذا تكست [ ] لو جالس اكتب فيه كلام وضغطت حرف ف يتغير مسار الكتابه ويصير يكتب بشات ابي لا كتبت ب التكست او الخ مايتغير مسار الكتابه لو ضغطت حرف من حروف الشات وش الحل Link to comment
iMr.SFA7 Posted August 16, 2015 Share Posted August 16, 2015 ياليت توضح ! مسار الكتابة ؟ Link to comment
khaledmhammed Posted August 16, 2015 Author Share Posted August 16, 2015 مثلا جالس اكتب في الريبورت [وضغطت حرف [ف وانا جالس اكتب تتحول الكتابه ل say فشات العام Link to comment
Froze Posted August 16, 2015 Share Posted August 16, 2015 http://i.imgur.com/pgZHo4E.png يعني لما تكتبت في ايدت او ميمو و ضغطت حرف ف او غ ما يفتح لك الشات و يخرب عليك الكتابة Link to comment
iMr.SFA7 Posted August 16, 2015 Share Posted August 16, 2015 اذا أنت مسوي اديت وتبي بس ذا الاديت ما تنخرب فيه الكتابة حط بنفس الملف الي حاط فيه الاديت هذا addEventHandler ("onClientResourceStart",resourceRoot, function ( ) guiSetInputMode("no_binds_when_editing") end ) اما اذا تبي لكل الاديت بالسيرفر ما تنخرب فيه الكتابة حط كذا addEventHandler ("onClientResourceStart",root, function ( ) guiSetInputMode("no_binds_when_editing") end ) Link to comment
khaledmhammed Posted August 16, 2015 Author Share Posted August 16, 2015 حطيت addEventHandler ("onClientResourceStart",root, function ( ) guiSetInputMode("no_binds_when_editing") end ) نفس المشكله .. تاخرت ع الرد رحت اجيب عشاء ذذ Link to comment
khaledmhammed Posted August 16, 2015 Author Share Posted August 16, 2015 أنت حاط اديت ولا ميمو ؟ guiCreateEdit Link to comment
iMr.SFA7 Posted August 16, 2015 Share Posted August 16, 2015 اديت ولا ميمو ؟ ع العموم حط كذا addEventHandler ("onClientResourceStart",root, function ( ) guiSetInputMode("no_binds") end ) Link to comment
khaledmhammed Posted August 16, 2015 Author Share Posted August 16, 2015 اشكرك بس يوم ركبت ذا صارت اللوحه تعلق الادمن لا فتحتها ماعاد تتسكر لكن الكتابه ضبطت Link to comment
; Mr.T76eM # Posted August 16, 2015 Share Posted August 16, 2015 اشكرك بس يوم ركبت ذا صارت اللوحه تعلق الادمن لا فتحتها ماعاد تتسكر لكن الكتابه ضبطت طبعاً خطأ كبير الكود الاول المفروض يشتغل ، هذا يمنع كل اللوحـآت ! ( كل الازرار ) Link to comment
iMr.SFA7 Posted August 16, 2015 Share Posted August 16, 2015 امم طيب انت حطه للسكربت نفسه = | بدل كلمة root آلى resourceRoot Link to comment
khaledmhammed Posted August 16, 2015 Author Share Posted August 16, 2015 نفسسو اللوحه تعلق Link to comment
</Mr.Tn6eL> Posted August 16, 2015 Share Posted August 16, 2015 no_binds_when_editing : ينفع مع الاديت والميمو Link to comment
iMr.SFA7 Posted August 16, 2015 Share Posted August 16, 2015 امم اعتقد ان المشكلة من اللوحة نفسها | = ؟ Link to comment
khaledmhammed Posted August 16, 2015 Author Share Posted August 16, 2015 8اممم يمكن بس جربت فكيت الريبورت من اف وكتبت نفس الشي لا ضغطت ف يرجع يكتب بشات Link to comment
</Mr.Tn6eL> Posted August 16, 2015 Share Posted August 16, 2015 اذا أنت مسوي اديت وتبي بس ذا الاديت ما تنخرب فيه الكتابة حط بنفس الملف الي حاط فيه الاديت هذا addEventHandler ("onClientResourceStart",resourceRoot, function ( ) guiSetInputMode("no_binds_when_editing") end ) اما اذا تبي لكل الاديت بالسيرفر ما تنخرب فيه الكتابة حط كذا addEventHandler ("onClientResourceStart",root, function ( ) guiSetInputMode("no_binds_when_editing") end ) الكود الاول راح يشتغل اذا اشتغل المود اللي اشتغلنا عليه كله يعني هو الصحيح guiSetInputMode الكود الثاني راح كل مايشنغل مود بالسيرفر راح يكرر فهو الخاطئ Link to comment
H25 Posted August 16, 2015 Share Posted August 16, 2015 function inputEnabled() if getElementType(source) == "gui-edit" or getElementType(source) == "gui-memo" then if (eventName == "onClientGUIFocus") then guiSetInputEnabled(true) else guiSetInputEnabled(false) end end end addEventHandler("onClientGUIFocus", root, inputEnabled) addEventHandler("onClientGUIBlur", root, inputEnabled) جرب Link to comment
khaledmhammed Posted August 16, 2015 Author Share Posted August 16, 2015 function inputEnabled() if getElementType(source) == "gui-edit" or getElementType(source) == "gui-memo" then if (eventName == "onClientGUIFocus") then guiSetInputEnabled(true) else guiSetInputEnabled(false) end end end addEventHandler("onClientGUIFocus", root, inputEnabled) addEventHandler("onClientGUIBlur", root, inputEnabled) جرب تمام بس كل مافك اف اللوحه واقفلها ثاني يعلق الماوس واشكرك Link to comment
</Mr.Tn6eL> Posted August 16, 2015 Share Posted August 16, 2015 function inputEnabled() if getElementType(source) == "gui-edit" or getElementType(source) == "gui-memo" then if (eventName == "onClientGUIFocus") then guiSetInputEnabled(true) else guiSetInputEnabled(false) end end end addEventHandler("onClientGUIFocus", root, inputEnabled) addEventHandler("onClientGUIBlur", root, inputEnabled) جرب تمام بس كل مافك اف اللوحه واقفلها ثاني يعلق الماوس واشكرك شوف خذ كوده وبدل guiSetInputEnabled(true) بـ guiSetInputMode("allow_binds") و guiSetInputEnabled(false) بـ guiSetInputMode("no_binds_when_editing") Link to comment
H25 Posted August 16, 2015 Share Posted August 16, 2015 function inputEnabled() if getElementType(source) == "gui-edit" or getElementType(source) == "gui-memo" then if (eventName == "onClientGUIFocus") then guiSetInputEnabled(true) else guiSetInputEnabled(false) end end end addEventHandler("onClientGUIFocus", root, inputEnabled) addEventHandler("onClientGUIBlur", root, inputEnabled) جرب تمام بس كل مافك اف اللوحه واقفلها ثاني يعلق الماوس واشكرك العفو جرب هذا function inputEnabled() if getElementType(source) == "gui-edit" or getElementType(source) == "gui-memo" then if (eventName == "onClientGUIFocus") then guiSetInputMode("no_binds_when_editing") else guiSetInputEnabled(false) end end end addEventHandler("onClientGUIFocus", root, inputEnabled) addEventHandler("onClientGUIBlur", root, inputEnabled) Link to comment
khaledmhammed Posted August 16, 2015 Author Share Posted August 16, 2015 (edited) [شغال وزي العسسل اشككرك كل الشككر [حسين وكذالكك شكرأ خيو سفـأح Edited August 17, 2015 by Guest Link to comment
H25 Posted August 16, 2015 Share Posted August 16, 2015 [شغال وزي العسسل اشككرك كل الشككر [حسان وكذالكك شكرأ خيو سفـأح العفو بس اسمي حسين Link to comment
khaledmhammed Posted August 17, 2015 Author Share Posted August 17, 2015 [شغال وزي العسسل اشككرك كل الشككر [حسان وكذالكك شكرأ خيو سفـأح العفو بس اسمي حسين هههههه عدلتها : ) 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