[Gambas-user] IconPanel in IDE click behaviour

2016-04-21 Thread Rolf-Werner Eilert
Here comes another "feature" :) In the Form Editor of the IDE, when I have an IconPanel I can click on the items to let the related working spaces appear. But clicking here will not activate the IconPanel itself, neither will the property palette with the IconPanel's properties react. I have

Re: [Gambas-user] IconPanel

2015-04-15 Thread Benoît Minisini
Le 12/04/2015 17:47, Nikola Rogozarski a écrit : > Thank you Tobi !!!, I did the same thing as you, and now everything is here > The bug has been fixed in revision #7038. Regards, -- Benoît Minisini -- BPM Camp - Free

Re: [Gambas-user] IconPanel

2015-04-12 Thread Nikola Rogozarski
Thank you Tobi !!!, I did the same thing as you, and now everything is here On Sun, Apr 12, 2015 at 1:49 PM, Tobias Boege wrote: > On Sun, 12 Apr 2015, Nikola Rogozarski wrote: > > oh! sorry for my english! This way, if the property count of iconpanel > set > > to more than one, in IkonPanel I c

Re: [Gambas-user] IconPanel

2015-04-12 Thread Tobias Boege
On Sun, 12 Apr 2015, Nikola Rogozarski wrote: > oh! sorry for my english! This way, if the property count of iconpanel set > to more than one, in IkonPanel I can put labels, text boxes and other > controls, only the first tab. In other tabs, I can't put controls. > I can confirm that. It occured

Re: [Gambas-user] IconPanel

2015-04-12 Thread Nikola Rogozarski
oh! sorry for my english! This way, if the property count of iconpanel set to more than one, in IkonPanel I can put labels, text boxes and other controls, only the first tab. In other tabs, I can't put controls. On Sun, Apr 12, 2015 at 11:39 AM, Benoît Minisini < gam...@users.sourceforge.net> wrot

Re: [Gambas-user] IconPanel

2015-04-12 Thread Benoît Minisini
Le 12/04/2015 11:28, Nikola Rogozarski a écrit : > Hello everyone! I have a problem with the icon panel. If I add more than > one tab in the property, I can not add controls in other tabs, it accepts > controls only in the first tab. > I don't understand what you say, can you formulate it differen

[Gambas-user] IconPanel

2015-04-12 Thread Nikola Rogozarski
Hello everyone! I have a problem with the icon panel. If I add more than one tab in the property, I can not add controls in other tabs, it accepts controls only in the first tab. [System] Gambas=3.7.0 OperatingSystem=Linux Kernel=3.13.0-24-generic Architecture=x86_64 Distribution=Linux Mint 17 Qia

Re: [Gambas-user] IconPanel: does this respect the Visible property?

2013-10-26 Thread Bruce
On Sat, 2013-10-26 at 15:15 +0200, Benoît Minisini wrote: > Le 26/10/2013 13:06, Bruce a écrit : > > If blahblah then > >iconpanel1[0].Visible = False > > Endif > > > > doesn't seem to hide that panel? > > > > > > Mmm... I guess no. I don't remember that I specified that > "multi-container" c

Re: [Gambas-user] IconPanel: does this respect the Visible property?

2013-10-26 Thread Benoît Minisini
Le 26/10/2013 13:06, Bruce a écrit : > If blahblah then >iconpanel1[0].Visible = False > Endif > > doesn't seem to hide that panel? > > Mmm... I guess no. I don't remember that I specified that "multi-container" controls like IconPanel must be able to hide one of their "tab"... -- Benoît M

[Gambas-user] IconPanel: does this respect the Visible property?

2013-10-26 Thread Bruce
If blahblah then iconpanel1[0].Visible = False Endif doesn't seem to hide that panel? -- Bruce Paddys-Hill dot net -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application

[Gambas-user] IconPanel: adding and destroying a Tab

2013-03-28 Thread Ru Vuott
Hello, no way to add or to destroy a Tab (but NOT at the end with .Count property) in the *middle* of IconPanel array ? Regards vuott -- Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to greatness in Intel

Re: [Gambas-user] IconPanel doesn't follow Enabled propriety

2011-05-09 Thread Benoît Minisini
> Hi all! > > I was just testing my app and I realized that when I do: > -- > Me.Enabled=False > -- > or > -- > IconPanel1.Enabled=False > -- > Although the form is disabled, and the IconPanel container is disabled, > the icon list isn't (meaning that the user can still change the

[Gambas-user] IconPanel doesn't follow Enabled propriety

2011-05-08 Thread Sebi Kul
Hi all! I was just testing my app and I realized that when I do: -- Me.Enabled=False -- or -- IconPanel1.Enabled=False -- Although the form is disabled, and the IconPanel container is disabled, the icon list isn't (meaning that the user can still change the list index and raise new