I have a program on a raspberry pi in which I have a rotary encoder connected. When I press the encoder a popupmenu is displayed. Rotating the encoder moves the selection on the menu, then pressing the button closes the menu.
The problem I have this: I have several non dialog windows open, and I want the selection to call a toFront on a particular windows. The toFront calls will not bring the dialog to the front. Is there something special about toFront on a non-modal dialog?