[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Proxy for RadioButton
[Thread Prev] | [Thread Next]
- Subject: Re: Proxy for RadioButton
- From: Gianluigi <gradobag@xxxxxxxxxxx>
- Date: Mon, 23 Sep 2024 14:40:57 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Il 23/09/24 11:49, Gianluigi ha scritto:
Il 23/09/24 11:39, Gianluigi ha scritto:Il 23/09/24 03:05, Jussi Lahtinen ha scritto:I was thinking more of something like this (see attachment), but the opening doesn't convince me and I haven't understood how to activate it correctly. I think this should be written as custom control and it needs some work. Honestly, I would not see the trouble when togglebutton is already available. Many things I don't like... example you need to get the used theme and use the icons from there, otherwise it does not follow the user chosen theme. JussiIf it's an organization where everyone uses the same system, the theme doesn't appear to be a problem. Action also allows you to add Tooltips, Shortcuts etc. However, mine was just a suggestion, I'm not interested in creating a component. Regards GianluigiI forgot, in Gambas there is a PaintCheck Style, I don't know if it can be exploited by your component... Regards Gianluigi
If you want you can use the Gambas icons: Public Sub tato_Click() Action["check"].Picture = Picture["icon:/16/draw-circle"] Last.Picture = Picture["icon:/16/modified"] End Regards Gianluigi
Re: Proxy for RadioButton | Bruce Steers <bsteers4@xxxxxxxxx> |
Proxy for RadioButton | BB <adamnt42@xxxxxxxxx> |
Re: Proxy for RadioButton | Jussi Lahtinen <jussi.lahtinen@xxxxxxxxx> |
Re: Proxy for RadioButton | BB <adamnt42@xxxxxxxxx> |
Re: Proxy for RadioButton | Bruce Steers <bsteers4@xxxxxxxxx> |
Re: Proxy for RadioButton | Jussi Lahtinen <jussi.lahtinen@xxxxxxxxx> |
Re: Proxy for RadioButton | Bruce Steers <bsteers4@xxxxxxxxx> |
Re: Proxy for RadioButton | Jussi Lahtinen <jussi.lahtinen@xxxxxxxxx> |
Re: Proxy for RadioButton | Jussi Lahtinen <jussi.lahtinen@xxxxxxxxx> |
Re: Proxy for RadioButton | Gianluigi <gradobag@xxxxxxxxxxx> |
Re: Proxy for RadioButton | Jussi Lahtinen <jussi.lahtinen@xxxxxxxxx> |
Re: Proxy for RadioButton | Gianluigi <gradobag@xxxxxxxxxxx> |
Re: Proxy for RadioButton | Gianluigi <gradobag@xxxxxxxxxxx> |