Transitioning between substacks
Posted: Wed Sep 07, 2016 8:15 am
My application consists of one mainstack that is without decorations and is full screen, at the top of which are two rows of buttons with which to navigate to a substack corresponding to each button. Each substack, also without decorations, is the same size as the mainstack except for the area occupied by the two rows of buttons of the mainstack. Below is a picture of the mainstack window before the any substack is opened, the boundaries of which are marked by the red rectangle.
After I open the application, clicking the first button opens the intended substack without problem. But when I press down on any button, the window for the substack disappears and the entire window of the mainstack appears. When I release the mouse button, the targeted substack window then appears. (There is no mousedown handler in my scripts.)
I want to go directly from one substack to another substack without the mainstack window appearing. From reading other posts I understand that lock screen does not work when transitioning between substacks, but various experiments on my own have failed to find the solution. Thank your for any suggestions.
Monty
After I open the application, clicking the first button opens the intended substack without problem. But when I press down on any button, the window for the substack disappears and the entire window of the mainstack appears. When I release the mouse button, the targeted substack window then appears. (There is no mousedown handler in my scripts.)
I want to go directly from one substack to another substack without the mainstack window appearing. From reading other posts I understand that lock screen does not work when transitioning between substacks, but various experiments on my own have failed to find the solution. Thank your for any suggestions.
Monty