[Gambas-user] Gambas Custom Controls - Property as Constant List

Gianluigi bagonergi at gmail.com
Fri Dec 11 23:08:04 CET 2020


Il giorno ven 11 dic 2020 alle ore 22:39 Claus Dietrich <
claus.dietrich at freenet.de> ha scritto:

> Hi
>
> I recently wrote a number of custom user controls (visible in the IDE) and
> bumbed into the problem, that I couldn't make the IDE to offer a list of
> declared constants (here "StyleStrokes" and "StyleScale") under a custom
> control property (here "Style").
>
> As I didn't clearly understand the chapter "*Constant lists*" in the
> wiki, my temporary solution consists of a range definition
> (Style{Range:1;2}=1).
>
> Name of my Custom Control Class: Knob
> Export
> ....
> Public Const StyleStrokes As Integer = 1
> Public Const StyleScale As Integer = 2
> ...
> Public Const _Properties As String = "*,....,Style{Range:1;2}=1"
>
> Any attempt failed to get a combo with said constants and I particularly
> didn't know how to read the sentence in the wiki saying "..... you can
> specify a class instead ....". What you mean by "can" and does it have to
> be a separate class? Any detail for the required syntax and instructions
> beyond the wiki would be much appreciated.
> Best regards
>
> Claus
>

Hello,

You can check out this thread:
https://lists.gambas-basic.org/pipermail/user/2020-September/070075.html

Regards & Good Night
Gianluigi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20201211/19d46595/attachment.htm>


More information about the User mailing list