Hi David,
This works in my application.
There were some changes to Popup.js regarding zIndex in
http://svn.sourceforge.net/qooxdoo/?rev=8506&view=rev
where zIndex was formerly defined as Infinite and is now defined as a
finite number:
=
Hi ale,
> hi all, must commend the efforts of qooxdoo, its totally revolutionary.
> I am a newbie to qooxdoo and the demo browser gives an impressive
> insight to ideas in implementing ideas i have of my own.
> my question is, from where can i access the source scripts for the
> samples running o
Hi,
A problem I have detected with 0.7, is that if I open a modal window B from
another modal window A, window B appears below window A. I expect the most
recent window to be on top of the other ones. This didn't happend with
version 0.6.6.
Is this a bug?
Cheers
David
--
View this message in
Hi David,
if you know where the error occurs you can add a call to printStackTrace
at the position where you want to see the stack trace:
this.printStackTrace();
This function is new in 0.7 and is defined here:
http://demo.qooxdoo.org/current/apiviewer/#qx.log.MLogging#printStackTrace
Best Fa
Simon Bull schrieb:
> Hi FrozenDice,
>
> I don't think you should have any problems migrating from 0.6.5 to 0.6.6. As
> far as I can remember 0.6.6 was a bug fix release.
>
> Simon
>
Yes, 0.6 was meant to pave the way to 0.7 by renaming qx.Class to
qx.Clazz and doing some bug fixes. The migra
hi all, must commend the efforts of qooxdoo, its totally revolutionary.
I am a newbie to qooxdoo and the demo browser gives an impressive insight to
ideas in implementing ideas i have of my own.
my question is, from where can i access the source scripts for the samples
running on the demo browser.
[EMAIL PROTECTED] schrieb:
> DOH! I could have looked at that for hours and not seen it. Sorry to take
> up your time for such a stupid mistake!
>
>
No problem. Is everything working now? If you can't get something
working better ask questions than being frustrated :-)
Best Fabian
--
Updated wiki:
http://qooxdoo.org/documentation/0.7/theme_support#including_from_other_appearance_ids
Sebastian Werner wrote:
>
> No, the "include" directive only works for appearance themes.
>
--
View this message in context:
http://www.nabble.com/Font-inheriting-tf3922155.html#a11133859
Se
Hugh Gibson schrieb:
>> This is exactly what we are doing :-)
>>
>
> Ah, I see! In the cases where it is failing, it's trying to download
> "widget" and timing out. So all of the UI section is failing because it's
> doing widget first. Sorry that I didn't look into it closely enough.
>
> So,
Daniel Haferkorn schrieb:
> Hello,
>
> I have now put some time into migrating my application to qooxdoo 0.7.
> The source version seems to run ok.
> However, when I compile the build version and try to run it, I always
> get this error in Firebug:
> clazz is not a constructor
> [Break on this err
Hi Hugh,
I'll try to make the latest version available for 0.6.6. I would like to get it
working for 0.7 as well, but will have to see how I go for time.
Cheers,
Simon
- Original Message
From: Hugh Gibson <[EMAIL PROTECTED]>
To: qooxdoo-devel@lists.sourceforge.net
Sent: Thursday, 14
Hi FrozenDice,
I don't think you should have any problems migrating from 0.6.5 to 0.6.6. As
far as I can remember 0.6.6 was a bug fix release.
Simon
- Original Message
From: FrozenDice <[EMAIL PROTECTED]>
To: qooxdoo Development
Sent: Friday, 15 June, 2007 3:06:20 AM
Subject: Re: [qo
Sounds interesting, i'm currently running 0.6.6 right now and I can't
really upgrade to .7. If I download the script and follow the
directions on how to upgrade will it work in .6.6?
On 6/13/07, Simon Bull <[EMAIL PROTECTED]> wrote:
> Hi FrozenDice,
>
> I created an extended window manager demo f
DOH! I could have looked at that for hours and not seen it. Sorry to take
up your time for such a stupid mistake!
Thanks for the help.
Bob
On Thu, 14 Jun 2007 9:29:18 -0500 (EST), Sebastian Werner
<[EMAIL PROTECTED]> wrote:
> Just remove the ".js" should already help.
>
> e.g. APPLICATION_THEME
How do I send a message to an object? I have a DateChooserButton I want
to activate when clicking on a field (for the convenience of a user).
Thanks.
David
-
This SF.net email is sponsored by DB2 Express
Download DB2 Expres
Dietrich Streifert wrote:
> Did you set the Makefile variables correct?
>
> APPLICATION_NAMESPACE = visionet
> APPLICATION_CLASSNAME = application.nra.Main
>
> My main application class is called:
>
> visionet.application.nra.Main
>
Hello,
yes, I have already set those in the 0.6.
When debugging with Firebug, how do you deal with long stack traces?
In Firebug 1.0, only the last 10 or so can be accessed (depending on the
resoution of your screen).
Call stacks can be very nested in qooxdoo.
I complaint to the author of Firebug long ago, but it hasn“t been solved.
Any workaro
I found a solution: replacing qx.io.Json.stringify(json) with
escape(qx.io.Json.stringify(json)).
johnl wrote:
> I'm sending date to a server via json using the following code:
>
> req = new qx.io.remote.Request(url, qx.net.Http.METHOD_POST,
> qx.util.Mime.J
No, the "include" directive only works for appearance themes.
Sebastian
dperez schrieb:
> Hi
>
> Are entries in a font theme inheritable.
>
> Can I do this:
>
> qx.Theme.define("qx.theme.ext.font.Default",
> {
> title : "Ext",
>
> fonts :
> {
> "default" :
> {
> size : 1
Hi
Are entries in a font theme inheritable.
Can I do this:
qx.Theme.define("qx.theme.ext.font.Default",
{
title : "Ext",
fonts :
{
"default" :
{
size : 11,
family : [ "Verdana", "Helvetica", "Tahoma" ]
},
"bold" :
{
include : "default",
bold
Just remove the ".js" should already help.
e.g. APPLICATION_THEME_COLOR = custom.QuickstoreColors
The compiler should also print out a warning because of the missing
class name. To check this output first is always helpful :)
Sebastian
hired-gun schrieb:
> I've tried to reduce this to the si
I'm sending date to a server via json using the following code:
req = new qx.io.remote.Request(url, qx.net.Http.METHOD_POST,
qx.util.Mime.JSON)
var json = {
experiment : this.experiment,
year : date.getFullYear(),
month : date.getMonth()
I've tried to reduce this to the simplest possible test. I created a new
skeleton and added only this to the make file:
APPLICATION_THEME_COLOR = custom.QuickstoreColors.js
I have placed a file named QuickstoreColors.js in the ./class/custom
directory with the following contents:
alert("process
Did you set the Makefile variables correct?
APPLICATION_NAMESPACE = visionet
APPLICATION_CLASSNAME = application.nra.Main
My main application class is called:
visionet.application.nra.Main
Daniel Haferkorn schrieb:
dperez wrote:
It has to do with the class order.
Some dependenc
> This is exactly what we are doing :-)
Ah, I see! In the cases where it is failing, it's trying to download
"widget" and timing out. So all of the UI section is failing because it's
doing widget first. Sorry that I didn't look into it closely enough.
So, regarding my reply (rant?) to Sebastian,
dperez wrote:
> It has to do with the class order.
> Some dependency isn't defined.
>
> With Firebug take a look at:
>
> inspect(qx.Class.__registry)
>
> to know which classes have been loaded. The problem lies near to the last
> class loaded.
Hello,
thanks for the hint.
The loaded classes ar
It has to do with the class order.
Some dependency isn't defined.
With Firebug take a look at:
inspect(qx.Class.__registry)
to know which classes have been loaded. The problem lies near to the last
class loaded.
Daniel Haferkorn wrote:
>
> Hello,
>
> I have now put some time into migrating
Hugh Gibson schrieb:
> I was trying to use http://demo.qooxdoo.org/current/apiviewer to look at
> the 0.7 documentation.
>
> The new design of the API viewer loads each section as required. I'm
> running on a 512KB ADSL connection, and the default 5 second timeout
> doesn't give enough time for so
> It was working for me well all the weeks :)
>
> But I am sitting on a 20Mbit connection at home ;) (and mhh, about
> 100Mbit here at work ;))
Mmmm, 20MBit...
> Please open a bug and suggest the timeout increasement there.
See http://bugzilla.qooxdoo.org/show_bug.cgi?id=489
> Gzipping will
Sorry for making you lose your valuable time.
The motivation for using a VerticalLayout is to have vertical orientation.
Aaaargh, your script has been taken by Nabbled as it has been signaled as
dangerous.
Sebastian Werner wrote:
>
> David!
>
> The problem is that you don't use the toolbar cl
While evaluating our move to QX v0.7 we ran across an odd behavior with the
split pane in the showcase application. Everything works fine until you
click on the split pane button. It initially loads the qooxdoo.org page.
Once this happens (and before clicking on any other web sites in the split
Hi,
the documentation is a little bit scattered. I would suggest to work
through examples in the SDK release and to browse through the API via
the apiviewer application.
For special topics you will find dedicated articles on the qooxdoo site.
In general it helps if you are familiar with one of t
Hugh.
It was working for me well all the weeks :)
But I am sitting on a 20Mbit connection at home ;) (and mhh, about
100Mbit here at work ;))
Please open a bug and suggest the timeout increasement there. Gzipping
will also be an option. But a further split of the files is IMHO not a
good idea
What speaks against adding meta tags to the HTML file which launches
the javascript?
Regards,
Marc
2007/6/14, westor <[EMAIL PROTECTED]>:
>
> Hi list,
>
> as far as I know, JavaScript is not search engine friendly. As good as AJAX
> and JavaScript are, but the problem I see, a plenty of content w
> If you search for "Extended window manager demo" in the list
> archives you should be able to find it.
See
http://www.nabble.com/Extended-window-manager-demo-tf3050895.html#a8857374
Hugh
-
This SF.net email is sponsored
I was trying to use http://demo.qooxdoo.org/current/apiviewer to look at
the 0.7 documentation.
The new design of the API viewer loads each section as required. I'm
running on a 512KB ADSL connection, and the default 5 second timeout
doesn't give enough time for some sections.
For example, navig
Simon,
> I have made a few small improvements to the extended window manager
> package since I posted the demo. The most important one I can
> remember was a fix to enable it to handle/pool modal windows
> properly.
Is the new code available?
> My production app is built on qx 0.6.5, so I h
> There are no bugs. The default value of liveUpdate is false
Ah, thanks. I've now read up on liveUpdate (not without difficulties -
see my posting about the API viewer sent with this message).
Hugh
-
This SF.net email is sp
Hello,
I have now put some time into migrating my application to qooxdoo 0.7.
The source version seems to run ok.
However, when I compile the build version and try to run it, I always
get this error in Firebug:
clazz is not a constructor
[Break on this error] this.setApplication(new clazz(this));
David!
The problem is that you don't use the toolbar class. Since 0.7 the show
property is marked as "inheritable" to allow a toolbar-wide control of
icon+text, icon only, text only display. As you don't use the Toolbar
class there is no possibility to resolve the show value. The result is
th
Thanks Dietrich for your hint.
Your problem is very very similar.
The main difference is that I don't redefine the init value of the property,
but set the value directly.
Dietrich Streifert wrote:
>
> Hi David,
>
> this is maybe related to
>
> http://bugzilla.qooxdoo.org/show_bug.cgi?id=4
Hi list,
as far as I know, JavaScript is not search engine friendly. As good as AJAX
and JavaScript are, but the problem I see, a plenty of content will never be
visited and indexed by currently market maker search engines.
As I noticed, the QOOXDOO API viewer is ranked high by google, although
t
Hi David,
this is maybe related to
http://bugzilla.qooxdoo.org/show_bug.cgi?id=480
dperez schrieb:
Here is a full simple working sample, showing the problem:
http://www.nabble.com/file/p6489/ToolBar_5.html ToolBar_5.html
The buttons aren't shown in a very small size.
If I change t
Here is a full simple working sample, showing the problem:
http://www.nabble.com/file/p7079/ToolBar_5.html ToolBar_5.html
The buttons aren't shown in a very small size.
If I change the width/height of a button to say 40, no icon is shown.
If I set a text, no text is shown.
Very very strange
Here is a full simple working sample, showing the problem:
http://www.nabble.com/file/p6489/ToolBar_5.html ToolBar_5.html
The buttons aren't shown in a very small size.
If I change the width/height of a button to say 40, no icon is shown.
If I set a text, no text is shown.
Very very strange
Sebastian,
I've taken a quick view in generator.py, where I have to patch.
Is this line (# 1219 in generator.py), the responsible of creating the
compiled script?
compiledFileContent = compiler.compile(loader.getTree(fileDb, fileId,
options), options, options.addNewLines, options.verbose)
T
dperez schrieb:
> Hi,
>
> In order to facilitate debugging support, when the --add-new-lines switch is
> given, I would place a new line after a "{" and not e.g. after a ",". In
> this way I could place breakpoints more precisely. The rule would be a
> statement per line.
>
> Example snippet:
>
You're right, it's not a constructor issue.
qx.ui.toolbar.RadioButton doesn't work as before: no text and no icon are
shown inside.
And it appears with a 1 pixel size when the height/width are set to auto.
Here is the code (this is a vertical toolbar):
var tb = qx.ui.tool
Hi,
Alex Back wrote:
> I'll open a bug report for this, to avoid this feature request gets lost.
I bug report is already available. Please take a look at
http://bugzilla.qooxdoo.org/show_bug.cgi?id=30
Would this be sufficient for you?
cheers,
Alex
---
Hi,
FrozenDice wrote:
> Is there any way I can find if a Window component is either open or closed?
No, there is currently no reliable way to get to know if a window instance is
open or closed.
When a window instance is closed it is not destroyed, it's just hidden
(setting the property "visibil
Hi,
In order to facilitate debugging support, when the --add-new-lines switch is
given, I would place a new line after a "{" and not e.g. after a ",". In
this way I could place breakpoints more precisely. The rule would be a
statement per line.
Example snippet:
qx.Class.define("qx.ui.toolbar.
Hi Bob,
> Thanks for your reply. I have done pretty much exactly as you suggested
> here. I replaced the existing meta theme by copying it to a new file name,
> and editing the name and the color theme that it references. I then created
> a new theme that extended one of the existing color themes.
dperez schrieb:
> Hi list,
>
> What happens when a class doesn't define a constructor?
> Does it inherit from its base class?
Yes, exactly this.
>
> I say it, because I don't see the constructor for class
> qx.ui.toolbar.RadioButton
> It used to have in version 0.6.6 a constructor where you cou
You can easily create your own class which inherits from
AbstractPageView*. All the three available views are mainly consist of a
bit styling and sometimes an additional event listener.
The constructor of this abstract class has exactly these features.
A real API overhaul ist planned for the 0.
54 matches
Mail list logo