SBGWindow raising
- 
					
					
					
					
 Hi all, I have noticed that SBGWidow objects have a raisefunction that works only if thelockedflag is set to true otherwise calling theraisefunction has no effect on the window. Is it possible to change this behavior such it would work independently of this flag ?Thanks in advance ! 
 Yassine
- 
					
					
					
					
 Can you please post a code example? When a user presses an app icon we call the raisefunction to put its GUI on top and it works whatever the flag is:gui->getWindow()->show(); gui->getWindow()->raise();
- 
					
					
					
					
 Actually I didn't explain well the case where the raisedidn't worked for me as I expected. When you have two windows, with the first one locked and the second unlocked. If theraisefunction is called for the second unlocked window, it doesn't go on top of the first locked window.For those who might interest, I found a simple solution. You need to temporarily lock the window, call the raisefunction then unlock the window.Thank you Stephane for your quick answer ! 
 Yassine
 
			
		