Re: [qooxdoo-devel] Tree column with header - how to ?

2010-02-16 Thread geo
Thanks, For your answer, I will try with a virtual Tree. In my Idea, I am just interested to sort only the first level of the tree (just below the root). Regards. Le 10/02/2010 15:39, Derrell Lipman a écrit : > On Wed, Feb 10, 2010 at 09:26, Fritz Zaucker > wrote: >

[qooxdoo-devel] Tree column with header - how to ?

2010-02-10 Thread geo
Hello, I would like to know if ti possible to simply add an header (like for table) with an tree column ? I would like to use it in order to sort tree regarding the info provide in the column. Thanks. -- SOLARIS 10 is

Re: [qooxdoo-devel] iFrame and very long url.

2010-01-14 Thread geo
I thought so, thanks for your help. Regards. Alexander Steitz a écrit : > Hi, > > On Wednesday January 13 2010 23:11:14 geo wrote: >> I use a qx.ui.embed.Iframe with qooxdoo 0.8.2. >> >> But with IE7 I have a problem with setSource(url) method if the url size >&

[qooxdoo-devel] iFrame and very long url.

2010-01-13 Thread geo
Hello, I use a qx.ui.embed.Iframe with qooxdoo 0.8.2. But with IE7 I have a problem with setSource(url) method if the url size is greater than 2046 char, in this case the url used for the request is reduced to 2046 characters max. then the server send a error response. I would like to know if

Re: [qooxdoo-devel] Firebug and 0.8.3-pre

2009-07-16 Thread geo
windows or linux? Can you sucessfuly debug a skeleton > application? > > geo wrote: >> Hello >> >> I use Firefox (3.0.11) with Firebug (1.3.3) to debug my qooxdoo application. >> >> Currently I use qooxdoo (0.8.3 build 19574) to develop my application. &

[qooxdoo-devel] Firebug and 0.8.3-pre

2009-07-16 Thread geo
Hello I use Firefox (3.0.11) with Firebug (1.3.3) to debug my qooxdoo application. Currently I use qooxdoo (0.8.3 build 19574) to develop my application. I had to migrate from version 0.8.2 to version 0.8.3 due to translation problem. Since I migrated the Firebug module doesn't run correctly, it

Re: [qooxdoo-devel] 0.8.3-pre build problem.

2009-07-15 Thread geo
Hi, I use the 19574 revision. Currently all seems to be correct. Thanks. thron7 a écrit : > > geo wrote: >> Hi Thron7, >> >> I checked out qooxdoo from this url : >> >> https://qooxdoo.svn.sourceforge.net/svnroot/qooxdoo/trunk/qooxdoo >> > >

Re: [qooxdoo-devel] 0.8.3-pre build problem.

2009-07-15 Thread geo
XCLUDE" : ["qx.legacy.*","qx.test.*"], > "LOCALES" : [ "en" ], > "CACHE": "${TMPDIR}/cache", > "ROOT" : ".", > "OPTIMIZE" : [] // add this line > } > &

Re: [qooxdoo-devel] 0.8.3-pre build problem.

2009-07-15 Thread geo
Hi Thron7, I checked out qooxdoo from this url : https://qooxdoo.svn.sourceforge.net/svnroot/qooxdoo/trunk/qooxdoo thron7 a écrit : >> I used the qooxdoo version 0.8.3-pre (I use this version because of >> translations problems with "on demand package"). >> > > Which svn revision did you

[qooxdoo-devel] 0.8.3-pre build problem.

2009-07-14 Thread geo
Hello, I used the qooxdoo version 0.8.3-pre (I use this version because of translations problems with "on demand package"). When I generate the "source" project for my development all run well. But when I generate the build version, the build process ends correctly, but the execution of the bu

Re: [qooxdoo-devel] Translation and "on demand package".

2009-07-13 Thread geo
Ok, with a svn trunk checkout, I don't have the problem. Thanks geo a écrit : > Thanks for this answer, I will check our the trun to test with the fix. > > Regards. > > thron7 a écrit : >> I believe you've hit a known bug >> (http://bugzilla.qooxdoo.org/

Re: [qooxdoo-devel] Translation and "on demand package".

2009-07-13 Thread geo
trunk? > > T. > > geo wrote: >> I use the 0.8.2 sdk version. >> >> thron7 a écrit : >> >>> which qooxdoo version are you using? >>> >>> geo wrote: >>> >>>> Hello, >>>> >>>> I use in m

Re: [qooxdoo-devel] Translation and "on demand package".

2009-07-13 Thread geo
I use the 0.8.2 sdk version. thron7 a écrit : > which qooxdoo version are you using? > > geo wrote: >> Hello, >> >> I use in my application the on demand package loading with >> qx.io2.PartLoader.require() method. >> >> My standalone wrapper appli

[qooxdoo-devel] Translation and "on demand package".

2009-07-13 Thread geo
Hello, I use in my application the on demand package loading with qx.io2.PartLoader.require() method. My standalone wrapper application is correctly language configured (with : qx.locale.Manager.getInstance().setLocale("fr");), all the label of the standalone application UI are displayed in "f

Re: [qooxdoo-devel] Custom widget and content scrolling.

2009-06-02 Thread geo
ite(__lay); this.__content.setAnonymous(true); // Add to scrollpane this.getChildControl("pane").add(this.__content); this.getChildControl("pane").setAnonymous(true); Thanks. Fabian Jakobs a écrit : > Hi Geo, > > the reason for this problem is the &

Re: [qooxdoo-devel] Custom widget and content scrolling.

2009-05-31 Thread geo
three row of my custom widget ? Thanks. FYI. In the first version of this custom widget (using qx.ui.core.Widget inheritance) I didn't have this problem. Fabian Jakobs a écrit : > Hi Geo, >> Fabian, >> >> I tried to extend my widget with AbstractScrollArea instead o

Re: [qooxdoo-devel] Custom widget and content scrolling.

2009-05-28 Thread geo
0. I have the impression that the control is not added to my custom container but to the AbstractScrollArea content container. What is wrong in my implementation, how I can configure the _add method to use my custom container? Regards. Fabian Jakobs a écrit : > geo schrieb: >> Fabian,

Re: [qooxdoo-devel] Using backgroundPositionX with a qx.ui.decoration.Uniform

2009-05-28 Thread geo
Fabian, Thanks for your answer. Fabian Jakobs a écrit : > Hi geo, > > support for background position has been added today. See bug > <http://bugzilla.qooxdoo.org/show_bug.cgi?id=2433> for details. If you > are on qooxdoo trunk you can start using it now. > > Best

Re: [qooxdoo-devel] Custom widget and content scrolling.

2009-05-28 Thread geo
Fabian, thanks for your help, but do you have a tutorial explain how extends to qx.ui.core.AbstractScrollArea and add child control to the scroll area? Fabian Jakobs a écrit : > geo schrieb: >> Hello, >> >> I created a custom widget by extending qx.ui.core.Widget. >

[qooxdoo-devel] Using backgroundPositionX with a qx.ui.decoration.Uniform

2009-05-28 Thread geo
Hello, How is it possible to use the backgroundPositionX properties (for example to right align a background image) with a qx.ui.decoration.Uniform ? Is it possible to combine two decorations definitions (a qx.ui.decoration.Uniform with a qx.ui.decoration.Background) to obtain the correct resu

[qooxdoo-devel] Custom widget and content scrolling.

2009-05-27 Thread geo
Hello, I created a custom widget by extending qx.ui.core.Widget. I added Child Controls inside this widget (label and checkbox). My problem is when I added this custom widget inside a List with a fixed width, I would like to have scroll bar only inside this custom widget (a scroll bar X) not in

Re: [qooxdoo-devel] Combine Inline end HTML embed

2009-05-25 Thread geo
a container but with a first part for an embed.Html, then a Hbox to add the 2 buttons and a last part which is also composed by an embed.Html. Thanks for your help. Alexander Back a écrit : > Hi, > > On Saturday 23 May 2009 geo wrote: >> I would like to know if its possible t

[qooxdoo-devel] Auto resizing an embed HTML.

2009-05-24 Thread geo
Does it exist an mean to autoresize, like a Label, a embed HTML ? -- Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the m

[qooxdoo-devel] Combine Inline end HTML embed

2009-05-22 Thread geo
I would like to know if its possible to use qx.ui.root.Inline with a qx.ui.embed.Html ? I tried to do this but each time I had an error because the Element parameter of the Inline constructor was never create before the call of the Inline constructor even if the call of the qx.ui.embed.Html is

[qooxdoo-devel] Solved: Display problem.

2009-02-05 Thread geo
Hello, I solved my problem, which is due by using an initial script (the one which start all the application and define the resource used) compiled with the 0.8.0 SDK, recopy and use with the 0.8.1 SDK. Sorry, and thanks for your help. Regards. --

Re: [qooxdoo-devel] Display problem.

2009-02-05 Thread geo
black gradiant towards the left of the dialogue, both in the upper left and lower left corner. also, the decoration of the horizontal scroll bar icons seem to be garbled. what exactly are you pointing at? t. geo wrote: Hello, I have a problem with my application the display is incorrect (see

[qooxdoo-devel] Display problem.

2009-02-05 Thread geo
Hello, I have a problem with my application the display is incorrect (see Att. qxd_pb#1.jpg). I don't understand why but the display in IE 6 is correct. Thanks in advance. Regards. <>-- Create and Deploy Rich Internet

[qooxdoo-devel] Table cellEditor with CheckBox doesn't detect change.

2009-02-03 Thread geo
Hello, I created a Table (in 0.8 version) with a column which using a qx.ui.table.cellrenderer.Boolean and a qx.ui.table.celleditor.CheckBox as editor. I have 2 problems with this table : - First I need to double click on the cell (even if it has the focus) to focus the checkbox inside. -

Re: [qooxdoo-devel] Modal window always foreground ...

2009-02-02 Thread geo
nerate an event to operate well ??? Very strange !!! Thanks for your help ... Jim Hunter a écrit : > I can't help you any further unless you show me your code. Provide us > with your code and we can see where the problem is. > > Jim > > > On Mon, Feb 2, 2009 at 12:

Re: [qooxdoo-devel] Modal window always foreground ...

2009-02-02 Thread geo
red), close W1 and set W2 to be modal. > > At this point you should only have the main window displayed and it will > be modal. > > Jim > > > On Mon, Feb 2, 2009 at 10:41 AM, geo <mailto:geoffroy.e...@free.fr>> wrote: > > Thank Jim for your answer. &g

Re: [qooxdoo-devel] Modal window always foreground ...

2009-02-02 Thread geo
Thank Jim for your answer. In fact I try to display a foreground modal windows with the message "Loading in progress ...", during the downloading, the construction, the initialization of a second modal window. This Loading window must disappear when the second is totally initialized. I want to

Re: [qooxdoo-devel] Modal window always foreground ...

2009-02-02 Thread geo
Thanks Jonathan, for your answer. But it doesn't run very well. I tried to force the activation of the "Loading" window with the "appear" event on the second one (following your instruction) but it still stay not Active when the second one appear (I can see it because the header of the Loading

[qooxdoo-devel] Modal window always foreground ...

2009-02-02 Thread geo
Hello, I would to know if it possible to always display a modal windows at the foreground of an application even if an other modal windows appear just after ? I created a small static modal windows that display a "Loading" message. I displayed this small windows just before loading an other no

Re: [qooxdoo-devel] Event beforeAppear no longer exists in 0.8

2009-01-20 Thread geo
abian Jakobs a écrit : > geo schrieb: >> Hello, >> >> I would like to know how we can replace the event "beforeAppear" in the >> version 0.8. >> I use this event to customize a window before it appear. But in the 0.8 >> version I don't

[qooxdoo-devel] Event beforeAppear no longer exists in 0.8

2009-01-16 Thread geo
Hello, I would like to know how we can replace the event "beforeAppear" in the version 0.8. I use this event to customize a window before it appear. But in the 0.8 version I don't find it. Thanks. -- This SF.net email

Re: [qooxdoo-devel] Send log file to a server.

2009-01-12 Thread geo
man Schmid wrote: >> That should be quite simple: >> Just implement your own Logging appender and "append" it to the Logger. >> http://demo.qooxdoo.org/current/apiviewer/#qx.log.appender >> >> It would probably be wise to cache some of the messages and send

Re: [qooxdoo-devel] Image and embed.Html

2009-01-09 Thread geo
Alexander, Thank for your answer. In my code I used an image tag but with a relative source parameter (ie. ) But is there a way to use and image with a source mapped with in a qxresources array in order to not use an absolute url as image source. Thanks. Alexander Back a écrit : > Hi

[qooxdoo-devel] Image and embed.Html

2009-01-09 Thread geo
How is it possible to insert and image inside a qx.ui.embed.Html ? The tag seems to not work correctly. Thanks. Regards. -- Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for

[qooxdoo-devel] Send log file to a server.

2009-01-09 Thread geo
Is it possible to upload the log file (ie. what you see in the log console) of an qxoodoo 0.8 application to a remote server ? -- Check out the new SourceForge.net Marketplace. It is the best place to buy or sell service

Re: [qooxdoo-devel] Memory optimization ...

2008-09-18 Thread geo
Hugh, Now it run correctly. Thanks a lot. Hugh Gibson a écrit : >> But I use the EventListener "contextmenu" to display my context >> menu in the tree, I also use a function to create the customized >> menu with this case code I don't know where place the >> "this.remove". > > I remove the

Re: [qooxdoo-devel] Memory optimization ...

2008-09-10 Thread geo
tMenu().setLeft(e.getClientX()); this.widgets['appTree'].getContextMenu().setTop(e.getClientY()); this.widgets['appTree'].getContextMenu().setOpener(this); this.widgets['appTree'].getContextMenu().show(); }, this); Alexander Back a écrit : > Hi, > > geo

Re: [qooxdoo-devel] Memory optimization ...

2008-09-10 Thread geo
écrit : > Hi, > > geo wrote: >> Alexander, >> >> I noticed the problem in firebug (1.2.0) with Firefox 2.0.0.16 (cf. >> qooxdoo.png). >> Whenever I open a context menu, a new div appears on the page, but as >> soon as the menu disappears this "div

[qooxdoo-devel] Memory optimization ...

2008-09-08 Thread geo
Hi, I found during using the contextual menu, that they are not deleted from the page but just hidden. Whenever you display a context menu that creates a new in the page. Is there a way to avoid this? Thanks ... - This SF

Re: [qooxdoo-devel] Gallery Popup menu ...

2008-08-25 Thread geo
Alexander, Many thanks, it run now ... ... Alexander Back a écrit : > Hi, > > geo wrote: >> How is possible to add a popup menu in a gallery widget ? > Quite easy one :) > > You can listen to the "contextmenu" event to get to know when the > contextm

[qooxdoo-devel] Gallery Popup menu ...

2008-08-23 Thread geo
How is possible to add a popup menu in a gallery widget ? Thanks. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes G