is anyone here making/using their own gadgets?
BlitzPlus Forums/BlitzPlus Programming/is anyone here making/using their own gadgets?| 
 | ||
| ..or are you happy enough with the default buttons/scrollbars/windows etc. etc. ? | 
| 
 | ||
| I usually have to tweak a lot of gadgets with WinAPI and PureBasic. | 
| 
 | ||
| I'm more referring to new gadgets made with native blitz+ commands .. no userlibs whatsoever.. just canvasses and other primary stuff like windows. | 
| 
 | ||
| I make spinner gadgets using a list box and a text field. | 
| 
 | ||
| I use custom gadgets in my form designer: GUIde. So yes, some people do create their 'own' gadgets. | 
| 
 | ||
| I use my own multi-column lists. | 
| 
 | ||
| If I dont like what BP can do I just usually end up making my own GUI. | 
| 
 | ||
| Yup, B+ is so limited it's a must really. I've made a listbox & menus. Making a trackbar at the moment. | 
| 
 | ||
| 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. |