Tagged Questions

3
votes
2answers
829 views

Can OpenLaszlo Use JavaScript Libraries like JQuery and PrototypeJS?

I have been looking at OpenLaszlo and observed that scripting in the client is implemented in JavaScript. Does this mean it is possible to use libraries like JQuery and PrototypeJS ?
2
votes
4answers
796 views

Efficiently calculate minutes and seconds for MM:ss formatted display from seconds, using OpenLaszlo / javascript?

I'm currently using the following function which is based on an example from the web, it is called every second to display the current progress through a video stream. Is there something I could do ...
0
votes
0answers
67 views

Open Laszlo and Fusion Charts

I'm just curious to know if anyone has used (successfully) Fusion Charts with Open Laszlo... especially in the DHTML/HTML5. I'd like to be able to insert a chart into a view/window laszlo component ...
0
votes
2answers
204 views

2D Canvas in Browser

I'm looking for a framework or library to use the browser as a 2D "drawing" tool. Acctually drawing is not the right word. It should be a adding, removing and moving around of 2D objects and images ...