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
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.
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
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.
--
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.
--
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
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
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.
--
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
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.
--
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
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
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
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
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
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
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
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
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
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"},
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
> |
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
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
-
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
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
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
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
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
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
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
--
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
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
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
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
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
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
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
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.
--
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
-
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
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
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
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
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
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.
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
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
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.
---
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
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
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
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
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
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
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.
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
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
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
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
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.
---
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
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.
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
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
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
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
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-
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
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
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
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
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.
--
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.
-
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 - 100 of 466 matches
Mail list logo