Tagged Questions
The openlaszlo tag has no wiki summary.
6
votes
5answers
267 views
What are the options for a browser-agnostic way of doing a web slideshow with audio?
I have a requirement to put together an application which will generate a web slide show.
It needs to be able to do fancy transitions between multiple images (in a browser) and also provide audio ...
6
votes
4answers
989 views
Experiences with OpenLaszlo?
In a related question, I asked about Web Development. I came across something called OpenLaszlo yesterday and thought it looked interesting for doing some website development. The site has a bunch ...
5
votes
5answers
946 views
What editor do you use for OpenLaszlo coding?
I'm new to developing in OpenLaszlo, and have tried Eclipse (hoping for decent code completion), but found it far too heavy for my tastes. fell back to using Textmate, but the bundle for OpenLaszlo is ...
3
votes
1answer
208 views
Adobe Flex vs openlaszlo
I am currently working on a RIA project in flex, but have recently come across openlaszlo. It seems a lot of large projects have chosen it over flex, such as the streaming music service Pandora. I'm ...
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
1answer
226 views
InvalidAuthenticityToken from rails for POST request from openlaszlo app
InvalidAuthenticityToken from rails for POST request
Hi All
I have a rails server running to which I make a POST request.
The dataset is defined as
Now per rails documentation in order to make a ...
2
votes
1answer
406 views
How do I deploy an OpenLaszlo solo application?
I have been looking at OpenLaszlo. I could not find how to deploy a solo application..
What do I have to copy or what programs do I have to run?
I know the deployment type can be dhtml or flash...
...
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 ...
2
votes
4answers
2k views
Internet Explorer does not unload SWF when navigating away from page
I'm writing a conferencing portal using the open-source OpenMeetings, which is a Flash app that is compiled with OpenLaszlo. So, I have access to the SWF source code which is a mix of Laszlo markup ...
1
vote
2answers
161 views
Is the OpenLaszlo DHTML runtime production ready?
As a long time time Flex developer I've thought about building my next application - which should run on the iPad as well - with OpenLaszlo. OpenLaszlo offer a Flash and DHTML runtime, but besides the ...
1
vote
4answers
164 views
Flex/Openlaslzo for RIAs?
I recently stumbled upon flex/openlaszlo (OL). Both seem very useful and I have a few questions about them:
What is needed to deploy flex apps? From what I understand, the flex sdk
is open ...
1
vote
2answers
161 views
Which configuration of IDE/editors/plugin is best suited for developing Laszlo applications?
I'm exploring the Laszlo technology, which configuration of IDE/plugins/editors do you would suggest to me to use with Laszlo projects?
Thanks
1
vote
2answers
113 views
How do websites use hitcounters to drive traffic
I am looking for a way to keep track of the number of hits to a particular webpage. When the number of hits reaches a certain number traffic is driven to a different web page. Specifically I could use ...
0
votes
1answer
113 views
Can we intergrate an OpenLaszlo front end to a Django back end ?
I am a medical professional not a developer.. so go easy guys.. :)
I am trying to build a EMR (Electronic Medical Record) with Django. In fact I am already well into the project. I have done ...
0
votes
0answers
24 views
Flex focus issue in mac os
i have created a flex browser that loads a swf created in openlaszlo. the swf contains two buttons record and stop.
When i click the record button for the first time my jetty services start and i can ...
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
0answers
92 views
change title in openmeeting application
Hai i am new to openlaszlo application.i had run the openmeeting application in RED5 server.can anyone tell me how to change the screen design, label,fields in openmeeting application?Thanks in ...
0
votes
0answers
86 views
How to use IDE to develop web application using openlaszlo?
I am new to openlaszlo . I need to use Eclipse or NetBeans IDE to develop web application using openlaszlo.What are the requirements needed for that?I need some clear idea about that.!!
0
votes
1answer
27 views
flash version mixup in openlaszlo
I'm creating my first project in openlaszlo and ran into a weird problem:
whatever the flash version installed or targeted, I get a dialog telling me to install flash 10.1
I'm then sent to Adobe's ...
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 ...
0
votes
1answer
456 views
MS Expression, Adobe Flex, or OpenLaszlo?
Anyone have any comparative thoughts on these three technologies? Each addresses a different VM, but how do they compare in capabilities?
0
votes
2answers
245 views
Can OpenLaszlo apps access AIR APIs?
It seems OpenLaszlo can run on AIR. What's less obvious is whether OpenLaszlo apps can use the AIR-specific APIs, like file system access. If so, how exactly is this done?