GridGadget with Sigrid

Just starting out? Need help? Post your questions and find answers here.
Cantor
New User
New User
Posts: 8
Joined: Fri May 09, 2003 10:34 pm

GridGadget with Sigrid

Post by Cantor »

Hi!

Does anyone work with the sigrid library to create grid gadgets?
Look here:
http://www.softwareinnovators.com/prod ... PD=SIGRID

As I can only create PB-codes with 100% PB-commands it's difficult for me to create code with this SI-GRID library. Perhaps someone can tell me how to create a gridgadget within a containergadget and how to set the cells and to get the information in it. :oops:
User avatar
fiver
User
User
Posts: 36
Joined: Wed May 05, 2004 8:21 pm
Location: An outer spiral arm of the Milky Way

Post by fiver »

Hello Cantor,

Did you check out the examples in the demo download? Look in: \SIGrid\Samples\PureBasic

There are a couple of syntax errors near the top of 'SIGridPB.pb' where 'Case =' should just be 'Case', you may also need to copy the dll into the same folder, but once you have done that the example should compile OK. Look in the 'pbi' include file at the structures and then at the pb file to see how the notification is caught in the program loop.

There is not that much going on in the example, but you should be able to develop all you want to do from it. I'm working with it at the moment too, so if I get anything useful shaped up over the next week or so I'll post it here.
Post Reply