Re: [qooxdoo-devel] problem animating a widget

2011-08-01 Thread MartinWittemann
Hey, we also have a bug report [1] for that. Feel free to add yourself as CC to get the updates on that topic. Regards, Martin [1] http://bugzilla.qooxdoo.org/show_bug.cgi?id=1635 -- View this message in context: http://qooxdoo.678.n2.nabble.com/problem-animating-a-widget-tp6621553p6640329.html

Re: [qooxdoo-devel] node.js and qooxdoo

2010-07-28 Thread MartinWittemann
Hello Christian, sure I have thought about such scenarios. I have tested node.js also and was impressed by its elegance. I once wrote a full JSON RPC layer for node.js which is on my github account [1]. But i'm sure it's not working anymore because ryan (node JS guru) removed the promises one day.

Re: [qooxdoo-devel] Bug in RadioGroupBox implementation

2010-07-27 Thread MartinWittemann
Hey, thanks for bringing this up! Seems like the model property is missing in the RadioGroupBox. I opened up a report for that and plan to include it in the next release because its such a minor thing: http://bugzilla.qooxdoo.org/show_bug.cgi?id=3891 Regards, Martin -- View this message in contex

Re: [qooxdoo-devel] Deprecations removed

2010-07-27 Thread MartinWittemann
Hey, Thanks guys for testing. Thats really good to hear! Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/Deprecations-removed-tp5342639p5345250.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] Deprecations removed

2010-07-27 Thread MartinWittemann
Hey, Thanks guys for testing. Thats really good to hear! Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/Deprecations-removed-tp5342639p5345202.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] Bug in RadioGroupBox implementation

2010-07-27 Thread MartinWittemann
Hey, thanks for bringing this up! Seems like the model property is missing in the RadioGroupBox. I opened up a report for that and plan to include it in the next release because its such a minor thing: http://bugzilla.qooxdoo.org/show_bug.cgi?id=3891 Regards, Martin -- View this message in contex

Re: [qooxdoo-devel] Bug in RadioGroupBox implementation

2010-07-27 Thread MartinWittemann
Hey, thanks for bringing this up! Seems like the model property is missing in the RadioGroupBox. I opened up a report for that and plan to include it in the next release because its such a minor thing: http://bugzilla.qooxdoo.org/show_bug.cgi?id=3891 Regards, Martin -- View this message in contex

Re: [qooxdoo-devel] Deprecations removed

2010-07-27 Thread MartinWittemann
Hey, Thanks guys for testing. Thats really good to hear! Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/Deprecations-removed-tp5342639p5345199.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] Bug in RadioGroupBox implementation

2010-07-27 Thread MartinWittemann
Hey, thanks for bringing this up! Seems like the model property is missing in the RadioGroupBox. I opened up a report for that and plan to include it in the next release because its such a minor thing: http://bugzilla.qooxdoo.org/show_bug.cgi?id=3891 Regards, Martin -- View this message in contex

Re: [qooxdoo-devel] Deprecations removed

2010-07-27 Thread MartinWittemann
Hey, Thanks guys for testing. Thats really good to hear! Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/Deprecations-removed-tp5342639p5345196.html Sent from the qooxdoo mailing list archive at Nabble.com. --

[qooxdoo-devel] Deprecations removed

2010-07-27 Thread MartinWittemann
Hello list, This is just a warning for all using trunk. I just removed all old and deprecated code. Here are some details about the removal: http://bugzilla.qooxdoo.org/show_bug.cgi?id=3642#c1 We would appreciate if you as application developer could test the current state of the trunk with the

Re: [qooxdoo-devel] List selection and form controller

2010-07-27 Thread MartinWittemann
Hey, as you can imagine, everyone opening up an issue report hopes that his issue is next. So I can't tell you when I will have some time to add this. But here is a workaround for you which brings a data array containing the selected models into your form model: http://tinyurl.com/3yecpm5 Regard

Re: [qooxdoo-devel] List selection and form controller

2010-07-26 Thread MartinWittemann
Hey, mult selection is currently not supported by the form controller: http://bugzilla.qooxdoo.org/show_bug.cgi?id=3830 Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/List-selection-and-form-controller-tp5325824p5338183.html Sent from the qooxdoo mailing list a

Re: [qooxdoo-devel] Problem with marshaling; possible bug?

2010-07-26 Thread MartinWittemann
Thanks. I think its not the current request which is the troublemaker. Its the request before the current or the combination of both. Maybe you can give that a try during your tests for the skeleton. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Problem-with-marshaling-possib

Re: [qooxdoo-devel] Problem with marshaling; possible bug?

2010-07-26 Thread MartinWittemann
Hello Christian, first of all, thanks for the detailed report! My first guess is that it has something to do with disposal and that the listeners hasn't been removed. But in any case, I think thats a bug. Could you please open a report for that? If you don't have a playground example, can you supp

Re: [qooxdoo-devel] List selection and form controller

2010-07-26 Thread MartinWittemann
Hey, you can just change the data in the model to the model you want to have selected. Its that easy and you don't have to take care of the selection anymore. model.setGender("female"); But you have still the possibility to change the selection of the list controller or the selectbox. The bindi

Re: [qooxdoo-devel] How to properly clear SelectBox with bindings?

2010-07-26 Thread MartinWittemann
Hello Sergey, your example was a bit misleading but finally I got it working and I can explain why it didn't. First of all, using the selection of a widget in the binding is in almost every case not what you want. The idea of the binding was to stay away from the widgets as far as possible and s

Re: [qooxdoo-devel] getSelectables on the tree widget

2010-07-25 Thread MartinWittemann
Hey, thanks for the pointer. I removed the type immediately. Its always better to have such things out right in front of a release. Saves me some deprecations... :) The other topic sounds like something we should take care of because thats a performance issue. Have you checked the behavior latel

Re: [qooxdoo-devel] Databinding problem: Creating form model stopped working

2010-07-22 Thread MartinWittemann
Hello Christian, I just fixed the bug in the marshaler. The current solution is not parsing the object like your patch, its just copying the reference of the original object to the model. Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/Databinding-problem-Creat

Re: [qooxdoo-devel] Databinding problem: Creating form model stopped working

2010-07-21 Thread MartinWittemann
Oh you are right (!?!): var sb = new qx.ui.form.SelectBox(); var form = new qx.ui.form.Form(); ​form.add(sb, "sb");​​ this.getRoot().add(new qx.ui.form.renderer.Single(form)); var fc = new qx.data.controller.Form(null, form); var lm = qx.data.marshal.Json.createModel([ {l: "a"}, {l: "b"},

Re: [qooxdoo-devel] Databinding problem: Creating form model stopped working

2010-07-20 Thread MartinWittemann
Hello Christian, panyasan wrote: > > Concerning the various suggestions on a simplified form binding for > selection widgets: I am thinking of something like adding an argument to > qx.ui.form.Form.add() like so: > > qx.ui.form.Form.add(IForm item, String label, (Function | AsyncValidator > |

Re: [qooxdoo-devel] long text in table cell as tooltip?

2010-07-20 Thread MartinWittemann
Hello, danovics wrote: > > 1. What's wrong with FF? Is there a chance that it'll work in FF too? > the reason for that is the missing CSS feature in firefox. All other browsers support the ellipsis but firefox only does in XUL elements. Thatss why we use for regular labels XUL elements to get

Re: [qooxdoo-devel] long text in table cell as tooltip?

2010-07-20 Thread MartinWittemann
Hey, danovics wrote: > > So, first of all, where can I found a soulution for ellipsis in table > cells? > As I said, should be on by default. But i guess you already took a look at the showcase and didn't see anything? If yes, try another browser than firefox. (good guess?) Regards, Martin -

Re: [qooxdoo-devel] long text in table cell as tooltip?

2010-07-20 Thread MartinWittemann
Hey, Are we talking about tool tips or the ellipsis? Tooltips are as far as I have seen this in the code not supported in the cells. But the ellipsis is supported by default. If you want tooltips, take a look at the image cell renderer of qooxdoo which supports tooltips. Im' sure you can combine t

Re: [qooxdoo-devel] Databinding problem: Creating form model stopped working

2010-07-20 Thread MartinWittemann
Good guess Christian: var form = new qx.ui.form.Form(); form.add(new qx.ui.form.SelectBox(), "box"); var c = new qx.data.controller.Form(null, form); c.createModel()​;​ --> same error! I fixed it with an easy "|| null" with revision r22747 in trunk. Regards, Martin -- View this message in con

Re: [qooxdoo-devel] long text in table cell as tooltip?

2010-07-20 Thread MartinWittemann
Hello Daniel, this should work out of the box if you use the default renderer and just reduce the size of the column. Take a look at the showcase [1] and reduce the artist column in the table demo to see it working. Regards, Martin [1] http://demo.qooxdoo.org/current/showcase/#table -- View thi

Re: [qooxdoo-devel] Databinding problem: Creating form model stopped working

2010-07-20 Thread MartinWittemann
I also added the missing dispose stuff to form and object controller. Maybe thats the reason. But as said, I need to have a (not) working example to get into that problem. Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/Databinding-problem-Creating-form-model-st

Re: [qooxdoo-devel] Databinding problem: Creating form model stopped working

2010-07-19 Thread MartinWittemann
Hello Christian, I recently fixed a bug in the createModel method which could cause that change: http://bugzilla.qooxdoo.org/show_bug.cgi?id=3514 But that should not happen and I cant get much information out of your error messages without knowing the data and or the code running it. Could you p

Re: [qooxdoo-devel] long text in table cell as tooltip?

2010-07-19 Thread MartinWittemann
Hello, we have build in support for the ellipsis (three dots at the end) but we are not showing a tooltip with the whole text automatically. The easiest way would be to have the tooltip always available so you can just assign the content of the cell to the tooltip as well. Regards, Martin -- View

Re: [qooxdoo-devel] Discussion for ListItem/SelectBox improvements

2010-07-19 Thread MartinWittemann
Hey, Thanks for opening the bug and the discussion at all. :) You see, we did get a two bugs out of it which is good for you as developer and me as framework responsible. :D So I take care of it after the upcoming 1.2 release. (too much left to do for the upcoming release). Regards, Martin --

[qooxdoo-devel] getSelectables on the tree widget

2010-07-19 Thread MartinWittemann
Hello developers, I fixed a bug today which initially was about modelSelection, on of our favorite topics on the list. ;) I debuged the whole thing down to the selection management of the tree and the getSelectables method of the tree. Here is what the API-Doc says about this method: "Returns al

Re: [qooxdoo-devel] Discussion for ListItem/SelectBox improvements

2010-07-19 Thread MartinWittemann
If thats working, we should take a closer look at this. Andreas, could you open up a bug report for that? But still if thats working, we need to do it carefully because we catch every exception in the code which can be quite huge. -- View this message in context: http://qooxdoo.678.n2.nabble.com

Re: [qooxdoo-devel] qx.data.controller.Form

2010-07-19 Thread MartinWittemann
Thanks. :) -- View this message in context: http://qooxdoo.678.n2.nabble.com/qx-data-controller-Form-tp5306898p5311787.html Sent from the qooxdoo mailing list archive at Nabble.com. -- This SF.net email is sponsored by

Re: [qooxdoo-devel] Something like a hash in perl ?

2010-07-19 Thread MartinWittemann
Hello Fritz, the JS spec does not say that an object has an order which gives the browser vendors the possibility to do "optimizations" like google does: http://code.google.com/p/chromium/issues/detail?id=37404 So I would sure not count on an order in JS objects. Regards, Martin -- View this m

Re: [qooxdoo-devel] Discussion for ListItem/SelectBox improvements

2010-07-19 Thread MartinWittemann
Hey Andreas, Fink, Andreas wrote: > > Is it possible to catch the "too much recursion" exception inside the List > and give a better exception description if the problem relies to > duplicated models? > Interesting idea. But I'm not sure if this kind of exception can be cough. Have you ever tr

Re: [qooxdoo-devel] Something like a hash in perl ?

2010-07-19 Thread MartinWittemann
Hey Jeff, id you want to have a associative array, use a plain JavaScript object. var myhash = {}; // insert myhash["key"] = "value"; myhash[object] = secondObject; // object will converted to a string in this case! // delete delete myhash["key"]; // exist myhash["key"] != undefined The pro

Re: [qooxdoo-devel] widget SelectBox

2010-07-19 Thread MartinWittemann
Hello, As expected, the source of the problem was the availability of two application classes. Thanks Andreas for posting the fixed version. Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/widget-SelectBox-tp5296802p5311028.html Sent from the qooxdoo mailing lis

Re: [qooxdoo-devel] Table click events

2010-07-19 Thread MartinWittemann
Hey, as far as I know, there is no minimum column width. So just give it a try and see if it works. ;) Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/Table-click-events-tp5301848p5310996.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] Discussion for ListItem/SelectBox improvements

2010-07-19 Thread MartinWittemann
Hello Andreas, Fink, Andreas wrote: > > Improving the documentation is for sure the first step :) > Right, I openend up a bug report for doing so. http://bugzilla.qooxdoo.org/show_bug.cgi?id=3875 Fink, Andreas wrote: > > Maybe you should look at it from another perspective: > Looking at t

Re: [qooxdoo-devel] Table click events

2010-07-18 Thread MartinWittemann
Hello Monika, To be honest, I don't get what you are trying to do. Could you explain a bit in detail what you want to do? Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/Table-click-events-tp5301848p5310918.html Sent from the qooxdoo mailing list archive at Nabb

Re: [qooxdoo-devel] bizarre tab order with tab control.

2010-07-18 Thread MartinWittemann
Hey, I guess thats our default flow. At first glance I'm not even sure if its possible to get a better solution for that. As far as I can remember, there is something like a tab index where you can specify your own tab flow which could fix that problem for you. Regards, Martin -- View this messag

Re: [qooxdoo-devel] widget SelectBox

2010-07-18 Thread MartinWittemann
Hey, thanks for giving it a try Andreas. It seems that something in the setup is not working. Ricardo, could you perhaps supply the whole application you used for testing including all files like the config.json? Just zip it and attach it so i can have exactly the same setup like you have. Regards

Re: [qooxdoo-devel] New virtual table

2010-07-18 Thread MartinWittemann
Hi, Olivier ZORO-BI wrote: > > Will the present qooxdoo table be completely removed? > Currently, there is no plan to remove the current table because the current table widget is heavily in use, I think there is no way to remove that widget in the future. Olivier ZORO-BI wrote: > > what wil

Re: [qooxdoo-devel] qx.data.controller.Form

2010-07-18 Thread MartinWittemann
Hello Ralf, Ralf Nieuwenhuijsen-2 wrote: > > I think this is a bug, because the bindings are setup by the controller > and > when the controller is disposed, the bindings need to go as well. > Exactly! Thats a bug. The controller is the only one who can and should take care of that. Do you min

Re: [qooxdoo-devel] Something like a hash in perl ?

2010-07-18 Thread MartinWittemann
Hell Jeff, Could you please explain a bit what how this data structure works in perl? I am not an perl programmer so I have no idea how it should look like. But I know JavaScript so maybe I know something similar or how to get that. Regards, Martin -- View this message in context: http://qooxdoo

Re: [qooxdoo-devel] send the result from an AJAX request to a function

2010-07-18 Thread MartinWittemann
Hey, this looks looks like a cross domain problem. Are you aware of the cross domain restrictions? Regards, Martin Btw. You are calling the base method twice. -- View this message in context: http://qooxdoo.678.n2.nabble.com/send-the-result-from-an-AJAX-request-to-a-function-tp5308833p5310842.ht

Re: [qooxdoo-devel] Discussion for ListItem/SelectBox improvements

2010-07-16 Thread MartinWittemann
Hey, Hm, so you are saying that the framework should prevent or warn on every wrong usage of the API no matter where in the framework? Thats a lot of work to do only for the cases someone is using the API in a way not intended, especially if there is no real use case for using the API this way. I

Re: [qooxdoo-devel] Group ToggleButtons

2010-07-15 Thread MartinWittemann
Thanks. :) -- View this message in context: http://qooxdoo.678.n2.nabble.com/Group-ToggleButtons-tp5300443p5300695.html Sent from the qooxdoo mailing list archive at Nabble.com. -- This SF.net email is sponsored by Spri

Re: [qooxdoo-devel] TextField with LiveUpdate

2010-07-15 Thread MartinWittemann
Hey Daniel, thats a bug indeed! I opened up an issue report for that: http://bugzilla.qooxdoo.org/show_bug.cgi?id=3870 Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/TextField-with-LiveUpdate-tp5278079p5300661.html Sent from the qooxdoo mailing list archive at

Re: [qooxdoo-devel] Group ToggleButtons

2010-07-15 Thread MartinWittemann
Hello Andreas, looks like a good addition indeed. Thanks for sharing it! Do you think you could open up a bug report for that? Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/Group-ToggleButtons-tp5300443p5300648.html Sent from the qooxdoo mailing list archive a

Re: [qooxdoo-devel] Discussion for ListItem/SelectBox improvements

2010-07-15 Thread MartinWittemann
Hello Andreas, curretly, the reason for that is technical based. We have a circular relation between the regular selection and the model selection which brings up this behavior. Could you explain why it should work and whats your use case for that? Maybe I'm just missing a thing and we should sea

Re: [qooxdoo-devel] widget SelectBox

2010-07-15 Thread MartinWittemann
Hey, well, the link works on my machine (just kidding). Sorry about that... I still can't reproduce the issue. I tried it with FF on mac and vista and didn't have the effect. I currently don't have a Windows 7 machine available so I can't test it. But looking at your code brought up a question. Wh

Re: [qooxdoo-devel] Discussion for ListItem/SelectBox improvements

2010-07-15 Thread MartinWittemann
Hello Andreas, Fink, Andreas wrote: > > If the model property of the ListItems is necessary for the SelectBox to > work,... > It is only necessary if you want to use the model selection. If you don't care about the model selection and the whole data binding stuff, you can just go without the m

Re: [qooxdoo-devel] widget SelectBox

2010-07-15 Thread MartinWittemann
Hey, I took the main part of your code and pasted it to the playground: http://tinyurl.com/34be2vy Can you still reproduce the issue? I tested it with safari 5 on a mac and cant see the problem. Can you tell me what browser / OS combination you use? Regards, Martin -- View this message in conte

Re: [qooxdoo-devel] Antw: Re: focus indicator of a table using meta columns

2010-07-15 Thread MartinWittemann
Hey, robert.nimax wrote: > > BTW...the qooxdoo team is doing a great job in supporting the qooxdoo > users. Tanks for your help ! > Thanks. :) Good to hear that you are satisfied. Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/focus-indicator-of-a-table-usi

Re: [qooxdoo-devel] focusable property of buttons not quite right?

2010-07-15 Thread MartinWittemann
Hey Kenny, I guess there is no easy way to get that working with the current code in qooxdoo. I'm not even sure if we can fix it somehow. But it should be fixed in the framework. Do you mind open up a bug report for that? Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nab

Re: [qooxdoo-devel] Possible bug in SelectBox

2010-07-15 Thread MartinWittemann
Hello Ralf, this behavior is not a big surprise for me. The form controller maps the selected model of the select box to the form model. If you use the controller, the selected model will be assigned corresponding to the models in the model supplied to the list controller. As in your case, you ad

Re: [qooxdoo-devel] widget SelectBox

2010-07-15 Thread MartinWittemann
Hey, Thanks for the report. Can you supply some code to reproduce this issue? Maybe its a bug in the framework and we need to fix it. Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/widget-SelectBox-tp5296802p5296866.html Sent from the qooxdoo mailing list archi

Re: [qooxdoo-devel] focus indicator of a table using meta columns

2010-07-15 Thread MartinWittemann
Hey robert, Thanks for this report. This looks like a bug to me. So there is not much you can do about it until either you fix the bug in the table yourself or wait until we have fixed it. I opened a bug report if you are interested in the progress of this issue: http://bugzilla.qooxdoo.org/show_b

Re: [qooxdoo-devel] Form Binding with List Binding

2010-07-15 Thread MartinWittemann
Hey, Thanks for the details on this. Creating the form and controller based on a JSON schema is kind of an edge case I think but still an interesting task. Using selections in forms is always a problem because we now have two models. On one hand, we have the model which holds the data for the opti

Re: [qooxdoo-devel] data types for form fields and their affect in data binding

2010-07-14 Thread MartinWittemann
Hey, Solving that problem in the form controller is not possible because the binding itself is done by the single value binding which is a general approach to sync two properties (you sure know that). So the right way to solve this is to add these kind of extra information to the setter. We alread

Re: [qooxdoo-devel] Streaming image with ajax is it possible?

2010-07-14 Thread MartinWittemann
Hey, one idea is to include the image in the HTML / CSS file as Base64. As far as i know this is possible. This would remove the url, at least the url to the image. Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/Streaming-image-with-ajax-is-it-possible-tp529178

Re: [qooxdoo-devel] Browser games like Lord of Ultima

2010-07-13 Thread MartinWittemann
Hey, I didn't take that close of a look at the game to give some details. Especially because I have not seen the source code if it. But I can tell you some benefits you would get from using qooxdoo a game. 1. You get the OOP qooxdoo offers which is something I really recommend for medium or huge

Re: [qooxdoo-devel] Suggestion about streaming of an image

2010-07-13 Thread MartinWittemann
Hello Stefan, I am not sure if thats even possible with the plain JavaScript / HTML methods. Are you sure thats possible? Would be interesting because that sounds something which could be useful in some cases. Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/Sugg

Re: [qooxdoo-devel] data types for form fields and their affect in data binding

2010-07-13 Thread MartinWittemann
Not in my opinion. -- View this message in context: http://qooxdoo.678.n2.nabble.com/data-types-for-form-fields-and-their-affect-in-data-binding-tp5286833p5291154.html Sent from the qooxdoo mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] data types for form fields and their affect in data binding

2010-07-13 Thread MartinWittemann
Take a look at the implementation. We need to map the value to the DOM element and we don't want to have the value stored in the input field (DOM element) and in a property. -- View this message in context: http://qooxdoo.678.n2.nabble.com/data-types-for-form-fields-and-their-affect-in-data-bind

Re: [qooxdoo-devel] data types for form fields and their affect in data binding

2010-07-13 Thread MartinWittemann
Hello sub, sub wrote: > > Setting the value property with a different representation throws a type > error. > Thats exactly how we designed it. We had some discussions about that and we ended up with a simple rule: a property always returns exactly the value it was set to. So the problem is th

Re: [qooxdoo-devel] bug?: browser variability in re preventDefault and keyDown and keyInput events

2010-07-13 Thread MartinWittemann
Hey, where did you attach your listeners? Did you use a textfield for example or something more low level of the framework? I can remember that I have worked on such a part of qooxdoo and I'm not sure if its even possible to get all the events the same in all browsers, especially when it comes to

Re: [qooxdoo-devel] Browser games like Lord of Ultima

2010-07-13 Thread MartinWittemann
Hey, looks like they are using a whole bunch of images to render that main playarea. So its no canvas, its plain old div / png rendering. Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/Browser-games-like-Lord-of-Ultima-tp5285642p5286359.html Sent from the qoo

Re: [qooxdoo-devel] Browser games like Lord of Ultima

2010-07-13 Thread MartinWittemann
Hi, I have to admit, I am not into the topic of building games in the browser and I was quite surprised to see a qooxdoo based browser game. So your guess was right that qooxdoo is not mainly used for these kinds of apps. But I know a good resource of ideas which may be interesting. Have you eve

Re: [qooxdoo-devel] Advice on implementation of validation

2010-07-12 Thread MartinWittemann
Hello Stefan, you can get the name of the property that changed of the event including its parents name and so on... e.getData().name With that, you can check if a RPC validation is needed and do it only if needed. Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.

Re: [qooxdoo-devel] binding-related stuff

2010-07-12 Thread MartinWittemann
Hello Andreas, sorry for the late answer. I have been sick last week and could not answer. But now to your questions: Andreas G. wrote: > > 1. as you can see im using 2 list-controllers sharing one model which just > apply filters for the related lists. when i update the model, say im > changin

Re: [qooxdoo-devel] Form Binding with List Binding

2010-07-12 Thread MartinWittemann
Hey, sorry for the late answer. I was sick last week so I could no answer. How do you think a solution for that could look like? Could you supply some pseudo code of how you would like to have the solution running? Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.c

Re: [qooxdoo-devel] Hello from a newbie.

2010-07-07 Thread MartinWittemann
Thanks. I will check what changes and we will see what the solution will be. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Hello-from-a-newbie-tp5227706p5263952.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] qx.data.controller.Form with qx.ui.form.List (2nd attempt)

2010-07-04 Thread MartinWittemann
Hey tobi, sorry for the late answer. You are right, the form controller is currently not woking with multiple values out of selections. Maybe its a good addition to the form controller. Why don't open up a bug report? But currently, you can't do much about it expect of wrapping things together you

Re: [qooxdoo-devel] Problem qx.data.controller.Object, qx.data.Array and qx.ui.form.TextField

2010-07-04 Thread MartinWittemann
Hi Fahri, the already mentioned answer is right. You have to use a plain array in this case. The reason for this is in the creation of the model. It takes a plain JavaScript object and transfers it to a qooxdoo model. But if a qooxdoo object is already contained in the JavaScript object, the creat

Re: [qooxdoo-devel] how to save and retrieve data of fields of form

2010-07-04 Thread MartinWittemann
Hey, I really depends on what you mean with saved? qooxdoo does not offer to "save" data in the traditional desktop way. But the form can give you the data as JSON for example which could be easily send to a sever on the backend for example. Just take a look at these three demos [1] [2] [3] to se

Re: [qooxdoo-devel] Hello from a newbie.

2010-07-04 Thread MartinWittemann
Hey, thanks for giving it a try. I just tried it myself and seems that either YQL or twitter doesn't work together currently. Would you mind open a bug report in out bugzilla [1] describing the problem? I can remember someone talking about a change in the twitter API regarding OAuth ... maybe that

Re: [qooxdoo-devel] data binding - integer vs string binding for TextFields

2010-07-02 Thread MartinWittemann
Hey sub, Thats more a problem of the textfield than of the binding itself. Textfields in qooxdoo take strings and no numbers in general. Usually the data binding can take care of some kind of conversion automatically if the target supplies the type information. In that case, value (which is the ta

Re: [qooxdoo-devel] [patch] scrollbar performance ...

2010-07-01 Thread MartinWittemann
Hey Tobi, seems like this issue was bothering too much that you want to wait for a fix to be done my the core team. :) Thats really good news. I opened up a bug report for that patch: http://bugzilla.qooxdoo.org/show_bug.cgi?id=3824 The time you read this mail I have most likely already closed the

Re: [qooxdoo-devel] Splitter and scroll problem

2010-07-01 Thread MartinWittemann
Hey, you have to add a scroll container to make the scrolling available: http://tinyurl.com/32l7v2a Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/Splitter-and-scroll-problem-tp5244279p5246508.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] Hello from a newbie.

2010-07-01 Thread MartinWittemann
Hi, I really think that problem is not in the qooxdoo code (Your application and framework). Have you tried to post a message using YQL console? You can switch on the diagnostic feature there to see whats happening with your call. So maybe something has changed at yahoo or at twitter so that the c

Re: [qooxdoo-devel] setters(mutators) question (not found in 1.1 documentation)

2010-07-01 Thread MartinWittemann
Hey, oh yes, seems to be right. I didn't use that because its a setter where I don't expect anything to be returned. Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/setters-mutators-question-not-found-in-1-1-documentation-tp5243246p5243698.html Sent from the qo

Re: [qooxdoo-devel] setters(mutators) question (not found in 1.1 documentation)

2010-07-01 Thread MartinWittemann
Hey, The setter doesn't return anything. The implementation throws an error if for example a value can't be set because a check failed. Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/setters-mutators-question-not-found-in-1-1-documentation-tp5243246p5243598.htm

Re: [qooxdoo-devel] Drag Dealer: very cool JS library supporting draggables

2010-07-01 Thread MartinWittemann
Hey Dave, Thanks for sharing this link. Did you take a closer look at that how it is done? do they use CSS for that physics emulation? Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/Drag-Dealer-very-cool-JS-library-supporting-draggables-tp5243127p5243216.html S

Re: [qooxdoo-devel] firefox's 4k nodeValue limit

2010-07-01 Thread MartinWittemann
Hi, do you run into the same problem using qooxdoo? Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/firefox-s-4k-nodeValue-limit-tp5242841p5243043.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] instance of class

2010-07-01 Thread MartinWittemann
Hello santosh, santosh kumar-4 wrote: > > 1.How does the ready method gets called? > The calling of the ready method can have a lot of reasons depending on the load order / browser / usage of qooxdoo parts / ... But thats something the application developer should not care about. Just trust th

Re: [qooxdoo-devel] Hello from a newbie.

2010-07-01 Thread MartinWittemann
Hi, The line you mentioned is in the load handler so the post should already be made. But it's interesting that you get another result of your call. Maybe you should check out what the result really is using qx.dev.Debug. debugProperties [1]. I'm quite sure YQL is giving some error message back.

Re: [qooxdoo-devel] IRC channel on FreeNode

2010-06-30 Thread MartinWittemann
Hi, sounds like a good idea to bring more people to that channel. But I'm quite sure the core team will not give support there. Our main support channel is the mailing list which is enough work for us. But it could be a community driven support channel which sounds like a good idea to me. :) regar

Re: [qooxdoo-devel] createInterceptor from ExtJS equivalent in Qooxdoo

2010-06-30 Thread MartinWittemann
Hi, As far as I know there is no such functionality yet in qooxdoo. But it might be a good addition. Do you mind opening a bug report for that? Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/createInterceptor-from-ExtJS-equivalent-in-Qooxdoo-tp5239948p5242178.h

Re: [qooxdoo-devel] [Feature request] Tree - icon and open-icon

2010-06-30 Thread MartinWittemann
Thanks. :) -- View this message in context: http://qooxdoo.678.n2.nabble.com/Feature-request-Tree-icon-and-open-icon-tp5200774p5242165.html Sent from the qooxdoo mailing list archive at Nabble.com. -- This SF.net email

Re: [qooxdoo-devel] Custom validation manager for a form

2010-06-27 Thread MartinWittemann
Thanks. :) -- View this message in context: http://qooxdoo.678.n2.nabble.com/Custom-validation-manager-for-a-form-tp5215747p5229659.html Sent from the qooxdoo mailing list archive at Nabble.com. -- This SF.net email is

Re: [qooxdoo-devel] [Feature request] Tree - icon and open-icon

2010-06-23 Thread MartinWittemann
Hey guys, seems like this features could be useful for a lot of people. I'm still not sure about it but you're the application developer so I just trust your needs. :) Who volunteers opening a bug report? Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/Feature-

Re: [qooxdoo-devel] Custom validation manager for a form

2010-06-23 Thread MartinWittemann
Hello Sid, there is currently no way to access or even set a custom validation manager. I just look at the code and the manager is private which means you can't even subclass the form and override it. If you need such a feature, why don't open a report in our bugzilla [1]. Regards, Martin [1] htt

Re: [qooxdoo-devel] Finding an item in a tree

2010-06-23 Thread MartinWittemann
Hello Monika, There is no build in function which can search a tree. But it should not be hard to implement one. What kind if index do you think of? Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/Finding-an-item-in-a-tree-tp5212462p5212543.html Sent from the qo

Re: [qooxdoo-devel] [Feature request] Tree - icon and open-icon

2010-06-23 Thread MartinWittemann
Hey, Usually all these stuff should only be handled by the theme. If we add an open icon property, why don't we add a property for large icons and additionally for small icons. We would open up a whole group of possibilities which in common use cases blow up the API, code size, ... But there is al

Re: [qooxdoo-devel] [feature request] Theming - list item focus rect

2010-06-22 Thread MartinWittemann
Thanks. :) -- View this message in context: http://qooxdoo.678.n2.nabble.com/feature-request-Theming-list-item-focus-rect-tp5207064p5211931.html Sent from the qooxdoo mailing list archive at Nabble.com. -- ThinkGeek and

Re: [qooxdoo-devel] Problem with [model].set() method

2010-06-22 Thread MartinWittemann
Hey, just see my answer on http://stackoverflow.com/questions/3093928/problem-with-model-set-method Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/Problem-with-model-set-method-tp5209246p5211915.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] [feature request] Theming - list item focus rect

2010-06-22 Thread MartinWittemann
He, sure, sounds like a good idea. Just open up an issue. Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/feature-request-Theming-list-item-focus-rect-tp5207064p5207397.html Sent from the qooxdoo mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] unable to get JSON store working

2010-06-22 Thread MartinWittemann
Hi, sure, JSONP will solve the problem but requires some circumstances to be available on the server side. Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/unable-to-get-JSON-store-working-tp5205923p5207395.html Sent from the qooxdoo mailing list archive at Nabb

  1   2   3   4   5   >