Raju Bitter | 1 Jan 13:23

[BULK] Compile options for runtime selection overlapping in Safari 4.04 / OS x

For trunk, in Safari 4.04 on OS X 10.5 (Browser version 531.21) the radio buttons for selecting the runtime
have the same x-position on my machine, when selecting DHTML runtime. Can someone else confirm the problem?

I don't see the problem in Chrome, so it shouldn't be a general Webkit problem. 

Raju
P T Withington | 1 Jan 15:11
Picon
Favicon
Gravatar

[BULK] Re: [BULK] Compile options for runtime selection overlapping in Safari 4.04 / OS x

Known bug.  We are pretty sure that something is tickling a very subtle bug in the SquirrelFish JS engine, but
we have not been able to create a contained test case.  See:

http://jira.openlaszlo.org/jira/browse/LPP-8626

Happy new year!

On 2010-01-01, at 07:23, Raju Bitter wrote:

> For trunk, in Safari 4.04 on OS X 10.5 (Browser version 531.21) the radio buttons for selecting the runtime
have the same x-position on my machine, when selecting DHTML runtime. Can someone else confirm the problem?
> 
> I don't see the problem in Chrome, so it shouldn't be a general Webkit problem. 
> 
> 
> Raju

Raju Bitter | 2 Jan 13:08

[BULK] Re: [BULK] Compile options for runtime selection overlapping in Safari 4.04 / OS x

Thanks, Tucker! And a happy new year as well!

On Jan 1, 2010, at 3:11 PM, P T Withington wrote:

> Known bug.  We are pretty sure that something is tickling a very subtle bug in the SquirrelFish JS engine,
but we have not been able to create a contained test case.  See:
> 
> http://jira.openlaszlo.org/jira/browse/LPP-8626
> 
> Happy new year!
> 
> On 2010-01-01, at 07:23, Raju Bitter wrote:
> 
>> For trunk, in Safari 4.04 on OS X 10.5 (Browser version 531.21) the radio buttons for selecting the
runtime have the same x-position on my machine, when selecting DHTML runtime. Can someone else confirm
the problem?
>> 
>> I don't see the problem in Chrome, so it shouldn't be a general Webkit problem. 
>> 
>> 
>> Raju
> 

P T Withington | 4 Jan 15:29
Favicon

[Laszlo-reviews] [BULK] Re: For Review: Change 20091230-maxcarlson-F Summary: Be more careful when invoking the Google Chrome frame installer

Approved.

On 2009-12-30, at 17:44, Max Carlson wrote:

> Change 20091230-maxcarlson-F by maxcarlson <at> bank on 2009-12-30 14:41:58 PST
>   in /Users/maxcarlson/openlaszlo/trunk-clean
>   for http://svn.openlaszlo.org/openlaszlo/trunk
> 
> Summary: Be more careful when invoking the Google Chrome frame installer
> 
> Bugs Fixed: LPP-8687 - DHTML IE 6: Google chrome frame installer failing with dev console...
> 
> Technical Reviewer: ptw
> QA Reviewer: hminsky
> 
> Details: Check that CFInstall exists before calling methods on it.
> 
> Tests: See LPP-8687
> 
> Files:
> M       lps/includes/source/embednew.js
> 
> Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20091230-maxcarlson-F.tar
> 
> _______________________________________________
> Laszlo-reviews mailing list
> Laszlo-reviews <at> www.openlaszlo.org
> http://www.openlaszlo.org/mailman/listinfo/laszlo-reviews
P T Withington | 4 Jan 15:37
Favicon

[Laszlo-reviews] [BULK] Re: For Review: Change 20091229-maxcarlson-l Summary: Fix swf embedding to work with docs in IE

Approved.

On 2009-12-29, at 18:42, Max Carlson wrote:

> Change 20091229-maxcarlson-l by maxcarlson <at> bank on 2009-12-29 15:25:36 PST
>    in /Users/maxcarlson/openlaszlo/trunk-clean
>    for http://svn.openlaszlo.org/openlaszlo/trunk
> 
> Summary: Fix swf embedding to work with docs in IE
> 
> Bugs Fixed: LPP-8684 - OL 4.7.x -IE - The docs/reference/lz.menu.html can not be invoked successfully on
IE, LPP-8686 - OL 4.7.x - IE - Some chapter of Developer's Guide can not be invoked successfully on IE
> 
> Technical Reviewer: ptw
> QA Reviewer: hminsky
> 
> Details: Use DOM operations to look for the last <script/> tag and insert there when possible.
> 
> Tests: trunk-clean/docs/reference/lz.menu.html no longer warns in IE 7.  Doc examples appear inline
above the code samples in Firefox.
> 
> Files:
> M       lps/includes/source/embednew.js
> 
> Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20091229-maxcarlson-l.tar
> 
> _______________________________________________
> Laszlo-reviews mailing list
> Laszlo-reviews <at> www.openlaszlo.org
> http://www.openlaszlo.org/mailman/listinfo/laszlo-reviews
(Continue reading)

Lucas Lain | 5 Jan 01:57
Picon

[BULK] Re: Transparent Background

Thank you Max but I had no luck.

Here is what I wrote in the console.

lzx> canvas.bgcolor
16777215

I think the value is set. Does anyone get the transparent canvas to work?

Thank you.

Lucas.

On Thu, Dec 31, 2009 at 7:51 PM, Max Carlson <max <at> openlaszlo.org> wrote:
> I'd recommend passing the wmode as an argument to lz.embed.swf(), e.g.
> lz.embed.swf({url: '/static/r.swf', ..., wmode: 'transparent'});
>
> Let me know how this works for you!
>
> On 12/28/09 11:54 AM, Lucas Lain wrote:
>>
>> Hello everybody,
>>
>> I looked everywhere on the web for making canvas area transparent and
>> found several posts about this. Every person solved the problem with
>> param tag and the wmode attribute, but I cannot make it work :(. I
>> compiled the SWF with LZC (line: "lzc recorder.lzx --runtime=swf9 -o
>> ../static/r.swf") Here is my html code:
>>
>>         <div id="player">
(Continue reading)

Max Carlson | 5 Jan 21:14
Favicon

Re: [BULK] Re: Transparent Background

Can you try this test in your browser?  It should run with transparency 
properly:
examples/extensions/html-swf.jsp

If not, what browser/OS combination are you using?

On 1/4/10 4:57 PM, Lucas Lain wrote:
> Thank you Max but I had no luck.
>
> Here is what I wrote in the console.
>
> lzx>  canvas.bgcolor
> 16777215
>
> I think the value is set. Does anyone get the transparent canvas to work?
>
> Thank you.
>
> Lucas.
>
>
> On Thu, Dec 31, 2009 at 7:51 PM, Max Carlson<max <at> openlaszlo.org>  wrote:
>> I'd recommend passing the wmode as an argument to lz.embed.swf(), e.g.
>> lz.embed.swf({url: '/static/r.swf', ..., wmode: 'transparent'});
>>
>> Let me know how this works for you!
>>
>> On 12/28/09 11:54 AM, Lucas Lain wrote:
>>>
>>> Hello everybody,
(Continue reading)

Lucas Lain | 5 Jan 21:44
Picon

Re: [BULK] Re: Transparent Background

MacOS X - Firefox (I also tried with safari)

OpenLaszlo Server 4.6.1

Here are the two snapshots

On Tue, Jan 5, 2010 at 6:14 PM, Max Carlson <max <at> openlaszlo.org> wrote:
> Can you try this test in your browser?  It should run with transparency
> properly:
> examples/extensions/html-swf.jsp
>
> If not, what browser/OS combination are you using?
>
> On 1/4/10 4:57 PM, Lucas Lain wrote:
>>
>> Thank you Max but I had no luck.
>>
>> Here is what I wrote in the console.
>>
>> lzx>  canvas.bgcolor
>> 16777215
>>
>> I think the value is set. Does anyone get the transparent canvas to work?
>>
>> Thank you.
>>
>> Lucas.
>>
>>
>> On Thu, Dec 31, 2009 at 7:51 PM, Max Carlson<max <at> openlaszlo.org>  wrote:
(Continue reading)

Max Carlson | 5 Jan 22:21
Favicon

Re: [BULK] Re: Transparent Background

Hmm - strange.  When I click the 'Load' button I see the same results in 
Safari 4.0.4 and Firefox 3.5.6 on OS X.  Are you sure you're running the 
latest versions of the Flash player?

You could try modifying the bgcolor of the page in the .jsp, then reload:

	    }
         	body {
                 background-color: #ffffff;
             }
         	
I've attached a screen shot that shows this the red through the window 
(I dragged it a bit).  The only other thing I can think of is updating 
to a nightly build of trunk, which may have bugfixes/better support for 
the HTML tag than 4.6.1.  An official release of 4.7 is expected to come 
out soon...

On 1/5/10 12:44 PM, Lucas Lain wrote:
> MacOS X - Firefox (I also tried with safari)
>
> OpenLaszlo Server 4.6.1
>
> Here are the two snapshots
>
>
>
> On Tue, Jan 5, 2010 at 6:14 PM, Max Carlson<max <at> openlaszlo.org>  wrote:
>> Can you try this test in your browser?  It should run with transparency
>> properly:
>> examples/extensions/html-swf.jsp
(Continue reading)

Lucas Lain | 5 Jan 22:30
Picon

Re: [BULK] Re: Transparent Background

I send you the background in red. Is the window supposed to be transparent?

On Tue, Jan 5, 2010 at 7:21 PM, Max Carlson <max <at> openlaszlo.org> wrote:
> Hmm - strange.  When I click the 'Load' button I see the same results in
> Safari 4.0.4 and Firefox 3.5.6 on OS X.  Are you sure you're running the
> latest versions of the Flash player?
>
> You could try modifying the bgcolor of the page in the .jsp, then reload:
>
>            }
>                body {
>                background-color: #ffffff;
>            }
>
> I've attached a screen shot that shows this the red through the window (I
> dragged it a bit).  The only other thing I can think of is updating to a
> nightly build of trunk, which may have bugfixes/better support for the HTML
> tag than 4.6.1.  An official release of 4.7 is expected to come out soon...
>
> On 1/5/10 12:44 PM, Lucas Lain wrote:
>>
>> MacOS X - Firefox (I also tried with safari)
>>
>> OpenLaszlo Server 4.6.1
>>
>> Here are the two snapshots
>>
>>
>>
>> On Tue, Jan 5, 2010 at 6:14 PM, Max Carlson<max <at> openlaszlo.org>  wrote:
(Continue reading)


Gmane