Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - How to Hide the base window in a Photon application: Page 1 of 5 (5 Items)
   
How to Hide the base window in a Photon application  
I am using QNX Momentics IDE version 6.3.2 and PhAB version 2.03. My problem is that on a button click on the base 
window, I need to hide it and display a new window. I am using PhAB for developing my application. I tried using 
PtContainerNullFocus but it didn't work. I also tried to set its resource, Pt_ARG_WINDOW_STATE as "Ph_WM_STATE_IS HIDDEN
" in a callback function attached to the button of base window but even that didn't work. Can someone please help me on 
this?