Game Development Community

Minor Update & Interface Ideas

by Rob Parton · 08/04/2006 (6:26 pm) · 5 comments

Thanks to the few who commented on my last .plan, I greatly appreciate the feedback!

I have extra busy with training at my new job this week. Only 3 more weeks to go! I'm also in the middle of packing my apartment to move across the city, so my time with TGE has been sorely lacking. However, since I seem to pick up the training so well at work that I end up helping out other trainees, the instructor has been giving me lots of personal time to sit back and plot things out on paper. These are a few things I'm working on:

GuiSkinnedProgressBar - Implemented the suggested change in skin layout as well as added vertical bars.

GuiSkinnedTextboxCtrl - Straightforward and easy to implement: I will be doing this first as soon as I get my PC moved into the new apartment in the next two weeks.

GuiSkinnedDropdownBox - Similar to GuiPopUpMenu, it's basically a skinned Combobox.

Like I had mentioned in last .plan, I'm really enjoying doing these sort of things compared to actual design, since I find interface work to be a real joy and a nice change of pace from everything else, and it's a part of Torque I truly enjoy and I find it's one of the easier parts of the code to understand.

If anybody has any interface components they can think up that could be interesting to see, please feel free to state so. I tend to try to figure them out only as I need them but sometimes I'm not much of a forward thinker.

#1
08/05/2006 (2:56 am)
A bitmap based multi-state toggle would be interesting.

Basically, its like a bitmap button, but with N states, you add a state by calling a function like "addState(stateimage,commandcallback). When the toggle reaches that state, it calls that function.

Could be used as a bitmap based checkbox very easily..

We used to use them in worms to denote ammo amounts (empty, 1.2.3.4.5 full)

Etc.
#2
08/05/2006 (2:58 am)
Oh, yeah, it should have left and right click handlers. We normally used right click to toggle reverse and left click to toggle forward.

I guess its not really toggling is it.. that would imply two states :) whatever the word for clicking through a number of selections is :)
#3
08/05/2006 (5:43 pm)
Phil:

Actually that's a really cool idea. Having left/right increment/etc the current state.

I'll add it to the list.
#4
08/08/2006 (12:15 am)
Hey, will you be releasing these GUI controls? I'd probably even be willing to pay for them if there were enough of them in a pack or something.
#5
08/08/2006 (3:40 am)
@Mincetro:

I will once I know they aren't buggy and once I have a handful of skins for them. But right now I'm working quite a bit and still in the middle of moving so that probably won't be until at least the end of August, if not sometime in September.