Oh, I probably should have mentioned this - I had tried it with the
alternate constructor, like this:
OverlayMBS.Constructor(left as integer, top as integer, width as
integer, height as integer, WindowsNoActivate as boolean = false,
WindowsTopMost as boolean=true)
Which seems to act the same, with true or false for the last two options...

I haven't tried this one tho,
OverlayMBS.Constructor(left as integer, top as integer, width as
integer, height as integer, MacAttributes as integer, WinExStyle as
integer, WinStyle as integer)

Is there some combination of the MacAttributes that would do what I'm asking?

Thanks,
Cameron




On Fri, Apr 20, 2012 at 3:56 AM, Cameron McCormick <[email protected]> wrote:
> Mac, 10.7
>
> I'm using: Super.Constructor(left, top, width, height, activating)
> the code I'm using the setup the overlay is:
> o=new 
> MyOverlay(screen(0).AvailableLeft,screen(0).AvailableTop,int_width,int_height,True)
>
> hope this helps.
>
> Thanks,
> Cameron
>
>
>
> On Fri, Apr 20, 2012 at 3:43 AM, Christian Schmitz
> <[email protected]> wrote:
>>
>> Am 20.04.2012 um 08:54 schrieb Cameron McCormick:
>>
>>> Hi,
>>> I'm using OverlayMBS in a project and have an undesired behavior.
>>>
>>
>> Mac? Windows?
>>
>> Do you use those extra flags for Constructor?
>>
>> Greetings
>> Christian
>>
>> --
>> Real Studio Conferences, Training and Meetings.
>>
>> More details and registration here:
>> http://www.monkeybreadsoftware.de/realbasic/events/
>>
>>
>>
>>
>>
>> _______________________________________________
>> Mbsplugins_monkeybreadsoftware.info mailing list
>> [email protected]
>> https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to