-
Posted by mgersting on Fri, 10 Apr 2009 00:02:45
Any one know if this is possible? I have a button that functions perfectly outside the ScrollChild, but when placed inside always disappears.
-
Posted by mgersting on Fri, 10 Apr 2009 00:02:45
Any one know if this is possible? I have a button that functions perfectly outside the ScrollChild, but when placed inside always disappears.
-
Posted by mgersting on Fri, 10 Apr 2009 22:37:12
Figured it out. I was putting the button inside a frame, but a ScrollChild can only have 1 frame or frame derivative in it. Removed the frame and just put the button and voila.