Hi!
I have just added a "Documentation" section to our TODO
(http://qooxdoo.oss.schlund.de/documentation/todo). This TODO is always
in sync with our CVS version of the TODO. If you have some (there are
many) points which are interesting for you, like events, please feel
free to tell us them,
Hi!
Just one small note. If you add new articles or change existing ones,
please be sure to not use the categories "Documentation" and "News".
These should be just groups for the indented topics below these
categories. Thanks.
Sebastian
-
Hi!
I want to say thank you to all the people who have contributed stuff for
qooxdoo. Just some notes and wishes for further development:
It would be great if the things you implement work directly and
out-of-the-box from the contributed folder. Which means:
* Images needed by your classes
Hugh Gibson schrieb:
qooxdoo does nothing more than just get the "width" or "height" of
the
preloaded image to evaluate the preferred size.
Can you point me at the code that does this? I did some delving
into the source but didn't get too far in the time I had.
I've tried some more things he
> > Perhaps a meta-document, giving guidance on how to find this sort
> > of information?
I can't write the meta-document, but once it is written I could perhaps
do some work on the application of it.
Hugh
---
This SF.Net email is sponsored
> >> qooxdoo does nothing more than just get the "width" or "height" of
> > the
> >> preloaded image to evaluate the preferred size.
> >
> > Can you point me at the code that does this? I did some delving
> > into the source but didn't get too far in the time I had.
I've tried some more things
As you will have noticed, I've been putting some code snippets in
http://qooxdoo.oss.schlund.de/snippets . I've picked these up from the
mailing list.
You might also think of some other things you could add - please post
them! Please make sure it's tested and write instructions which make it
Hugh Gibson schrieb:
Ah, I've just noticed the "Comments Off/On" option in TextPattern.
Shall I edit all non-news pages, adding a link to the mailing list
if necessary?
Sounds good.
Done.
Thank you Hugh - really great work.
Sebastian
Hugh
> > Ah, I've just noticed the "Comments Off/On" option in TextPattern.
> > Shall I edit all non-news pages, adding a link to the mailing list
> > if necessary?
>
> Sounds good.
Done.
Hugh
---
This SF.Net email is sponsored by xPML, a groun
> > Is there a location where I can access the list's archive?
> See http://www.mail-archive.com/qooxdoo-devel@lists.sourceforge.net/
Also see http://blog.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel
and http://www.nabble.com/qooxdoo-devel-f3822.html which give better
interfaces to hist
> I have just removed our old methods addData and removeData from
> QxObject as they are far to complex. I have no added these methods to
> CVS which should allow you to have a nice, fast interface to store
> some data to your objects.
Now in the snippets at
http://qooxdoo.oss.schlund.de/snipp
> Just wanted to let you know I got it working.
> I've attached a small example - in case anyone would want to use
> CPAINT with
Now added to snippets.
Hugh
---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that
derrick shaw schrieb:
I'm new to this list. Is there a location where I can access the list's
archive? I don't won't to ask a question that's already probably been
answered a million times. If not:
How do you prevent child tree node events from bubbling up to parents?
You must setPropaga
> Is there a location where I can access the list's archive?
See http://www.mail-archive.com/qooxdoo-devel@lists.sourceforge.net/
Regards,
Yue
Kent Olsson schrieb:
No. I meant what you said about two days ago. You asked for my
sourceforge username. You got it. I thought you were going to give me
write access to do cvs commit to the files in there. But you maybe
changed your mind;-) it would make it easier...
Yes, I will discuss this w
I'm new to this list. Is there a location where I can access the list's archive? I don't won't to ask a question that's already probably been answered a million times. If not:How do you prevent child tree node events from bubbling up to parents?
Thanks tons.
No. I meant what you said about two days ago. You asked for my
sourceforge username. You got it. I thought you were going to give me
write access to do cvs commit to the files in there. But you maybe
changed your mind;-) it would make it easier...
Kent
On Wed, 2006-02-22 at 22:11 +0100, Sebastian
Kent Olsson schrieb:
Hej!
I understand. The same has been for me.
What about the cvs upload. Would make it easier, instead of clotting
this mailing list all the time.
You mean just to upload them to the contributed folder? Yes I can do this.
Sebastian
Kent
On Wed, 2006-02-22 at 18:59 +0
this is great work! well done.
Kent
On Wed, 2006-02-22 at 14:58 +, Hugh Gibson wrote:
> > You could either add a div to your page that has the id "demoDebug".
> > Then you have to include the demolayout.css, in order to get the
> > messages styled correctly.
>
> I've put this on the qooxdo
Hej!
I understand. The same has been for me.
What about the cvs upload. Would make it easier, instead of clotting
this mailing list all the time.
Kent
On Wed, 2006-02-22 at 18:59 +0100, Sebastian Werner wrote:
> Kent Olsson schrieb:
> > Yes and no, Sebastian. The problem is that it is too big.
Hej Peter!
I have also had cpaint working. It is a good solution together with
Qooxdoo. Nice to hear that you succeeded too! :-)
Kent
On Wed, 2006-02-22 at 18:30 +, Peter Hansen wrote:
> Hi,
> Just wanted to let you know I got it working.
> I've attached a small example - in case anyone wou
Hi,
Just wanted to let you know I got it working.
I've attached a small example - in case anyone would want to use CPAINT with
qooxdoo.
=
var GACdata = [];
window.application.main = function()
{
/* Qooxdoo section */
var c = {
GACName: {label : "Name",type : "text", width :
Kent Olsson schrieb:
Yes and no, Sebastian. The problem is that it is too big. What I did was
breaking out this piece, because a ticker is always needed as a widget
in any class library. Certainly I have a package of 25 animation classes
I have developed, which could be converted. It is a lot of
Michael Wilson schrieb:
Thanks for the reply. I was afraid of that. I have a knack for hitting
bugs ;)
OK, different tack then. I see reference to a QxSplitPane all over the
discussion group but I don't see this component anywhere in my latest
CVS release (just grep'd the directories). Where
Peter Hansen schrieb:
Hi Sebastian,
Thanks for your reply.
I take your point - yes CPAINT is running in async mode by default.
I have tried both sync and async - using cp.set_async(false).
Q: So if I'm running async - would it be possible to send a
QxListView.Update as the last thing from my f
Hugh Gibson schrieb:
It sounds so easy from your point of view. I have just no time for
this.
Perhaps a meta-document, giving guidance on how to find this sort of
information? How difficult would it be to automate generation of it? (I
know Python well...)
That's great. Any interest to cont
Thanks for the reply. I was afraid of that. I have a knack for hitting
bugs ;)
OK, different tack then. I see reference to a QxSplitPane all over the
discussion group but I don't see this component anywhere in my latest
CVS release (just grep'd the directories). Where can I get that
component?
Hi Sebastian,
Thanks for your reply.
I take your point - yes CPAINT is running in async mode by default.
I have tried both sync and async - using cp.set_async(false).
Q: So if I'm running async - would it be possible to send a
QxListView.Update as the last thing from my fill_QxListView function i
> > > http://qooxdoo.oss.schlund.de/snippets is still empty, which
> > > gives a bad impression. Surely you could add something...
> >
> > Yes, the community want to have this section. I have no plans using
> > it. It's a bit frustrating, because first all the people are asking
> > for it, but
> It sounds so easy from your point of view. I have just no time for
> this.
Perhaps a meta-document, giving guidance on how to find this sort of
information? How difficult would it be to automate generation of it? (I
know Python well...)
The automatic document generation is great, but the in
> What's your sourceforge username?
YHM
Hugh
---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the
I'm not really familiar with cpaint. Are you sure it transfers the data
synchronous in this example? Otherwise you need to update the listview
again, after the data is ready.
Sebastian
Peter Hansen schrieb:
Hi,
Hope someone can help with this one – I’m fairly new to qooxdoo.
I’m trying
> I did this with a QxListItem which I needed to have colored
> background:
I've put this on the qooxdoo pages at
http://qooxdoo.oss.schlund.de/snippets/tree-with-icons
If you want to tweak it then let me know.
Hugh
---
This SF.net email is
> You could either add a div to your page that has the id "demoDebug".
> Then you have to include the demolayout.css, in order to get the
> messages styled correctly.
I've put this on the qooxdoo snippets pages as
http://qooxdoo.oss.schlund.de/snippets/showing-debug-information
Hugh
Hi,
Hope someone can help with this one – I’m
fairly new to qooxdoo.
I’m trying to use CPAINT v2.0.3 with QooXdoo
v0.5, however I’m stuck on getting the CPAINT returned data back into
qooxdoo.
I’ve tested the CPAINT part and it returns data
ok.
The CPAINT cp.call invokes the backen
Ok don't worry - works. Sorry for the spam.
- Peter
On 2/22/06, Sebastian Werner <[EMAIL PROTECTED]> wrote:
Peter Sheldrick schrieb:> What would the loop look like? Visit every node and call the event:> "changeSelection"? Can you make an example?This has nothing to do with the selection. You mu
Perhaps my last post was obscure - close() does work. Sometimes. Can
you confirm that it behaves oddly? Why is forEach not in the doc for
QxTree? Why does
tree.getItems().forEachChild( function(o) { o.close(); } ); do nothing?On 2/22/06, Peter Sheldrick <
[EMAIL PROTECTED]> wrote:Thanks allot: I d
We all can understand that you just have many things to do !
At first, I just downloaded the built version of QooXdoo and finally decided
to check it out from cvs to have easy access to the code. Accessing the
code, I could find everything I needed about the way events are handled. I
guess the co
If you change QxApplication.js, line 168 from
return this.error("...failed: " + ex);
to
return this.error("...failed: " + ex, ex);
then you'll get a stack trace to initialization errors in Firefox.
Example:
- snip -
ERROR: QxApplication: ...failed:this._weekdayLabelArr[i] has
Hugh Gibson schrieb:
If you are interested in restructuring the page, or any other
person, please tell me, so I can give you more access to the used
templates.
Why not?
Done.
Probably it's the best to wait for the wiki, because we will then
change many things, too.
I disagree. You sti
Hugh Gibson schrieb:
It's difficult for people to help when there isn't an easy way to do
it (just keeping that wiki on your radar ;-) )
This is ideally generated automatically from comments/code in each
class. If it has to be comments, that makes it easier if someone is
browsing the code.
Hugh Gibson schrieb:
Thanks. But news are news for the moment they are new. I don't think
we really need to update one year old news to fix links.
Ah well, done now anyway :-)
I couldn't find the mnemonic demo referred to in
http://qooxdoo.oss.schlund.de/news/qxfont-qxrepeatbutton-and-mn
Thanks allot: I did it by stuffing all the folders in a array and
looping over that - but this way it doesn't need these extra vars. But
this puzzles me: With
function expand(tree) {
tree.getItems().forEach( function(o) { o.open(); } );
}
and then
expand(tree);
the whole tree gets expanded. But
Hugh Gibson schrieb:
Are you interested in a developer CVS access to help fixing these
things? I really need some more people helping me to fix stuff like
this.
Why not? Though it will be limited to very basic stuff (at first).
What's your sourceforge username? If you haven't already one, pl
> It's difficult for people to help when there isn't an easy way to do
> it (just keeping that wiki on your radar ;-) )
>
> This is ideally generated automatically from comments/code in each
> class. If it has to be comments, that makes it easier if someone is
> browsing the code.
>
> You're t
> > Thought I should mention this: under IE, any sequence of numbers
> > generated by are partially obscured. See attached picture.
>
> Fixed.
Thanks, looks good here.
Hugh
---
This SF.net email is sponsored by: Splunk Inc. Do you grep throu
> Thanks. But news are news for the moment they are new. I don't think
> we really need to update one year old news to fix links.
Ah well, done now anyway :-)
> > I couldn't find the mnemonic demo referred to in
> >
> >
> http://qooxdoo.oss.schlund.de/news/qxfont-qxrepeatbutton-and-mnemonics
> Are you interested in a developer CVS access to help fixing these
> things? I really need some more people helping me to fix stuff like
> this.
Why not? Though it will be limited to very basic stuff (at first).
Hugh
---
This SF.net email i
> If you are interested in restructuring the page, or any other
> person, please tell me, so I can give you more access to the used
> templates.
Why not?
> Probably it's the best to wait for the wiki, because we will then
> change many things, too.
I disagree. You still want a set of pages
Hi,
Am 22.02.2006 13:55, Sebastian Werner schrieb:
Peter Sheldrick schrieb:
What would the loop look like? Visit every node and call the event:
"changeSelection"? Can you make an example?
This has nothing to do with the selection. You must just call open() on
each tree folder. I think the
OK I tried with the QxLabel (see below) but then I have the same kind of
problem with label's html extending parent container's right boundary as
soon as label's html contains html tags.
Am I missing something ?
window.application.main=function(){
var doc = window.application;
Laurent Donstetter schrieb:
Hi all,
Here is a small piece of code including only a QxVerticalBoxLayout and a
QxText.
Although the QxText is a child widget of the QxVerticalBoxLayout, the
QxVerticalBoxLayout's height is not affected by the QxText's height.
(Behavior seems to be the same with
Peter Sheldrick schrieb:
What would the loop look like? Visit every node and call the event:
"changeSelection"? Can you make an example?
This has nothing to do with the selection. You must just call open() on
each tree folder. I think the best is to implement this in QxTreeFolder,
and let eac
Hugh Gibson schrieb:
Thought I should mention this: under IE, any sequence of numbers
generated by are partially obscured. See attached picture.
I had a quick look at the CSS but couldn't see anything obvious (though
I don't have much experience in CSS).
Fixed.
Sebastian
Hugh
--
Hugh Gibson schrieb:
While you're about these changes, maybe you can consider the home page.
At present, when you land on qooxdoo from places like
http://ajaxian.com/resources/ you get a few headlines prominently
displayed. The headlines are not particularly friendly to someone just
evaluating
Hugh Gibson schrieb:
Please report broken links (without blog entries). Thanks.
The links at the bottom of the home page for documentation are in the
old format. I can't find these in TextPattern - you will have to change
them.
Fixed.
Sebastian
Hugh
---
Hugh Gibson schrieb:
This is IMHO much better for all the documentation related things,
Yes, looks better already.
but has a minor negative side-effect for blog entries, where is was
nice to have the date in the URL as before. Textpattern can only
handle one settings for all pages, so I have
Hi
all,
Here is a small
piece of code including only a QxVerticalBoxLayout and a
QxText.
Although the QxText
is a child widget of the QxVerticalBoxLayout, the QxVerticalBoxLayout's height
is not affected by the QxText's height.
(Behavior seems
to be the same with horizontal or canvas l
Hugh Gibson schrieb:
http://qooxdoo.oss.schlund.de/public/demo/test/ListView_7.html has some
missing images.
Also http://qooxdoo.oss.schlund.de/public/demo/test/GridLayout_2.html
and http://qooxdoo.oss.schlund.de/public/demo/test/DockLayout_6.html
These examples are fixed in CVS.
Sebastian
Hugh Gibson schrieb:
http://qooxdoo.oss.schlund.de/public/demo/test/ListView_7.html has some
missing images.
Also http://qooxdoo.oss.schlund.de/public/demo/test/GridLayout_2.html
and http://qooxdoo.oss.schlund.de/public/demo/test/DockLayout_6.html
There may be others, I haven't checked exhau
What would the loop look like? Visit every node and call the event: "changeSelection"? Can you make an example?
- PeterOn 2/22/06, Sebastian Werner <[EMAIL PROTECTED]> wrote:
Peter Sheldrick schrieb:> Is there a way to expand all the braches of a QxTree or to collapse them?I am sorry. This is not
Peter Sheldrick schrieb:
Is there a way to expand all the braches of a QxTree or to collapse them?
I am sorry. This is not implemented directly in QxTree. You must loop
through the structure yourself or even better could send a patch to
include it in QxTree ;)
Sebastian
- Peter
Tilman Schneider schrieb:
What's about a patch to QxDebug, using probably a new QxSettings flag,
to toggle between a new window to show the debug messages and the
current solution? Something more qooxdoo'ish would be great ;)
Yes, of corse. This was just a quick hack to get logging into a wind
Is there a way to expand all the braches of a QxTree or to collapse them?
- Peter
Hugh Gibson schrieb:
I loaded http://qooxdoo.oss.schlund.de/public/demo/example/Menu_1.html
and pressed the alt key. I got this error:
---
Error
---
A Runtime Error has occurred.
Do you wish to Debug?
Line: 19
Error: 'this._shortcutParts.shift'
Thought I should mention this: under IE, any sequence of numbers
generated by are partially obscured. See attached picture.
I had a quick look at the CSS but couldn't see anything obvious (though
I don't have much experience in CSS).
Hugh
bad_li_ie.png
Description: Binary data
> Please report broken links (without blog entries). Thanks.
The links at the bottom of the home page for documentation are in the
old format. I can't find these in TextPattern - you will have to change
them.
Hugh
---
This SF.net email is sp
While you're about these changes, maybe you can consider the home page.
At present, when you land on qooxdoo from places like
http://ajaxian.com/resources/ you get a few headlines prominently
displayed. The headlines are not particularly friendly to someone just
evaluating the product - "Optimi
What's about a patch to QxDebug, using probably a new QxSettings flag,
to toggle between a new window to show the debug messages and the
current solution? Something more qooxdoo'ish would be great ;)
Yes, of corse. This was just a quick hack to get logging into a window
working.
We planned alr
Dietrich Streifert wrote:
btw.: I think one path points to your internal development class
hierarchie at:
onunload="com.ptvag.webcomponent.common.log.WindowAppender.getAppender
The prefix "com.ptvag.webcomponent.common." should be removed.
Yes, you are right. I updated the code. See attachme
http://qooxdoo.oss.schlund.de/public/demo/test/ListView_7.html has some
missing images.
Also http://qooxdoo.oss.schlund.de/public/demo/test/GridLayout_2.html
and http://qooxdoo.oss.schlund.de/public/demo/test/DockLayout_6.html
There may be others, I haven't checked exhaustively but just notice
I loaded http://qooxdoo.oss.schlund.de/public/demo/example/Menu_1.html
and pressed the alt key. I got this error:
---
Error
---
A Runtime Error has occurred.
Do you wish to Debug?
Line: 19
Error: 'this._shortcutParts.shift' is null or not an obje
> This is IMHO much better for all the documentation related things,
Yes, looks better already.
> but has a minor negative side-effect for blog entries, where is was
> nice to have the date in the URL as before. Textpattern can only
> handle one settings for all pages, so I have finally change
This message contains a digitally signed email which can be read by opening the attachment.
SAMO NASLOVNIKU! / ONLY FOR THE INTENDED RECIPIENT!
To elektronsko sporočilo in pripete datoteke se sme uporabljati v skladu s pogoji družbe Mobitel, d. d. Glej: http://disclaime
74 matches
Mail list logo