In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

toolwindow

Foro público de Xailer en español
Responder
Ingo
Mensajes: 330
Registrado: Mié Jul 05, 2006 3:58 pm

toolwindow

Mensaje por Ingo »

How to make a toolwindow activatable from all parts of the application
although from dialogs?
Has anyone a solution?
Thanks in advance
Ingo
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9463
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

toolwindow

Mensaje por ignacio »

Ingo,
Are you saying that forms with nBorderStyle bsTOOLWINDOW can only be created
from a bsDIALOG form?
If that is your question?
Regards,
"Ingo" <ingo.jh@web.de> escribió en el mensaje
news:43c77723$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
> How to make a toolwindow activatable from all parts of the application
> although from dialogs?
>
> Has anyone a solution?
>
> Thanks in advance
>
> Ingo
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Ingo
Mensajes: 330
Registrado: Mié Jul 05, 2006 3:58 pm

toolwindow

Mensaje por Ingo »

Ignacio,
no. I create a tool window that is shown during the app is running. I can
click on it and activate it although when any other form is opened unless a
modal dialog. I want to hold the tool window activatable
from a modal dialog too.
With FW16 I created a mdiframewindow that is the parent of the tool window
created before the mdiframe ist activated. From any opened childwindow I can
activate the tool window - with Xailer also.
When a modal dialog is opened from a childwindow with FW16 I can activate
the tool window too.
Not so with Xailer!
How to do that the tool window is activatable from any modal dialog window
too?
Regards
Ingo
"Ignacio Ortiz de Zúñiga" <InvalidAccount@ozs.com> schrieb im Newsbeitrag
news:43c77b6b$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
> Ingo,
>
> Are you saying that forms with nBorderStyle bsTOOLWINDOW can only be
> created from a bsDIALOG form?
>
> If that is your question?
>
> Regards,
>
> "Ingo" <ingo.jh@web.de> escribió en el mensaje
> news:43c77723$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
>> How to make a toolwindow activatable from all parts of the application
>> although from dialogs?
>>
>> Has anyone a solution?
>>
>> Thanks in advance
>>
>> Ingo
>>
>
>
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

toolwindow

Mensaje por jfgimenez »

Ingo,
try enabling the toolwindow from the dialog:
oToolwindow:lEnabled := .T.
The dialog's OnShow event is perfect to do it.
--
Regards,
Jose F. Gimenez
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Ingo
Mensajes: 330
Registrado: Mié Jul 05, 2006 3:58 pm

toolwindow

Mensaje por Ingo »

Jose,
that's it!!! It works.
Thank you very much
Ingo
"Jose F. Gimenez" <jfgimenez@wanadoo.es> schrieb im Newsbeitrag
news:43c79b97$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
> Ingo,
>
> try enabling the toolwindow from the dialog:
>
> oToolwindow:lEnabled := .T.
>
> The dialog's OnShow event is perfect to do it.
>
> --
> Regards,
>
> Jose F. Gimenez
>
Responder