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 - Opposite Region Id: (3 Items)
   
Opposite Region Id  
If I have two windows created with PhWindowOpen, if I click on one which results in a FOCUS_LOST event to the other, is 
there a way to get the region id of window that "caused" the FOCUS_LOST event (the opposite window in java awt)? I was 
hoping that emitter.rid would give me that, but it simply gives me the region id of the parent frame.

Thx,
Bill
Re: Opposite Region Id  
Unfortunately this information is not available. You will need to track this yourself.
Re: Opposite Region Id  
That's what I was afraid of. Thx.