CLOSING OF WINDOW

Hi,

I just wanna to know how a window can be closed and opened from Photon
code.

Bye

Hello

Look at PtForwardWindowEvent for closing the window. For opening it you
just need to create it and realize it. Are these windows a part of your
application?

Thanks,
Rodney


M.Shanthi wrote:

Hi,

I just wanna to know how a window can be closed and opened from Photon
code.

Bye

Hello

Lack of coffee ( or caffiene as the case may be ) is a bad thing. You
don’t need to forward the event to the widget. Just use PtDestroyWidget.

Thanks,
Rodney


Rodney Dowdall wrote:

Hello

Look at PtForwardWindowEvent for closing the window. For opening it you
just need to create it and realize it. Are these windows a part of your
application?

Thanks,
Rodney


M.Shanthi wrote:

Hi,

I just wanna to know how a window can be closed and opened from Photon
code.

Bye