Hello all, Just want to poll others on a possible bug before I submit it to Laszlo. Been working with Laszlo for about 4 months now and noticed the lzt=info...
Hi All, This is Murali and I have one doubt regarding rendering different colors to a bar chart in openlaszlo. I’m attaching all the files along with this...
Hi everybody! For some days I haven't been able to access openlaszlo website. I've been studying the documentation and now I can't go on. Are you face up to...
Hello Chaitanya, You can use <splash> tag to show loading progress bar before your application starts. Following is the code <splash persistent="true"> <view...
Hai everybody........... I have one problem reg vscrollbar. In a window ,I have 2 views which are seperated in X-axis using spacing="10". Now,I am applying...
I´m building a few laszlo apps tought i could share it you the development so far ;) http://billy.cultkitsch.org/blog http://billy.cultkitsch.org/ [Non-text...
Nice work! I really like your blog page scroll bars for PAGES, LINKS and CATEGORIES. The only thing I'd recommend is to add mouse wheel support to your scroll...
Thanks!!! Maybe it could be a good ideia to join a group to develop this laszlo blogging tool? Actually it is supported by Wordpress! So its actually a...
I'm having a hard time getting the Eclipse IDE to work. I've created a Laszlo Demo project with the sample programs, but everytime I try to open a .lzx file I...
Hi Iam having trouble aligning the datepicker in a hbox alog side the text and edittext box .Can anybody suggest me a solution where the datepicker is not ...
Has anyone here tried to program the laszlo combobox so that when you type 'M' and the dropdown will autoscroll to the list start with 'M' ? You know... just...
i have the same problem.. only i notice that doesnt happen all the time, only sometimes.. I wonder why?? on the same line... has anyone tried to customize the...
Great job on the blog and good constructive comments as well. What type of music do you do (player was not working on your site) ? I produce and remix ...
Hello Mallik........ I also got the same problem using datepicker. In my case,I am having one edittext and datepicker besides that. whenever I am clicking on...
Hello, I solved (not exactly) it using a datepicker in a floating view and setting startAsIcon to false and visible to false. In addition I put an icon of a...
Hello, eventhough i followed ur procedure,my problem is not getting solved................... can anybody help me out................ ... view and ... put an...
Hello again, I was wondering if there was any support for printing from within OL apps. From what I've read, the browser's print button will not work on Flash...
While searching through the wiki, I came across this: http://wiki.openlaszlo.org/Printing Even though there seems to be a LzPrintJob class that supports ...
Hi everybody, How can I publish my applicantion laszlo? Claudia ... Yahoo! Search Música para ver e ouvir: You're Beautiful, do James Blunt [Non-text portions...
Hi Chaitanya, I left that part of it and kept going forward as iam on a tight deadline. if you can figure out the solution please let me know. i might give a...
I have a small app with a few datapaths which fetch data from remote URLs. Instead of hard-coding all the different URLs throughout the app, I'd like to store...
Ok. So, here is the only way I could figure this out. Is there a more efficient way? <dataset name="datamgrDS" src="./url_locations.xml" /> <dataset...
Hi EveryOne, Iam having problem to have a dataset written inside a class in openlaszlo. Did anyone try that ?? The exact problem is it does'nt recognize a...
<view name="acceptView" align="center"> <button name="acceptResponse" text="ok"></button> </view> in that view have one button.this button onclick event u have...
hi Sivachandran, can't get what ur mean exactly..Maybe u want a onclick method ? that is: <button name="acceptResponse" text="ok"> <method event="onclick"> ...