Hi list,
What happens when a class doesn't define a constructor?
Does it inherit from its base class?
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 could specify the
text, and the icon.
I specify the ico
Hi List,
I am not sure if this has been improved in 0.7, but in 0.6.5 the TabView API is
not very extensible.
For example, in order to implement a multi-row tabbar (instead of the default
single-row tabbar), the developer has to hack it in like this:
//
**
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. My problem is
tr
Hi Hugh,
Apologies for the slow response -- I wasn't watching the list for a while.
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.
My produ
Hi FrozenDice,
I created an extended window manager demo for this list a while back. Among
other things it minimises windows to icons which you can then double click to
restore the window.
If you search for "Extended window manager demo" in the list archives you
should be able to find it.
Si
I was thinking of making some sort of task bar so when you hit
minimise a button would show up at the bottom of the screen allowing
you to reopen the window. Sort of like how windows works.
On 6/13/07, Okan, Varol <[EMAIL PROTECTED]> wrote:
> You might find this thread informative ...
>
> http://
You might find this thread informative ...
http://www.nabble.com/minimize-Window-bug-t2466464.html
I take it that thus far no 'taskbar' exists ...
Just wondering bc I need one for AstraNOS.org as well.
Varol :)
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Beh
Is there any way I can find if a Window component is either open or closed?
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just
Thanks Alex. I have read that. I've read it cover to cover several times (I
was sure the butler did it ;-). See my previous post for a better
explanation of my problems. Sorry to spam the list with such basic
questions. Your help is greatly appreciated.
Bob
On Wed, 13 Jun 2007 11:15:24 -0500 (EST
I think my problem is more fundamental than that. I've read (and reread)
the documentation on theme support. I've edited the make file. I've created
a new meta theme. I've created a new color theme (extending an existing
one). I just can't get them to work.
I've managed to test my change to the ma
Hi Bob,
hired-gun wrote:
> Thanks to Fabian for answering my previous question about themes. I'm still
> strugglng tho.
>
> I am trying to extend an existing color scheme. I couldn't figure out where
> to add the script file. I tried editing my 'make' generated custom.js file
> with the line:
>
>
Ah, thanks. I'll look into that. Does anyone also know what the
point of the minimise button is? All it does is hide the window, it
doesn't show up anywhere mimimised. Is there a menubar or some
component that this goes to when minimised? Or is the function pretty
much equivelant to the exit
Hi Bob,
hired-gun wrote:
> I am trying to extend an existing color scheme. I couldn't figure out where
> to add the script file. I tried editing my 'make' generated custom.js file
> with the line:
>
> src="./class/com/cvmkt/themes/QuickstoreColor.js">\
>
> right before the line that loads my Appl
Hello List,
I just wanted to put the attention of the list to bug #487
http://bugzilla.qooxdoo.org/show_bug.cgi?id=487
The method setGlobalCursor which is used currently by the tree, the
window and the listview widget gets slower and eventually freezes IE if
lots of elements (widgets) exist i
Thanks to Fabian for answering my previous question about themes. I'm still
strugglng tho.
I am trying to extend an existing color scheme. I couldn't figure out where
to add the script file. I tried editing my 'make' generated custom.js file
with the line:
\
right before the line that loads my
On 6/13/07, Dietrich Streifert <[EMAIL PROTECTED]> wrote:
> Hello List,
>
> while trying to find the bug in
>
> http://bugzilla.qooxdoo.org/show_bug.cgi?id=487
>
> I did not found the implementation of the setGlobalCursor method or the
> property globalCursor.
>
> Where can I find the code for
Well after refreshing my Eclipse workbench I found _applyGlobalCursor in
ClientDocument.js.
Sorry for the traffic.
Dietrich Streifert schrieb:
> Hello List,
>
> while trying to find the bug in
>
> http://bugzilla.qooxdoo.org/show_bug.cgi?id=487
>
> I did not found the implementation of the
Hello List,
while trying to find the bug in
http://bugzilla.qooxdoo.org/show_bug.cgi?id=487
I did not found the implementation of the setGlobalCursor method or the
property globalCursor.
Where can I find the code for this?
Thank you for your help.
Regards.
--
Mit freundlichen Grüßen
Di
Hi Claudio,
Claudio wrote:
> Hi, where I can find one detailed documentation on qooxdoo?
>
> creed that one situated on site is not much simple for who must begin .
Did you took a look at the documentation at qooxdoo.org? The "Getting Started"
section is a good start point for beginners.
Documen
Hi, where I can find one detailed documentation on qooxdoo?
creed that one situated on site is not much simple for who must begin .
thanks
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE
On 6/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi,
>
> is there a way to make a column inside a table non sortable? If not can i
> make the whole table unsortable?
This depends on the table model you are using. In the default Simple
table model, all columns are sortable. You can ext
Hi,
is there a way to make a column inside a table non sortable? If not can i
make the whole table unsortable?
Greetings
Gerd
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB
Meanwhile we have the templates for boilerplate code.
I've corrected my template and I expect not to have this problem anymore.
Luckily qooxdoo checks some typical misspellings.
Dietrich Streifert wrote:
>
> Not Google technology but something like Intellisense.
>
> Ideally there will be a co
hired-gun schrieb:
> I've been struggling with creating a new theme. I am trying to use the api to
> change the theme like this:
>
> qx.theme.manager.Appearance.getInstance().setAppearanceTheme(qx.theme.ClassicLunaBlue);
>
> As you can see, I'm using one of the existing themes. I added this line in
I've been struggling with creating a new theme. I am trying to use the api to
change the theme like this:
qx.theme.manager.Appearance.getInstance().setAppearanceTheme(qx.theme.ClassicLunaBlue);
As you can see, I'm using one of the existing themes. I added this line in
the main() function in Appl
Yes, the make command must be executed after every dependency change.
Through the new extend the affected class has a new loadtime dependency
to the superclass. This must be respected in the file loading order.
Sebastian
Tobias Koller (GERMO GmbH) schrieb:
> I think I also had this problems.
I think I also had this problems.
I just ran "make source" and everything worked fine ;)
Tobias
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von C.Bieser
Gesendet: Mittwoch, 13. Juni 2007 13:19
An: qooxdoo-devel@lists.sourceforge.net
Betreff: Re: [
It is very mysterious. @home it has done without defining the type. Here in
the office it has definitely first done after adding the type, now it works
without. But now I have new Problems... :-(
Thanks for Your help!
Christian
--
View this message in context:
http://www.nabble.com/Error%3A-c
dperez schrieb:
Thanks, I was unable to see this typo.
Qooxdoo would need to have Google technology: "Did you meant blah blah
blah" :-D
Not Google technology but something like Intellisense.
Ideally there will be a completion library generated by the qooxdoo
generator script which c
Thanks, I was unable to see this typo.
Qooxdoo would need to have Google technology: "Did you meant blah blah
blah" :-D
Alex Back-2 wrote:
>
> I think you just have a typo in your code. The constructor has the
> "construct"
> key.
>
> So if you write
>
> construct: function() {
> ar
Hello,
in my Application I'm using a Table with a Remote Table Model. It works
fine. I'm trying to add a Remote Column Model. This works also fine - in
FireFox, Opera, Safari but not in IE. And this is my Problem.
Code:
- Gui.js [pim.Gui]
[...]
tableModel = new pim.ui.table.model.Remote();
t
Hi David,
dperez wrote:
> I don't understand this:
>
> I have this simple class.
>
> qx.Class.define('CeldaIco', {
> extend: qx.ui.table.cellrenderer.Icon,
>
> //constructor: function() {
> // arguments.callee.base.apply(this, arguments);
> //},
> members: {
>
I don't understand this:
I have this simple class.
qx.Class.define('CeldaIco', {
extend: qx.ui.table.cellrenderer.Icon,
//constructor: function() {
// arguments.callee.base.apply(this, arguments);
//},
members: {
_identifyImage: funct
Hi,
FrozenDice wrote:
> Is there a way to assign an event to the minimise and close buttons on
> a Window component?
Currently this is not supported. There already event listeners on each button
which perform some actions (and stop the further event propagation).
The best way would be that you
Andreas Junghans schrieb:
> Hi there,
>
> Am 13.06.2007 um 09:22 schrieb Sebastian Werner:
>
>> Dietrich Streifert schrieb:
>>> Shouldn't this be solved in general by modifying the
>>> _disposeObjects method?
>>>
>>> The disposal of an object makes a reference from its parent useless.
>>>
>>> S
Hi there,
Am 13.06.2007 um 09:22 schrieb Sebastian Werner:
> Dietrich Streifert schrieb:
>> Shouldn't this be solved in general by modifying the
>> _disposeObjects method?
>>
>> The disposal of an object makes a reference from its parent useless.
>>
>> So shouldn't some code like:
>>
>> par
Sebastian Werner schrieb:
Dietrich Streifert schrieb:
Shouldn't this be solved in general by modifying the _disposeObjects method?
The disposal of an object makes a reference from its parent useless.
So shouldn't some code like:
parent = objToDispose.getParent();
if(parent) paren
> Yes, "current" is now pointing to 0.7. This will be changed with
> the next release and should also be fixed when you replace
> "/current/" with "/devel/".
Ah, of course. Yes, it's OK with /devel/
Hugh
-
This SF.net emai
Dietrich Streifert schrieb:
> Shouldn't this be solved in general by modifying the _disposeObjects method?
>
> The disposal of an object makes a reference from its parent useless.
>
> So shouldn't some code like:
>
> parent = objToDispose.getParent();
> if(parent) parent.remove(objToDisp
Yes, "current" is now pointing to 0.7. This will be changed with the
next release and should also be fixed when you replace "/current/" with
"/devel/".
Sebastian
Hugh Gibson schrieb:
>> When I open up http://demo.qooxdoo.org/current/demobrowser/ I get
>> the
>> popup trace window in IE7. It s
Hugh Gibson schrieb:
>>> Any comments about the problem of the "input" event listener
>> hiding the
>>> "changeValue" event, and the listener on "changeText"?
>> What exactly do you mean?
>
> Did you not get the other email I sent in this thread? I've copied the
> relevant bit below (the demo is
Hi Nick,
I am sorry, our initial idea of disposeProperties() was wrong in my
opinion. The problem is relatively simply to describe. Properties are
controllable from outside and it could not be detected for sure that the
current property value is the one initially configured, if this value is
n
42 matches
Mail list logo