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
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.
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
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
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
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
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
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
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
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
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(.
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
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
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
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
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
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
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-
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.
-
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
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
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
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:
Hi,
Yes you can add in your html page a
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
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
26 matches
Mail list logo