After compiling my project now with PB5.00 using the Cocoa framework I noticed the following:
1) If a smaller window is behind of an other one, I can click on the window and it gets the focus, but it will stay behind the other one...
2) If I move a smaller window to a new position, and then use my "window selector" (which is nothing more than a combobox in the main window with all opened but maybe minimized smaller windows, for selecting the requested window and bringing it back to the display using the 3 commands HideWindow(WinID, 0), SetWindowState(WinID, #PB_Window_Normal) and SetActiveWindow(WinID), then it will not just be maximized / brought to the top. No it will also be moved back to its initial position.
This behaviour didn't happen until PB4.61 and also not with the current PB5.00 beta8 and '/Carbon' switch.
So there must be something different on Cocoa. Any ideas, what's going on here?
Thanks


