Parent Window & Child Dialog

I have the main application window and it child dialog.

How can I focuse the parent widnow and move it in front of the
child dialog?

Thank you.


Leonid Khait

E-Mail: lhait@diaspro.com
Tel: 3472-311503
Home:3472-607415

Hello Leonid

Look at the functions “void PtWindowToFront( PtWidget_t *widget );” and
PtWidget_t *PtGiveFocus ( PtWidget_t *widget, PhEvent_t *event );

Thanks,
Rodney

“Leonid Khait” <lhait@diaspro.com> wrote in message
news:aol316$kkj$1@inn.qnx.com

I have the main application window and it child dialog.

How can I focuse the parent widnow and move it in front of the
child dialog?

Thank you.


Leonid Khait

E-Mail: > lhait@diaspro.com
Tel: 3472-311503
Home:3472-607415

Hello Leonid

A child dialog can never be behind it’s parent and thus covered by it. The
parent might get the focus though.

Markus

“Rodney Dowdall” <guisupport@qnx.com> schrieb im Newsbeitrag
news:aomu82$l2m$1@nntp.qnx.com

Hello Leonid

Look at the functions “void PtWindowToFront( PtWidget_t *widget );” and
PtWidget_t *PtGiveFocus ( PtWidget_t *widget, PhEvent_t *event );

Thanks,
Rodney

“Leonid Khait” <> lhait@diaspro.com> > wrote in message
news:aol316$kkj$> 1@inn.qnx.com> …
I have the main application window and it child dialog.

How can I focuse the parent widnow and move it in front of the
child dialog?

Thank you.


Leonid Khait

E-Mail: > lhait@diaspro.com
Tel: 3472-311503
Home:3472-607415

\