Re: [Gambas-user] multi document interface

2014-01-22 Thread Benoît Minisini
Le 22/01/2014 09:48, Willy Raets a écrit : >> >> Then you create your Toolbar, fill them with ToolButton, ComboBox... >> >> The toolbar Key property must be set. >> >> The Action property of all toolbar controls must be set too. >> >> If a toolbar button has a corresponding menu, the menu must have

Re: [Gambas-user] multi document interface

2014-01-22 Thread Willy Raets
On Mon, 2014-01-20 at 01:15 +0100, Benoît Minisini wrote: > Le 14/01/2014 09:50, Willy Raets a écrit : > > Hi all, > > > > Does anyone have a small example of working with a multi document > > interface. I need one toolbar that works with all opened documents? > > > > For example a toolbar with a c

Re: [Gambas-user] multi document interface

2014-01-19 Thread Benoît Minisini
Le 14/01/2014 09:50, Willy Raets a écrit : > Hi all, > > Does anyone have a small example of working with a multi document > interface. I need one toolbar that works with all opened documents? > > For example a toolbar with a copy and paste button that can copy a text > from one of the opened docum

[Gambas-user] multi document interface

2014-01-14 Thread Willy Raets
Hi all, Does anyone have a small example of working with a multi document interface. I need one toolbar that works with all opened documents? For example a toolbar with a copy and paste button that can copy a text from one of the opened documents and paste it into an other opened document in the