| View previous topic :: View next topic |
| Author |
Message |
Jasdeep
Joined: 09 Nov 2009 Posts: 258
|
Posted: Mon Feb 15, 2010 10:19 am Post subject: button 1 executing tab 3 button's action...not working |
|
|
hi everyone...in my gui i have three tabs and on each tab i have button so now what i am trying to do is when i press a button from tab1 then it should press the button of tab 3 and thus action related to that button of tab 3 should be executed by i am not getting that
| Code: |
Button1:
gui,submit,nohide
send !{B} ;hotkey for button of tab 3
return
|
well it shows like the button gets pressed as the underscore is displayed but why the action related to button of tab 3 is not executed??? |
|
| Back to top |
|
 |
SoLong&Thx4AllTheFish
Joined: 27 May 2007 Posts: 4999
|
|
| Back to top |
|
 |
Jasdeep
Joined: 09 Nov 2009 Posts: 258
|
Posted: Mon Feb 15, 2010 10:56 am Post subject: |
|
|
| good idea but button on tab3 calls a function i tried with function calling it works but i thought of doing something what i wished above...hope u will get me some more ideas and thanks for your answer |
|
| Back to top |
|
 |
|