WIP data table / property sheet lib
Community Forums/Showcase/WIP data table / property sheet lib
| ||
I am currently writting a custom built library that uses some of the b+ gadgets, mixed in with self drawn gadgets (inside a canvas)![]() Currently you can have: - unlimited rows / columns - each column instance, has also an accessable type instance, with many built in values, and the ability to customize (as its just a blitz type) - each row instance, has a type instance (exactly like the columns) - text - text with icon - check box - align text left /right - progress bar - second progress bar (this appears behind the first prgress bar) - customizable widths/colors/fonts/etc I plan, and am in the middle of adding slider bars and buttons. Once finished it will be easy to intergrate into a b+ app, by simply placing the apropriate function calls, in your event structure. EG: select waitevent() case $201 : Table_event_201(eventsource()) end select Im not sure if I will release the lib just yet, because I'm writting it especialy for an application in development. More than likely this will appear as a custom lib (alongside a tooltip lib, toolbar lib, and various other things im writting) once the application is released :) For more info on the application and the mentioned libs, check this link.. http://www.acsv.net/acsite/viewsoftware.php?id=49 |
| ||
Looks great! |