Re: [Gambas-user] ToolButton.Visible can't be set

2015-03-12 Thread Charlie Reinl
Am Donnerstag, den 12.03.2015, 18:53 +0100 schrieb Benoît Minisini: > Le 12/03/2015 17:58, Charlie Reinl a écrit : > > Salut Benoît, > > > > ToolButton.Visible can't be set to false by code. > > > > see attached project. > > > > You are using a ToolBar, and ToolBar manages the visibility of its

Re: [Gambas-user] ToolButton.Visible can't be set

2015-03-12 Thread Benoît Minisini
Le 12/03/2015 17:58, Charlie Reinl a écrit : > Salut Benoît, > > ToolButton.Visible can't be set to false by code. > > see attached project. > You are using a ToolBar, and ToolBar manages the visibility of its ToolButtons behind the curtain (it loads its settings after the Form_Load function ha

[Gambas-user] ToolButton.Visible can't be set

2015-03-12 Thread Charlie Reinl
Salut Benoît, I have a library where I use the ToolBar and ToolButtons, now the project which uses this library claims "the class ToolBar could not be loaded" if I call the form with the toolbar. Q: is that behave normal?

[Gambas-user] ToolButton.Visible can't be set

2015-03-12 Thread Charlie Reinl
Salut Benoît, ToolButton.Visible can't be set to false by code. see attached project. LETS_see-0.0.1.tar.gz Description: application/compressed-tar -- Dive into the World of Parallel Programming The Go Parallel Website