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:
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
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
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",
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
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
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
"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,
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
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
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
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
-
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
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.
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
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
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('/'
> 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
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
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
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
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 */
>
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
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) + ":
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
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
>
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
27 matches
Mail list logo