Re: [qooxdoo-devel] Icon Paths ?

2010-03-08 Thread MartinWittemann
Hey, Yes thats the way I would take. But if possible, be even more specific. If you just need 5 icons of the Tango theme, name them and just include those 5 icons. Best, Martin -- View this message in context: http://n2.nabble.com/Icon-Paths-tp4696745p4700714.html Sent from the qooxdoo mailing l

Re: [qooxdoo-devel] Icon Paths ?

2010-03-08 Thread Qoodary
Hello Martin, thank you for your information. That means, If I need only Icons from Tango in size 22 and only Apps then I can add #asset(icon/${qx.icontheme}/22/apps/*) in the head of the Application.js ? and in the config.json I have to add "themes" : { "qx.icontheme"

Re: [qooxdoo-devel] Icon Paths ?

2010-03-08 Thread MartinWittemann
Hello Hansjoerg, I would prefer the second option for some reasons. First, you don't have to "pollute" your JS code with settings details. The second point is independent from the solution itself but also important. If you don't need every icon of the theme, you should pick the icons manually (wi

[qooxdoo-devel] blocker responding to any remote request

2010-03-08 Thread Daniel Hirtzbruch
Good morning, I'm searching for a solution to have the blocker which is included in the main application (standalone) blocking the whole app visibly whenever a remote.Request is started. My first try was to extend the Request-class but the GUI is not available in the data layer. Is there any solu

Re: [qooxdoo-devel] splitter is sometimes not response when being quickly dragged.

2010-03-08 Thread MartinWittemann
Hey, I just tried it on Webkit (Mac) and could not experience any difficulty in using the splitter. But it would be very interesting why you have problems using it. Did you already find a way to reproduce it or do have any other details about it? Regards, Martin -- View this message in context:

[qooxdoo-devel] time dropdown a la google calendar?

2010-03-08 Thread Greg Beaver
Hi, I am writing an app that will allow modifying dates/times of google calendar entries in a specific manner, and I would love to be able to replicate google's slick textfield w/smart dropdown menu for time entry. Has anyone got an offline version of something similar I could play with? The Tim

[qooxdoo-devel] splitter is sometimes not response when being quickly dragged.

2010-03-08 Thread sakesun roykiatisak
I'm now trying qooxdoo playground. I notice that the spiltter (between Source Code and Result pane) is not always function. Sometime it's not response to the drag. Unfortunately, I cannot reliably find a way to reproduce this. IE is the only browser that splitter seem to work reliably. Does anybo

Re: [qooxdoo-devel] New Qooxdoo application: Kameleoon

2010-03-08 Thread Jean-Noël Rivasseau
Kameleoon handles templated sites without any problems. It depends on what you want to do, if you want to use a premade template and just modify it a bit, just install that template and use Kameleoon over it. If you want to design a complete template with Kameleoon, it also works, I would recommend

Re: [qooxdoo-devel] New Qooxdoo application: Kameleoon

2010-03-08 Thread Jim Hunter
Very cool. How does it handle templated sites like Drupal? Does it modify the template? Jim On Mon, Mar 8, 2010 at 9:53 AM, thron7 wrote: > Crazy stuff, Jean-Noel, thanks for sharing! > > Thomas > > > > -- > Download In

Re: [qooxdoo-devel] New Qooxdoo application: Kameleoon

2010-03-08 Thread thron7
Crazy stuff, Jean-Noel, thanks for sharing! Thomas -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performa

[qooxdoo-devel] New Qooxdoo application: Kameleoon

2010-03-08 Thread Jean-Noël Rivasseau
Hi all, We are pleased today to showcase the Qooxdoo community Kameleoon, a web design application developed in house over the last year. This application is quite special so I suggest anyone interested to go to our online demonstration page (http://www.kameleoon.com/demos) to get a feel of what

[qooxdoo-devel] Icon Paths ?

2010-03-08 Thread Qoodary
Hello list, which is the best (correct) way to add the QX icon path to an application? Assuming you want add icons in this way: var btn1 = new qx.ui.form.Button("Status", "icon/22/apps/internet-web-browser.png"); In the documentation I can find: http://qooxdoo.org/documentation/1.0/ui_theming?s=t

Re: [qooxdoo-devel] strange "generate translation" behavior

2010-03-08 Thread Peter Schneider
Original From: thron7 Date: 08.03.2010 17:49 >>> Well, it is triggered whenever the corresponding class code might have >>> changed, so a simple 'touch' on the class file will do that for you, you >>> don't need to actually change the code :). >> I have to say: No! A simple 'to

Re: [qooxdoo-devel] Can not generate project on my machine with China Locale

2010-03-08 Thread thron7
Hi, On 03/08/2010 04:05 PM, hchaojie wrote: > > See attached screenshot, > when I generate a project which created using create-application.py, Could you post the command line which ran create-application.py? > It failed and the message is: > 'utf8' codec can't decode byte 0xb1 in position 12:

Re: [qooxdoo-devel] strange "generate translation" behavior

2010-03-08 Thread thron7
>> Well, it is triggered whenever the corresponding class code might have >> changed, so a simple 'touch' on the class file will do that for you, you >> don't need to actually change the code :). > > I have to say: No! A simple 'touch' doesn't change anything -- The generator > even continues to c

Re: [qooxdoo-devel] Table in Window of minimal size

2010-03-08 Thread Fabian Jakobs
Hi Fritz, > I'd like to open a qx.ui.window.Window with a vbox layout and a > qx.ui.table.Table inside, so that the table use the minimal vertical size to > show all rows of the table (and not more). I tried all kinds of combinations > of maxHeight, allowGrowY, allowShrinkY, allowStretchY on both t

Re: [qooxdoo-devel] Dragging text from a text widget causes browser to load it as URL

2010-03-08 Thread Ivan Furnadjiev
Hi Alex, this is not acceptable, as we loose the possibility to select the text. If I create a simple HTML page with an "input" element ( type=text ) in it, or load www.google.com for example, you can select the text, but when you try to drag it - drop is not possible ( mouse cursor is changed

[qooxdoo-devel] Can not generate project on my machine with China Locale

2010-03-08 Thread hchaojie
See attached screenshot, when I generate a project which created using create-application.py, It failed and the message is: 'utf8' codec can't decode byte 0xb1 in position 12: unexpected code byte My system is windows xp, and Locale is zh_CN I think there must be some encoding problem with the b

Re: [qooxdoo-devel] How to access tablemodel in main function?

2010-03-08 Thread Derrell Lipman
On Mon, Mar 8, 2010 at 11:16, Qoodary Doo wrote: > Hi Derrell, > > great, it works now with your solution and with one addListener. > Thank you so much > You're welcome. > > I have learned a lot with you, even if I have not understand all in > details. > especially what you have donw with t

Re: [qooxdoo-devel] How to access tablemodel in main function?

2010-03-08 Thread Qoodary Doo
Hi Derrell, great, it works now with your solution and with one addListener. Thank you so much I have learned a lot with you, even if I have not understand all in details. especially what you have donw with the "setUserData" and "getUserData". I first thought this was wrong written and means

Re: [qooxdoo-devel] Dragging text from a text widget causes browser to load it as URL

2010-03-08 Thread Alexander Steitz
Hi Ivan, On Monday March 8 2010 16:13:18 Ivan Furnadjiev wrote: > Hi all, > > we are using qooxdoo 0.7.4 and we are experiencing the following problem > in Firefox. Trying to drag/drop the selected text from the TextField > widget causes browser to load it as URL. This behavior can be reproduced

Re: [qooxdoo-devel] How to access tablemodel in main function?

2010-03-08 Thread Derrell Lipman
On Mon, Mar 8, 2010 at 10:44, Qoodary Doo wrote: > Hi Derrell, > > Ok, I now have added "this" > > this.tableModel = new qx.ui.table.model.Simple(); > > and it works now. Great. > > I also tried again your solution with only one addListener: > > var form = new > mobilewebjobticket.UploadFo

Re: [qooxdoo-devel] How to access tablemodel in main function?

2010-03-08 Thread Qoodary Doo
Hi Derrell, Ok, I now have added "this" this.tableModel = new qx.ui.table.model.Simple(); and it works now. Great. I also tried again your solution with only one addListener: var form = new mobilewebjobticket.UploadForm('uploadFrm','/uploads/upload.php'); this.getTableData("form",

Re: [qooxdoo-devel] trying to set a text value as a selected item of a List....possible somehow?

2010-03-08 Thread Jonathan Weiß
Hello Marta, if I understand you correctly, you want to set the selected list item inside a list to the match the string inside a table cell. We changed the selection API to work with widgets everywhere, instead of string values, since the old API was not consistent. So the problem here is to ma

Re: [qooxdoo-devel] strange "generate translation" behavior

2010-03-08 Thread Peter Schneider
>> Hi Thomas, > [...] >> b) Every "generate source" complains about some 'qx.ui.layout...' or similar >>unknown symbol reference. >>(In this special case it was "qx.ui.layout" and "qx.ui.form") > > Ok, I take "or similar" to mean "other packages names" (all-lower-caps > names that do not e

[qooxdoo-devel] Dragging text from a text widget causes browser to load it as URL

2010-03-08 Thread Ivan Furnadjiev
Hi all, we are using qooxdoo 0.7.4 and we are experiencing the following problem in Firefox. Trying to drag/drop the selected text from the TextField widget causes browser to load it as URL. This behavior can be reproduced with qooxdoo 0.7.4 demo browser - http://demo.qooxdoo.org/0.7.4/demobro

Re: [qooxdoo-devel] Place (HBOX) buttons at the end of container?

2010-03-08 Thread Tobias Oetiker
HI Qoodary, ah ... sorry, in that case you should use the spacer with flex ... I agree cheers tobi Today Qoodary Doo wrote: > Hello Tobias, > > thank you very much for your help. > Yes I have read the Api viewer doc of the vBox and I tried this with adding > alignY:"bottom" to the StatusbarCont

Re: [qooxdoo-devel] How to access tablemodel in main function?

2010-03-08 Thread Derrell Lipman
On Mon, Mar 8, 2010 at 09:47, Qoodary Doo wrote: > Hi Derrell, > > now it works! > Great! But let's talk about your solution... > I am so happy. Thanks a lot for your help and your patience. > You're welcome. > I have now added two addListener. One for callling my getTableData function > and

Re: [qooxdoo-devel] How to access tablemodel in main function?

2010-03-08 Thread Qoodary Doo
Hi Derrell, now it works! I am so happy. Thanks a lot for your help and your patience. I know I have to learn a lot :-) I have now added two addListener. One for callling my getTableData function and one for getIframeContent * form.addListener('completed',function(e) { this.getTab

Re: [qooxdoo-devel] strange "generate translation" behavior

2010-03-08 Thread thron7
On 03/05/2010 02:51 PM, Peter Schneider wrote: > Hi Thomas, > > I came across the issue again and can give some more information: > > a) The generated script works "flawlessly". The generated script only differs >in the qx.$$translations map (I've expected that ;) ) That's good to know, so

Re: [qooxdoo-devel] Place (HBOX) buttons at the end of container?

2010-03-08 Thread Qoodary Doo
Hello Tobias, thank you very much for your help. Yes I have read the Api viewer doc of the vBox and I tried this with adding alignY:"bottom" to the StatusbarContainer. But nothing changes. //my Main container var mainContainer = new qx.ui.container.Composite(new qx.ui.layout.VBox(10));

Re: [qooxdoo-devel] How to access tablemodel in main function?

2010-03-08 Thread Derrell Lipman
On Mon, Mar 8, 2010 at 09:17, Qoodary Doo wrote: > > var form = this.setUserData("form", form) = new > firstQxApp.UploadForm('uploadFrm','/uploads/upload.php'); > > > and > > var response = this.getUserData("form").getIframeHtmlContent(); > > But know after generate.py source and build I will get

Re: [qooxdoo-devel] How to access tablemodel in main function?

2010-03-08 Thread Qoodary Doo
Hi Derrell, I tried your first choise with; var form = this.setUserData("form", form) = new firstQxApp.UploadForm('uploadFrm','/uploads/upload.php'); and var response = this.getUserData("form").getIframeHtmlContent(); But know after generate.py source and build I will get this error: invalid

Re: [qooxdoo-devel] data binding question

2010-03-08 Thread MartinWittemann
Hey, thats exactly what I wanted to show you. :) But feed free to ask more questions if you have trouble using it. Best, Martin -- View this message in context: http://n2.nabble.com/data-binding-question-tp4694961p4695311.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] data binding question

2010-03-08 Thread hkalyoncu
hello i found the answer here: http://demo.qooxdoo.org/current/demobrowser/#data~Finder.html sorry for the message pollution -- View this message in context: http://n2.nabble.com/data-binding-question-tp4694961p4695279.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] How to access tablemodel in main function?

2010-03-08 Thread Derrell Lipman
On Mon, Mar 8, 2010 at 02:26, Qoodary wrote: > > Hi Derrell, Hi list, > thank you very much for your help, > > I tried to add the the third parameter "this" to the addListener function. > > form.addListener('completed',function(e) { > this.debug('completed'); >file.setFieldValue('

Re: [qooxdoo-devel] Missing destruct definitions in qx.ui.decoration.Grid

2010-03-08 Thread Jonathan Weiß
Hello Daniel, thank you for reporting this issue. I fixed in in r21719. This feature is currently in development, but -- as always -- we appreciate all kind of feedback. :-) Cheers Jonathan - Jonathan Weiß Framework Engineer http://mysterycity.de/blog Blog - http://www.linkedin.com/in/

Re: [qooxdoo-devel] TextField space character

2010-03-08 Thread geoffre
Christian, Apparently it works much better. I modified the condition as below to control the direction arrows behavior. if ((e.getKeyIdentifier() === "Space")||(e.getKeyIdentifier() === "Left")||(e.getKeyIdentifier() === "Right")||(e.getKeyIdentifier() === "Down")||(e.getKeyIdentifier() === "Up

[qooxdoo-devel] Table in Window of minimal size

2010-03-08 Thread Fritz Zaucker
Hi, I'd like to open a qx.ui.window.Window with a vbox layout and a qx.ui.table.Table inside, so that the table use the minimal vertical size to show all rows of the table (and not more). I tried all kinds of combinations of maxHeight, allowGrowY, allowShrinkY, allowStretchY on both the window and

Re: [qooxdoo-devel] Command with Meta modifier only firing once.

2010-03-08 Thread Jonathan Weiß
Hello Nick, the behavior you describe sound like a bug to me, since crtl+a and meta+a should both work. I opened a bug report using your information. Thank you for reporting! http://bugzilla.qooxdoo.org/show_bug.cgi?id=3504 You can add yourself to the CC list to get informed when the bug get

[qooxdoo-devel] data binding question

2010-03-08 Thread hkalyoncu
hi again i implemented two list boxes. one is for main category names and the other one is for sub categories. cutting the crap; what i want to do is when there is a selection in first list box the content of the second list box must be updated automatically. actually i did this with remote requ

Re: [qooxdoo-devel] Place (HBOX) buttons at the end of container?

2010-03-08 Thread Tobias Oetiker
Hi Hanjoerg, note that the VBox and HBox layouts also take the AlignX / AlignY property into consideration ... see this: http://bit.ly/aiUikA cheers tobi > > Thank you Fritz for this tip. > I will try this. > > cheers > Hansjoerg > > > Fritz Zaucker-3 wrote: > > > > You can add a spacer with fl

Re: [qooxdoo-devel] TextField space character

2010-03-08 Thread Christian Schmidt
Hi, okay, I would try to stop the event propagation. Could you please try something like this: textField.addListener("keypress", function(e) { if (e.getKeyIdentifier() === "Space") { e.stopPropagation(); } }); Cheers, Chris Am 08.03.2010 10:52, schrieb geoffre: > Christian, >

Re: [qooxdoo-devel] Place (HBOX) buttons at the end of container?

2010-03-08 Thread Qoodary
Thank you Fritz for this tip. I will try this. cheers Hansjoerg Fritz Zaucker-3 wrote: > > You can add a spacer with flex: > > > Assuming your main application widget is called main (and probably has a > vbox layout): > > main.add(label); > main.add(table); > main.add(other stuff); > > mai

Re: [qooxdoo-devel] Place (HBOX) buttons at the end of container?

2010-03-08 Thread Fritz Zaucker
You can add a spacer with flex: Assuming your main application widget is called main (and probably has a vbox layout): main.add(label); main.add(table); main.add(other stuff); main.add(new qx.ui.core.Spacer(1,1), {flex:1}); main.add(your hbox); Cheers, Fritz On Mon, 8 Mar 2010, Qoodary wrote:

[qooxdoo-devel] Place (HBOX) buttons at the end of container?

2010-03-08 Thread Qoodary
Hello, I assume for you experts it is very simple :-) I have a main container with height = 300. The final application will show an menu then an Label, then an table and some other stuff. I want some buttons at the end (below) of the container It should be like an "windows status bar" I tried i

Re: [qooxdoo-devel] TextField space character

2010-03-08 Thread geoffre
Christian, Please find attach below the response of the "keypressed" listener. On the other hand I noticed, while I do not key the directional arrows space key is working properly. When I pressed one of the directional arrows space key does not work (in addition I see the focused custom widget

[qooxdoo-devel] Missing destruct definitions in qx.ui.decoration.Grid

2010-03-08 Thread Daniel Hirtzbruch
Hello, I always get several debug warnings in firebug when shutting down my app: Missing destruct definition for '__impl' in qx.ui.decoration.Grid[undefined]: qx.ui.decoration.css3.BorderImage[undefined] Maybe this could be fixed when one of you gets bored. ;-) TIA, Daniel -- View this messa

Re: [qooxdoo-devel] Get a node to represent qooxdoo widgets

2010-03-08 Thread Alexander Steitz
Hi, On Friday March 5 2010 16:36:41 mckwil wrote: > I'm a bit confused about your solutions: >"either wrap the google code in >your popup window inside a small qooxdoo app or use a qooxdoo window > instance >and embed the google code there inside an iframe" It wasn't my intention to

Re: [qooxdoo-devel] No debug messages in Firebug?

2010-03-08 Thread Fritz Zaucker
Cool, thanks. Cheers, Fritz On Mon, 8 Mar 2010, Jim Hunter wrote: > Yes, Ctr-Shft-Del brings up the menu that will allow you to clear the cache > and it seems to work fine. And if I remember right, there is a way to turn > off the cache all together but I can't remember now how to do that. > >

Re: [qooxdoo-devel] No debug messages in Firebug?

2010-03-08 Thread Qoodary
Just for interest. Does anybody else have problems with FF 2.5.8 or 2.6 and FB 1.5.2 ? I know in the past the debug messages was shown fine in FB. Now I can only see Javascript error messages in the console. cheers Hansjoerg -- View this message in context: http://old.nabble.com/No-debug-messag

Re: [qooxdoo-devel] No debug messages in Firebug?

2010-03-08 Thread Jim Hunter
Yes, Ctr-Shft-Del brings up the menu that will allow you to clear the cache and it seems to work fine. And if I remember right, there is a way to turn off the cache all together but I can't remember now how to do that. Jim On Mon, Mar 8, 2010 at 12:46 AM, Fritz Zaucker wrote: > Jim, > > did y

Re: [qooxdoo-devel] jsonrpc testing infrastructure

2010-03-08 Thread panyasan
Hi Jonathan, the contribution is already there - it's called RpcConsole. In the trunk, similar functionality is already implemented, but I want to rework it - Thomas had already made some good suggestions... Thanks, Christian -- View this message in context: http://n2.nabble.com/jsonrpc-testi

Re: [qooxdoo-devel] TextField space character

2010-03-08 Thread Christian Schmidt
Hi, the problem is that the List registers a listener for "keypress" event and react on e.q. space. Could you please add a "keypress" listener to your TextField and log all key evens which are dispatched on the TextField. Is the space key dispatched on it? Cheers, Chris Am 05.03.2010 15:26,

Re: [qooxdoo-devel] jsonrpc testing infrastructure

2010-03-08 Thread Jonathan Weiß
Hello Christian, I like your idea to have the possibility to work with mockups as well as test against a real backend. Would you like to create a qooxdoo contribution? Please let us know if we can help you with this. :-) Unfortunately I can not say much about the architecture, but perhaps the a

Re: [qooxdoo-devel] No debug messages in Firebug?

2010-03-08 Thread Fritz Zaucker
Jim, did you find a way to get around Chrome's aggressive caching habits? I just can't get Chrome to reload the Qooxdoo (source) code after changing something in the source (short of exiting an restarting Chrome). Cheers, Fritz On Sun, 7 Mar 2010, Jim Hunter wrote: > I stand corrected. I am not