> The first source release will be available with 0.5.1.
Sounds good!
Hugh
---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join th
The widget queues article at
http://qooxdoo.oss.schlund.de/documentation/the-widget-queues could do with
updating to 0.5 standards. I don't know enough about it to work on it. It also
mentions flushing the global queues but frustratingly doesn't tell you how to
do it (I had to grep the mailing
Hugh Gibson schrieb:
We just got bitten by a bug in our code. It was in an event handler. There was
a red error message in the debug output, but very little indication of the
fault:
QxGetRequest[HASHCODE:574]
015002:Failed to execute "_dispatchEvent()":Could not dispatch event of
type "comple
I'm not sure if I like to patch this user-issue in our QxImageManager. I
think it's better to define a blank image in the data fields of the rows.
I will discuss your idea with Andreas - probably not the worst idea.
Sebastian
Priebe, Jason schrieb:
I figured out how to use icons for a column
I've created a script to creating source releases. I don't want to use
it for daily snapshots. I think, if you really want something that new,
it's better to use CVS.
The first source release will be available with 0.5.1.
Sebastian
Hugh Gibson schrieb:
Sorry, I won't be able to put in the ti
Why do you want to hide a column from a listview. If you need a
invisible data field, just omit the column definition.
Sebastian
Michael Wilson schrieb:
QxListView Column Questions
* In QxListView is it possible to have a zero width column? I've tried
this and the browser never returns from
I figured out how to use icons for a column in a QxListView -- very
cool that you can do this.
However, on the rows that have no data, I get a "broken image" displayed
by the browser (see attached screenshot). Investigating the DOM element
shows that the src attribute is empty for those img tags.
> > Sorry, I won't be able to put in the time to do this. Especially as
> > I have no experience of writing shell scripts. Perhaps someone else
> > could help out here?
> >
> An issue is that SourceForge doesn't let you setup CRON jobs.
Why would you want a CRON job? You would only want a sou
We just got bitten by a bug in our code. It was in an event handler. There was
a red error message in the debug output, but very little indication of the
fault:
QxGetRequest[HASHCODE:574]
015002:Failed to execute "_dispatchEvent()":Could not dispatch event of
type "completed":Expected identifi
QxListView Column Questions
* In QxListView is it possible to have a zero width column? I've tried
this and the browser never returns from js execution (bug?).
* How do you set the color of the text in a column of a QxListBox per
column? Since I can't create a zero width column my next attempt a
Sebastian Werner wrote:
Possible are many things. For these five or ten percent I not sure, if
it's a good idea to add another dependency to the build-system.
Using gzip on server side compress the script to 30 percent of the
original size. I think this is the better way to go.
But you are
Hugh Gibson wrote:
Sorry, I won't be able to put in the time to do this. Especially as I
have no experience of writing shell scripts. Perhaps someone else could
help out here?
An issue is that SourceForge doesn't let you setup CRON jobs. However,
you can still put a shell script on their ser
Hej!
THe problems with the layout mechanism have also caused a lot of
problems for me developing the DatePicker and DateCombobox. But there
are more problems when you come to localization. Additionally, it must
be integrated with the manager, and that is one of the reasons that we
have started the
@til and @ALL
Can you all (and til) please send all the attachments as *.j_ instead of
*.js.
The problem is, that Outlook and Echange still blocks *.js files because the
can include a virus.
So my problem (and i think, the problem of many other) is, that i can't get
these attachments.
Thanks to a
Til Schneider schrieb:
Sebastian Werner schrieb:
This seems to be really much time for just a small change in my
opinion. How fast is your computer? Was this IE or Gecko?
It was Gecko (Firefox 1.5) on an 800 MHz-Mac. On my machine it takes
250ms (Athlon64 3200+, Firefox 1.5, Linux).
If I wo
Sebastian Werner schrieb:
This seems to be really much time for just a small change in my opinion.
How fast is your computer? Was this IE or Gecko?
It was Gecko (Firefox 1.5) on an 800 MHz-Mac. On my machine it takes
250ms (Athlon64 3200+, Firefox 1.5, Linux).
If I would create such a widge
Til Schneider schrieb:
I'm currently creating a DateChooser widget (see attachment). The single
days are QxLabels. The whole widget uses smart layouting, so everything
is positioned by layout managers. Since QxGridLayout doesn't support
flex, I used a QxVerticalBoxLayout with a QxHorizontalBoxL
I'm currently creating a DateChooser widget (see attachment). The single
days are QxLabels. The whole widget uses smart layouting, so everything
is positioned by layout managers. Since QxGridLayout doesn't support
flex, I used a QxVerticalBoxLayout with a QxHorizontalBoxLayout for each
row.
W
Hugh Gibson schrieb:
Diego Cibils <[EMAIL PROTECTED]> wrote:
I'm willing to cooperate with anyone who has any problems
integrating
tinyMCE in qooxdoo as I've successfuly integrated it in my project.
I can provide the source code also. It's pretty simple though.
Yes please!
Reminder - any p
> Diego Cibils <[EMAIL PROTECTED]> wrote:
> > I'm willing to cooperate with anyone who has any problems
> > integrating
> > tinyMCE in qooxdoo as I've successfuly integrated it in my project.
> >
> > I can provide the source code also. It's pretty simple though.
>
> Yes please!
Reminder - any p
Sorry, no good english knowledge and no wikipedia knowledge.
Hhh - what am i doing here ;-) ...
Olli
==
Diplom-Informatiker
Oliver Vogel
Geschaeftsfuehrer
Meins und Vogel GmbH E-Mail: [EMAIL PROTECTED]
Esslinger Str. 45 Tel.: +49 (71
I have had the same problem at my "xp - machine" so it is not a W2K Problem
Olli
==
Diplom-Informatiker
Oliver Vogel
Geschaeftsfuehrer
Meins und Vogel GmbH E-Mail: [EMAIL PROTECTED]
Esslinger Str. 45 Tel.: +49 (7153) 6136-20
I've amended the snippet.
Hugh
---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this ne
I found a problem making demoinclude.js. The lines didn't have the
trailing close bracket and semicolon.
The problem appears to be that sed doesn't detect the end of lines
correctly when trying to match "\"$", probably because on my Windows
2000 system config.sh has CRLF line endings.
The att
> > I tried this locally, but it only put a newline after each function
> > which makes it difficult to set breakpoints within a function. Any
> > hints on how to preserve every newline?
>
> Did you call make-clean.sh before make.sh?
Ah, that was it. I've updated the snippet as well.
Hugh
---
> it would be nice if someone with good english knowledge and wikipedia
> experience could add an wikipedia entry for qooxdoo. I'm awaiting
> your responses ;)
I don't have time to do this. Anyone else?
Hugh
---
This SF.Net email is sponsore
> Mhh, yes. We think it's ok for the people to use CVS for the source.
In my experience you will put a certain class of people off demanding
CVS knowledge. They will have to install a CVS client and learn how to
use it before they can get source code.
All other projects I have seen have source
[EMAIL PROTECTED] schrieb:
Sebastian Werner ha scritto:
[EMAIL PROTECTED] schrieb:
Sebastian Werner ha scritto:
[EMAIL PROTECTED] schrieb:
Sebastian Werner ha scritto:
Oliver Vogel schrieb:
hi all!
i need a "minimal qooxdoo" - page (inside this page is only a
report). it is faster and easi
Sebastian Werner ha scritto:
[EMAIL PROTECTED] schrieb:
Sebastian Werner ha scritto:
[EMAIL PROTECTED] schrieb:
Sebastian Werner ha scritto:
Oliver Vogel schrieb:
hi all!
i need a "minimal qooxdoo" - page (inside this page is only a
report). it is faster and easier to create a "real" html-p
yes, qooxdoo dispose all objects onunload of the page. qooxdoo does
automatically, inside QxObject, removes all object references which are
stored inside the properties. This is also true for QxEventManager,
which stores all these QxCommand instances. The only problem is, that
you are not able
hi,
perhaps i don't get it, but i don't dispose anything :-). the "dispose"
from QxCommand was called by ...? qooxdoo?
my problem is (was) that the "dispose" was called by qooxdoo (i think)
and after this, when i pressed a key, the "_matchesKeyEvent" from this
instance was called again. -->
[EMAIL PROTECTED] schrieb:
Sebastian Werner ha scritto:
[EMAIL PROTECTED] schrieb:
Sebastian Werner ha scritto:
Oliver Vogel schrieb:
hi all!
i need a "minimal qooxdoo" - page (inside this page is only a
report). it is faster and easier to create a "real" html-page with
a table and 1-2 pics
Hi!
I've removed this _ownerWindow completely. You don't need to dispose
properties (using addProperty) in qooxdoo. This will be automatically
handled by qooxdoo.
Sebastian
Ulrich Schreiner schrieb:
hi,
first of all: my fix a few days ago was buggy, sorry for this. in the
construtor i in
Sebastian Werner ha scritto:
[EMAIL PROTECTED] schrieb:
Sebastian Werner ha scritto:
Oliver Vogel schrieb:
hi all!
i need a "minimal qooxdoo" - page (inside this page is only a
report). it is faster and easier to create a "real" html-page with a
table and 1-2 pics in it than creating this pa
hi,
first of all: my fix a few days ago was buggy, sorry for this. in the
construtor i initialized the "_shortcutParts" at the end. but it is
possible that the lines
if (QxUtil.isValid(vShortcut)) {
this.setShortcut(vShortcut);
};
initialized this instancevariable, so my line to set
Kent Olsson schrieb:
Hej!
Good point! It was the idea. One example: Pluralis is different in many
languages.
I like it, too. Should be definitely supported!
Sebastian
Kent
On Mon, 2006-02-27 at 15:27 +1100, Ben Alex wrote:
Hi Kent and Sebastian
Just in connection with the design of loca
> > I'm sure i18n support is an application specific,
> > and cannot be a part of qooxdoo library.
>
> In my opinion i18n is really a thing qooxdoo should support. Yes, the
> definition and the usage could be different from application to
> application, but I think it's generally a good idea to
Hej!
Good point! It was the idea. One example: Pluralis is different in many
languages.
Kent
On Mon, 2006-02-27 at 15:27 +1100, Ben Alex wrote:
> Hi Kent and Sebastian
>
> Just in connection with the design of localization features, I feel it's
> important that it support parameterization, whi
>Petr Simek schrieb:
>> Hi qooxdoo people,
>> is it possible to display QxTree without the root folder?
>
>Good question. Have somebody already tried this using 0.5?
I tried. Hiding the root QxTreeFolder gives the artificial effect
of hidden root. The only downside is that the tree wan't moved up.
[EMAIL PROTECTED] schrieb:
Sebastian Werner ha scritto:
Oliver Vogel schrieb:
hi all!
i need a "minimal qooxdoo" - page (inside this page is only a
report). it is faster and easier to create a "real" html-page with a
table and 1-2 pics in it than creating this page with qooydoo itself.
But n
Sebastian Werner ha scritto:
Oliver Vogel schrieb:
hi all!
i need a "minimal qooxdoo" - page (inside this page is only a report).
it is faster and easier to create a "real" html-page with a table and
1-2 pics in it than creating this page with qooydoo itself. But now i
have a problem
the pa
41 matches
Mail list logo