Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Some more questions
#11
If you want to declare/set a global variable before showing the toolbar, you can run the toolbar from a function:

Function toolbar_launcher
Code:
Copy      Help
int+ GlobalVariable=0
mac "Toolbar547"
;;or
;mac "toolbar" win("window to which the toolbar will be attached")

Toolbar Toolbar547
Code:
Copy      Help
item1 :mac "1"
item2 :mac "2"
item3 :mac "3"
item4 :int+ MenuVariable=0; mac "4"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)