Announcement

Collapse
No announcement yet.

Group Plugin [Need Help]

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Group Plugin [Need Help]

    Hello everyone i come across testing this plugin (Group) found in here http://www.amspublic.org/action%20pl...p?plugin=Group
    i have this script in on show

    for i = 1, 5 do
    result = Group.AddObject("Group1", "xButton"..i);
    end


    then i have other button to set it visible = false but it does not work.
    xButton 6 on click
    result = Group.SetVisible("Group1", false);

    after click nothings happen.. as far as i know xbutton 1-5 will become hidden but its not.
    Group.SetVisible

    (number) Group.SetVisible ( (string) Group = "Group1",
    (boolean) Make Visible = false )


    anyone can help me with this? thanks

  • #2
    Hi telco

    Found this sample thought may help, see page 2 that I added
    YES if normal Button in group set group visible false works BUT

    if xButton then does not, however you can set invisible thru loop by calling setvisible "xButton"..i
    Could be bug?

    Group Example2.apz

    Cheers

    Comment


    • #3
      Hello colc, thanks man, so possible in dealing with xButton this is a bug..
      thank you so much

      Comment

      Working...
      X