Computer Science Canada Turing's GUI |
Author: | do_pete [ Fri May 05, 2006 5:52 pm ] |
Post subject: | Turing's GUI |
I'm making my own GUI and I need to know what do you hate about Turing's GUI? |
Author: | Cervantes [ Sat May 06, 2006 11:32 am ] |
Post subject: | |
The fact that every activatable widget must have its own "action procedure" that cannot have parameters (or be a function). Also, it looks pretty poorly. It should be more customizable, with particular regard to colours. Having a few different "constructor methods" (which you have to emulate, since Turing doesn't support this) for different levels of widget customization would be good. One method to quickly and easily create a generic widget with very few parameters, one with a bit more customization, and one totally customizable. |