[Gambas-user] Custom controls, Non-String arrays in the IDE

Bruce Steers bsteers4 at gmail.com
Thu Aug 18 19:38:24 CEST 2022


On Thu, 18 Aug 2022 at 17:30, Benoit Minisini <
benoit.minisini at gambas-basic.org> wrote:

> Le 18/08/2022 à 18:22, Bruce Steers a écrit :
> >
> > On that branch i have added a new property type called ListOf
> >
>
> Maybe it would be better to automatically detect property kind or
> datatype that ends with "[]", and act accordingly?
>
> --
> Benoît Minisini.
>

Yes that's probably better.
okay removed ListOf and added some Case Like "*\\[]" conditions  (Like *[]
is used "after" any others check for something ending in [])

So then any unhandled (by you) array types will go through the
FArrayChooser dialog and if not handled there it prints a message that type
is unhandled.

Respects
BruceS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20220818/3f601006/attachment.htm>


More information about the User mailing list