Click to See Complete Forum and Search --> : PocketIQ's IQGrid
WolfUK
01-07-2003, 08:03 PM
Does anyone have any experience of using PocketIQ's IQGrid? I am trying to use it in an OPL application I am trying to put together but I cannot initialize it properly. If someone has used it successfully it would be great to hear from you. BTW, it can be found at http://www.pocketiq.com/oplzone/opm.htm
WolfUK
01-09-2003, 06:18 AM
Just for the record, this is now solved. My problem was that I needed to initialise a toolbar and the IQGrid but I didn't know how to 'chain' these together. Here's how it is done for future reference ...
PROC Start_Grid:
rem Load the IQGrid Module
OPM_LoadModule:("IQGrid")
Grid_Link%:("Start_Toolbar")
rem Unload the IQGrid Module
OPM_UnloadModule:("IQGrid")
ENDP
PROC Start_Toolbar:
LOADM "Z:\SYSTEM\OPL\TOOLBAR.OPO"
TBarLink:("Main")
ENDP
PROC Main:
rem Application and File-related variables
GLOBAL DocumentName$(255), SystemCommandLetter$(3)
etc ...
kimoh
01-11-2003, 01:04 AM
I don't know if you are interested, but I've written an OPM similar to IQGrid, except I think mine is more flexible and consistent with ER5 standards. I am currently incorporating it into a program of my own. I am happy to release it as freeware, though please give me credit! I never got around to polishing up the documentation, but it is still pretty good. If you are interested, let me know. I'd be happy to share it with you and provide support.
WolfUK
01-11-2003, 05:19 AM
I'd love to have a look at it. Do you have any documentation at all or an example programme showing its use?
Could you sent it to me at simon DOT wolf AT clara DOT co DOT uk.
Many thanks.
brianh
01-11-2003, 08:43 AM
You can also use nListbox from Neuon. It is a powerful OPX with tons of examples and extensive help. It is freeware to include in freeware.
PDA Street
Copyright Internet.com Inc. All Rights Reserved.