|
#1
|
||||
|
||||
|
Preview with _CommandLineArgs
Seeing as AMS has specific functions for dealling with passed command line arguments it would be very handy to be able to simulate arguments being passed when running a preview.
|
|
#2
|
||||
|
||||
|
Also im involved in a project right now with AMS that would realy benefit from being able to change the 'Tool tip' text & turn off tool tip text while the program is running.
|
|
#3
|
|||
|
|||
|
clueless
I believe clearing and setting of tool tip text is possible. At least on buttons, I haven't checked all objects that have tool tips. Code:
Button.SetProperties("Button1", {TooltipText=""}); -- clear text
Button.SetProperties("Button1", {TooltipText="Click for Update"}); -- change text
|
|
#4
|
||||
|
||||
|
Thanks
|
|
#6
|
|||
|
|||
|
You could always populate the table yourself, then comment it out when you compile it
_CommandLineArgs = {} _CommandLineArgs[1]="ABCDEF" |
|
#7
|
||||
|
||||
|
or you make a shortcut containing the Command line args, i do it that way
that's one time creating something, and there won't be a possibility that you forget to remove the table =) Worms idea is great aswell though |
|
#8
|
||||
|
||||
|
do this and you do not need to remove anything
Code:
if not _CommandLineArgs[1] then _CommandLineArgs[1]="ABCDEF" end |
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| is it possible to preview bbcode with AMS | AutoPlay Media Studio 6.0 | 1 | 03-23-2007 03:40 PM | |
| INFO: The Difference Between Preview and Build | Support | AutoPlay Menu Studio 3.0 | 0 | 10-29-2002 01:22 PM |
| Page Preview and buttons ? | RAZS | AutoPlay Menu Studio 3.0 | 2 | 12-13-2001 02:17 PM |
| Main Window preview | dvalsami | Setup Factory 6.0 | 1 | 03-13-2000 10:08 AM |
All times are GMT -6. The time now is 07:13 PM.








Linear Mode

