Re: [Scilab-users] Undocking windows

2021-06-25 Thread Stefan Du Rietz

Hello, Stéphane, thank you very much!

Stefan


On 2021-06-24 17:51, Stéphane Mottelet wrote:


Le 24/06/2021 à 17:41, Stefan Du Rietz a écrit :



On 2021-06-24 15:45, Stéphane Mottelet wrote:


Le 24/06/2021 à 13:09, Stefan Du Rietz a écrit :

Hello,
yes, and to get the useful part of the window a little higher. The 
same without toolbars (that I never use).


Isn't there a text-file with window settings somewhere?

no


But when I restart Scilab, all windows reappear in the same positions, 
Where is that information stored?


I meant the information about toolbars, dockability is not part of this 
file, which is in SCIHOME:


SCIHOME/windowsConfiguration.xml




In the console menu I can choose to hide the toolbar but it is not 
remembered


The console can be managed by the user through its handle and the 
visibility of the toolbar can be managed:


c = get(0);
c.toolbar_visible = "off";

However, this is the only non-graphical window which is available 
this way. Managing other non-graphical windows (variable browser, 
scinotes, ...) is possible but this would need some further 
developments.



Do you mean new Scilab source code?


yes.

S.



Stefan


S.



Regards
Stefan


On 2021-06-24 11:27, Stéphane Mottelet wrote:

Hi,

Why do you need this feature ? I mean, do you need a kind off 
accessibility setting to prevent docking them by accident ?


S.

Le 18/06/2021 à 21:00, Stefan Du Rietz a écrit :



On 2021-06-18 20:53, Samuel Gougeon wrote:

Hello,

Le 18/06/2021 à 18:28, Stefan Du Rietz a écrit :

Hello,
how can I make all my Scilab windows not dockable?
And how can I get rid of the toolbars?

I can do both with figure windows.


Fine. So,  with "all your Scilab windows" are you addressing the 
console, the help browser, the file browser, xcos windows, etc ?

Or GUIs based on figures like the ATOMS GUI, the demos GUI, etc?


I mean your first line, thanks.

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users



___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users



___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users



___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] Undocking windows

2021-06-24 Thread Stéphane Mottelet


Le 24/06/2021 à 17:41, Stefan Du Rietz a écrit :



On 2021-06-24 15:45, Stéphane Mottelet wrote:


Le 24/06/2021 à 13:09, Stefan Du Rietz a écrit :

Hello,
yes, and to get the useful part of the window a little higher. The 
same without toolbars (that I never use).


Isn't there a text-file with window settings somewhere?

no


But when I restart Scilab, all windows reappear in the same positions, 
Where is that information stored?


I meant the information about toolbars, dockability is not part of this 
file, which is in SCIHOME:


SCIHOME/windowsConfiguration.xml




In the console menu I can choose to hide the toolbar but it is not 
remembered


The console can be managed by the user through its handle and the 
visibility of the toolbar can be managed:


c = get(0);
c.toolbar_visible = "off";

However, this is the only non-graphical window which is available 
this way. Managing other non-graphical windows (variable browser, 
scinotes, ...) is possible but this would need some further 
developments.



Do you mean new Scilab source code?


yes.

S.



Stefan


S.



Regards
Stefan


On 2021-06-24 11:27, Stéphane Mottelet wrote:

Hi,

Why do you need this feature ? I mean, do you need a kind off 
accessibility setting to prevent docking them by accident ?


S.

Le 18/06/2021 à 21:00, Stefan Du Rietz a écrit :



On 2021-06-18 20:53, Samuel Gougeon wrote:

Hello,

Le 18/06/2021 à 18:28, Stefan Du Rietz a écrit :

Hello,
how can I make all my Scilab windows not dockable?
And how can I get rid of the toolbars?

I can do both with figure windows.


Fine. So,  with "all your Scilab windows" are you addressing the 
console, the help browser, the file browser, xcos windows, etc ?

Or GUIs based on figures like the ATOMS GUI, the demos GUI, etc?


I mean your first line, thanks.

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users



___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users



___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


--
Stéphane Mottelet
Ingénieur de recherche
EA 4297 Transformations Intégrées de la Matière Renouvelable
Département Génie des Procédés Industriels
Sorbonne Universités - Université de Technologie de Compiègne
CS 60319, 60203 Compiègne cedex
Tel : +33(0)344234688
http://www.utc.fr/~mottelet

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] Undocking windows

2021-06-24 Thread Stefan Du Rietz



On 2021-06-24 15:45, Stéphane Mottelet wrote:


Le 24/06/2021 à 13:09, Stefan Du Rietz a écrit :

Hello,
yes, and to get the useful part of the window a little higher. The 
same without toolbars (that I never use).


Isn't there a text-file with window settings somewhere?

no


But when I restart Scilab, all windows reappear in the same positions, 
Where is that information stored?


In the console menu I can choose to hide the toolbar but it is not 
remembered


The console can be managed by the user through its handle and the 
visibility of the toolbar can be managed:


c = get(0);
c.toolbar_visible = "off";

However, this is the only non-graphical window which is available this 
way. Managing other non-graphical windows (variable browser, scinotes, 
...) is possible but this would need some further developments.



Do you mean new Scilab source code?

Stefan


S.



Regards
Stefan


On 2021-06-24 11:27, Stéphane Mottelet wrote:

Hi,

Why do you need this feature ? I mean, do you need a kind off 
accessibility setting to prevent docking them by accident ?


S.

Le 18/06/2021 à 21:00, Stefan Du Rietz a écrit :



On 2021-06-18 20:53, Samuel Gougeon wrote:

Hello,

Le 18/06/2021 à 18:28, Stefan Du Rietz a écrit :

Hello,
how can I make all my Scilab windows not dockable?
And how can I get rid of the toolbars?

I can do both with figure windows.


Fine. So,  with "all your Scilab windows" are you addressing the 
console, the help browser, the file browser, xcos windows, etc ?

Or GUIs based on figures like the ATOMS GUI, the demos GUI, etc?


I mean your first line, thanks.

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users



___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users



___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] Undocking windows

2021-06-24 Thread Stéphane Mottelet


Le 24/06/2021 à 13:09, Stefan Du Rietz a écrit :

Hello,
yes, and to get the useful part of the window a little higher. The 
same without toolbars (that I never use).


Isn't there a text-file with window settings somewhere?

no


In the console menu I can choose to hide the toolbar but it is not 
remembered


The console can be managed by the user through its handle and the 
visibility of the toolbar can be managed:


c = get(0);
c.toolbar_visible = "off";

However, this is the only non-graphical window which is available this 
way. Managing other non-graphical windows (variable browser, scinotes, 
...) is possible but this would need some further developments.


S.



Regards
Stefan


On 2021-06-24 11:27, Stéphane Mottelet wrote:

Hi,

Why do you need this feature ? I mean, do you need a kind off 
accessibility setting to prevent docking them by accident ?


S.

Le 18/06/2021 à 21:00, Stefan Du Rietz a écrit :



On 2021-06-18 20:53, Samuel Gougeon wrote:

Hello,

Le 18/06/2021 à 18:28, Stefan Du Rietz a écrit :

Hello,
how can I make all my Scilab windows not dockable?
And how can I get rid of the toolbars?

I can do both with figure windows.


Fine. So,  with "all your Scilab windows" are you addressing the 
console, the help browser, the file browser, xcos windows, etc ?

Or GUIs based on figures like the ATOMS GUI, the demos GUI, etc?


I mean your first line, thanks.

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users



___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


--
Stéphane Mottelet
Ingénieur de recherche
EA 4297 Transformations Intégrées de la Matière Renouvelable
Département Génie des Procédés Industriels
Sorbonne Universités - Université de Technologie de Compiègne
CS 60319, 60203 Compiègne cedex
Tel : +33(0)344234688
http://www.utc.fr/~mottelet

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] Undocking windows

2021-06-24 Thread Stefan Du Rietz

Hello,
yes, and to get the useful part of the window a little higher. The same 
without toolbars (that I never use).


Isn't there a text-file with window settings somewhere?

In the console menu I can choose to hide the toolbar but it is not 
remembered


Regards
Stefan


On 2021-06-24 11:27, Stéphane Mottelet wrote:

Hi,

Why do you need this feature ? I mean, do you need a kind off 
accessibility setting to prevent docking them by accident ?


S.

Le 18/06/2021 à 21:00, Stefan Du Rietz a écrit :



On 2021-06-18 20:53, Samuel Gougeon wrote:

Hello,

Le 18/06/2021 à 18:28, Stefan Du Rietz a écrit :

Hello,
how can I make all my Scilab windows not dockable?
And how can I get rid of the toolbars?

I can do both with figure windows.


Fine. So,  with "all your Scilab windows" are you addressing the 
console, the help browser, the file browser, xcos windows, etc ?

Or GUIs based on figures like the ATOMS GUI, the demos GUI, etc?


I mean your first line, thanks.

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users



___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] Undocking windows

2021-06-24 Thread Stéphane Mottelet

Hi,

Why do you need this feature ? I mean, do you need a kind off 
accessibility setting to prevent docking them by accident ?


S.

Le 18/06/2021 à 21:00, Stefan Du Rietz a écrit :



On 2021-06-18 20:53, Samuel Gougeon wrote:

Hello,

Le 18/06/2021 à 18:28, Stefan Du Rietz a écrit :

Hello,
how can I make all my Scilab windows not dockable?
And how can I get rid of the toolbars?

I can do both with figure windows.


Fine. So,  with "all your Scilab windows" are you addressing the 
console, the help browser, the file browser, xcos windows, etc ?

Or GUIs based on figures like the ATOMS GUI, the demos GUI, etc?


I mean your first line, thanks.

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


--
Stéphane Mottelet
Ingénieur de recherche
EA 4297 Transformations Intégrées de la Matière Renouvelable
Département Génie des Procédés Industriels
Sorbonne Universités - Université de Technologie de Compiègne
CS 60319, 60203 Compiègne cedex
Tel : +33(0)344234688
http://www.utc.fr/~mottelet

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] Undocking windows

2021-06-18 Thread Stefan Du Rietz



On 2021-06-18 20:53, Samuel Gougeon wrote:

Hello,

Le 18/06/2021 à 18:28, Stefan Du Rietz a écrit :

Hello,
how can I make all my Scilab windows not dockable?
And how can I get rid of the toolbars?

I can do both with figure windows.


Fine. So,  with "all your Scilab windows" are you addressing the 
console, the help browser, the file browser, xcos windows, etc ?

Or GUIs based on figures like the ATOMS GUI, the demos GUI, etc?


I mean your first line, thanks.

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] Undocking windows

2021-06-18 Thread Samuel Gougeon

Hello,

Le 18/06/2021 à 18:28, Stefan Du Rietz a écrit :

Hello,
how can I make all my Scilab windows not dockable?
And how can I get rid of the toolbars?

I can do both with figure windows.


Fine. So,  with "all your Scilab windows" are you addressing the 
console, the help browser, the file browser, xcos windows, etc ?

Or GUIs based on figures like the ATOMS GUI, the demos GUI, etc?


___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


[Scilab-users] Undocking windows

2021-06-18 Thread Stefan Du Rietz

Hello,
how can I make all my Scilab windows not dockable?
And how can I get rid of the toolbars?

I can do both with figure windows.

Regards
Stefan
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users