[Gambas-user] ListEditor Icons

Gianluigi bagonergi at ...626...
Tue Apr 19 17:57:15 CEST 2016


List Editor is a ListBox with sorting methods etc.
You can see it from the source code in gb.fom.
Starting from there you can try to change the appearance.
Regards
Gianluigi

2016-04-19 16:29 GMT+02:00 Charlie <charlie at ...2793...>:

> /1) The ListEditor has four icons. If I don't like them, is there a chance
> to
> change them?/
> I don't know how to do this, or even if it can be done.
> /2) And how is the Insert/Add button handled? Is there an event?/
> When the list is displayed you can click on an item and then click the
> *Add*
> button.
> /3) I tried ListEditor1.List.Add("Hello") but it doesn't appear in the
> list/.
> You need an array string e.g.
> Dim sString as String[] = ["Hello", "world"]
> ListEditor1.List = sString
> Have a look at the attached example: -
> ListEditor_example.tar
> <http://gambas.8142.n7.nabble.com/file/n56002/ListEditor_example.tar>
>
>
>
> --
> View this message in context:
> http://gambas.8142.n7.nabble.com/ListEditor-Icons-tp56001p56002.html
> Sent from the gambas-user mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list