Limitations in BlitzPlus that should be avoided

BlitzMax Forums/BlitzMax Programming/Limitations in BlitzPlus that should be avoided

JoshK(Posted 2005) [#1]
I use PureBasic quite a bit, to compensate for a few limitations in BlitzPlus. I am listing these so that they can be avoided in the GUI module for bmax.

-List boxes cannot have a "full row select" flag.
-No "hidden" flag when creating a window
-No way to adjust height of combobox dropdown list.
-No way to make toggle buttons.
-Toolbar dividers don't work.
-No way to make columns in a listview control
-No way to hide listview control header. Not even sure if a listview is allowed.
-No way to delete a menu item.
-No frame3d gadget (this is a button with a certain style set).
-Only one statusbar field.
-No trackbar control.


Perturbatio(Posted 2005) [#2]
.

wrong thread.

*EDIT*

actually, since I'm here, all these limitations should be avoidable even if BRL haven't solved them themselves. since the source is fully accessible it should be no problem for someone to implement whatever feature they require.