Computer Science Canada Help, with my GUI Text Scroller |
Author: | Namis [ Tue Jan 20, 2004 9:55 pm ] | ||
Post subject: | Help, with my GUI Text Scroller | ||
Whats up, having some problems with my scroll bars... ill post a peice of my code and continue explaining from there
Well thats the code, I believe im having a View.Update problem, but whenever i throw it inside my loop it seems to cause it to not display the GUI at all, If you hit Restore Down / Maximize button in the top right a few times, it will allow you to move the scroll bar, and then it will freeze, if you Maximize again, it will move the scroll bar... Anyway any help with this would be nice and appreciated. Thanks Edit : Fixed the Minimize issue, but is till have the scrolling problem. |
Author: | Namis [ Tue Jan 20, 2004 11:52 pm ] |
Post subject: | |
Thanks to tony, Throw a View Update intot he GUI process events.. or take out view.set offscreenonly ... tony pwns ;p |
Author: | Tony [ Tue Jan 20, 2004 11:58 pm ] |
Post subject: | |
I truly do and I think that 4.0.5's GUI should be modified to include View.UpdateArea 8) |