[qooxdoo-devel] qooxdoo window losing focus (it seems) when something added/removed from stack container

2011-01-27 Thread Kenneth Tilton
Still trying to narrow this down but I thought I would check in here to see if this rings a bell: After adding or removing something to a StackContainer, the entire qooxdoo application seems to have lost focus. The OS (Windows 7) window still has focus and can be clicked and dragged without th

Re: [qooxdoo-devel] Examplecode?

2011-01-27 Thread Mustafa Sak
IMHO it's a matter of used browser. I don't know which one could not really copy the formatting, but I guess it must be an IE version. So try a well known browser like FF or chrome. Regards Mustafa Sak Von meinem iPhone gesendet Am 27.01.2011 um 17:30 schrieb Fritz Zaucker : > If I copy the

[qooxdoo-devel] Default source directory

2011-01-27 Thread Mengu
hi everyone, is there any way to set default resourceUri for libInfo? we are using grails and after every generation i have to set the paths in the generated js file. thanks in advance. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Default-source-directory-tp5968374p5968374

Re: [qooxdoo-devel] positioning and colors of Objects

2011-01-27 Thread Norbert Schröder
Hi Josef, Mustafa is right: in order to avoid a gap between the border of a window and its content you can use the window's contentPadding method, e.g. startWin.setContentPadding(0); And to style your menu bar the way you described you might want to add the following statements: var decorator

Re: [qooxdoo-devel] positioning and colors of Objects

2011-01-27 Thread Mustafa Sak
I guest there must be a property like contentpadding. Often you have to look at the API of the base class. The API shows you always witch class was extended. Maybe that hint helps. Von meinem iPhone gesendet Am 27.01.2011 um 21:09 schrieb josefkoller : > > Hi, > > first by using the demobr

[qooxdoo-devel] positioning and colors of Objects

2011-01-27 Thread josefkoller
Hi, first by using the demobrowser I thought qooxdoo is easy to use and clear strutered. I read in the docu by layout and in the forum topics. All looks very simple. But now I have biggest problems to format some objects in a good manner. for example: I create a window (this is the backgroun

Re: [qooxdoo-devel] Effect?

2011-01-27 Thread Deisss
Well I always think that examples showed in Demo browser are not so usefull due to use of "document.getElementById" Just remind that, if you use qooxdoo object (like qx.ui.basic.Label for example), you must use effect like this : var exampleLabel = new qx.ui.basic.Label("j"); var fd = new qx.fx

Re: [qooxdoo-devel] celleditor BUG

2011-01-27 Thread danovics
Ok, its here: http://bugzilla.qooxdoo.org/show_bug.cgi?id=4585 -- View this message in context: http://qooxdoo.678.n2.nabble.com/celleditor-BUG-tp5966467p5967259.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] IE RPC problems: TypeError: 'response.id'...

2011-01-27 Thread Derrell Lipman
On Thu, Jan 27, 2011 at 11:30, Cajus Pollmeier wrote: > LOL. Just got it. The real reason *somehow* gets swallowed by IE. Placing > several try/catch blocks deeper in the code tells me: > > "Encoding not supported" > > That's because the server seems to use charset set to utf8. Removing the > ch

Re: [qooxdoo-devel] IE RPC problems: TypeError: 'response.id'...

2011-01-27 Thread Cajus Pollmeier
To be even more correct: utf8 is wrong, utf-8 is correct. The other browsers seem to ignore that fact. Am Donnerstag 27 Januar 2011, 17:30:08 schrieb Cajus Pollmeier: > LOL. Just got it. The real reason *somehow* gets swallowed by IE. Placing > several try/catch blocks deeper in the code tells me

Re: [qooxdoo-devel] Examplecode?

2011-01-27 Thread Fritz Zaucker
If I copy the code into Emacs, it keeps it's formatting. I also tried with jmacs, same result (both Linux). I also tried Notepad and Wordpad, both kept the formatting. So I guess it must have something to do with your notepad++ configuration. Cheers, Fritz On Thu, 27 Jan 2011, smisonl...@google

Re: [qooxdoo-devel] IE RPC problems: TypeError: 'response.id'...

2011-01-27 Thread Cajus Pollmeier
LOL. Just got it. The real reason *somehow* gets swallowed by IE. Placing several try/catch blocks deeper in the code tells me: "Encoding not supported" That's because the server seems to use charset set to utf8. Removing the charset on the server side makes it work. #@~! Thanks for your help

[qooxdoo-devel] Examplecode?

2011-01-27 Thread smisonl...@googlemail.com
Since some weeks , when i copy the js code drom the example pages, the code will lose the format in my editorsm, like notepad++,... isnt very usefull:) -- Special Offer-- Download ArcSight Logger for FREE (a $49 USD val

Re: [qooxdoo-devel] Effect?

2011-01-27 Thread Fritz Zaucker
http://demo.qooxdoo.org/current/demobrowser/#animation~Showcase.html Cheers, Fritz On Thu, 27 Jan 2011, smisonl...@googlemail.com wrote: > hello, > > how can i create something like this fade/load effect in this page? > > http://demo.qooxdoo.org/current/showcase/#data > > Is their any example

[qooxdoo-devel] Effect?

2011-01-27 Thread smisonl...@googlemail.com
hello, how can i create something like this fade/load effect in this page? http://demo.qooxdoo.org/current/showcase/#data Is their any example out their:) Thank you -- Special Offer-- Download ArcSight Logger for FR

Re: [qooxdoo-devel] Python RPC, Anyone have the package qxjsonrpc? (File Not found)

2011-01-27 Thread Simone Pandolfo
Thank You Thomas, this helps, i try the contrib and I hoping that resolve my problem. Sp Il giorno gio, 27/01/2011 alle 15.28 +0100, thron7 ha scritto: > If you need a quick working solution and need to tinker with different > versions of a library, I can recommend you to 'virtualenv': > > http

Re: [qooxdoo-devel] IE RPC problems: TypeError: 'response.id'...

2011-01-27 Thread Derrell Lipman
On Thu, Jan 27, 2011 at 09:18, Cajus Pollmeier wrote: > [ >anonymous(), >qx.event.dispatch.Direct.prototype.dispatchEvent(), >wrappedFunction(), >qx.event.Manager.prototype.dispatchEvent(), >qx.event.Registration.dispatchEvent(), >qx.core.Object.prototype.dispatchEvent(),

Re: [qooxdoo-devel] IE RPC problems: TypeError: 'response.id'...

2011-01-27 Thread Derrell Lipman
On Thu, Jan 27, 2011 at 09:18, Cajus Pollmeier wrote: > hmm. You mean debugging with IE? Firefox never gets at that place. > Yeah, that sucks. Debugging in older versions of IE is pretty awful. Ah! I think I just found your answer. Look at the comments in the _oncompleted method of RequestQueue

Re: [qooxdoo-devel] celleditor BUG

2011-01-27 Thread Derrell Lipman
On Thu, Jan 27, 2011 at 09:22, danovics wrote: > > 1. Go to the demobrowser : > http://demo.qooxdoo.org/current/demobrowser/#table~Table_Cell_Editor.html > 2. Doubleclick on an editable cell. > 3. Sort table by first colum. > Conclusion: > The cell is being edited doesn't move to its appropriate

Re: [qooxdoo-devel] Python RPC, Anyone have the package qxjsonrpc? (File Not found)

2011-01-27 Thread thron7
If you need a quick working solution and need to tinker with different versions of a library, I can recommend you to 'virtualenv': http://pypi.python.org/pypi/virtualenv If you indeed end up needing a different Python version, just download it and install it using the 'make altinstall' command

Re: [qooxdoo-devel] IE RPC problems: TypeError: 'response.id'...

2011-01-27 Thread Stefan Volbers
Hi Cajus, On 27.01.2011 14:33, Cajus Pollmeier wrote: >> seems like you want the result object to have an "id" property. >> Which, according to wireshark, >> >> > {"error": null, "result": "admin", "id": 2} >> >> is not there, as the result object is only an "admin" string. > > Who does request

[qooxdoo-devel] celleditor BUG

2011-01-27 Thread danovics
1. Go to the demobrowser : http://demo.qooxdoo.org/current/demobrowser/#table~Table_Cell_Editor.html 2. Doubleclick on an editable cell. 3. Sort table by first colum. Conclusion: The cell is being edited doesn't move to its appropriate place but stay in place. Should I open a bug report for that?

Re: [qooxdoo-devel] IE RPC problems: TypeError: 'response.id'...

2011-01-27 Thread Cajus Pollmeier
Am Donnerstag 27 Januar 2011, 14:22:49 schrieb Derrell Lipman: > On Thu, Jan 27, 2011 at 08:14, Stefan Volbers wrote: > > Hi Cajus, > > > > > TypeError: 'response.id' ist Null oder kein Objekt > > > > seems like you want the result object to have an "id" property. > > Which, according to wi

Re: [qooxdoo-devel] Python RPC, Anyone have the package qxjsonrpc? (File Not found)

2011-01-27 Thread Simone Pandolfo
There is an alternative to The Rpc python contrib? is really a mess I can't use python 2.4/2.5 and for the same circumstance, i can't downgrade cjson to 1.0.3. at the moment i'm using qxrpc.py (by Igor Sidorenkov) integrated with cherrypy3 using python 2.6 but i have some problem with query/json p

Re: [qooxdoo-devel] IE RPC problems: TypeError: 'response.id'...

2011-01-27 Thread Stefan Volbers
Hi Derrell, On 27.01.2011 14:22, Derrell Lipman wrote: > > > On Thu, Jan 27, 2011 at 08:14, Stefan Volbers > wrote: > > Hi Cajus, > > > TypeError: 'response.id ' ist Null oder > kein Objekt > > seems like you want the result obje

Re: [qooxdoo-devel] Python RPC, Anyone have the package qxjsonrpc? (File Not found)

2011-01-27 Thread thron7
On 01/27/2011 02:35 PM, Simone Pandolfo wrote: > I have downloaded it trough svn, but the browse link (near the svn ) > don't work, and the import of the contrib trough config.json don't work > today. Ah, Sourceforge is under attack: http://sourceforge.net/apps/wordpress/sourceforge/2011/01/27/s

Re: [qooxdoo-devel] Python RPC, Anyone have the package qxjsonrpc? (File Not found)

2011-01-27 Thread Simone Pandolfo
I have downloaded it trough svn, but the browse link (near the svn ) don't work, and the import of the contrib trough config.json don't work today. Also i need to see some code inside qxjsonrpc and the link http://python.cx.hu/qxjsonrpc also don't work. Regards Sp Il giorno gio, 27/01/2011 alle 1

Re: [qooxdoo-devel] IE RPC problems: TypeError: 'response.id'...

2011-01-27 Thread Cajus Pollmeier
Hi Stefan, thanks for your answer. Find my comments below: Am Donnerstag 27 Januar 2011, 14:14:07 schrieb Stefan Volbers: > Hi Cajus, > > > TypeError: 'response.id' ist Null oder kein Objekt > > seems like you want the result object to have an "id" property. > Which, according to wireshark

Re: [qooxdoo-devel] IE RPC problems: TypeError: 'response.id'...

2011-01-27 Thread Derrell Lipman
On Thu, Jan 27, 2011 at 08:14, Stefan Volbers wrote: > Hi Cajus, > > > TypeError: 'response.id' ist Null oder kein Objekt > > seems like you want the result object to have an "id" property. > Which, according to wireshark, > > > {"error": null, "result": "admin", "id": 2} > > is not there,

Re: [qooxdoo-devel] IE RPC problems: TypeError: 'response.id'...

2011-01-27 Thread Stefan Volbers
Hi Cajus, > TypeError: 'response.id' ist Null oder kein Objekt seems like you want the result object to have an "id" property. Which, according to wireshark, > {"error": null, "result": "admin", "id": 2} is not there, as the result object is only an "admin" string. BTW, I'd consider it a

Re: [qooxdoo-devel] getRowData dont gets updated data

2011-01-27 Thread Martin Wittemann
Hey, > Ehmmm... As Derrell did on smarttable, would be a super table with tree/ > grouping function not more efficient than to different widgets? Just a newbee > thought! We will see. Sometimes its not a bad idea to split of different things just for maintainability. But haven't made up my min

Re: [qooxdoo-devel] Python RPC, Anyone have the package qxjsonrpc? (File Not found)

2011-01-27 Thread Thomas Herchenroeder
Which link are you referring to?! Which error do you get?! On 01/27/2011 02:00 PM, Simone Pandolfo wrote: > I know, but the link for the download don't work > > Il giorno gio, 27/01/2011 alle 13.43 +0100, thron7 ha scritto: >> qxjsonrpc is now part of the RpcPython contrib: >> http://qooxdoo.org/c

Re: [qooxdoo-devel] Python RPC, Anyone have the package qxjsonrpc? (File Not found)

2011-01-27 Thread Simone Pandolfo
I know, but the link for the download don't work Il giorno gio, 27/01/2011 alle 13.43 +0100, thron7 ha scritto: > qxjsonrpc is now part of the RpcPython contrib: > http://qooxdoo.org/contrib/project#rpcpython > > t. > > On 01/27/2011 11:48 AM, Simone Pandolfo wrote: > > The url in the documenta

Re: [qooxdoo-devel] Python RPC, Anyone have the package qxjsonrpc? (File Not found)

2011-01-27 Thread thron7
qxjsonrpc is now part of the RpcPython contrib: http://qooxdoo.org/contrib/project#rpcpython t. On 01/27/2011 11:48 AM, Simone Pandolfo wrote: > The url in the documentantion don't work and reply with a 404 Error, > anyone have an update qxjsonrpc package? > > I need it but this morning we have p

[qooxdoo-devel] IE RPC problems: TypeError: 'response.id'...

2011-01-27 Thread Cajus Pollmeier
Hi all! I trapped into a problem with IE/RPC and after some hours of debugging I think it's time to ask the qooxdoo experts ;-) Target: qooxdoo-1.3-sdk The complete RPC stuff works inside Firefox, Chrome, Safari and Opera, but fails for RPC calls in IE. It doesn't seem to matter which version

Re: [qooxdoo-devel] movable groupbox

2011-01-27 Thread Mustafa Sak
That's Qooxdoo simpler than you can imagine. Hey, would be a nice slogan, isn't it? ;) Von meinem iPhone gesendet Am 27.01.2011 um 10:52 schrieb josefkoller : > > Hi, > > wow so easy. > > Thanks > > Josef > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/movable-gr

[qooxdoo-devel] Python RPC, Anyone have the package qxjsonrpc? (File Not found)

2011-01-27 Thread Simone Pandolfo
The url in the documentantion don't work and reply with a 404 Error, anyone have an update qxjsonrpc package? I need it but this morning we have problem with both contributions download and this package Regards Sp -- Erreedi Srl Tel. 06.7900639 Fax 06.79840900 e-mail: s.pando...@erreedi.it --

Re: [qooxdoo-devel] getRowData dont gets updated data

2011-01-27 Thread Mustafa Sak
Good luck to the core dev team. Ehmmm... As Derrell did on smarttable, would be a super table with tree/ grouping function not more efficient than to different widgets? Just a newbee thought! Regards Mustafa Sak Von meinem iPhone gesendet Am 27.01.2011 um 07:59 schrieb Martin Wittemann : >

Re: [qooxdoo-devel] movable groupbox

2011-01-27 Thread josefkoller
Hi, wow so easy. Thanks Josef -- View this message in context: http://qooxdoo.678.n2.nabble.com/movable-groupbox-tp5965658p5965704.html Sent from the qooxdoo mailing list archive at Nabble.com. -- Special Offer-- Do

Re: [qooxdoo-devel] extopus ... plaything

2011-01-27 Thread Mustafa Sak
That's nothing man we got the hole amazoon product dump with 3.5million entries over 2.5 gb in a remote table and It was like just loading 200 entries. ;) just kidding. But it's impressive to see the power of Qooxdoo. Thats why I'm using Qooxdoo for all my projects, small ones and the big ones.

Re: [qooxdoo-devel] movable groupbox

2011-01-27 Thread Mustafa Sak
Hi Josef welcome to the world of Qooxdoo. I'm sure you will be really impressed since you go deeper. I never used moving a widget expect of windows widgets but please try this code to use your subclassed label extension: var label = new custom.MovableLabel("hello world"); Regards Mustafa Sak

[qooxdoo-devel] movable groupbox

2011-01-27 Thread josefkoller
Hello, I#m new in qooxdoo and I test in the moment some possibilities in the playground window. First: Qooxdoo looks very nice, clear structured and easy to use. But now I have a first problem: What I see is the method movable only attached to window. But I would like to attach this method for

Re: [qooxdoo-devel] extopus ... plaything

2011-01-27 Thread thron7
Crazy! I can't believe it renders the table that fast. On 01/27/2011 12:05 AM, Tobias Oetiker wrote: > My latest plaything ... http://www.extopus.org ... qooxdoo will play an > important role ... there is already a demo ... > http://tobi.oetiker.ch/test/extopus/ > > early days ... but 1.6 million

Re: [qooxdoo-devel] extopus ... plaything

2011-01-27 Thread Andreas Ecker
Hi Tobi! On Thu, 2011-01-27 at 00:05 +0100, Tobias Oetiker wrote: > My latest plaything ... http://www.extopus.org ... qooxdoo will play an > important role ... there is already a demo ... > http://tobi.oetiker.ch/test/extopus/ > > early days ... but 1.6 million entries in a remote table is sort