Re: [qooxdoo-devel] Label.setWrap() in 0.7 trunk

2007-05-07 Thread Hugh Gibson
Sebastian, > > When looking into Font.js, I think the properties align, transform, > > letterSpacing, wordSpacing and lineHeight and do not belong to a Font > > class for the same reasons that apply to wrap. > I think that "wrap" could alternatively in the Label. But I don't > understand why t

[qooxdoo-devel] Intermittent Error on Page Load

2007-05-07 Thread James A. Pyrich
Greetings all, I am doing development using qx 0.6.6, and, as I am using sources and FireFox appears to neglect checking if all files are the most recent, I have been clearing the cache. I keep getting the following error which forces me to reload the page, at which point it works: qx.c

Re: [qooxdoo-devel] Window Question

2007-05-07 Thread Okan, Varol
You can go to http://www.AstraNOS.org, click on the google - button at the bottom, search for astranos and open it. This way you'll have astranos in astranos, or a web page in a window ... Varol :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of LRicci

[qooxdoo-devel] Window Question

2007-05-07 Thread LRicci
Can the Qooxdoo windows load another webpage into them? If so how? And if you do load another webpage will they still be able to have onclick z order toggling (ie: when you click anywhere inside of a background (non focused) window will it come to front)? Thanks for your help. -

[qooxdoo-devel] VerticalBoxLayout and scrolling

2007-05-07 Thread Joe Hudson
I have a class which extends the VerticalBoxLayout. After adding a few GroupBoxes to this, there are too many to show on the screenwithout scrollling however the scrollbars don't appear. I have set the height to "auto" but it still doesn't seem to work. I am using 7 alpha 2. Is there someth

Re: [qooxdoo-devel] Event Data Question

2007-05-07 Thread James A. Pyrich
Okay, never mind! I found a way to make it work properly. Basically, I refactored the code where it wasn't making reference to the object and found that I could dispatch a DataEvent in the other situations where I needed it. I'm sorry that I didn't ask the question very well... it was a matte

Re: [qooxdoo-devel] Table issues in trunk

2007-05-07 Thread Derrell . Lipman
Sebastian Werner <[EMAIL PROTECTED]> writes: > * the editing feature seems not to work, after editing a cell, the cell > is empty or shows NaN. I had a few minutes, so I looked into this. The problem is here: getCellEditorValue : function(cellEditor) { // Workaround: qx.ui.form.T

Re: [qooxdoo-devel] Table issues in trunk

2007-05-07 Thread Derrell . Lipman
Sebastian Werner <[EMAIL PROTECTED]> writes: > can someone of the Table developers e.g. Til, Derrell, etc. take a look > at the current implementation and help us to fix it? It would be really > helpful as I have no deep understanding of the implementation. > > The table itself gets initialized

Re: [qooxdoo-devel] Get listview data os selected item

2007-05-07 Thread Jonis Maurin Ceara
Alex Back wrote: > Hello Jonis, > > to tackle the problem down could you please send my the code which is not > working? > > Thanks, > Alex You e-mail doesn't exist :( do u have msn? jonis AT jonis DOT com DOT br - T

Re: [qooxdoo-devel] Get listview data os selected item

2007-05-07 Thread Jonis Maurin Ceara
Alex Back wrote: > Hello Jonis, > > to tackle the problem down could you please send my the code which is not > working? > > Thanks, > Alex Sure! - This SF.net email is sponsored by DB2 Express Download DB2 Express C -

[qooxdoo-devel] Event Data Question

2007-05-07 Thread James A. Pyrich
Greetings, I have an application I'm writing in qx 0.6.6 in which a change of selection (or double-click) in a Tree causes the program to open up an arbitrary panel based on data stored in the selected element. My problem comes in when the panel is to be closed. All other events are sel

Re: [qooxdoo-devel] Illegal character in build version

2007-05-07 Thread frederic
Thanks for your help. I have solved the problem in my index.html file : before : after : Bart van der Werf wrote: > > > >> From: frederic >> >> Hello, >> I have developed a script page.js works fine in "source" >> version, but when executing in "build" version Firebug warn >> on Illeg

Re: [qooxdoo-devel] Illegal character in build version

2007-05-07 Thread Bart van der Werf
> From: frederic > > Hello, > I have developed a script page.js works fine in "source" > version, but when executing in "build" version Firebug warn > on Illegal Character to line 14487. Hereafter makefile, > source and build sample. > Any idea ? > > 10486 /* ID: sample.page */ > 10487 

[qooxdoo-devel] Table issues in trunk

2007-05-07 Thread Sebastian Werner
Hi All, can someone of the Table developers e.g. Til, Derrell, etc. take a look at the current implementation and help us to fix it? It would be really helpful as I have no deep understanding of the implementation. The table itself gets initialized correctly, but there are some issues: * the m

Re: [qooxdoo-devel] Get listview data os selected item

2007-05-07 Thread Alex Back
Hello Jonis, to tackle the problem down could you please send my the code which is not working? Thanks, Alex On Monday 07 May 2007 Jonis Maurin Ceara wrote: > Alex Back wrote: > > Hello Jonis, > > > > I didn't manage to reproduce your problem. > > > > However it seems to be that you try to se

Re: [qooxdoo-devel] Illegal character in build version

2007-05-07 Thread dperez
Check encoding issues (UTF-8, ISO-8859-1, ...). frederic wrote: > > Hello, > I have developed a script page.js works fine in "source" version, but when > executing in "build" version Firebug warn on Illegal Character to line > 10487. Hereafter makefile, source and build sample. > Any idea ? >

Re: [qooxdoo-devel] Forcing scroll position

2007-05-07 Thread jd102684
Thanks, scrollIntoView did the trick! Alex Back-2 wrote: > > Hi JD, > > On Friday 04 May 2007 jd102684 wrote: >> I need to be able to take a scrollable widget and force the scroll bar to >> go back to the top. >> >> say I scroll all the way down. There is another widget within the first >> wi

Re: [qooxdoo-devel] Get listview data os selected item

2007-05-07 Thread Jonis Maurin Ceara
Alex Back wrote: > Hello Jonis, > > I didn't manage to reproduce your problem. > > However it seems to be that you try to set a padding in your code. What > version of qooxdoo do you use? In versions prior to 0.7 the padding property > group is not supported. You have to set paddingTop, paddin

[qooxdoo-devel] Illegal character in build version

2007-05-07 Thread frederic
Hello, I have developed a script page.js works fine in "source" version, but when executing in "build" version Firebug warn on Illegal Character to line 14487. Hereafter makefile, source and build sample. Any idea ? regards. frederic === makefile QOOXDOO_PATH = ../qoox

Re: [qooxdoo-devel] Get listview data os selected item

2007-05-07 Thread Alex Back
Hello Jonis, I didn't manage to reproduce your problem. However it seems to be that you try to set a padding in your code. What version of qooxdoo do you use? In versions prior to 0.7 the padding property group is not supported. You have to set paddingTop, paddingBottom, paddingLeft and paddi

Re: [qooxdoo-devel] Get listview data os selected item

2007-05-07 Thread Jonis Maurin Ceara
Thank you, it's working fine now! And also, VERY thank for the hint! :D But...i'm having another problem. I'm trying to add a second ListView on my application with this code: var re = new qx.ui.groupbox.GroupBox(); re.set({ height:"66%", width:"100%" }); main.add(re);

[qooxdoo-devel] Line breaks in TextArea in IE

2007-05-07 Thread Nick Glencross
Hi all! IE(7) seems to have a problem with Enters in TextAreas as they appear as Tabs. I've done some checking, and the only mention I've seen of this is Bug 300 (and its associated mailing list entries), but I'm not sure if this is actually related to setWrap or not. I've tracked the change back

Re: [qooxdoo-devel] how I compile ?!

2007-05-07 Thread Tobias Koller (GERMO GmbH)
Look at this: http://qooxdoo.org/documentation/user_manual/installing_cygwin -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von mio.bhe Gesendet: Montag, 7. Mai 2007 14:01 An: qooxdoo-devel Betreff: [qooxdoo-devel] how I compile ?! Hi, I download th

Re: [qooxdoo-devel] Label.setWrap() in 0.7 trunk

2007-05-07 Thread Rüdiger Herrmann
I just opened a bug get notified when wrap is back on Label. http://bugzilla.qooxdoo.org/show_bug.cgi?id=395 Could you please close this bug when changes are in SVN. Thanks Rüdiger Sebastian Werner wrote: > I think that "wrap" could alternatively in the Label. But I don't > understand why the

[qooxdoo-devel] how I compile ?!

2007-05-07 Thread mio.bhe
Hi, I download the Cygwin and try run make ... but make not in the Cygwin I download de python .. but the make not in.. too how I compile this ?! thanks ... helpme :-) - This SF.net email is sponsored by DB2 Express

[qooxdoo-devel] Planned enhancements to ComboBoxEx

2007-05-07 Thread dperez
Planned enhancements to ComboBoxEx (only for qooxdoo 0.7): * New property to show/hide header of popup table * Minimum width of popup table will be that of field editor * Use flex units for column widths * Lazy creation of table * Place the table inside a resizer Regards, Dav

Re: [qooxdoo-devel] Non-themeable properties

2007-05-07 Thread Ralf Sternberg
Sebastian Werner schrieb: > Padding is marked as themeable in current trunk. What version do you > use, exactly? Not quite sure right now. We checked out from trunk last Monday and built a jar library for RAP. However, fine that it works now. Thanks, Ralf -

Re: [qooxdoo-devel] New method overriding

2007-05-07 Thread Fabian Jakobs
dperez schrieb: > Hi, > > I'm reviewing in detail the new qooxdoo 0.7, and have a doubt. > > For calling the overriden function here is the old syntax: > > qx.OO.defineClass("my.cool.Class", >my.great.SuperClass, >... > }); > > qx.Proto.foo = function(x) { >my.great.SuperClass.pro

Re: [qooxdoo-devel] Property XXX of an instance of YYY is not (yet) ready!

2007-05-07 Thread Sebastian Werner
There seems to be a getClipLeft() call in your code. I just committed a change to make the clip properties nullable. This should fix this issue, too. Sebastian Rüdiger Herrmann schrieb: > Now, there is one left: > Property clipLeft of an instance of qx.ui.core.Widget is not (yet) ready! > But

Re: [qooxdoo-devel] Non-themeable properties

2007-05-07 Thread Sebastian Werner
Padding is marked as themeable in current trunk. What version do you use, exactly? Sebastian Ralf Sternberg schrieb: > Hi, > > While trying to get my themeing to work with qooxdoo 0.7, > I get the warning: > >Using set() for new non-themeable property: padding > > What's the idea of non-

Re: [qooxdoo-devel] Property XXX of an instance of YYY is not (yet) ready!

2007-05-07 Thread Rüdiger Herrmann
Now, there is one left: Property clipLeft of an instance of qx.ui.core.Widget is not (yet) ready! But I can't find any reference in my code to this property. Neither directly nor indirectly via clip/clipLocation. The only reference I found is in Widget.js in _compileClipString. Any hints on how

Re: [qooxdoo-devel] Mixin include behaviour - THE SOLUTION

2007-05-07 Thread Sebastian Werner
This is the same issue. My checkin, revision 7680, should fix both. No performance problem. Internally this fancy stuff is all based around the native prototype chain :) Sebastian Christian Boulanger schrieb: > Hello Sebastian, > > great, thanks! If it was also possible to implement the inher

[qooxdoo-devel] Non-themeable properties

2007-05-07 Thread Ralf Sternberg
Hi, While trying to get my themeing to work with qooxdoo 0.7, I get the warning: Using set() for new non-themeable property: padding What's the idea of non-themeable properties and why are box-dimensions like paddings and margins not themeable? For me, it seems clear that the sizes of margi

Re: [qooxdoo-devel] Mixin include behaviour - THE SOLUTION

2007-05-07 Thread Christian Boulanger
Hello Sebastian, great, thanks! If it was also possible to implement the inheritance of the mixin properties, this would be fabulous. Then I could get rid of all the manual mixins to all the classes where I need it. Or does this pose a performance problem? Best, Christian > Hi Christian, > > t

Re: [qooxdoo-devel] Label.setWrap() in 0.7 trunk

2007-05-07 Thread Sebastian Werner
I think that "wrap" could alternatively in the Label. But I don't understand why these rarely used properties you mentioned should be implemented in every widget which has something to do with fonts, too. I would think that they are better placed inside the Font as they are currently. I am rea

[qooxdoo-devel] New method overriding

2007-05-07 Thread dperez
Hi, I'm reviewing in detail the new qooxdoo 0.7, and have a doubt. For calling the overriden function here is the old syntax: qx.OO.defineClass("my.cool.Class", my.great.SuperClass, ... }); qx.Proto.foo = function(x) { my.great.SuperClass.prototype.foo.call(this, x); }; and the

Re: [qooxdoo-devel] Releasing redundant objects

2007-05-07 Thread Alex Back
Hello Chris, On Friday 04 May 2007 Chris Haynes wrote: > Hi! A qooxdoo newbie here. > > I'd like to try having a single HTML page which gets re-used several times > with different content (e.g. a multi-page 'wizard'-style sequence of > documents with Back - Next buttons and so on). > > The hope is

Re: [qooxdoo-devel] Forcing scroll position

2007-05-07 Thread Alex Back
Hi JD, On Friday 04 May 2007 jd102684 wrote: > I need to be able to take a scrollable widget and force the scroll bar to > go back to the top. > > say I scroll all the way down. There is another widget within the first > widget that I click to do something, and upon clicking it I want the outer >

Re: [qooxdoo-devel] 'Error: Could not convert system colors to RGB:

2007-05-07 Thread Sebastian Werner
Yes, this was fixed some minutes ago. Sebastian Fabian Jakobs schrieb: > Christian Boulanger schrieb: >> Reverted to Revision 7652, now things are working again... >> >> Christian Boulanger schrieb: >> >>> Hello, >>> >>> after making the built version of the APIviewer with the current SVN >>

Re: [qooxdoo-devel] skeleton/quickstart setup

2007-05-07 Thread Fabian Jakobs
Hello Martin, > I got a little lost in the qooxdoo directory structure and I don't quite know > how to setup a "project". > The best stating point is using the "skeleton" documented at > I do not need the qooxdoo sources, first because I

Re: [qooxdoo-devel] Label.setWrap() in 0.7 trunk

2007-05-07 Thread Rüdiger Herrmann
same here, I totally agree with Hugh, Jim and Camilo. When looking into Font.js, I think the properties align, transform, letterSpacing, wordSpacing and lineHeight and do not belong to a Font class for the same reasons that apply to wrap. Cheers, Rüdiger Camilo Aguilar wrote: > I agree with H

Re: [qooxdoo-devel] 'Error: Could not convert system colors to RGB:

2007-05-07 Thread Fabian Jakobs
Christian Boulanger schrieb: > Reverted to Revision 7652, now things are working again... > > Christian Boulanger schrieb: > >> Hello, >> >> after making the built version of the APIviewer with the current SVN >> trunk I get this errror: >> >> [Exception... "'Error: Could not convert system col

Re: [qooxdoo-devel] Get listview data os selected item

2007-05-07 Thread Peter Schneider
Hi "you", please take a look at the attachment I've added to a former thread called "ListView help". Date was: 2007-05-04. Maybe you'll find something that helps n there. Although that version did not use the "dblclick" event. /Peter > Hi. > > How can i get data from selected item on listview (

Re: [qooxdoo-devel] Get listview data os selected item

2007-05-07 Thread Alex Back
Hello Jonis, On Saturday 05 May 2007 Jonis wrote: > Hi. > > How can i get data from selected item on listview (first colum)? > > i have this code: > > lv.getPane().addEventListener("dblclick", function(e) { > //this.getManager().getSelectedItems() > // or >

Re: [qooxdoo-devel] Mixin include behaviour - THE SOLUTION

2007-05-07 Thread Sebastian Werner
Hi Christian, thank you for your feedback and your former work. Really appreciated. This seems to be a bug inside our property system. Each class remembers if the properties have been attached to a class. This way we reduce the overhead at class instantiation. However this makes it currently i

Re: [qooxdoo-devel] Forcing scroll position

2007-05-07 Thread Peter Schneider
Hi JD, your "problem" looks like a perfect example for the qooxdoo event system. 1st: I'm using qooxdoo 0.6.6, so there might be some differences to your 0.6.5 version of qooxdoo, but I think they are minor. 2nd: Do not take all the code below "without any change". I've just typed it in

Re: [qooxdoo-devel] Window + Listview issues

2007-05-07 Thread Alex Back
Hi Leonel, On Friday 04 May 2007 Leonel Togniolli wrote: > Hi all, > I've been trying out qooxdoo 0.6.6 and I ran into a couple issues that > look like bugs. Can anyone help me out here? I'm sorry, but the current implementation of the ListView does not support its use in combination with a wind

Re: [qooxdoo-devel] ProgressBar

2007-05-07 Thread dperez
Another option is to use animated GIFs, but sometimes the browser doesn't update them. Simon Bull wrote: > > Hi Leander, > > There was a ProgressBar widget contributed by Kent Olsson a long while > back (I think it may have been around Qx 0.5), but it was never > "officially" supported. There