Re: [qooxdoo-devel] Very Strange SelectBox behaviour

2010-08-03 Thread mckwil
In fact, the snippet in my previous post can be simplified to: var container = new qx.ui.container.Scroll(); var composTest = new qx.ui.container.Composite(new qx.ui.layout.HBox(3)); var compos = new qx.ui.container.Composite(new qx.ui.layout.VBox(0)); compos.add(new qx.ui

Re: [qooxdoo-devel] Very Strange SelectBox behaviour

2010-08-03 Thread mckwil
notice that the page automatically scrolls up, *even though the scroll bar still wrongly indicates it's still at the bottom of the page. If you move the scroll bar abit, it will adjusts back. But the error behavior is definitely there... Thanks, mckwil -- View this message in context:

Re: [qooxdoo-devel] Very Strange SelectBox behaviour

2010-08-03 Thread mckwil
I would definitely post a sample code snippet if I can. But I tried to create many short sample code, but none of them can reproduce that behavior. Seems that the behavior only occurs in my actual app, which is over 15k lines over 20+ files. Another interesting thing I notice about this "auto

Re: [qooxdoo-devel] Very Strange SelectBox behaviour

2010-08-02 Thread mckwil
Actually, this behavior also happens when I dynamically add a widget/component to the scroll pane. Then, the scroll pane automatically scrolls up, as if some event was fired. Again, this only applies to IE, not firefox or chrome. Seems like a very frustrating issue... -- View this message in co

[qooxdoo-devel] Very Strange SelectBox behaviour

2010-08-02 Thread mckwil
le. Unless there is a way to make it non-editable? Thanks alot! mckwil -- View this message in context: http://qooxdoo.678.n2.nabble.com/Very-Strange-SelectBox-behaviour-tp5366531p5366531.html Sent from the qooxdoo mailing list archive at

Re: [qooxdoo-devel] Simple scrolling question

2010-07-12 Thread mckwil
Thanks. I used an "appear" event listener to perform the scroll and it worked (but only when the function is called on the root scroll container). -- View this message in context: http://qooxdoo.678.n2.nabble.com/Simple-scrolling-question-tp5275411p5283537.html Sent from the qooxdoo mailing lis

Re: [qooxdoo-devel] Simple scrolling question

2010-07-09 Thread mckwil
h could be contained by other parent containers), and qooxdoo framework will smartly push the child widget into view? mckwil -- View this message in context: http://qooxdoo.678.n2.nabble.com/Simple-scrolling-question-tp5275411p5275683.html Sent from the qooxdoo mailing list archive at

[qooxdoo-devel] Simple scrolling question

2010-07-09 Thread mckwil
e the positions of those widgets. I'm sure there is a better way to do this in Qooxdoo. :) thanks, mckwil -- View this message in context: http://qooxdoo.678.n2.nabble.com/Simple-scrolling-question-tp5275411p5275411.html Sent from the qooxdoo mailing list archive at

Re: [qooxdoo-devel] Qooxdoo window questions

2010-06-18 Thread mckwil
No, I didn't mean modal windows. I actually mean, when you make the window.open() call, is there any way to make the code execution block on that open() call? instead of just opening the window, and keeps on execution? Thanks, mckwil -- View this message in context: http://qooxdoo.6

[qooxdoo-devel] Qooxdoo window questions

2010-06-17 Thread mckwil
and I didn't set any color/theme), whereas the demo windows all have a white background. Why is that and how can I change it back to default? Thanks, mckwil -- View this message in context: http://qooxdoo.678.n2.nabble.com/Qooxdoo-window-questions-tp5193786p5193786.html Sent from the qooxdoo ma

[qooxdoo-devel] Rpc synchronous call fails but asynchronous call works

2010-05-26 Thread mckwil
defined" message during the synchronous call. Any idea why this happens? Thanks! mckwil -- View this message in context: http://qooxdoo.678.n2.nabble.com/Rpc-synchronous-call-fails-but-asynchronous-call-works-tp5104843p5104

[qooxdoo-devel] Qooxdoo images license

2010-04-02 Thread mckwil
built using Qooxdoo framework? Thanks! mckwil -- View this message in context: http://old.nabble.com/Qooxdoo-images-license-tp28124446p28124446.html Sent from the qooxdoo-devel mailing list archive at Nabble.com

Re: [qooxdoo-devel] Get a node to represent qooxdoo widgets

2010-03-05 Thread mckwil
code in a HTML string and use that code to talk to my "main" qooxdoo app? Thanks! mckwil Alexander Steitz wrote: > > Hi, > > On Thursday March 4 2010 17:22:18 mckwil wrote: >> I'm trying to build an application that integrates with Google map, in >

[qooxdoo-devel] Get a node to represent qooxdoo widgets

2010-03-04 Thread mckwil
s getContentElement() and getContainerElement() to return qooxdoo's element object. Which one should I use? And should I call getDOMElement() on the return value to extract the actual DOM node? or is there some other way for doing this correctly? Thanks! mckwil -- View this message in context: http://old.nabb

[qooxdoo-devel] Qooxdoo warning messages

2010-02-07 Thread mckwil
use this decorator, the above warning message would be muted. Other warning message said something about "Error in parsing value for property width. Declaration dropped.". But I checked my code carefully and didn't really see any widget that needed width property but wasn't provide

[qooxdoo-devel] login/authentication request

2010-01-17 Thread mckwil
HTTP header in each request, but not sure how that is done in Qooxdoo using its remote RPC calls. Could anyone help me on this and/or show me a few lines of sample code to do this? Thanks! mckwil -- View this message in context: http://old.nabble.com/login-authentication-request-tp27205738p2720573

[qooxdoo-devel] Java RPC backend threading question

2009-11-22 Thread mckwil
anything at all) to handle multiple incoming requests at the same service? (assuming that the servlet container just spawns one thread per servlet request) Thanks! mckwil -- View this message in context: http://old.nabble.com/Java-RPC-backend-threading-question-tp26471868p26471868.html Sent from the

Re: [qooxdoo-devel] Image clipping problem

2009-11-12 Thread mckwil
ahh. No I didn't install ImageMagic yet. That might have been the problem. Thanks! mckwil thron7-2 wrote: > > Hi mckwil, > > the image clipping and combining jobs require a valid ImageMagic > installation on your machine. Do you have one? > > T. > > mckwil

[qooxdoo-devel] Image clipping error

2009-11-12 Thread mckwil
ere is my image.json file. http://old.nabble.com/file/p26287367/image.json image.json What did I do wrong to cause this error? Thanks, mckwil -- View this message in context: http://old.nabble.com/Image-clipping-error-tp26287367p26287367.html Sent

[qooxdoo-devel] Image clipping problem

2009-11-11 Thread mckwil
mage.json file. image.json What did I do wrong to cause this error? Thanks, mckwil -- View this message in context: http://old.nabble.com/Image-clipping-problem-tp26303102p26303102.html Sent from the qooxdoo-devel mailing list archive at N