gnozal wrote:K1m0n wrote:I was wondering if any of the fellow PureForm users is using Es/ExGRID, and if so if he has a working config he can share to declare those as custom gadgets in PureForm.
Hi,
Have a look at the
'custom gadgets' topic in the
help file.
There is an example for eGrid4. Es/ExGRID should not be very different.
Thanks, I got it somewhat working (at least is compilable).
Now I have to understand a bit the OO interface of ExGRID.
But in the process I think I found a PureForm bug:
At setup -> Configuration -> Custom gadgets -> edit.
At the init code field, among other things I have the entry: IncludePath "C:\PureBasic\ExGrid"
At the code generator, the above is translated as: IncludePath "C:PureBasicExGrid"
The same with Free code, my entry is: myGrid\Destroy()
And it is being translated to source: myGridDestroy()
Am I doing something wrong, or its really a bug?
Slashes are being lost/discarded.
Maybe a slash jocker %\% is needed?