Project Home
Project Home
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 - io-winmgr sendev: (1 Item)
   
io-winmgr sendev  
Hi,

Is there a way to use io-winmgr to bring a window to the front?

win_globals.disp_data[0]->win_list = 0x80000003, 0x80000000, 0x80000002
win_globals.disp_data[0]->planes[0].buffered[0].win_list = (null)
win_globals.disp_data[0]->planes[0].buffered[1].win_list = (null)
win_globals.disp_data[0]->planes[1].buffered[0].win_list = 0x80000002, 0x80000003
win_globals.disp_data[0]->planes[1].buffered[1].win_list = (null)

I see from its dump the window IDs.

Can I send a msg to io-winmgr to bring window e.g. 0x80000002 or 3 to top?  Using io-winmgr –sendev ???

-Hue