[Laszlo-dev] Created JIRA new feature entry for adding full screen functionality to SWFx runtimes
P T Withington
ptw at pobox.com
Mon Apr 27 05:41:27 PDT 2009
For simple attributes like this (not a special form, AFAICT), if we
have to do more than add a var and setter method, something is wrong.
Shouldn't you just be able to add:
var fullscreen:Boolean = false;
function $lzc$set_fullscreen (value:Boolean) { ... };
to LzCanvas and have the schema generator pick it up?
On 2009-04-27, at 07:45EDT, Henry Minsky wrote:
> I suggested maybe this should be a canvas attribute, 'fullscreen',
> with a
> setter.
> If you run into anything tricky with the canvas initialization, I
> can help,
> I remember there are
> some special cases that make the canvas view different from normal
> LzView at
> startup.
>
>
>
> On Mon, Apr 27, 2009 at 6:25 AM, Raju Bitter <rajubitter at me.com>
> wrote:
>
>> Max, Henry,
>>
>> I'm adding the full screen functionality to the canvas right now. I
>> created
>> a JIRA entry for that:
>>
>> The idea is to be able to say:
>>
>> <canvas fullscreen="true">
>>
>> Then have a showFullScreen() method on canvas to go into full
>> screen mode
>> for SWFx runtimes. What should that method name be? What would the
>> best way
>> be to switch back to normal view mode? Call the same method with a
>> boolean
>> value, like showFullScreen(false)?
>>
>> Comment are welcome.
>>
>> - Raju
>>
>
>
>
> --
> Henry Minsky
> Software Architect
> hminsky at laszlosystems.com
More information about the Laszlo-dev
mailing list