Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 2 of 2

Thread: Some Questions

  1. #1
    Join Date
    Oct 2004
    Location
    Laval, Québec, Canada
    Posts
    39

    Star Some Questions

    Hi,

    1) Is it possible to set "actions" available for a particular version ?
    ex : 1.0 -> nothing, 1.1->delete a file, 1.2->execute a batch, 1.3->do something else
    2) I saw in the help file that tab and list order are set from left to right (old to last) and top to bottom (old to last). Is it possible to invert the tab order ?
    3) Filters : is it possible to set many filters with separators ?
    ex : "Match" ap*,in*,bak

    VP2 is very pleasant to use with SF7 and TU2 ! I wish an activation module now (like IR has )
    Thanks,
    David

  2. #2
    Join Date
    Oct 2001
    Location
    Norway
    Posts
    939
    Q1, yes, it should be possible

    Code:
    if SessionVar.Expand("%InstalledVersion%") == "1.1" then
    	-- delete a file
    elseif SessionVar.Expand("%InstalledVersion%") == "1.2" then
    	-- execute a batch
    elseif SessionVar.Expand("%InstalledVersion%") == "1.3" then
    	-- do something else
    end
    Q2, I don't know, (but why a reverse order?)

    Q3, do you mean the Filters Manager in VP20?

Similar Threads

  1. Few simple questions...
    By daveinmb in forum AutoPlay Media Studio 5.0
    Replies: 7
    Last Post: 03-22-2004, 01:49 AM
  2. quiz template - how to randomize questions
    By sue in forum AutoPlay Media Studio 5.0
    Replies: 8
    Last Post: 03-06-2004, 04:34 AM
  3. Weird Errors
    By RobbyH in forum AutoPlay Media Studio 4.0
    Replies: 9
    Last Post: 01-30-2003, 04:25 AM
  4. Help with randomizing questions and answers in a quiz application
    By TJ_Tigger in forum AutoPlay Media Studio 4.0
    Replies: 36
    Last Post: 11-21-2002, 02:36 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts