Indigo Rose Software
  #1  
Old 01-31-2008
clueless's Avatar
clueless clueless is offline
Forum Member
 
Join Date: Jun 2006
Location: UK SouthWest
Posts: 413
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.
Reply With Quote
  #2  
Old 01-31-2008
clueless's Avatar
clueless clueless is offline
Forum Member
 
Join Date: Jun 2006
Location: UK SouthWest
Posts: 413
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.
Reply With Quote
  #3  
Old 01-31-2008
holtgrewe holtgrewe is offline
Indigo Rose Customer
 
Join Date: Jul 2002
Location: Just South of Reality
Posts: 732
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
Reply With Quote
  #4  
Old 01-31-2008
clueless's Avatar
clueless clueless is offline
Forum Member
 
Join Date: Jun 2006
Location: UK SouthWest
Posts: 413
Thanks
Reply With Quote
  #5  
Old 02-01-2008
Darryl's Avatar
Darryl Darryl is offline
Indigo Rose Staff Member
 
Join Date: Jul 2001
Location: Indigo Rose Software
Posts: 1,602
Thanks for the suggestion.

REF: 17191
__________________
Darryl
Indigo Rose Corporation

Product Guides: AMS70 | SUF80 | TU30 | VP30 |MSIFACT |DeltaMAX
Reply With Quote
  #6  
Old 02-01-2008
Worm Worm is offline
Indigo Rose Customer
 
Join Date: Jul 2002
Location: USA
Posts: 3,937
You could always populate the table yourself, then comment it out when you compile it
_CommandLineArgs = {}
_CommandLineArgs[1]="ABCDEF"
Reply With Quote
  #7  
Old 05-03-2008
Imagine Programming's Avatar
Imagine Programming Imagine Programming is offline
Forum Member
 
Join Date: Apr 2007
Location: The Netherlands
Posts: 1,325
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
Reply With Quote
  #8  
Old 05-03-2008
RizlaUK's Avatar
RizlaUK RizlaUK is offline
Forum Member
 
Join Date: May 2006
Location: London UK
Posts: 3,129
do this and you do not need to remove anything

Code:
if not _CommandLineArgs[1] then _CommandLineArgs[1]="ABCDEF" end
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
is it possible to preview bbcode with AMS GoOgLe 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.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software