Hi there, I want do add a view to another when it is dragged over it. Ok this is easy, but the target-view should recognize when a view is dragged over it, and...
Hello Ingo, I don't have an concrete answer for your question, but have a look at the source code of laszlo calendar, as they do the same thing there. You can...
Hello Pascal, I have the following "suboptimal" solution, suboptimal therefore, because you have to care about the other cases to not have the attribute always...
Hi there, how can I create XML nodenames and attributes dynamically? Perhaps there is already a quick solution? <method name="generateXmlp"> // Obtain a...
HI,all i wanna using laszlo in big business applcation Anybody can teach me how to set any line visiable to false in laszlo grid for example, when we edit...
Hello together, I'm having a problem with laszlo. I would like to call a method, and use the passed argument in the reference to call an other method. Here's...
Pascal, I guess the way you referenced the method is correct. Perhaps you should try passing the object as an argument, other than passing the string with the ...
Hello Deniz, Thanks for your answer. How would I achieve that? I only know the method I used to pass arguments by using it in the doScale method. How would the...
Hi there, I'm specializing myself in delevoping SOLO-deployed appilcations. How do I disable image-caching in SOLO-mode. I want to reload an image from the...
I have been intrigued by the questions that you have posted to the group. If you have any samples of your work that you have posted (maybe on mylaszlo.com?),...
Hi David, thank you for your interest. At the moment I'm preparing a website, which will show my experiences on OpenLaszlo's SOLO-deployment. I have also done...
Last month I posted a question in the Laszlo forums. I have not received an answer yet, and was hoping someone from this mailing list might be able to assist. ...
Expensive friends, as I make to integrate the "Laszlo" with the "Struts". Exists some material that serves as research source? Grateful Filipe Giovany ...
... I emailed the technical writer at Laszlo, and he said that there isn't a guide to integrating Laszlo with Struts, yet. I am planning to write a guide once ...
how to use create & update in one lzx page i wanna use databinding, but when i create new bill the widget doesn't visible, because dataset is null how can I do...
Hi there, I have a puzzle laszlo has xmlrpc, why has javarpc too I think xmlrpc is enough laszlo is xml technology, doesn't coupling to any 3gl language is...
Hello there, I have a grid, where I display new messages. As I have seen in the forum, there is no way to get a double click working on a grid. I noticed,...
Hey Dan, I think what works on my machine is... http://localhost:8080/lps-3.0/examples/hello.lzx I have the most recently available download from OpenLaszlo,...
Hello Foxcane, I tried your code, but I get an unreferenced property for testwin. It also doesn't pass the data from the grid to the window. Do you perhaps ...
HI Pascal Schrafl 1¡¢unreferenced property means you DOM tree not like this : parent.parent.parent.testwin 2¡¢use this solution£¬you can have window's...
Hello all, I have a simple question, concering datapointers, but it doesn't seem to be so trivial, as I didn't find an answer in the documentation. I have a...