Group Box

BlitzPlus Forums/BlitzPlus Programming/Group Box

Joerg B.(Posted 2004) [#1]
Hi everyone!
I wonder, if there is a group box gadget, like known from other languages (a frame with a text at the top)
Thanks!!!


CS_TBL(Posted 2004) [#2]
you can make one yourself quite easily..

panel
-- panel for the gadgets at x:0,y:16
-- label with text at x:0,y:0 16 pixels heigh


Instead of a label you can also use a canvas if you want to actually draw stuff..

I'm a bit fed up of coding atm, but if I've time later this week then I might put some ready2use code here.. if someone else didn't do that before me :)


elias_t(Posted 2004) [#3]
Here you go:

http://www.blitzforum.de/viewtopic.php?t=5873

You need SetWindowLong in your uselibs


Regular K(Posted 2004) [#4]
Off topic but the German forums seem alot nicer and friendlier.

I only understand a bit of German, only a enough to find my way around and get a bit of the idea of sentences.