Re: [qooxdoo-devel] Difference between look of theme in IE9 and Chrome

2011-07-20 Thread Jeroen Smit
Hi, Yes I did. Mistake was that I only overrided the png mentioned in the decorator, but I also need the other ones (top, left, bottom edges). Now it works fine. Best regards, Jeroen From: Martin Wittemann [mailto:martin.wittem...@1und1.de] Sent: donderdag 21 juli 2011 8:49 AM To: qooxdoo Devel

Re: [qooxdoo-devel] Difference between look of theme in IE9 and Chrome

2011-07-20 Thread Martin Wittemann
Hey, did you add the asset at the top of the file to make sure the files are copied to the right place and the generator knows about them? Thats usually one common mistake. Regards, Martin Am 20.07.2011 um 16:47 schrieb Jeroen Smit: Hi, I have done as you suggested. Copied the png’s to my own

Re: [qooxdoo-devel] Size of qooxdoo cache

2011-07-20 Thread Fritz Zaucker
Hi Thomas, On Wed, 20 Jul 2011, thron7 wrote: >> I am wondering what size to expect for the qooxdoo build cache. >> >> For one of our applications we get about 660 MB of cache. Which increases >> to about 1.2 GB when building another application. >> >> 1) Is this size what to expect? > > Indeed,

Re: [qooxdoo-devel] How to reference Parent window from a child widget?

2011-07-20 Thread Fritz Zaucker
getLayoutParent? Cheers, Fritz On Wed, 20 Jul 2011, Simon White wrote: > Hi > > I have been looking in the documentation to find out how to access the > Parent window from a child widget but do not seem to have found what I > need. The widget could be nested several levels down and I want to be

Re: [qooxdoo-devel] qxTableClick

2011-07-20 Thread sarithasri09
Jul 21, 2011; 10:13am sarithasri09 I have read about qooxdoo inspector... I have downloaded sample qooxdoo application like "showcase" etc. By using python Software i generate the inseptor for that application... my question is I don't have my application source.. i have just Application URL

Re: [qooxdoo-devel] qxTableClick

2011-07-20 Thread sarithasri09
I have read about qooxdoo inspector... I have downloaded sample qooxdoo application like "showcase" etc. By using python Software i generate the inseptor for that application... my question is I don't have my application source.. i have just Application URL and some credentials.. For my appl

[qooxdoo-devel] How to reference Parent window from a child widget?

2011-07-20 Thread Simon White
Hi I have been looking in the documentation to find out how to access the Parent window from a child widget but do not seem to have found what I need. The widget could be nested several levels down and I want to be able to set the qx.ui.window.Window Statusbar when the mouse moves over a text

Re: [qooxdoo-devel] Where should I put my base classes?

2011-07-20 Thread Simon White
Hi Once I added the #asset declaration everything worked just fine. Thanks, Simon On 20/07/2011 4:21 PM, thron7 wrote: >> this.add(new qx.ui.basic.Image("dcbase/login48.png"),{row: 0, >> column: 0}); > > Yes, this is using a resource id (assuming that there is actually a file > source/r

[qooxdoo-devel] tree controller

2011-07-20 Thread John de la Garza
I've looked at the docs and the code for a tree controller and it seems like you can only have a tree of TreeFolders and it cannot have TreeFiles Am I missing something or is this the case? I'd like to have different icons for things that are directories and things that are files. --

Re: [qooxdoo-devel] Where should I put my base classes?

2011-07-20 Thread thron7
> this.add(new qx.ui.basic.Image("dcbase/login48.png"),{row: 0, > column: 0}); Yes, this is using a resource id (assuming that there is actually a file source/resource/dcbase/login48.png - you were talking about login18.png above!?). The other thing you have to do is to announce that you

Re: [qooxdoo-devel] Where should I put my base classes?

2011-07-20 Thread Simon White
Hi Just to be sure I am referencing the images correctly I tried two methods as shown below. The 1st method works and displays image "login16.png" but I believe it is not the correct way to reference an image. The second method does not work but I think it is the recommended way to reference

Re: [qooxdoo-devel] Where should I put my base classes?

2011-07-20 Thread Simon White
Hi Here is the content of my config.json for the kardpoll application. I now sure that I see any wrong with it. { "name": "kardpoll", "include" : [ { "path" : "${QOOXDOO_PATH}/tool/data/config/application.json" } ], "export" : [ "api", "api-data

Re: [qooxdoo-devel] Where should I put my base classes?

2011-07-20 Thread thron7
> Hi > > I have now changed my structure so that I have two projects "dcbase" for > my base classes and a second real project called "kardpoll". I then > changed the config.json and added > > "library" : > [ > { >"manifest" : "../dcbase/Manifest.json" > } > ] > > I can now simply u

Re: [qooxdoo-devel] Size of qooxdoo cache

2011-07-20 Thread thron7
Fritz, > I am wondering what size to expect for the qooxdoo build cache. > > For one of our applications we get about 660 MB of cache. Which increases > to > about 1.2 GB when building another application. > > 1) Is this size what to expect? Indeed, this is not unusual. Building all apps in the S

Re: [qooxdoo-devel] Where should I put my base classes?

2011-07-20 Thread Simon White
Hi I have now changed my structure so that I have two projects "dcbase" for my base classes and a second real project called "kardpoll". I then changed the config.json and added "library" : [ { "manifest" : "../dcbase/Manifest.json" } ] I can now simply use dcbase classes in my

Re: [qooxdoo-devel] Where should I put my base classes?

2011-07-20 Thread Simon White
Hi If I am looking in the right place I see a folder called "Component" and inside it there is one called "library" and the library contains "formdemo","logpane" and "twitterdemo". Am I looking at the right place? Thanks, Simon On 20/07/2011 10:38 AM, Martin Wittemann wrote: > Hello Simon,

Re: [qooxdoo-devel] Combination of SplitButton with ToggleButon

2011-07-20 Thread Fritz Zaucker
Thanks for the explanation. Fritz On Wed, 20 Jul 2011, fprijate wrote: > Hi > > With button menu I enable/disable some options. > Then clicking on button I enable/disable some action/state based on > options. > > Sample: > http://qooxdoo.678.n2.nabble.com/file/n6603096/table.png > > Chears > Fr

Re: [qooxdoo-devel] Combination of SplitButton with ToggleButon

2011-07-20 Thread fprijate
Hi With button menu I enable/disable some options. Then clicking on button I enable/disable some action/state based on options. Sample: http://qooxdoo.678.n2.nabble.com/file/n6603096/table.png Chears Franček -- View this message in context: http://qooxdoo.678.n2.nabble.com/Combination-of-Spl

Re: [qooxdoo-devel] Difference between look of theme in IE9 and Chrome

2011-07-20 Thread Jeroen Smit
Hi, I have done as you suggested. Copied the png's to my own resource directory, extended qx.theme.modern.Decoration like this "tabview-page-button-top-active": { decorator: qx.ui.decoration.Grid, style: { baseImage: "webgui/decoration/tabview/tab-button-to

Re: [qooxdoo-devel] Where should I put my base classes?

2011-07-20 Thread Martin Wittemann
Hello Simon, you can put your classes in a dedicated library and include that in all your other projects. We did that recently for some stuff of our demo applications in the framework. Take a look at the "components/library" folder in the svn checkout to see how such a library looks. Its basical

[qooxdoo-devel] Where should I put my base classes?

2011-07-20 Thread Simon White
Hi I plan to create sub-classes of most of the QooxDoo widgets so that I can enforce certain standards in our QooxDoo applications. I would prefer to put these base classes in a location that would be accessible by all our QooxDoo applications so that I only have one copy of these files. The

[qooxdoo-devel] Size of qooxdoo cache

2011-07-20 Thread Fritz Zaucker
Hi, I am wondering what size to expect for the qooxdoo build cache. For one of our applications we get about 660 MB of cache. Which increases to about 1.2 GB when building another application. 1) Is this size what to expect? 2) Are different applications using different cache files? If so, ther

Re: [qooxdoo-devel] qxTableClick

2011-07-20 Thread Daniel Wagner
Hi, do you know about the qooxdoo Inspector[1]? It has a Selenium window that will automatically generate qxh locators for the widgets you select[2], similar to Selenium IDE. [1] http://manual.qooxdoo.org/1.5.x/pages/application/inspector.html [2] http://manual.qooxdoo.org/1.5.x/pages/applicat

Re: [qooxdoo-devel] Really strange behaviour when runny "pretty" task

2011-07-20 Thread Gian Marco Gherardi
> You must have run 'pretty' a *lot* of times on the same code, to achieve > indentations in the range of 32MB per line! :) Yes, "generate.py pretty" has become part of my hack-test-refresh development routine :) Thanks for support! Gian Marco Gherardi http://gianmarco.gherardi.me On Wed, Jul

Re: [qooxdoo-devel] Combination of SplitButton with ToggleButon

2011-07-20 Thread Fritz Zaucker
I wonder what a SplitButton is used for. Is there a real-world application somewhere on the Qooxdoo website (or elsewhere publically accessible)? Cheers, Fritz On Wed, 20 Jul 2011, fprijate wrote: > Hi > > Sometimes I need a button that has both properties of SplitButton and > ToggleButon. > (

[qooxdoo-devel] qxTableClick

2011-07-20 Thread sarithasri
Hi How can i use qxTableClick and qxh locator by using application. I am unable to find widget id in my application.. I am sending scrrenshot of My applicaion. Based on the given row number i need to click. By using application how can i find qxh locator of table ... Please help meIt's

[qooxdoo-devel] Unable to perform qxTableClick function

2011-07-20 Thread sarithasri
Hi all I am new to qooxdoo controls... I am to perform some of the qooxdoo operations like qxtype,qxclick etc by using xpath.. But i not able perform table operations by using xpath... I read some of the forms regarding this issue they said that use qxh locator.. I don't know the widget ids...

Re: [qooxdoo-devel] Local API-viewer

2011-07-20 Thread Fritz Zaucker
Thanks for the hint. See Thomas's answer for a command line switch for Chrome. Fritz On 07/20/2011 01:45 PM, Simone Pandolfo wrote: > Hi, > Have you tried to launch a simple http server as workaround? > > python -m SimpleHTTPServer in the directory with the index file > > Cheers > Sp -- Oeti

Re: [qooxdoo-devel] Local API-viewer

2011-07-20 Thread Fritz Zaucker
Thanks, works like a charme ... Fritz On 07/20/2011 01:48 PM, thron7 wrote: > Try this: > > http://qooxdoo.org/documentation/general/snippets#relax_file_uri_restriction > > T. > > On 07/20/2011 01:34 PM, Fritz Zaucker wrote: >> Hi Martin, >> >> I would have bet that I was using FF. But I just c

Re: [qooxdoo-devel] Local API-viewer

2011-07-20 Thread thron7
Try this: http://qooxdoo.org/documentation/general/snippets#relax_file_uri_restriction T. On 07/20/2011 01:34 PM, Fritz Zaucker wrote: > Hi Martin, > > I would have bet that I was using FF. But I just checked and it still works > with FF 5.0. > > So, I guess, I'll have to setup a local qx webser

Re: [qooxdoo-devel] Local API-viewer

2011-07-20 Thread Simone Pandolfo
Hi, Have you tried to launch a simple http server as workaround? python -m SimpleHTTPServer in the directory with the index file Cheers Sp Il giorno mer, 20/07/2011 alle 13.08 +0200, Fritz Zaucker ha scritto: > Hi, > > up until qx 1.3.x it was possible to generate.py build the apiviewer > appli

Re: [qooxdoo-devel] is possible configure the path of the build directory?

2011-07-20 Thread thron7
On 07/20/2011 01:18 PM, Martin Wittemann wrote: > Hi, > this can also be configured in the config.json file: > http://manual.qooxdoo.org/1.5.x/pages/tool/generator_config_ref.html#compile-options Even simpler, you can use the BUILD_PATH macro for that: http://manual.qooxdoo.org/1.5.x/pages/tool/

Re: [qooxdoo-devel] File Upload?

2011-07-20 Thread Fritz Zaucker
Well, I hope you are using a current version of the contrib ... ;-) Anyway, why don't you add whatever diagnostic output you want in the upload contrib's source code? BWT, what does "not as robust as I'd like it to be" mean? We use it a lot and didn't have any problems with it. Cheers, Fritz On

Re: [qooxdoo-devel] Local API-viewer

2011-07-20 Thread Fritz Zaucker
Hi Martin, I would have bet that I was using FF. But I just checked and it still works with FF 5.0. So, I guess, I'll have to setup a local qx webserver on my laptop if I want to use Chrome. Not such a big deal, after all. Thanks for the explanation, Fritz On Wed, 20 Jul 2011, Martin Wittemann

[qooxdoo-devel] File Upload?

2011-07-20 Thread Benjamin Turner
Hey guys, I've been using the file upload contribution that was released a few years ago, but it's really not as robust as I'd like it to be. Is there any other way to do file uploads? I'd like to be able to have more feedback on what exactly is going on with them, during their phases of upload.

Re: [qooxdoo-devel] Local API-viewer

2011-07-20 Thread Martin Wittemann
Hello Fritz, I would guess that you are using chrome which has this security restriction for iframe communication. We added a warning somehow in that timeframe but I'm quite sure it could not have worked before that with chrome. So currently, there is no known way to get that back fro chrome due

Re: [qooxdoo-devel] is possible configure the path of the build directory?

2011-07-20 Thread Martin Wittemann
Hi, this can also be configured in the config.json file: http://manual.qooxdoo.org/1.5.x/pages/tool/generator_config_ref.html#compile-options Regards, Martin Am 20.07.2011 um 12:55 schrieb Fritz Zaucker: Welcome

Re: [qooxdoo-devel] Difference between look of theme in IE9 and Chrome

2011-07-20 Thread Martin Wittemann
Hey, Just another little hint: In the folder "framework/source/resource/source/Modern" are the source files located for the modern theme. Maybe you can just take one of these files as a base for you changes. Best, Martin Am 20.07.2011 um 12:34 schrieb Jeroen Smit: Thanks again! I’ll try and c

Re: [qooxdoo-devel] Combination of SplitButton with ToggleButon

2011-07-20 Thread Martin Wittemann
Hey, thanks for sharing your ideas. Feel free to open up an enhancement report in our bugzilla for that. It would be best to open a report for each widget. But I am quite sure we won't get that done soon so maybe you should take a look how to build that yourself if you need it. The qooxdoo widge

Re: [qooxdoo-devel] Combination of SplitButton with ToggleButon

2011-07-20 Thread info
Hi Franček, the most amazing thing of qooxdoo is to enchance any widget in an easy way. I guess you should just subclass SplittButton and should include the same methods and mixins like in ToggleButton, with little changes ;). If you want to include a checkbox to a SplittButton, just take a look

[qooxdoo-devel] Local API-viewer

2011-07-20 Thread Fritz Zaucker
Hi, up until qx 1.3.x it was possible to generate.py build the apiviewer application and then access it locally with a file-URL. In 1.4.x (some x) and 1.5 this doesn't seem to work anymore (some message suggesting to use the http protocol instead). Is there some way to have a local API viewer wi

Re: [qooxdoo-devel] Really strange behaviour when runny "pretty" task

2011-07-20 Thread thron7
On 07/20/2011 11:48 AM, Gian Marco Gherardi wrote: >> Indentation levels are indented with multiples of indent-string, the >> indentation factor being 2 (IIRC). If your editor displays tabs as 8 >> spaces (the usual default), you see multiples of 8 as the indentation, >> which adds up pretty quic

Re: [qooxdoo-devel] is possible configure the path of the build directory?

2011-07-20 Thread Fritz Zaucker
Welcome. BTW, I use that during development. For deployment we usually have a separate script that does everything necessary such as - make a complete checkout to a staging area - generate the build version - replace some TAG in the final .js file with the SVN rev number (e.g. shown in an About

Re: [qooxdoo-devel] is possible configure the path of the build directory?

2011-07-20 Thread Simone Pandolfo
Thank you is a good suggestion :) Il giorno mer, 20/07/2011 alle 12.41 +0200, Fritz Zaucker ha scritto: > I use a symlink for the build directory to achieve this. > > Cheers, > Fritz > > On Wed, 20 Jul 2011, Simone Pandolfo wrote: > > > Hi all, > > > > I need to change the path where the build

Re: [qooxdoo-devel] is possible configure the path of the build directory?

2011-07-20 Thread Fritz Zaucker
I use a symlink for the build directory to achieve this. Cheers, Fritz On Wed, 20 Jul 2011, Simone Pandolfo wrote: > Hi all, > > I need to change the path where the build directory is created, i can > achive this with a shellscript, but i prefer use a configuration if is > possible. > > I did a

Re: [qooxdoo-devel] Difference between look of theme in IE9 and Chrome

2011-07-20 Thread Jeroen Smit
Thanks again! I'll try and create a few custom png's to get the colors going. Regards, Jeroen From: Martin Wittemann [mailto:martin.wittem...@1und1.de] Sent: woensdag 20 juli 2011 10:10 AM To: qooxdoo Development Subject: Re: [qooxdoo-devel] Difference between look of theme in IE9 and Chrome Hey

[qooxdoo-devel] is possible configure the path of the build directory?

2011-07-20 Thread Simone Pandolfo
Hi all, I need to change the path where the build directory is created, i can achive this with a shellscript, but i prefer use a configuration if is possible. I did a quick search, but so far I have not found anything Regards Sp -- Erreedi Srl Tel. 06.7900639 Fax 06.79840900 e-mail: s.pando.

[qooxdoo-devel] Combination of SplitButton with ToggleButon

2011-07-20 Thread fprijate
Hi Sometimes I need a button that has both properties of SplitButton and ToggleButon. ( SplitToggleButon ??). Some widget toolkits have this combination. The same is true for combination of qx.ui.toolbar.CheckBox with qx.ui.toolbar. SplitButton (qx.ui.toolbar.SplitToggleButon ??) I propose such

Re: [qooxdoo-devel] Really strange behaviour when runny "pretty" task

2011-07-20 Thread thron7
On 07/20/2011 11:27 AM, Gian Marco Gherardi wrote: > Hi, i'm using the "pretty" task on a freshly generate qx 1.5 app. > I'm on windows 7 x64. > i've customized the pretty task in config.json as follows: > > "pretty": { > "pretty-print": { > "general": { >

[qooxdoo-devel] Really strange behaviour when runny "pretty" task

2011-07-20 Thread Gian Marco Gherardi
Hi, i'm using the "pretty" task on a freshly generate qx 1.5 app. I'm on windows 7 x64. i've customized the pretty task in config.json as follows: "pretty": { "pretty-print": { "general": { "indent-string": "\t" }, "co

Re: [qooxdoo-devel] Difference between look of theme in IE9 and Chrome

2011-07-20 Thread Martin Wittemann
Hey, thats technically not possible the way you would like it to work. The browser only uses the images for the gradients and can not change its color which would be necessary to get that done. But you can use different background images containing the colors you want. That would be the way to g

Re: [qooxdoo-devel] Difference between look of theme in IE9 and Chrome

2011-07-20 Thread Jeroen Smit
Hi, Thanks for clearing that up. However, background colors for tabviews and its pages should work in IE or is that an issue as well? Best regards, Jeroen From: Martin Wittemann [mailto:martin.wittem...@1und1.de] Sent: woensdag 20 juli 2011 8:21 AM To: qooxdoo Development Subject: Re: [qooxdoo-