Ok, thank you, this makes it clear! Will try the tar tomorrow.

Rolf

Am 19.04.2016 16:29, schrieb Charlie:
> /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@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>


------------------------------------------------------------------------------
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to