On Mar 02, 2007, at 10:43 AM, Dennis Birch wrote:

> Would it solve your problem to manually set the window to the
> dimensions of the full screen in the open event instead of relying on
> the built-in FullScreen functionality?

Oddly enough I tried a constructor and it doesn't work because the  
dimensions are still those set in the IDE until AFTER the constructor  
finishes.
Since the constructor also calls Super.Window the open events still  
see the old size :(

IF the plugin would resize it's display of the content when the  
window resizes that would be great but I dont have the code for that  
so I'm kind of stuck at the moment.

On Windows I do see the window.Moved and Window.Resized before the  
Open event which explains why this work OK on Windows.
On OS X I see the open events then the Moved and resized events. its  
not til the moved and resized events happen that the size changes.

I'm trying damned hard not to rely on the event order but I need the  
size to be full screen when the ope event happens to make this work  
at this time.

I'm still trying to puzzle out other ways to achieve the same results  
in a cross platform way.

Having RB actually resize the window to fullscreen BEFORE opening it  
on both platforms would do it for me.

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to