Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with dialog!!!!!!!!!!!!!!! plz
#1
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..Sad 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
#2
Code:
Copy      Help
[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 ..
#3
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:

Code:
Copy      Help
,case 3
,mac "macro name"
#4
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:

Code:
Copy      Help
,case 3
,mac "macro name"
TY SO MUCH :oops:


Forum Jump:


Users browsing this thread: 1 Guest(s)