Re: [qooxdoo-devel] Changing the dark-blue gradient in the window object under the modern theme

2011-12-13 Thread Charlie White
Got it! Thanks Daniel. -- Systems Optimization Self Assessment Improve efficiency and utilization of IT resources. Drive out cost and improve service delivery. Take 5 minutes to use this Systems Optimization Self Asse

Re: [qooxdoo-devel] Changing the dark-blue gradient in the window object under the modern theme

2011-12-12 Thread Charlie White
Daniel: Thank you for that explanation. I think I am still missing something though. I am looking at option #1, which seems the simplest way to go, yet it is not working. I checked my config.json file and it has: "QXTHEME" : "client_portal.theme.Theme", and in my source/class/client_po

[qooxdoo-devel] Changing the dark-blue gradient in the window object under the modern theme

2011-12-12 Thread Charlie White
gradient. I would like to change it to white. Any help would be appreciated. -- Charlie -- Learn Windows Azure Live! Tuesday, Dec 13, 2011 Microsoft is holding a special Learn Windows Azure training event for deve

Re: [qooxdoo-devel] URI problems during migration (0.8.3 > 1.1)

2010-07-14 Thread Charlie
oth SRC and BUILD. [Using dots instead of slash does not seem to work, should it? Where?] I'll go through my code and fix this! Thanks a lot Thomas Cheers Charles Le 14/07/2010 15:58, thron7 a écrit : > > On 07/14/2010 02:02 PM, Charlie wrote: > >> I have : >>

Re: [qooxdoo-devel] URI problems during migration (0.8.3 > 1.1)

2010-07-14 Thread Charlie
inside the resources and modify my code accordingly to see if every thing goes back normal. I'll tell you how it goes. Le 14/07/2010 15:58, thron7 a écrit : > > On 07/14/2010 02:02 PM, Charlie wrote: > >> I have : >> #asset(argeo-ria-lib/slc/resource/org.argeo.sl

Re: [qooxdoo-devel] URI problems during migration (0.8.3 > 1.1)

2010-07-14 Thread Charlie
I have : #asset(argeo-ria-lib/slc/resource/org.argeo.slc.ria/*) I ended up using such a path because there was problem with the generator that searches only on the "end" of the string, thus if I had resources in both an "ria" library and "org.argeo.slc.ria" library, there was a confusion. Resour

Re: [qooxdoo-devel] URI problems during migration (0.8.3 > 1.1)

2010-07-14 Thread Charlie
xed that, no changes > Other than that I can't see anything suspicious with your configuration. > > On 07/13/2010 03:53 PM, Charlie wrote: > > >> [3] In my code (here the ICON static is used as a simple button icon >> source) >>statics : { >>

[qooxdoo-devel] URI problems during migration (0.8.3 > 1.1)

2010-07-13 Thread Charlie
Hello Migrating a 0.8.3 application to a 1.1 application, my images disappear in the build version (but not in the source version), so I digg and could not solve the problem. According to the manual, the final URI is composed of "to_libraryroot [1] + library_internal_path [2] + resource_path

[qooxdoo-devel] Table : columnVisibilityMenu positionning bug

2009-12-02 Thread Charlie
Hi I've searched the forum and the bugtracker, found nothing concerning this, so I report this bug. Sorry if it's already reported somewhere.. When a qx.ui.Table is positioned near the right border of a the screen, the "columnVisibilityMenu" is wrongly positionned the first time that the button

Re: [qooxdoo-devel] Internet Explorer: "A script on this page slows down IE..." when quiting application

2009-11-26 Thread Charlie
Ok Derell, I will study this option. Thanks a lot, Charles Death to IE !!! Derrell Lipman a écrit : On Wed, Nov 25, 2009 at 16:30, Charlie <mailto:charle...@free.fr>> wrote: Hi all I'm encountering a "Stop this script execution?" alert message with Int

[qooxdoo-devel] Internet Explorer: "A script on this page slows down IE..." when quiting application

2009-11-25 Thread Charlie
Hi all I'm encountering a "Stop this script execution?" alert message with Internet Explorer, not when executing and using my application, but on closing it (i.e. by quiting the page or refreshing). My application is indeed quite big in terms of GUI (many tabviews containing qx.ui.table.Table c

Re: [qooxdoo-devel] huge number of image resources in final application

2009-06-30 Thread Charlie
Hi Sebastian I'm struggling with the same kind of problem : whathever I set the QXTHEME, both decoration/Classic and decoration/Modern are copied to the build folder, and, a lot more annoying, both Oxygen and Tango are fully copied (10Mo) to the resource folder. In my application, I do not use

Re: [qooxdoo-devel] IE6 and qx.ui.tree icons problem : any suggestion?

2009-04-21 Thread Charlie
this: "In IE6 some icons showed a black background (image transparency broken)." Couldn't tell why that'd only appear outside of your office, but well... You might want to check an update to a newer qooxdoo release if you still stick with 0.8. Good luck Stefan Charlie wrot

[qooxdoo-devel] IE6 and qx.ui.tree icons problem : any suggestion?

2009-04-20 Thread Charlie
Hello I know this message is quite a bottle in the sea, but I am encountering problems with a simple qx.ui.tree object (qooxdoo 0.8) in a given version of IE6. I hate it but the client is a bank and of course has very high level of security and I am not authorized to upgrade the IE... The proble

Re: [qooxdoo-devel] Setting parameters in url in POST Request may confuse a Java Backend

2009-02-26 Thread Charlie
And... it's me again! No, this "no-url-params-on-post" is not working. And it's not just "not working", it's making an error, making reference to qx.net.Http.METHOD_POST in qx.io.Request at line 699, a deprecated reference I presume. So my post is still val

Re: [qooxdoo-devel] Setting parameters in url in POST Request may confuse a Java Backend

2009-02-26 Thread Charlie
Mmm, sorry, after hours of debugging, I send this email, and five minutes later, I find the "no-url-params-on-post" that seems exactly what I want... :-) Still, can you tell me why there is this "double" construction in the POST case? Charlie a écrit : > Hi >

[qooxdoo-devel] Setting parameters in url in POST Request may confuse a Java Backend

2009-02-26 Thread Charlie
Hi I'm not sure if this is an expected behaviour or a bug, for me it's would be the latter case : When sending a request using the POST method and the XmlHttp transport implementation, setting the POST parameters via the request setParameters() method will feed the POST data with the given para

Re: [qooxdoo-devel] Window unload action > Migrating to 0.8.1

2009-01-19 Thread Charlie
ameter in you config or not. Even if both versions would be wrong they > should at least be different. - Have you run generate.py source in > between? Can you simply post the console ouput of such a run ('uri' > parameter set)?! > > Again, it is very uncommon to put the project&#

Re: [qooxdoo-devel] Window unload action > Migrating to 0.8.1 > Generator.py bug?

2009-01-19 Thread Charlie
something and a namespace cannot be something like "org.something.somethingelse" ? This problem does not appear in build mode, I don't know why, did not investigate this case. If you want I can enter a bug, but maybe someone more python expert than me should do it? Cheers C

Re: [qooxdoo-devel] Window unload action > Migrating to 0.8.1

2009-01-19 Thread Charlie
t the "uri" key in the config.json Hope this give you any detail. :) Thanks for your help! Charles Alexander Back a écrit : Hi Charlie, it would be interesting to know what paths are computed and what the path should look like. In general: the "manifest" entry is to determ

Re: [qooxdoo-devel] Window unload action > Migrating to 0.8.1

2009-01-19 Thread Charlie
Hi again First of all, I've finally partly solved my problem with the migration to 0.8.1. It may be evident, but *i had not cleared the "cache"* between 0.8 and 0.8.1 and that was making python errors in the dependancyloader. If anyone encounters the problem.. :-) Now the build version is worki

[qooxdoo-devel] Window unload action

2009-01-15 Thread Charlie
Hi, I'm trying to handle some specific actions when the user closes the window. I guess this should be done listening to the "shutdown" event but I can't get it to work. I'm indeed listening on a jms server (using activemq) and I would like, if possible, to unregister my client when closing it.

Re: [qooxdoo-devel] Qooxdoo 0.8 and selenium

2009-01-15 Thread Charlie
Hi Thomas For your information, Selenium with the user-extension.js is indeed not working with qooxdoo 0.8, from what i've tried. Thanks anyway Charles thron7 a écrit : Charles, I'm beginning to struggle making selenium IDE working for testing my qx application, but at the moment I just c

[qooxdoo-devel] Qooxdoo 0.8 and selenium

2009-01-09 Thread Charlie
Hi all I'm beginning to struggle making selenium IDE working for testing my qx application, but at the moment I just can't. Before I go any further, can you tell me if it is indeed working with Qx 0.8 ? If yes, is there a specific version of selenium to use? It's not very clear on the Simulator

Re: [qooxdoo-devel] Overflow inside a qx.ui.window.Window

2008-04-08 Thread Charlie
, height:200, minWidth: 200, minHeight: 200 }); I hope this will help you. Best regards, Denis Charlie-73 wrote: Hi, I want to make a "logger" window (qx.ui.window.Window) containing a TabView and in the first page, a VerticalBoxLayout in which I add one Atom by log. T

[qooxdoo-devel] Overflow inside a qx.ui.window.Window

2008-04-07 Thread Charlie
Hi, I want to make a "logger" window (qx.ui.window.Window) containing a TabView and in the first page, a VerticalBoxLayout in which I add one Atom by log. The problem is that I just can't get the overflow to work : I try to set the {overflow:"auto"} properties at various places (on the BoxLayou

Re: [qooxdoo-devel] Listening resizing

2008-03-25 Thread Charlie
Ok thanks Fabian, I think I can live with this solution for the moment! :-) Fabian Jakobs a écrit : Charlie schrieb: Ok, I think I auto-solved my problem, digging the framework codes, I end up overriding the _changeInnerWidth() method to trigger my own "innerWidthChanged" ev

Re: [qooxdoo-devel] Listening resizing

2008-03-19 Thread Charlie
ut(, 0) ? Thanks Charlie Charlie a écrit : Hi once again, i hope i'm not asking a too dummy question... Here is my generic problem : what is the approach to detect a "resize" event of a Widget inside a complex layout? I explain my case : I've developped an extended TabLay

[qooxdoo-devel] Listening resizing

2008-03-19 Thread Charlie
quite sure this is not a really clean approach, is it? Could you tell me how to do this in a better way? Thanks again for the work Charlie - This SF.net email is sponsored by: Microsoft Defy all challenges. Microso

Re: [qooxdoo-devel] Table and scrolling height

2008-03-17 Thread Charlie
Yes! it's working! Thanks a lot derrell. I've just opened the bug 805 in bugzilla, hope it's not a duplicate somewhere :-) Cheers Charles Derrell Lipman a écrit : On Mon, Mar 17, 2008 at 1:35 PM, Charlie <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: H

Re: [qooxdoo-devel] Table and scrolling height

2008-03-17 Thread Charlie
x27;m using qooxdoo 0.7.3 Derrell Lipman a écrit : On Mon, Mar 17, 2008 at 12:15 PM, Charlie <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Hi, I searched both the API and the mailing-list and could not find an answer to my problem. I use a qx.ui.table for displayin

[qooxdoo-devel] Table and scrolling height

2008-03-17 Thread Charlie
Hi, I searched both the API and the mailing-list and could not find an answer to my problem. I use a qx.ui.table for displaying a huge list, and the user can use a checkbox to display or not some details in each rows. If details is hidden, the rows are 20px high, if details is show, the rows are

Re: [qooxdoo-devel] Optimizing a qx.ui.forms.List rendering for dynamic filtering

2008-03-08 Thread Charlie
Thanks for your help Fabian, I will have a look at these classes, I was quite sure that I was not using the right component! I really love your work Charlie Fabian Jakobs a écrit : Hi Charlie, the list is not really suited to display a large amount of data because each list entry is a

[qooxdoo-devel] Optimizing a qx.ui.forms.List rendering for dynamic filtering

2008-03-06 Thread Charlie
Hello, I have implemented a littlle "Quick Find" textbox linked to a qx.ui.forms.List that matches the ListItem value and filter the list to show only the matching items. Something like the search box of Thunderbird, if you see. To show or hide the items, I am using the "display" property of th