Computer Science Canada help, pls sos |
Author: | hey_joe42 [ Sun Mar 23, 2003 9:38 pm ] | ||
Post subject: | help, pls sos | ||
there is some type of problem with my scroll bar in my gui lets say you already had it view the items, k then you go to view something else, and when u do, you click on the scroll bar to scroll down, instead of scrolling down on the requested items, it reverts to the first items it displayed in other words its not resetting
Here also is the program |
Author: | Tony [ Mon Mar 24, 2003 5:27 pm ] |
Post subject: | |
so you need to rest the textbox? why not set its value to NULL before writing a new set of data to it? Though I'm not sure how GUI works in turing... |
Author: | hey_joe42 [ Mon Mar 24, 2003 5:32 pm ] |
Post subject: | new discovery |
i have figured out a little more about my program, seethe scroll bar is located in the GUI.CreateTextField so therefore, well i tried using GUI.Dispose, cuz i want it be like your using it the first time everytime, but it seems to reload memory from its first loading, when you click on the scroll bars comeon someone here is a gui expert how do i have it so it clears all data in the gui scrollbars stuff |
Author: | Asok [ Mon Mar 24, 2003 5:41 pm ] |
Post subject: | |
sorry, I too don't use GUI much, I preffer to create my interfaces from scratch, plus grey is ugly |
Author: | Tony [ Mon Mar 24, 2003 5:44 pm ] |
Post subject: | |
seriosly... if you want control, just go lookup how they programmed their textboxes (open up GUI module and look up textbox procedure). understand how it functions then program your own not only will it look better... it will have more functionality too |
Author: | hey_joe42 [ Mon Mar 24, 2003 6:51 pm ] |
Post subject: | |
lol yeah i agree, but im trying to get some bonus marks for incorpating GUI we should have a segment so we can get ideas on how to Create your own interfaces, similiar to gui, cuz that would be a good section anyways i solved my problem just put GUI.Dispose(textBox) in there before i exited to the main menu knew it was something simple |
Author: | azndragon [ Mon Mar 24, 2003 10:02 pm ] |
Post subject: | |
I gave up on the GUI cause it's not that great in Turing. Just wondering, how would you view the GUI module? And how would you go about to make your own module, or better yet, can someone write a tutorial on modules? |
Author: | Blade [ Mon Mar 24, 2003 10:09 pm ] |
Post subject: | |
lol, i looked at the gui.... copied some code, and tried to make sense of it... but it just wasnt working... and as azndragon said, its not that great... so i gave up on it also... if you have turing 4.x theres a module list with GUI in it that explains a great deal of it and what each does... take a look in there |