Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 8 of 8
  1. #1
    Join Date
    Dec 2004
    Location
    Texas
    Posts
    239

    Creating a help file

    I need to create a help file with a list of questions with the answers linked to them. Kind of like the frequently asked questions found in most program help files. I know I can create this using Autoplay but with the 200 pages needed it would create a huge file. Can I list the questions and have webojects only become visible when the question is clicked. Kind of like the image rollover but the webobject would only disappear if the next question is clicked?

  2. #2
    Join Date
    Jun 2002
    Location
    Israel
    Posts
    1,843
    two ways I can suggest.
    1. if you want to use a webobject, just load into your web object the relevant html file comprising the answer to the "faq".
    2. use a paragraph object and insert the relevant text into it.

    Good luck

    Yossi

  3. #3
    Join Date
    Aug 2003
    Posts
    2,427
    You could use a combo box or list box in conjunction with the paragraph object that Yosik suggests and do it all on one page.

  4. #4
    Join Date
    Dec 2004
    Location
    Texas
    Posts
    239
    Wow that was easy sorry guys. How do I get the question to disappear when I click on the next question?

  5. #5
    Join Date
    Aug 2003
    Posts
    2,427
    Use the attributes tab and the 'Visible' check box to make objects either visible or not when you place them on the page at design time (default is visible). You can then set the object to be visible or not when various events occur when the application is running in response to a click for instance.

  6. #6
    Join Date
    Dec 2004
    Location
    Texas
    Posts
    239
    Ok I got the paragraph object to be visible only when I click on the question, the problem is when I click on the next question it just ovelays the next paragraph object. I want it to reset the objects then make that questions paragraph object become visible. keep in mind there are about 200 questions and I would rather not have to Paragraph.SetVisible(paragraph1, false); for every paragraph on the page.

  7. #7
    Join Date
    Aug 2003
    Posts
    2,427
    I don't quite follow. You only need 1 paragraph object. I've attached a small example that changes the text of the paragraph each time you click a different button.

    You can also change the paragraph text in response to other triggers or if the text is long, you can load it from a separate text file.

  8. #8
    Join Date
    Dec 2004
    Location
    Texas
    Posts
    239
    That is perfect. Sorry about the confusion I didnt know that you could do that with the actions. I'm a newbie, and once again you guys helped. Thanks

Similar Threads

  1. Audio Tracks Project
    By Michael in forum AutoPlay Media Studio 5.0
    Replies: 7
    Last Post: 03-18-2004, 10:58 PM
  2. HOWTO: Create a Project Template
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-28-2002, 01:49 PM
  3. HOWTO: "Hide" Externally Referenced Files
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-23-2002, 03:19 PM
  4. Can search allow manual browse even if file is found?
    By RichardShaw in forum Setup Factory 5.0
    Replies: 2
    Last Post: 08-28-2000, 06:08 PM
  5. Replies: 0
    Last Post: 08-17-2000, 02:29 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