Re: [Gambas-user] Re-ordering menus

2014-11-19 Thread B Bruen
On Thu, 20 Nov 2014 00:26:07 +0100 Benoît Minisini wrote: > Le 20/11/2014 00:22, B Bruen a écrit : > > Probably a silly question, but I'm just having a little think. > > > > Is there any way to programatically (i.e. dynamically) change the order in > > which a menu item appears in a drop down me

Re: [Gambas-user] Re-ordering menus

2014-11-19 Thread Benoît Minisini
Le 20/11/2014 00:22, B Bruen a écrit : > Probably a silly question, but I'm just having a little think. > > Is there any way to programatically (i.e. dynamically) change the order in > which a menu item appears in a drop down menu? > > regards > Bruce > Alas no, the toolkits do not allow that eas

[Gambas-user] Re-ordering menus

2014-11-19 Thread B Bruen
Probably a silly question, but I'm just having a little think. Is there any way to programatically (i.e. dynamically) change the order in which a menu item appears in a drop down menu? regards Bruce -- B Bruen -- Dow

Re: [Gambas-user] IDE: non-existing help pages from different languages

2014-11-19 Thread Tobias Boege
On Wed, 19 Nov 2014, Beno?t Minisini wrote: > Le 15/11/2014 12:03, Tobias Boege a ?crit : > > Hi Benoit, > > > > when you work in the IDE under a, say, German locale, then the IDE help > > popups would show you a minimal page (with the syntax of the symbol only) > > if the page does not exist in yo

Re: [Gambas-user] IDE: non-existing help pages from different languages

2014-11-19 Thread Benoît Minisini
Le 15/11/2014 12:03, Tobias Boege a écrit : > Hi Benoit, > > when you work in the IDE under a, say, German locale, then the IDE help > popups would show you a minimal page (with the syntax of the symbol only) > if the page does not exist in your language. > > Hans suggests that we fall back to the

Re: [Gambas-user] Gambas-user Digest, Vol 102, Issue 40

2014-11-19 Thread Sam Dadds
ComboBox UserContol, with pictures Hi Fabien,   Exactly.  After looking at the code from Christof Thalhofer's "Gambas Combobox for Lists and Databases"  https://github.com/Deganius/DegComBox I saw exactly that.  A simple Window object to parent the ListView into and then position the Window to th

Re: [Gambas-user] How do I pass a user parameter from a dialog form?

2014-11-19 Thread Tobias Boege
On Tue, 18 Nov 2014, Martin McGlensey wrote: > Tobi, > > > > Thanks for your response. I did not get the attachment. It was scrubbed of > the list. Would you please send it to my personal e-mail > (mmcg29...@frontier.com ). The method of > adding a property shoul

Re: [Gambas-user] How do I pass a user parameter from a dialog form?

2014-11-19 Thread Tobias Boege
On Wed, 19 Nov 2014, Rolf-Werner Eilert wrote: > > This is a standard task and therefore a "template solution" evolved in the > > Gambas sources. Attached is a project which shows how to do it cleanly, no > > public variables and no auxiliary classes needed. > > > > If you have a problem with the p

[Gambas-user] Issue 582 in gambas: ProgressBars are ugly

2014-11-19 Thread gambas
Status: New Owner: Labels: Version-3.6.0 Type-Enhancement Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 582 by kokok...@gmail.com: ProgressBars are ugly https://code.google.com/p/gambas/issues/detail?id=582 Since gambas 3.6.x, the progressbars dont follow the wi

[Gambas-user] Issue 581 in gambas: Progressbar and mouse events are gone

2014-11-19 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 581 by kokok...@gmail.com: Progressbar and mouse events are gone https://code.google.com/p/gambas/issues/detail?id=581 Progressbar doesn't raise mouse events anymore. It wo

[Gambas-user] Issue 580 in gambas: Menu bar background color seems wrong.

2014-11-19 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 580 by kokok...@gmail.com: Menu bar background color seems wrong. https://code.google.com/p/gambas/issues/detail?id=580 As you can see in the screenshots, the menubar doesn

Re: [Gambas-user] ComboBox UserContol, with pictures.

2014-11-19 Thread Fabien Bodard
And why reparent... The listview must be in a popup type window.. and then just move it at textbox screenx and .screeny Le 17 nov. 2014 22:31, "Jørn Erik Mørne" a écrit : > > Den 17. nov. 2014 21:36, skrev Charlie Reinl: > > Am Sonntag, den 16.11.2014, 17:57 + schrieb Sam Dadds: > >> Hi All,

Re: [Gambas-user] How do I pass a user parameter from a dialog form?

2014-11-19 Thread Fabien Bodard
Function sub and procedure are the same . It's just a use Le 19 nov. 2014 09:14, "Rolf-Werner Eilert" a écrit : > > > Am 18.11.2014 21:58, schrieb Tobias Boege: > > On Tue, 18 Nov 2014, Martin McGlensey wrote: > >> Hello, > >> > >> > >> > >> I have created a dialog form. As created by Gambas, it

Re: [Gambas-user] How do I pass a user parameter from a dialog form?

2014-11-19 Thread Rolf-Werner Eilert
Am 18.11.2014 21:58, schrieb Tobias Boege: > On Tue, 18 Nov 2014, Martin McGlensey wrote: >> Hello, >> >> >> >> I have created a dialog form. As created by Gambas, it has an OK and Cancel >> button. I want to return three properties or an array from the form. One >> each for the three textboxes o