2008-02-01 01:11 UTC
Owen, I guess your the only one who can answer this.
I've been using odcl since version 1 and have created alot of complicated forms and alot of code. Over the last year I've been consolidating my forms into 1 odcl file and my lsp files into 1 vlx file. My question is;
Is there a limit to the number of forms odcl can manage in one file and is there a limit to the number of pictures odcl is capable of storing (my pictures are all 32bit png icons) in one file?
A side question is about the picture folder. I'm discouraged from deleting pcitures because it resorts the index. Has anyone considered revising the fuctionality to also use string keys. Image functions could be revised like this;
(dcl_Grid_SetColumnImage Grid1
nColumn [as Integer]
nImageIndex [as String or Long]
)
Maybe this could be implimented in version 6.0.
I've been using odcl since version 1 and have created alot of complicated forms and alot of code. Over the last year I've been consolidating my forms into 1 odcl file and my lsp files into 1 vlx file. My question is;
Is there a limit to the number of forms odcl can manage in one file and is there a limit to the number of pictures odcl is capable of storing (my pictures are all 32bit png icons) in one file?
A side question is about the picture folder. I'm discouraged from deleting pcitures because it resorts the index. Has anyone considered revising the fuctionality to also use string keys. Image functions could be revised like this;
(dcl_Grid_SetColumnImage Grid1
nColumn [as Integer]
nImageIndex [as String or Long]
)
Maybe this could be implimented in version 6.0.