Re: [qooxdoo-devel] qx.Settings error when migrate to 0.7

2007-02-27 Thread Fabian Jakobs
frederic schrieb: > Hi, > I've solved my pb but now I have an error with my script when executing > qx.io.Json line 476 : > > ../.. > if (qx.Settings.getValueOfClass("qx.io.Json", "enableDebug")) { > < line 476 > qx.log.Logger.getClassLogger(qx.io.Json).debug("JSON response:

Re: [qooxdoo-devel] GlobalQueues - Question

2007-02-27 Thread Fabian Jakobs
Tobias Koller (GERMO GmbH) schrieb: > > Hello, > > could anyone explain me the idea of the globalQueues (qx.ui.core.Widget); > > I never used them…;) > Ideally you should never have to deal with the queues. With Andreas' patch to the global queues most of the manual work with the queues is gone n

Re: [qooxdoo-devel] qooxdoo license question

2007-02-27 Thread Dietrich Streifert
Hi Fabio, As I read more through LGPL and EPL I get more and more confused about the point if it is possible to sell a product which uses qooxdoo. Especially the fact that the build system does something like compiling and linking and the question if the result is program or a library and the

Re: [qooxdoo-devel] New way to add to existing qooxdoo objects

2007-02-27 Thread Fabian Jakobs
Hello Jim > With the new Clazz way of doing things, what is the new and preferred > way to add functionality to existing qooxdoo classes? Previously, my > old code might look like this: > > qx.Proto = qx.OO.classes["qx.core.Object "].prototype; > qx.OO.addProperty({ name: "myID", type: "string",

[qooxdoo-devel] qx.Settings error when migrate to 0.7

2007-02-27 Thread frederic
Hi, I've solved my pb but now I have an error with my script when executing qx.io.Json line 476 : ../.. if (qx.Settings.getValueOfClass("qx.io.Json", "enableDebug")) { < line 476 qx.log.Logger.getClassLogger(qx.io.Json).debug("JSON response: " + text); } ../.. 012568

Re: [qooxdoo-devel] new builds

2007-02-27 Thread Jim Hunter
What I am saying is that it doesn't matter which application I try to build, they all give the same results. It seems everyone is failing to hear that when I write. If I do a make/source on the feedreader, or the apiviewer, etc., they all do NOT make a correct file. Darrell sent me a copy of what

Re: [qooxdoo-devel] new builds

2007-02-27 Thread Sebastian Werner
Please verify that your application class is really swep.Application. Does this class really exists? Normally at least this class should be included in tailor made builds. The results of "make build" are generated to a newly created "build" folder. The script folder definitely should contain

Re: [qooxdoo-devel] new builds

2007-02-27 Thread Derrell . Lipman
"Jim Hunter" <[EMAIL PROTECTED]> writes: > I added that line to my make file and it made no difference. At the risk of > repeating myself (since many seem to have missed some of the details), here > are the specifics: Hi Jim, Although it is possible that the situation you present is as it seems,

[qooxdoo-devel] qooxdoo license question

2007-02-27 Thread Fabio Mino
Hi all, i downloaded qooxdoo two weeks ago and i'm very impressed: great work I started using it (i'm trying to convert a Visual Basic project to a web application), but now i have a doubt: is it possibile to use qooxoo for a commercial project? I read the two licenses (LGPL and EPL) and if i u

[qooxdoo-devel] qx.io.remote.Rpc error when migrate to 0.7

2007-02-27 Thread frederic
Hello, My script worked fine on 0.6.5 and now after a migration to 0.7, I have the following error : 008473 ERROR: qx.ui.form.Button[206]: Could not dispatch event of type "execute": TypeError - map has no properties at http://127.0.0.1/qooxdoo/frontend/framework/source/class/qx/lang/Object.js:31

[qooxdoo-devel] New way to add to existing qooxdoo objects

2007-02-27 Thread Jim Hunter
With the new Clazz way of doing things, what is the new and preferred way to add functionality to existing qooxdoo classes? Previously, my old code might look like this: qx.Proto = qx.OO.classes["qx.core.Object"].prototype; qx.OO.addProperty({ name: "myID", type: "string", defaultValue: ""}); bu

[qooxdoo-devel] QooxDootNET (qx.NET) new demo online

2007-02-27 Thread Jerónimo Milea
Hi ppl, i just wanna drop a note there is a new demo online showing more cappabilities of the framework, i really like to see some feedback on this :) Thanks for putting a comment on related projects in qx page :) --- Kind regards Jeronimo Milea -

Re: [qooxdoo-devel] new builds

2007-02-27 Thread Jim Hunter
I added that line to my make file and it made no difference. At the risk of repeating myself (since many seem to have missed some of the details), here are the specifics: 1) it's not my application that is bad, it's in the make system as I get the exact same results when I try and 'make' the samp

[qooxdoo-devel] problem ComboBox: delay first click

2007-02-27 Thread naftali
Hi, I have a ComboBox added tot a GridLayout. After my application is started everything looks ok but if I click on the combobox it takes about 1000 ms to show. This only happens the first time and only in IE 6. I turned enableQueueDebug on, this shows that the layoutqueue takes all that time.

[qooxdoo-devel] GlobalQueues - Question

2007-02-27 Thread Tobias Koller (GERMO GmbH)
Hello, could anyone explain me the idea of the globalQueues (qx.ui.core.Widget); I never used them...;) Thanks Tobias - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and

Re: [qooxdoo-devel] Loosing drag and drop if compiling with APPLICATION_COMPLETE_SOURCE = false

2007-02-27 Thread Fabian Jakobs
Hi Charles, > Hello, > > I have an application using objects with d&d facilities. > It works well when compiling (and using) all the classes, but I loose > d&d if I use only the 'needed' classes (APPLICATION_COMPLETE_SOURCE = > false) The problem is that the drag and drop handler is marked as opt

Re: [qooxdoo-devel] little bug in tool/layout.py

2007-02-27 Thread Fabian Jakobs
Hi Naftali, > Hi, > after migrating to 0.6.5 the test and examples would'nt work anymore, > ONLY in IE. > after checking it out i found that sample/tool/layout.py has a little bug. > > changing the line: var url = window.location.pathname.split ('/'); to > var url = window.location.href.split('/'

Re: [qooxdoo-devel] new builds

2007-02-27 Thread Hugh Gibson
> The source/script directory ends up with a single file in it, > {applicationName}.js that contains the script links and not the code. At the risk of teaching my grandma how to suck eggs (no offense!), that's what you get when you do a "make source". If you look for a sibling folder for source

[qooxdoo-devel] Loosing drag and drop if compiling with APPLICATION_COMPLETE_SOURCE = false

2007-02-27 Thread Charles SALMON
Hello, I have an application using objects with d&d facilities. It works well when compiling (and using) all the classes, but I loose d&d if I use only the 'needed' classes (APPLICATION_COMPLETE_SOURCE = false) The work-around is easy: just adding a directive in my application: #require(qx.event

Re: [qooxdoo-devel] newbie question about iterator the tree nodes element

2007-02-27 Thread dperez
Thanks for your interest. When I have time, I will create a ticket in Bugzilla, or even solve the bug myself. Derrell.Lipman wrote: > > dperez <[EMAIL PROTECTED]> writes: > >> I use this code to delete an TreeFile from a treefullcontrol.Tree: >> >> var ele = myTree.getManager().getSelecte

Re: [qooxdoo-devel] Possible ResizeTableColumnModel bug

2007-02-27 Thread dperez
Thanks for your interest. When I have time, I will post a sample showing the bug. Sebastian Werner wrote: > > [EMAIL PROTECTED] schrieb: >> dperez <[EMAIL PROTECTED]> writes: >> >>> Since I have tried the new qx.ui.table.ResizeTableColumnModel, I receive >>> this error: >>> >>> ERROR: qx.ui.la

Re: [qooxdoo-devel] Builder bug ?

2007-02-27 Thread Fabian Jakobs
Charles SALMON schrieb: > Hello, > > I am trying to compile my application to do a build version (make build). > The following code: > var v = []; > for(attr in o) { > if(o[attr] == null) v.push("\"" + attr + "\": null"); > else if(typeof o[attr] == "function"); /* skip */ >

[qooxdoo-devel] little bug in tool/layout.py

2007-02-27 Thread Naftali van der Loon
Hi, after migrating to 0.6.5 the test and examples would'nt work anymore, ONLY in IE. after checking it out i found that sample/tool/layout.py has a little bug. changing the line: var url = window.location.pathname.split('/'); to var url = window.location.href.split('/'); made everything work aga

[qooxdoo-devel] Builder bug ?

2007-02-27 Thread Charles SALMON
Hello, I am trying to compile my application to do a build version (make build). The following code: var v = []; for(attr in o) { if(o[attr] == null) v.push("\"" + attr + "\": null"); else if(typeof o[attr] == "function"); /* skip */ else v.push(escapeJSONString(attr) + ":

[qooxdoo-devel] qx.io.remote.Request Post-Params

2007-02-27 Thread Tobias Koller (GERMO GmbH)
Hello, how can I send Values via Post-Method to the server? r.setParameter("test","abc") is for "get"-Values, isn't it? Thanks a lot Tobias - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.ne

Re: [qooxdoo-devel] new builds

2007-02-27 Thread Fabian Jakobs
Hi Jim, > Thanks for the info, but none of the different makes works to create > the 'self contained' file. I think the problem is "If everything is > set up correctly". I can't find any specific information on how to set > it up properly. The sample only has one file in it, and does not tell >

Re: [qooxdoo-devel] new builds

2007-02-27 Thread Dietrich Streifert
Hi Jim, did you set the following variable in Makefile to true? APPLICATION_COMPLETE_BUILD = true I stumpled on this trying to adapt the skeleton Makefile (version 0.6.5) to my project. Jim Hunter schrieb: Thanks for the info, but none of the different makes works to create the 'self conta