As mentioned before, i'm preparing a purebasic library to make easier use of PBSGPLIB.
You can read more over here.
http://www.hellobasic.com/cgi-bin/forum ... 1056490842
It requires the latest beta(!)
I used the following code to test it from within PBDev:
Code: Select all
If UseGadgetList( hWndMain )
;PBSGPLIB_SQLiteDataGadget( 201, 100, 100, 300, 40, "dgfr", 0 )
;PBSGPLIB_BrowseForFolderGadget( 202, 50, 50, 180, 180 )
;PBSGPLIB_CheckListBoxGadget( 203, 250, 250, 140, 140, 0 )
;PBSGPLIB_ThreedButtonGadget( 204, 250, 250, 140, 140, "tdb", 0 )
;PBSGPLIB_ThreedPanelGadget( 204, 250, 250, 140, 140, "tdg" )
PBSGPLIB_ProgressBarGadget( 204, 250, 250, 340, 40 )
;PBSGPLIB_CheckListBoxAddItem( 203, "123124" )
;PBSGPLIB_CheckListBoxAddItem( 203, "231245" )
;CloseGadgetList()
EndIf