Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2006
    Location
    London, UK
    Posts
    351

    Menu Item Disable Help

    How do i set a Menubar item disabled?

    I used this code at startup and works perfectly:
    function g_OnUpdateMenuEnabled(CommandID,tblInfo)
    if (CommandID == 21) then
    return false;
    else
    return true;
    end
    end
    but i use it again on On Show event on either Page1/2, it seems to disable all menubar items?!

    Can some help me!

  2. #2
    Join Date
    May 2006
    Posts
    5,380
    Open your eyes to Narcissism, Don't let her destroy your life!!

  3. #3
    Join Date
    Oct 2006
    Location
    London, UK
    Posts
    351
    Thanks!

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. Article: Adding a Menu Bar System
    By Brett in forum AutoPlay Media Studio 7.5 Examples
    Replies: 5
    Last Post: 12-04-2006, 07:31 PM
  3. More Menu Bar Examples
    By Roboblue in forum AutoPlay Media Studio 7.5 Examples
    Replies: 5
    Last Post: 02-28-2006, 08:58 AM
  4. Missed the Boat
    By JerryQuinn in forum AutoPlay Media Studio 6.0
    Replies: 9
    Last Post: 11-23-2005, 05:18 PM
  5. 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

Posting Permissions

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