Re: [Gambas-user] Configure method of ToolBar

2013-12-03 Thread Benoît Minisini
Le 03/12/2013 20:03, Jesus a écrit : > > Great! However I can't see the change in latest commits. 8-/ > > Regards > It's only on my hard drive at the moment. :-) -- Benoît Minisini -- Sponsored by Intel(R) XDK Develop,

Re: [Gambas-user] Configure method of ToolBar

2013-12-03 Thread Jesus
El 03/12/13 01:27, Benoît Minisini escribió: > Le 03/12/2013 00:41, Jesus a écrit : >> El 01/12/13 16:54, Jesus escribió: >>> Hi all >>> >>> I'm trying to get up and running a project which have a Toolbar and some >>> toolbuttons in it. I'd like to mimic the same behavior toolbars have in >>> Gamba

Re: [Gambas-user] Configure method of ToolBar

2013-12-02 Thread Benoît Minisini
Le 03/12/2013 00:41, Jesus a écrit : > El 01/12/13 16:54, Jesus escribió: >> Hi all >> >> I'm trying to get up and running a project which have a Toolbar and some >> toolbuttons in it. I'd like to mimic the same behavior toolbars have in >> Gambas' IDE. I've read the docs about Toolbar (gb.form.mdi

Re: [Gambas-user] Configure method of ToolBar

2013-12-02 Thread Jesus
El 01/12/13 16:54, Jesus escribió: > Hi all > > I'm trying to get up and running a project which have a Toolbar and some > toolbuttons in it. I'd like to mimic the same behavior toolbars have in > Gambas' IDE. I've read the docs about Toolbar (gb.form.mdi) but calling > the configure method throws

[Gambas-user] Configure method of ToolBar

2013-12-01 Thread Jesus
Hi all I'm trying to get up and running a project which have a Toolbar and some toolbuttons in it. I'd like to mimic the same behavior toolbars have in Gambas' IDE. I've read the docs about Toolbar (gb.form.mdi) but calling the configure method throws an error aborting my application. BTW, all