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 - Sorry, I am new here: Is there a method to find out window total and client areas?: Page 1 of 11 (11 Items)
   
Sorry, I am new here: Is there a method to find out window total and client areas?  
As far as I know, Windows have very simple function calls to do that. But here, when I try to use

PtGetResource(*widget,Pt_ARG_AREA,&area,sizeof(PhArea_t))

for example, I get nothing even in case a window is realized already (area members do not change, the function call is 
success).

What am I doing wrong?