Posts: 10
Threads: 8
Joined: Jul 2006
I CAN MAKE THE DIALOG WINDOWS AND PUT THINGS INTO THEM...BUT THE PROBLEM I AM HAVING IS THAT I DONT KNOW HOW TO USE THE CONTROL VARABLES TO MAKE THE ID BUTTONS IN THE DIALOG TRIGGER A FUNCTION OR MACRO..I HAVE BEEN READING THE DIALOG EDITOR IN QM HELP SO PLZ DONT TELL ME TO READ CAUSE I HAVE AND DONT GET A THING ON THAT TOPIC...SO CAN U PLZ HELP ME OUT..
I HAVE ALSO ASKED ALL OF MY FRIENDS THAT WRITE MACROS 2 AND THEY DONT KNOW HOW TO DO IT EITHER AND THEY HAVE BEEN ASKING AROUND 2 ....TY
Posts: 24
Threads: 8
Joined: Jul 2006
[color=blue]case[/color] *button id* [color=blue]mac[/color] "Macro/Function Name"
Im pretty sure thats How its Done, if that IS what ure looking for ..
Posts: 12,066
Threads: 140
Joined: Dec 2002
At first, you need to create a smart dialog. In Dialog Editor, click the button, click Events, OK. This inserts eg case 3. Write your code there. Example:
,case 3
,mac "macro name"
Posts: 10
Threads: 8
Joined: Jul 2006
Gintaras Wrote:At first, you need to create a smart dialog. In Dialog Editor, click the button, click Events, OK. This inserts eg case 3. Write your code there. Example:
,case 3
,mac "macro name"
TY SO MUCH :oops: