Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    SUF6NEWBIE Guest

    Combobox plugin and Winbutton plug Help

    howdy, currently using a combox box selection to control
    wether a winbutton is visible or not. All working as expected
    however when the winbutton's visibility is triggered, the winbutton's
    assigned 'tool tip' will not show.

    Initial attributes for the target winbutton is Enabled and 'No visibility'
    at runtime.. If I duplicate the Winbutton without having anything else
    control it and just test the duplicate with both 'visibility and
    'enabled set at runtime,, no probs, the tooltip shows fine.

    Plugin assignment 'numbering is correct...

    What am I missing or not doing..
    any help ta...
    Last edited by SUF6NEWBIE; 04-22-2004 at 10:01 PM.

  2. #2
    SUF6NEWBIE Guest
    the OnClick code for the Combobox:(plugin2)

    Prod_index = ComboBox.GetSelected("Plugin2");
    if (Prod_index == 1) or (Prod_index == 2) or (Prod_index == 8)then
    Plugin.SetVisible("Plugin3", false); -- related winbutton visibility filter
    Plugin.SetVisible("Plugin4", false); -- winbutton's onclick -next combobox
    Plugin.SetVisible("Plugin5", false); -- related winbutton visibility filter
    else
    Plugin.SetVisible("Plugin3", true);
    end


    --'plugin3' is the assigned number for the troublesome Winbutton object
    Last edited by SUF6NEWBIE; 04-22-2004 at 10:23 PM.

Similar Threads

  1. Spotlight: WinButton Object Plugin
    By Ted Sullivan in forum AutoPlay Media Studio 5.0
    Replies: 2
    Last Post: 03-01-2004, 06:32 PM
  2. Is today the day?
    By RobertB in forum AutoPlay Media Studio 5.0
    Replies: 44
    Last Post: 01-20-2004, 09:53 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