Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2007
    Posts
    3

    Editing Quick Action Properties

    Hi everyone.

    I have AM6 (6.0.5.0) and on my project I have about 20 or 30 sub folders each with the same file names. When I use a hot spot to link to any of the files, I have to;
    1) Get the properties of the hotspot
    2) Click on Quick Action
    3) Select Open Document
    4) Click Browse and go find the file (annoyingly it always defaults to a subfolder within Autoplay)

    What I want to know is there any way of just editing the path manually? It's uneditable in the 'Document to open' field... that would save me so much time as once this project is done there's another 3 discs to do.

    I did a quick search, I hope I've not missed an obvious thread somewhere.
    Thanks.

  2. #2
    Join Date
    Apr 2007
    Posts
    3

    I forgot to mention that I'm duplicating pages and then editing the duplicates.

  3. #3
    Join Date
    Jun 2002
    Location
    Israel
    Posts
    1,843
    If I understand you correctly, the answer is yes and quite easy too:
    let's say you have your 20 sub directories in the Docs folder in your project (they do need to be in your project for when you publish it) and you want to get the relevant directory name by clicking on your hotspot and then go and open a document in the chosen directory. You would do the following:
    1. Every hotspot should have the following actions under the onClick event, as follows:

    dirname = "theRelevantDirectory" --change to what you want in each hotspot
    File.Open("AutoPlay\\Docs\\"..dirname.."\\document name.doc","",SW_SHOWNORMAL);

    That should do what you want.

    Good luck

    Yossi

  4. #4
    Join Date
    Apr 2007
    Posts
    3
    That's great, thanks - it does sound like that's what I'm wanting too - the ability to edit manually.

Similar Threads

  1. Quick Action Run Program Failure
    By mikenac in forum AutoPlay Media Studio 6.0
    Replies: 10
    Last Post: 07-19-2007, 09:13 PM
  2. TrueUpdate 2.0 Update (v2.0.6.0) Released
    By Brett in forum TrueUpdate 2.0
    Replies: 0
    Last Post: 10-31-2006, 01:10 PM
  3. INFO: Tips for Debugging Action Lists in AutoPlay Media Studio 4.0
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-03-2002, 08:38 AM
  4. SUF6.0.0.2 -- installer hangs.
    By jassing in forum Setup Factory 6.0
    Replies: 4
    Last Post: 12-19-2001, 11:28 PM
  5. editing action properties
    By Erfico in forum AutoPlay Menu Studio 3.0
    Replies: 1
    Last Post: 03-14-2001, 10:06 AM

Posting Permissions

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