Skip to search.
laszlouser · laszlo user

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 196 - 225 of 1274   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
196 Michael Minella
michaelminel... Offline Send Email
Jun 2, 2005
5:16 pm
I am looking into OpenLaszlo as a front end for my wedding website. After looking over the doc, it is my understanding that I can use SOAP to communicate to a...
197 Holomatrix
holomatrix2005 Offline Send Email
Jun 3, 2005
9:21 pm
I kow that this is no OpenLaszlo specific question, but does sombody know how to to this? OpenLaszlo should start when Linux is booting, not bei typing...
198 Joe Bacom
joebacom Offline Send Email
Jun 3, 2005
10:46 pm
What distro are you using? Each distro handles these things a little different from the others. You can also create your own init.d script. Here's a template...
199 Joe Bacom
joebacom Offline Send Email
Jun 3, 2005
10:53 pm
Oops, you might want to get rid of the SuSE copyright. ... Joe ... -- MS, like the disease it shares the acronym with, it is a gradual loss of primary...
200 Mark Ireland
akaidr4vr Offline Send Email
Jun 4, 2005
1:01 am
Anyone know if myLaszlo will host a database driven app? (I am hoping to use mySQL) I want to play around with a drag and drop interface that saves the result ...
201 Joe Bacom
joebacom Offline Send Email
Jun 4, 2005
2:29 am
The short answer is yes. Read chapter 11 of the Tutorial Introduction, talks about databinding, also in section V. chapter 33 Building Data-Driven...
202 Mark Ireland
akaidr4vr Offline Send Email
Jun 4, 2005
6:51 am
Thanks Joe, I saw an example that had a jsp file supplying the data as XML If I do this in coldFusion do I literally write out an XML file or do I setup a web...
203 Joe Bacom
joebacom Offline Send Email
Jun 4, 2005
3:34 pm
You can do either or both as long as the data is in XML and the XML complies with the Openlaszlo XML spec. Read up on the Data Manager, it talks about what...
204 prabhat mohanty
mohantyworld Offline Send Email
Jun 6, 2005
9:51 am
Hi, I am trying to interface an XML document with Laszlo for an e-learning application in SOLO mode. But the text box seems to take only a partial text from...
205 Sarah Allen
sarah_allen2000 Offline Send Email
Jun 6, 2005
10:05 am
the text box may not be auto-resizing, try setting resize="true" on the text element...
206 charlie arehart
carehart Offline Send Email
Jun 6, 2005
2:46 pm
Though it's worth adding that if you choose to serve up a web service, you won't be able to call that from a SOLO-deployed app. It doesn't support SOAP calls,...
207 Norman Klein
norman_klein... Offline Send Email
Jun 6, 2005
3:50 pm
... From: "prabhat mohanty" <mohantyworld@...> To: laszlouser@yahoogroups.com Subject: [laszlouser] XML in Laszlo Date: Mon, 6 Jun 2005 02:51:10 -0700...
208 Robert Blackburn
rwblackbu Offline Send Email
Jun 7, 2005
9:49 pm
Hello, I am trying to create a class which can be instantiated whenever a user selects a product SKU in a list, which will output details about the selected...
209 Sid Eaton
compunuke Offline Send Email
Jun 7, 2005
9:59 pm
I'm kind of new at this too, but this looks like a problem I wrestled with recently. Seems that laszlo remembers query params, we had to add: ...
210 Holomatrix
holomatrix2005 Offline Send Email
Jun 7, 2005
10:41 pm
Cort, you are right, e.g. here in Germany OpenLaszlo is rarely unknown. But I will force the people at my university to get in touch with it. OpenLazlo offers...
211 prabhat mohanty
mohantyworld Offline Send Email
Jun 8, 2005
9:33 am
Hi, May I request you to elaborate CFML + Laszlo(xml) work flow. This could be interesting. Regards Prabhat MOHANTY charlie arehart <charlie@...>...
212 Holomatrix
holomatrix2005 Offline Send Email
Jun 8, 2005
4:22 pm
Hello, I read in a remote dataset. How can the client-display be updated, if the dataset was changed by a backend-service? Help would be appreciated. regards, ...
213 Sid Eaton
compunuke Offline Send Email
Jun 8, 2005
4:35 pm
Others may provide a more complete answer. For instance, if there is an event mechanism for Laszlo to "know" somehow, that the external data file has been...
214 Sid Eaton
compunuke Offline Send Email
Jun 8, 2005
4:42 pm
Sorry. It looks like MS Outlook modified my setSrc statement because it contained http. It should be answerSet.setSrc("~ttp://somewhere.com/my.xml"); I...
215 John FX Sundman
jsundmanus Offline Send Email
Jun 8, 2005
4:43 pm
Datasets cannot (yet) be included inside a class. All datasets must be included at the <canvas> level. (Henry and Tucker are looking into ways to make possible...
216 Laurent Bois
lbois Offline Send Email
Jun 8, 2005
5:03 pm
Hi everybody, I'm new in Laszlo and joined this list last week. I'm beginning to work with Laszlo starting from a mockup we actually have in HTML/DHTML/jscript...
217 Robert Blackburn
rwblackbu Offline Send Email
Jun 8, 2005
5:19 pm
I tried that, but it did not work. John FX Sundman just sent this message... ... I assume that is my problem, I have a dataset inside my class, which I am...
218 cameron_j_brown@...
cameron_j_brown Offline Send Email
Jun 8, 2005
5:43 pm
... I look forward to dataset-in-a-class functionality, thanks. ... Maybe you can try something along the lines of: <method event="onconstruct"> // ... ...
219 Robert Blackburn
rwblackbu Offline Send Email
Jun 8, 2005
8:30 pm
That seemed to work great, here is the line I put into the "onconstruct" event method... this.setAttribute('productdata', new LzDataset(this, ...
220 cameron_j_brown@...
cameron_j_brown Offline Send Email
Jun 8, 2005
8:48 pm
Like many things Laszlo, it is pretty simple once you stop bashing your head on the wrong rock :) Datapath attributes want a string that matches the name...
221 Holomatrix
holomatrix2005 Offline Send Email
Jun 9, 2005
2:01 pm
Hello, when it is the best to read a dataset, if not with onData()? If I start the method startPress with onData of the dataset and I make somewhere...
222 Robert Blackburn
rwblackbu Offline Send Email
Jun 9, 2005
9:07 pm
That did the trick! Thanks you...
223 Holomatrix
holomatrix2005 Offline Send Email
Jun 9, 2005
11:07 pm
Hello, this time I'd like to provide you a simple dataset class solution, that works fine for me: <dataset name="myData" type="http"...
224 Holomatrix
holomatrix2005 Offline Send Email
Jun 9, 2005
11:14 pm
Hello, I have one question: What happends to the Debuger in this case when SOLO-deployed: canvas debug="false"> somewhere inside: Debug.write("foo"); Will the...
225 spaghettibones Offline Send Email Jun 10, 2005
1:47 pm
I am wet behind the ears with Laszlo, Besides the laszlo website does anyone know of any good books to kinds hold my hand through learning this?...
Messages 196 - 225 of 1274   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help