dislaying already created windows in phab

Hi

If I got a window created in a phab how can I display it and close it from code?

Thanks

ApCreateModule() - PtDestroyWidget(). In addition you have to create an internal link to your window.

Try this

Juan Manuel

thx,

I tried to use it but I found only one example on qnx site which isn’t helping a lot.

Would it be possilbe for you to put a example how on how to use it? Thank you!

Ok I got It!

I needed to create a internal link in phab and then i just call my window using ApCreateModule(ABM_window,null,null); :slight_smile: