[qooxdoo-devel] IE9 issues pertaining to buttons

2011-09-21 Thread Jim Hunter
I have tried to track down the root cause of this problem that I am having but no luck. In IE9, form.Buttons are drawn without the border images. Here is a blown up view of 3 buttons showing the problem: If I change IE to work in IE8 mode, the images display correctly. I am using the same meta t

Re: [qooxdoo-devel] Migration to 1.5

2011-09-21 Thread Jim Hunter
Thanks for all the feedback. I don't understand why things happen as they do, but I tried to build my app 3 times and all three times when I ran it I got a failure on qx.util.Json with the error that it wasn't a class. And when I used FireBug and tested for the class it didn't exist. But just now,

[qooxdoo-devel] How to ensure Model Changes get saved to remote database?

2011-09-21 Thread Simon White
Hi I am looking for the documentation regarding saving data from my application back to a database. Currently I can get data from the database into a JSON store and I have the store bound to a virtual list's model. I am able to display details of the item selected in the list and changes made

Re: [qooxdoo-devel] How to reference a image in another project?

2011-09-21 Thread Simon White
Hi I finally solved the issue. The #assets was correct but the file name used in the setIconOptions was spelled "grdUnchecked.png" instead of "grdUnChecked.png" and the font I was using in the text editor does not make the capital letters very much larger than the small letters so I did not n

Re: [qooxdoo-devel] Migration to 1.5

2011-09-21 Thread thron7
Now we're slowly getting there... On 09/21/2011 07:47 PM, Jim Hunter wrote: I think I know why there were no changes made for 1.5. The dat file in the 1.5 patches folder in the migration folder is empty! That's only half true, and now I'm beginning to understand where you diverted. The 1.5 mi

Re: [qooxdoo-devel] Migration to 1.5

2011-09-21 Thread Felipe Delgado
On 9/21/11 1:30 PM, Jim Hunter wrote: > Any other suggestions, anyone? The config.json is pointing to the > correct qooxdoo, running generate.py info shows that the version of > qooxdoo is 1.5 and I made sure that I have a current version of > generate.py in my application folder. Yet, when I run t

Re: [qooxdoo-devel] Migration to 1.5

2011-09-21 Thread Jim Hunter
I think I know why there were no changes made for 1.5. The dat file in the 1.5 patches folder in the migration folder is empty! There are no instructions to execute, that's why nothing was changed. I can't imagine that there are no change from 1.4.2 to 1.5. Can someone send me a file with actual pa

Re: [qooxdoo-devel] Migration to 1.5

2011-09-21 Thread Jim Hunter
Any other suggestions, anyone? The config.json is pointing to the correct qooxdoo, running generate.py info shows that the version of qooxdoo is 1.5 and I made sure that I have a current version of generate.py in my application folder. Yet, when I run the migration it still stops at 1.4.2. So I am

[qooxdoo-devel] Contrib with qx as namespace

2011-09-21 Thread Seldaiendil D. Flourite
Hi all, We are trying to make things at qooxdoo way here at EyeOS. As you know (or not) EyeOS started using qooxdoo at version 0.8 and then we haven't so much time to learn how qooxdoo can be used. Today we have things clear and we are working on clean all the code. Unfortunally there are so many

Re: [qooxdoo-devel] Proposal: Adding cldr data for country codes

2011-09-21 Thread Stefan Andersson
>You may open an enhancement bug for this. But as this information is not I will. >really localized, I'd say this is rather application-specific, and >should be treated on this level. Well, I have never said it is localized! Universal application-specific then... The point here is that the

Re: [qooxdoo-devel] Proposal: Adding cldr data for country codes

2011-09-21 Thread thron7
You may open an enhancement bug for this. But as this information is not really localized, I'd say this is rather application-specific, and should be treated on this level. T. On 09/21/2011 12:32 PM, Stefan Andersson wrote: Here is a proposal to add cldr data for country codes: 1. create a d

Re: [qooxdoo-devel] how to integrate share button (addthis)

2011-09-21 Thread Simone Pandolfo
Thanks, i try to integrate it Regards Sp Il giorno mer, 21/09/2011 alle 13.22 +0200, Tino Butz ha scritto: > Hi, > > > In the addthis documentation it is written: > > > All of our JavaScript rendering methods take the form: > addthis.method(target(s), [configurationObject], [sharingObject]);

Re: [qooxdoo-devel] how to integrate share button (addthis)

2011-09-21 Thread Tino Butz
Hi, In the addthis documentation it is written: All of our JavaScript rendering methods take the form: addthis.method(target(s), [configurationObject], [sharingObject]); where target(s) can be 1. a classname, specified with a dot: '.sharing-button' 2. an id, specified with a hash: '#addth

[qooxdoo-devel] Proposal: Adding cldr data for country codes

2011-09-21 Thread Stefan Andersson
Here is a proposal to add cldr data for country codes: 1. create a directory tool/data/cldr/supplemental 2. put telephoneCodeData.xml file from unicode cldr in the created directory This is very useful for mapping country codes in f.i. a SelectBox. Stefan

[qooxdoo-devel] how to integrate share button (addthis)

2011-09-21 Thread Simone Pandolfo
Hi all, i'm trying to integrate in a project a share button like addthis. AddThis has a javascript render: https://www.addthis.com/help/client-api#rendering-js is possible to integrate this piece of javascript, like ckeditor, anyone can suggest me how to do this? thanks in advance Sp -- E

Re: [qooxdoo-devel] Stop running this script alert in IE 8

2011-09-21 Thread Tino Butz
Hi, This question is asked very often on the mailing list. You might want to have a look on the following thread: http://qooxdoo.678.n2.nabble.com/qooxdoo-your-script-is-running-too-slowly-td5733059.html#a5733211 Hope that helps you. Tino Am 21.09.2011 um 05:53 schrieb gouravmehta: I am usi