Re: [qooxdoo-devel] Patch that changes selected rows in table when selection state of node of TreeVirtual is changed

2008-05-06 Thread Derrell Lipman
On Tue, May 6, 2008 at 10:09 AM, Dioc <[EMAIL PROTECTED]> wrote: > > Hello, > > Programmatic change of selection state of node in TreeVirtual does not > select the appropriate row in the table. The following patch can eliminate > the problem. > I've committed your changes to SimpleTreeDataModel.j

[qooxdoo-devel] qooxdoo make process failure under cgywin (was: Re: make?)

2008-05-06 Thread kc106_2005-qooxdoo
Here's a typical failure message (disappears after I refresh qooxdoo and the make process works fine after that): ** [QxTransformer]: Transformation application xml files to javascript

[qooxdoo-devel] Patch that changes selected rows in table when selection state of node of TreeVirtual is changed

2008-05-06 Thread Dioc
Hello, Programmatic change of selection state of node in TreeVirtual does not select the appropriate row in the table. The following patch can eliminate the problem. qx.Class.patch(qx.ui.treevirtual.SimpleTreeDataModel, qx.Mixin.define("patch.qx.ui.treevirtual.SimpleT

Re: [qooxdoo-devel] PDF-Plugin problem

2008-05-06 Thread Helder Magalhães
Vincents wrote: > > I have a big problem with my PDF-plugin (adobe). > > I have an iframe with a PDF-file embedded. All I want to do is showing a > usual qooxdoo-window above this iframe. > > But the pdf-plugin is always on top of everything. what can I do? > > I tested it in IE7. > A bit of

Re: [qooxdoo-devel] make?

2008-05-06 Thread thron7
[EMAIL PROTECTED] wrote: > May be my original message wasn't clear enough: > > cygwin *works* on my machine - or else it would not have been possible for me > to have developed PyQooxdoo. So, all the suggestions about installation tips > would likely not help. > > As I indicated before, some par

Re: [qooxdoo-devel] Testing qooxdoo by Selenium RC in IE6

2008-05-06 Thread thron7
Hi Vojtech, Hm, a couple of things: 1) I'm not surprised IE6 chokes on the Xpath locators you used in your first class, since Xpath is delicate in IE anyway. But since you have id's, why are using Xpath at all?! 2) The IE6 test obviously fails due to the arguments passed to the type() command

Re: [qooxdoo-devel] Qooxdoo, stop eating my zeros

2008-05-06 Thread Fabian Jakobs
[EMAIL PROTECTED] schrieb: > I was looking at my application at > > epc.powersystemadvisors.com > > and was wondering why there are no 0's in some of the data fields that are > suppose to have a preset value of "0", or "0.0". > > I look at the qxml code, and it says: > > id=

Re: [qooxdoo-devel] Setting a Unix environment, the easy way

2008-05-06 Thread thron7
> Cygwin,although possible, is actually one of the most complicated > paths to take. I doubt the majority of the linux users have the skill > to set that beast up correctly and deal with all the problems. > I want to count myself in the cygwin camp, too. I have been using it for about 10 year

Re: [qooxdoo-devel] Setting a Unix environment, the easy way

2008-05-06 Thread thron7
Derrell Lipman wrote: > All right, folks. We all have our preferred environments, and some of > us are even bigots who love to > argue this. :-) It's a religious discussion with strong opinions on > all sides. There are plenty of appropriate places for this sort of > conversation, but it ha

Re: [qooxdoo-devel] Qooxdoo, stop eating my zeros

2008-05-06 Thread panyasan
Hi John, that's a qxtransformer issue. You need to tell the transformer that you want to want to use a string type. Otherwise, a number will be treated as ... a number ;-). Use kc106_2005-qooxdoo wrote: > > I was looking at my application at > > epc.powersystemadvisors.com > > a