:laugh:
neeraj max
Posts
-
At the barbarshop -
avoid double clickby ignoring queued mouse events. i got my answer.
@everybody: thank you every one for your suggestions.
-
avoid double clickleave it then i will solve it by myself ...
-
avoid double clickhttp://www.youtube.com/watch?v=bpojl4XMweo&feature=g-upl above link will explain you my problem very clearly.
-
avoid double click@J4amieC thanks for your 25 customer and single solution example... but this solution is suitable for 2,3 panel only becuase diffrent buttons have diffrent tasks and process time so we cant fix the 500ms for every event. anyways i am looking for more suitable solution..... if you come to know any, let me know.
-
avoid click eventtried alredy but it is not working... :mad:
-
avoid click eventbutton1 is on panel1 and button2 is on panel 2... panel1 is above panel2 and panel2 is hidden.. on click event of button1 what i do is hide panel1 and show panel2... on single click of button1 it works properly but when we click it twice it complete it task and as panel2 replace panel1's position and come above it. its control (button2) get focus and its event get fire... :omg: :confused:
-
avoid click eventi wasnt sure whether it got post or not so i post it again... kindly delete this particular post of mine , i am unable to delete it. thanks.
-
avoid double clickhello, thanks for your quick response... code is working properly... but it is impossible to implement on big application where there are more then 20,25 panels and every control takes different time to execute. hope you are getting my point. thanks once again.
-
avoid double clickhello, thaks for your quick response... code is working properly... but it is impossible to implement on big application where there are mre den 20,25 panels and every control takes diff diff tym to execute. hope you get my point. thanks once again.
-
avoid double clicki have two panel in ma form. panel1 with button1 on it at location let say x:10,y:10 and panel2 with button 2 on it at location x:10,y:10. what actually button1 do:- it hide panel1 and shows panel2 at the same location. but whenever i click on button1 twice after completion its process it fire button2 click event, plz help me ASAP
-
avoid click eventi have two panel in my form. on click event of button in panel1 it shows panel2 and panel1 get hide. But when i click twice on button1 which is on panel1 it fires event of button2 which is on panel two. how to avoid it. :mad: