Página 1 de 1
toolwindow
Publicado: Vie Ene 13, 2006 10:47 am
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
toolwindow
Publicado: Vie Ene 13, 2006 11:05 am
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
>
toolwindow
Publicado: Vie Ene 13, 2006 11:37 am
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
>>
>
>
toolwindow
Publicado: Vie Ene 13, 2006 1:22 pm
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
toolwindow
Publicado: Vie Ene 13, 2006 4:12 pm
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
>