Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3

Thread: Menu Example

  1. #1
    Join Date
    Feb 2005
    Location
    Mn
    Posts
    770

    Menu Example

    Anyone have a menu e xample so I can see how it is done?
    I have tried it but it won't work for me .
    I have this .

    Code:
    if e_id == 101 then
    Application.Exit();
    elseif e_id == 201 then
    File.OpenURL("http://www.yahoo.com", SW_SHOWNORMAL);
    elseif e_id == 202 then
    File.Open(_SourceFolder .. "\\AutoPlay\\Docs\\test.pdf", "", SW_SHOWNORMAL);
    end

  2. #2
    Join Date
    Sep 2002
    Location
    Sol 3
    Posts
    3,160
    I simply copied and pasted the code you had into the On Menu event for the page. I changed the e_id to e_ID as variable are case sensetive. I then created the menu to match the options you had in your code, everything seems to work. Check it and see.

    Tigg
    Attached Files
    TJ-Tigger
    "A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
    "Draco dormiens nunquam titillandus."
    Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine

  3. #3
    Join Date
    Feb 2005
    Location
    Mn
    Posts
    770
    Thank you for your help . I will look at it now.

    Thank you , it works now .
    I will save that for anyother times I need to make a menu . lol
    Last edited by bobbie; 02-06-2006 at 04:05 PM.

Similar Threads

  1. FUNCTION: Adjust Menu Item Properties
    By Desmond in forum AutoPlay Media Studio 7.5 Examples
    Replies: 20
    Last Post: 05-27-2010, 06:38 AM
  2. Menu Tree
    By Seville in forum AutoPlay Media Studio 6.0
    Replies: 24
    Last Post: 05-03-2006, 09:36 AM
  3. More Menu Bar
    By Roboblue in forum AutoPlay Media Studio 6.0
    Replies: 5
    Last Post: 02-06-2006, 05:36 PM
  4. TUTORIAL: Showing and Hiding Objects in AutoPlay Menu Studio 3.0
    By Support in forum AutoPlay Menu Studio 3.0
    Replies: 0
    Last Post: 10-10-2002, 02:39 PM
  5. FAQ: AutoPlay Menu Studio 3.0 Frequently Asked Questions
    By Support in forum AutoPlay Menu Studio 3.0
    Replies: 0
    Last Post: 10-10-2002, 01:15 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