Re: [Sugar-devel] JavaScript on OLPC

2010-06-26 Thread Mike Dawson
Hi, Actually with the alert function it will try and create a popup - however this is generally pretty slow as it tries to create a new window. It's better to use DHTML or a library (like JQueryUI) to show the alert. If you want the application to work even for those who have an older version of

Re: [Sugar-devel] JavaScript on OLPC

2010-06-25 Thread Lucian Branescu
Newer versions of Browse have support for tabs, but there is no UI element to create more tabs. However, windows created from JavaScript will appear as tabs. Not sure about alert, you might just have a really old Browse. What version is it? On 25 June 2010 19:32, Dan Healy wrote: > I have a brow

[Sugar-devel] JavaScript on OLPC

2010-06-25 Thread Dan Healy
I have a browser based application that works, sorta, on OLPC. I find I cannot have more than one browser page open at a time. I cannot open a second window and have two windows available at the same time. Is that correct or am I missing something? Also, in that same vein, the JavaScript alert