is anyone here making/using their own gadgets?

BlitzPlus Forums/BlitzPlus Programming/is anyone here making/using their own gadgets?

CS_TBL(Posted 2004) [#1]
..or are you happy enough with the default buttons/scrollbars/windows etc. etc. ?


JoshK(Posted 2004) [#2]
I usually have to tweak a lot of gadgets with WinAPI and PureBasic.


CS_TBL(Posted 2004) [#3]
I'm more referring to new gadgets made with native blitz+ commands .. no userlibs whatsoever.. just canvasses and other primary stuff like windows.


JoshK(Posted 2004) [#4]
I make spinner gadgets using a list box and a text field.


Wiebo(Posted 2004) [#5]
I use custom gadgets in my form designer: GUIde. So yes, some people do create their 'own' gadgets.


Tiger(Posted 2004) [#6]
I use my own multi-column lists.


Regular K(Posted 2004) [#7]
If I dont like what BP can do I just usually end up making my own GUI.


Cold Harbour(Posted 2004) [#8]
Yup, B+ is so limited it's a must really.

I've made a listbox & menus. Making a trackbar at the moment.


CS_TBL(Posted 2004) [#9]
stuff I did:

*image-button (which is part of a group, so it can be used as radiobutton.. a single button is part of a group of 1) .. used in 99% of all cases
*scrollpanel
*image-generator/script

I would like to do GDI (was GDI the term?) objects.. but B+ doesn't support it.