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

2011-07-19 Thread Martin Wittemann
Hey Jeroen, When I change the background color of a tab view’s page (for example) I see the colour perfectly in Chrome, but not in IE 9. Also the “css.gradients“ environment option gets disabled in IE9. Is this something that IE just doesn’t support yet or do I need to change my app’s configurati

Re: [qooxdoo-devel] Error with json marshaller after migration to 1.5

2011-07-19 Thread lgxco
Thanks!! It works now -- View this message in context: http://qooxdoo.678.n2.nabble.com/Error-with-json-marshaller-after-migration-to-1-5-tp6598969p6599774.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] Error with json marshaller after migration to 1.5

2011-07-19 Thread lgxco
Hi Marc, Thanks, you may be right, it seems a regression bug. In 1.4.1 '$' was allowed, after the fix on 1.4.2 and 1.5 '$' is no more a valid character. But still, I do not understand why it works on 1.4.2 playground... -- View this message in context: http://qooxdoo.678.n2.nabble.com/Error-wit

Re: [qooxdoo-devel] Error with json marshaller after migration to 1.5

2011-07-19 Thread Marc Puts
Hi lgxco, I can see the issue too, your code works in 1.4.x but not in 1.5. It's a bit easier to reproduce with this line: qx.data.marshal.Json.createModel({"$$0" : "test"}); This may have to do with the following bug (which was fixed in 1.4.2 and 1.5): http://bugzilla.qooxdoo.org/show_b

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

2011-07-19 Thread Jeroen Smit
Hi, When I change the background color of a tab view's page (for example) I see the colour perfectly in Chrome, but not in IE 9. Also the "css.gradients" environment option gets disabled in IE9. Is this something that IE just doesn't support yet or do I need to change my app's configuration some

Re: [qooxdoo-devel] integrating CKEditor 3.0 into qooxdoo

2011-07-19 Thread Derrell Lipman
On Tue, Jul 19, 2011 at 04:00, N. Schröder wrote: > Hi Derrel, > > here's a very small demo based on a qooxdoo skeleton app and a slightly > reduced version of Greg's ckEditor class. For me this works in FF 5 and IE > 6: > Thanks for sending this. It seems not to be quite right, though. It uses

Re: [qooxdoo-devel] integration with google chrome extension

2011-07-19 Thread richards
Hi Gabi, ok - thanks - I'll take a look at that. I guess it's not the chome extension part - it's some examples of how communication with javascript in another window might work i.e exposing objects/functions in each ... thnks richard -- View this message in context: http://qooxdoo.678.n2.nab

Re: [qooxdoo-devel] .qooxdoo/generator.json "let" section only ready by "source" but not "build" or "test"

2011-07-19 Thread thron7
On 07/19/2011 01:55 PM, panyasan wrote: > Sorry to have hijacked Derrell's thread on a specific technical question with > other issues - just to close this: > > In the end, qooxdoo is good as it is and for the specific application types > for which it was designed. For other approaches, there are

Re: [qooxdoo-devel] integration with google chrome extension

2011-07-19 Thread Gabriel Munteanu
Hi, you may have a look at this qooxdoo contrib: http://qooxdoo-contrib.svn.sourceforge.net/viewvc/qooxdoo-contrib/trunk/qooxdoo-contrib/ChromePlugin/ i see no reason why non-qooxdoo js could not interact with qooxdoo js and the other way around, but i cannot confirm because i have no experience

Re: [qooxdoo-devel] What is the best practice for adding widgets to Containers?

2011-07-19 Thread Simon White
Thank-you for your clear and helpful answer. Simon On 19/07/2011 4:06 AM, Gabriel Munteanu wrote: > Hi, > > the best approach is 1) in your list. > > the qooxdoo way in that approach goes like this: > > - you should declare private variables that will hold reference to your > widgets in the membe

[qooxdoo-devel] integration with google chrome extension

2011-07-19 Thread richards
Hi All, I'm new to qooxdoo and am looking at it as a possible UI solution for a new project. I am developing a google chrome extension and would like to use qooxdoo as the UI in a popup window that would be created by javascript running in the extension background page (simply using window.open(.

Re: [qooxdoo-devel] Dynamic page layout for mobile qooxdoo

2011-07-19 Thread Tino Butz
Hi James, Sorry for the late answer. I see what you referring to. I guess it would be a good idea to have some predefined page layouts. See the following bug for pre defined pages: http://bugzilla.qooxdoo.org/show_bug.cgi?id=4822 Perhaps you can add your request there. Anyway. With the curr

Re: [qooxdoo-devel] .qooxdoo/generator.json "let" section only ready by "source" but not "build" or "test"

2011-07-19 Thread panyasan
Sorry to have hijacked Derrell's thread on a specific technical question with other issues - just to close this: In the end, qooxdoo is good as it is and for the specific application types for which it was designed. For other approaches, there are other toolkits - that's why when I needed to prot

Re: [qooxdoo-devel] RpcExample and RpcJava, How make it working?

2011-07-19 Thread Simone Pandolfo
Thank you john, Now i thought that all the piece are working, try to finish the conversion of the old backend to this powerfull ServerObject :) Sp Il giorno mar, 19/07/2011 alle 12.37 +0100, John Spackman ha scritto: > Hi Simone > > >I have maked some test, That's odd, with the previus version

Re: [qooxdoo-devel] RpcExample and RpcJava, How make it working?

2011-07-19 Thread John Spackman
Hi Simone >I have maked some test, That's odd, with the previus version all work, >at the moment i have this situation: You're right, apologies - there's a fix in SVN for this now. >New custom object: >RangeError: Maximum call stack size exceeded This is because you have defined a property call

Re: [qooxdoo-devel] how to capture the steps involved to upload a file using selenium?

2011-07-19 Thread Daniel Wagner
Hi, it's not possible to test file uploads using Selenium (RC). Selenium works by using JavaScript to interact with web applications, but the file system dialog is a browser/OS component. The same goes for Java applets, Flash, ActiveX controls or other upload mechanisms not based on JavaScript

Re: [qooxdoo-devel] .qooxdoo/generator.json "let" section only ready by "source" but not "build" or "test"

2011-07-19 Thread thron7
On 07/19/2011 11:46 AM, panyasan wrote: > [2] is really cool - it's probably very outdated. You are right that it is > the inability to grok the whole system which bothers me most - in the > development work, one touches the config.json file very seldomly. Maybe the > effort should rather go into

[qooxdoo-devel] how to capture the steps involved to upload a file using selenium?

2011-07-19 Thread Mahisha
hi, I am uploading a file from my system. I browse through my local FS , select a file and upload it. Is there a way to capture these steps in qooxdoo-selenium for auutomation testing? -- View this message in context: http://qooxdoo.678.n2.nabble.com/how-to-capture-the-steps-involved-to-upload-

Re: [qooxdoo-devel] How to remove the top and left margin between the tabs and tab pages

2011-07-19 Thread gouravmehta
Thanks Gabi... -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-to-remove-the-top-and-left-margin-between-the-tabs-and-tab-pages-tp6597714p6598351.html Sent from the qooxdoo mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] .qooxdoo/generator.json "let" section only ready by "source" but not "build" or "test"

2011-07-19 Thread thron7
On 07/18/2011 03:55 PM, Derrell Lipman wrote: As I've been thinking about this, I believe my problem with understanding ~/.qooxdoo/generator.json is that it doesn't work like the start-up file for any other application I've seen. In all other applications, the start-up file is read first, a

Re: [qooxdoo-devel] .qooxdoo/generator.json "let" section only ready by "source" but not "build" or "test"

2011-07-19 Thread panyasan
thron7-2 wrote: > > > [2] http://resources.qooxdoo.org/download/config.doc/#config.jobs.extend > [2] is really cool - it's probably very outdated. You are right that it is the inability to grok the whole system which bothers me most - in the development work, one touches the config.json file v

Re: [qooxdoo-devel] What is the best practice for adding widgets to Containers?

2011-07-19 Thread Gabriel Munteanu
Hi, the best approach is 1) in your list. the qooxdoo way in that approach goes like this: - you should declare private variables that will hold reference to your widgets in the members section. - in the destruct section of the kardpoll.frmLogin class, you dispose of the child widgets. - you can

Re: [qooxdoo-devel] integrating CKEditor 3.0 into qooxdoo

2011-07-19 Thread N . Schröder
Hi Derrel, here's a very small demo based on a qooxdoo skeleton app and a slightly reduced version of Greg's ckEditor class. For me this works in FF 5 and IE 6: --- ckEditor.js --- qx.Class.define("editortest.ckEditor", { extend:

Re: [qooxdoo-devel] integrate external js file with data

2011-07-19 Thread Gabriel Munteanu
Hi, Yes you can add in your html page a

Re: [qooxdoo-devel] Empty HtmlArea without a network call?

2011-07-19 Thread Gabriel Munteanu
Hi, There is no clean way to do what you want. qx.ui.embed.HtmlArea extends qx.bom.htmlarea.HtmlArea and in that class we have this in the constructor: var uri = source || qx.util.ResourceManager.getInstance().toUri("qx/static/blank.html"); so, if you don't want to load a doc we force you to a q

[qooxdoo-devel] How to remove the top and left margin between the tabs and tab pages

2011-07-19 Thread gouravmehta
How to remove the top and left margin between the tabs and tab pages. http://qooxdoo.678.n2.nabble.com/file/n6597714/margin.jpg -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-to-remove-the-top-and-left-margin-between-the-tabs-and-tab-pages-tp6597714p6597714.html Sent from