Re: [qooxdoo-devel] Modern theme broken in trunk

2010-01-04 Thread MartinWittemann
Hi Petr, I just checked the whole trunk code for the "wrong" color and I could not find any occurrence of "border-input-focused". Could you perhaps supply a playground code snippet to reproduce the error? Best Martin Petr Kobalíček wrote: > > Hi, > > Today I tested the qooxdoo trunk and there

Re: [qooxdoo-devel] qooxdoo-contrib: cometd, Dialog and VirtualData

2010-01-04 Thread panyasan
thron7-2 wrote: > > Just a minor: It doesn't seem to work with Opera 9.6. The blocker > appears, but none of the dialogs. Can you confirm this is a qooxdoo > issue? Which version did you use? If it is a qooxdoo issue, could you > open a bug for it? > Strange. I am using the current trunk.

Re: [qooxdoo-devel] qooxdoo-contrib: cometd, Dialog and VirtualData

2010-01-04 Thread panyasan
panyasan wrote: > > > benco wrote: >> >> About databinding... As Martin mentioned, I wonder if the qx.data.Array >> could work with the actual structure... as it potentially slows the >> processes. >> > > I haven't found time to do any test on that, but I wonder... Internally, > the qx.data

Re: [qooxdoo-devel] Load window widget from external javascript file

2010-01-04 Thread panyasan
thron7-2 wrote: > > The easiest way would be to write a separate qooxdoo application. Then, > from your first application you open a new window and set its location > to the url of the second application. > >> How could the dynamically loaded widget communicate with my root >> application? >>

Re: [qooxdoo-devel] How to prevent changing Page in tabview

2010-01-04 Thread lp1051
Hi Skar, thanks for help. I also thought about the possibility to change the view back to the unsaved one, but I have a quite big pages in tabview and this solution would create undesired delay (at least at some points). Your solution with the "skip changes" button sounds interesting... But I don

Re: [qooxdoo-devel] How to prevent changing Page in tabview

2010-01-04 Thread skar
Hi Luke, > Hi, > > I would like to display confirmation dialog before the user leaves currently > opened page in tabview. The reason for confirmation dialog is that I would > like to notify him, that there are not-saved changes, and they will be lost > if he leaves. When using event changeSelection

[qooxdoo-devel] How to prevent changing Page in tabview

2010-01-04 Thread lp1051
Hi, I would like to display confirmation dialog before the user leaves currently opened page in tabview. The reason for confirmation dialog is that I would like to notify him, that there are not-saved changes, and they will be lost if he leaves. When using event changeSelection it is too late, as

Re: [qooxdoo-devel] Drag/drop on Tree

2010-01-04 Thread Nick Glencross
Hi All, On Mon, Jan 4, 2010 at 6:36 PM, lp1051 wrote: > > Hi T., > > ok, I reported it as bugs, for those who are interested: > > http://bugzilla.qooxdoo.org/show_bug.cgi?id=3297 > http://bugzilla.qooxdoo.org/show_bug.cgi?id=3298 > > (What I'm about to write may not be relevant to the thread, s

Re: [qooxdoo-devel] Drag/drop on Tree

2010-01-04 Thread lp1051
Hi T., ok, I reported it as bugs, for those who are interested: http://bugzilla.qooxdoo.org/show_bug.cgi?id=3297 http://bugzilla.qooxdoo.org/show_bug.cgi?id=3298 L. thron7-2 wrote: > > Luke, > > I'm not in the situation where I can oversee all of what you are > writing, but if you have rea

[qooxdoo-devel] Modern theme broken in trunk

2010-01-04 Thread Petr Kobalíček
Hi, Today I tested the qooxdoo trunk and there is some problem with modern theme. It happened when using textfield. qx-debug.js (line 15337) 002473 Error while layout flush: Error: Error in property innerColor of class qx.ui.decoration.Beveled in method setInnerColor with incoming value 'border-i

Re: [qooxdoo-devel] Min Browsersize?

2010-01-04 Thread Guilherme Aiolfi
But I see some sites resizing the current window to a fixed size. And if you maximized your windows or tried to resize the window, it would came back to that pre defined size. So, it is possible. But I think its to annoying and makes me live the site right after the first resizing. The Alexander s

Re: [qooxdoo-devel] Min Browsersize?

2010-01-04 Thread Alexander Steitz
Hi, -Ursprüngliche Nachricht- Von: devmanfromm...@gmx.de [mailto:devmanfromm...@gmx.de] Gesendet: So 03.01.2010 00:13 An: qooxdoo Development Betreff: [qooxdoo-devel] Min Browsersize? > Hello, > is it possible to prevent the browserwindow to a min size? No, you can't set a min size for b

Re: [qooxdoo-devel] artificially getting to a listener

2010-01-04 Thread thron7
I have no code handy, but I had good results firing the "execute" event on buttons. Maybe you should try this. T. Ken MacDonald wrote: I'm beginning to think that there is no way to do this in qooxdoo: create a widget add a listener to that widget for an event, e.g. "mouseup" somehow trigger

Re: [qooxdoo-devel] Binding Data from a JSON store to simple labels

2010-01-04 Thread Michael Schwarzl
Hello Martin, thank you for your welcome and answer! Your suggestion (I now use the store without a controller) works perfect. I have another two questions: > Is it possible to perform calculations of several store.model fields? For > example to calculate "lastname + ' ' + firstname" via a conv

Re: [qooxdoo-devel] artificially getting to a listener

2010-01-04 Thread thron7
Gene Amtower wrote: Ken, Did you ever figure this out yesterday? From trying to find the answer in the manual, I think some additional knowledge and examples is needed in the section on events - it's rather concise to the point of not being helpful. Some examples in the manual would be he

Re: [qooxdoo-devel] the strange behavior of qx.io.remote.Request

2010-01-04 Thread thron7
This thing goes under the name "Same Origin Policy"[1], often refered to as SOP. T. [1] http://en.wikipedia.org/wiki/Same_origin_policy James Hayton wrote: Well, DmitriKo, thanks for your help! I didn't think I was going to have a proxy issue since I was hosted the app from the same domain a

Re: [qooxdoo-devel] Drag/drop on Tree

2010-01-04 Thread thron7
Luke, I'm not in the situation where I can oversee all of what you are writing, but if you have reasonable concerns about some behaviours of qooxdoo I strongly urge you to open a bug report. Just write the things as you have found them, and attach any code that might reproduce the issue. This

Re: [qooxdoo-devel] Load window widget from external javascript file

2010-01-04 Thread thron7
Chris R. wrote: > To detail my question: > It's like loading an application in an operating system: I want to > dynamically load an external javascript file, which opens a new window > (widget) for example. > How is this possible? For example, via ScriptLoader or the eval() function? > The ea

Re: [qooxdoo-devel] Load class and dependency on runtime

2010-01-04 Thread Chris R.
Hi Petr, thanks for your reply. What do you mean by " you need your mechanism to insert .js files into main html file (or to load them by some your load mechanism)." How can I load the external javascript file? Do you have a code snippet for your loader? Thanks in advance, Chris -Ursprüngli

Re: [qooxdoo-devel] Load class and dependency on runtime

2010-01-04 Thread thron7
My problem is, that I just want to load dynamically a piece of code and run it (for example to create a window). It should work like a plugin architecture. Can I copy a javascript class to my applications directory and load it at runtime, without the knowledge about dependencies? No.

Re: [qooxdoo-devel] Problems with the appearance of Qooxdoo

2010-01-04 Thread thron7
Wolfgang, - which qooxdoo version are you working with? - which browser did you test with? - any publicly accessible urls, to see the phenomenon? can you reproduce it with our standard apps (demo.qooxdoo.org)? - if it is not in public code, can you share a code snippet that reproduces the issue

Re: [qooxdoo-devel] How to Clone Tree Data

2010-01-04 Thread Derrell Lipman
On Mon, Jan 4, 2010 at 09:26, wrote: > That works! > All right, so that shows WHAT the issue is. Now the question is how to PROPERLY solve it. Why is bSelected true in some elements without having valid selections? That shouldn't be possible. Would you please provide a small test program (maybe

Re: [qooxdoo-devel] How to Clone Tree Data

2010-01-04 Thread info
That works! May bee some data necessary for the selection model wouldn't be dumped with .getData()? regards Sak > On Mon, Jan 4, 2010 at 09:03, wrote: > >> Hi Derell, >> >> thank you but i tried the same before but treeA.getSelectedNodes() has >> just an empty array [] >> >> Any other way? >> >

Re: [qooxdoo-devel] Binding Data from a JSON store to simple labels

2010-01-04 Thread MartinWittemann
Hello Michael and welcome to qooxoo, you are right with your guess that the mistake is in the last line of your code and that the bind method can not access the property. The reason is that the controller does not have such a property. The property is on the model. To get that working, you have t

Re: [qooxdoo-devel] qooxdoo-contrib: cometd, Dialog and VirtualData

2010-01-04 Thread panyasan
benco wrote: > > About databinding... As Martin mentioned, I wonder if the qx.data.Array > could work with the actual structure... as it potentially slows the > processes. > I haven't found time to do any test on that, but I wonder... Internally, the qx.data.Array uses a normal native array,

Re: [qooxdoo-devel] How to Clone Tree Data

2010-01-04 Thread Derrell Lipman
On Mon, Jan 4, 2010 at 09:03, wrote: > Hi Derell, > > thank you but i tried the same before but treeA.getSelectedNodes() has > just an empty array [] > > Any other way? > Are there actually any selected nodes in treeA? If so, then getSelectedNodes() had better not be an empty array. For testing

Re: [qooxdoo-devel] How to Clone Tree Data

2010-01-04 Thread info
Hi Derell, thank you but i tried the same before but treeA.getSelectedNodes() has just an empty array [] Any other way? regards Sak > On Mon, Jan 4, 2010 at 05:52, wrote: > >> >> Hi Derrell, >> >> i did like you told and it works, the both trees are separated from each >> other, but my problem

Re: [qooxdoo-devel] How to Clone Tree Data

2010-01-04 Thread Derrell Lipman
On Mon, Jan 4, 2010 at 05:52, wrote: > > Hi Derrell, > > i did like you told and it works, the both trees are separated from each > other, but my problem is, that the branch i selected in treeA is still > pseudo selected in treeB and cant be changed. I attached a gif to show you > what i ment. >

[qooxdoo-devel] Problems with the appearance of Qooxdoo

2010-01-04 Thread Wolfgang Zak
Hi, I got some problems with the appearance of qooxdoo. It happens that sometimes when I open the application that I can't see buttons, or that I don't see checkboxes. On one of my colleagues computer checkboxes change to radiobuttons when you click on them. I also got problems with the appearan

Re: [qooxdoo-devel] qooxdoo-contrib: cometd, Dialog and VirtualData

2010-01-04 Thread thron7
Hi Christian, cool stuff, as usual :). > 2) Dialog > > I have a public demo for that: > > http://www.qxtransformer.org/qooxdoo/dialog/build/ > > > Just a minor: It doesn't seem to work with Opera 9.6. The blocker appears, but none of the dialogs. Can you confirm this is a qooxdoo issue? Whi

[qooxdoo-devel] Binding Data from a JSON store to simple labels

2010-01-04 Thread Michael Schwarzl
Hello, I'm new to qooxdoo. At first: this is an amazing framework! Now to my question: I try to bind a JSON data store (f.e. persons.json) to some labels. According to the JsonToList example I created a Controller and a Store and try to bind the data but I won't work: Here is my playground exa

Re: [qooxdoo-devel] How to Clone Tree Data

2010-01-04 Thread info
Happy 2010 to all ladies and gentlemen! Hi Derrell, i did like you told and it works, the both trees are separated from each other, but my problem is, that the branch i selected in treeA is still pseudo selected in treeB and cant be changed. I attached a gif to show you what i ment. regards Sak

Re: [qooxdoo-devel] qooxdoo-contrib: cometd, Dialog and VirtualData

2010-01-04 Thread MartinWittemann
Hi, I sure will try your demos if I get to this topic. Currently I don't want to spend that much time on topics not currently on my agenda. Your argumentation about the protocol sounds reasonable. I haven't found that I looked for the comet stuff. Best, Martin panyasan wrote: > > > > > Mart

Re: [qooxdoo-devel] translation fails for label widget when rich set to true

2010-01-04 Thread Simply Notes
Thanks Chris for the insight. You are right, when I include the html format string in the this.tr("") then it works. It is a pity that extra coding is required but that's life. Have a Merry Christmas and a happy new year Raimund Christian Schmidt-18 wrote: > > Hi, > > it seems to me that thi

Re: [qooxdoo-devel] qooxdoo-contrib: cometd, Dialog and VirtualData

2010-01-04 Thread benco
Hi Christian, Nice set of contribs ! Thanks a lot for your work... No really time for tests now, I'm too busy with my actual projects and my - impatient - clients... Really sorry. About databinding... As Martin mentioned, I wonder if the qx.data.Array could work with the actual structure... as

Re: [qooxdoo-devel] qooxdoo-contrib: cometd, Dialog and VirtualData

2010-01-04 Thread panyasan
MartinWittemann wrote: > > 1.) Its quite interesting that you worked on that topic. I toke some time > (but not that much as you) to try comet as well. You can see my chat > (using qooxdoo and node.js) on github: http://github.com/wittemann/Chat > Its not that much code and not working very we