Maybe this is a unwanted side-effect of the migration stuff in trunk
(0.7). Thomas, can you have a look?
Sebastian
Am 02.03.2007 um 03:43 schrieb [EMAIL PROTECTED]:
> I am trying to migrate Dan Humman's data cell renderers, to be able
> to check
> them into the tree. Although the migratio
Normally this should all work without any problems. Please attach
your log of a "make distclean build" in your answer. I will have a
look then.
Sebastian
Am 01.03.2007 um 23:29 schrieb Jim Hunter:
> I have (in .6.6) gotten it to compile semi-correctly with a 'make
> build'. BUT it is onl
I am trying to migrate Dan Humman's data cell renderers, to be able to check
them into the tree. Although the migration seems to work, the migration
script, right now, appears to be doing a "build", i.e. it is stripping extra
whitespace (including newlines) and comments. Not exactly useful for so
Hi
Are the data manager extensions still being developed and supported ?
http://qooxdoo.org/documentation/related_projects/php_qxbuilder
(The documentation talks about not suppporting for the "namespaces"
branch, which I presume is the 0.6x series of releases.)
SVN shows last changes 7 months ago.
Hi qooxdoo gurus,
I'm finding myself coming ever closer to being involved in a large-ish
(for me anyway!) project, that will require Javascript "Web 2.0" (god I
hate that term) style components to be embedded in standard XHTML files.
I've heard it mentioned during my many months of spying on th
I have (in .6.6) gotten it to compile semi-correctly with a 'make build'.
BUT it is only including my referenced classes, classes used in
swep.Application, into the main file swep.js. I have tried changing:
APPLICATION_COMPLETE_SOURCE = true
but that made no difference. If I set it to true or fa
Hi Peter,
Am 01.03.2007 um 13:20 schrieb Peter Helfer:
> I know it is not being GC'd because I use Javascript Memory
> Validator (a nice tool), so I can see this widget still on the heap
> after GC.
That's really a very useful tool! I played with the evaluation
version today, and it looks
Well I suggest you to fix the size of the picture, in the table view you can
decide the size of the row, if you fix it with the same value in the
imageHints then your picture will be automatically resized accordig this
size. It's what I could check for my own needs. I fixed the size of the row
for
Sebastian Werner <[EMAIL PROTECTED]> writes:
> [EMAIL PROTECTED] schrieb:
>> Sebastian Werner <[EMAIL PROTECTED]> writes:
>>
>>> I don't know the status of tablevarrowheight. Derrell, are these classes
>>> finished for a first shot, or should we remove them from the final 0.6.6
>>> or even 0.7?
>>
I should'nt use "auto" in the
var imageHints = { imageWidth:"auto", imageHeight:"auto", top:0 };
"auto" works in FF but not in IE6.
Tobias
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Tobias Koller
(GERMO GmbH)
Gesendet: Donnerstag, 1. März 2007 18:07
An: qooxdo
Unfortunatelly it is not perfect :(
FF works fine, IE6 doesn't show the images.
Any ideas?
I call this function like this:
getTableColumnModel().setDataCellRenderer(tableModel.getColumnIndexById("Details"),
new
lib.ImageDataCellRenderer("iconPath/22_details.png","iconPath/22_details.png
dperez schrieb:
> With this change, Spinner supports well the enabled property:
>
> qx.ui.core.Parent.prototype._modifyEnabled = function(val) {
> qx.ui.core.Widget.prototype._modifyEnabled.apply(this, arguments);
> var h = this.getChildren();
> for (var i = 0; i < h.length; i++)
With this change, Spinner supports well the enabled property:
qx.ui.core.Parent.prototype._modifyEnabled = function(val) {
qx.ui.core.Widget.prototype._modifyEnabled.apply(this, arguments);
var h = this.getChildren();
for (var i = 0; i < h.length; i++) {
h[
dperez schrieb:
> Hi,
>
> Some widgets like qx.ui.form.FieldText correctly implement the enabled
> property, but others like Spinner and Table don't react to this property.
>
> Maybe because they are containers. Could containers change the enabled
> state of their children?
They should and they
Hi,
Some widgets like qx.ui.form.FieldText correctly implement the enabled
property, but others like Spinner and Table don't react to this property.
Maybe because they are containers. Could containers change the enabled
state of their children?
Regards,
David
--
View this message in context:
Hugh Gibson wrote:
>> and the demo at: http://qx.celtasoft.com.ar
>
> I can't connect to this at the moment...
>
> Hugh
Sorry it is working now.
VoidMain
-
Take Surveys. Earn Cash. Influence the Future of IT
Join So
[EMAIL PROTECTED] schrieb:
> Sebastian Werner <[EMAIL PROTECTED]> writes:
>
>> I don't know the status of tablevarrowheight. Derrell, are these classes
>> finished for a first shot, or should we remove them from the final 0.6.6
>> or even 0.7?
>
> I need help with tablevarrowheight. (I asked f
Fabian Jakobs <[EMAIL PROTECTED]> writes:
> Hi Derrell,
>> The translations for "am" and "pm" appear to be missing, and I can't for the
>> life of me, figure out where to put them. The attached shell archive
>> containing a very slight modification to the standard skeleton demonstrates
>> the pro
Sebastian Werner <[EMAIL PROTECTED]> writes:
> I don't know the status of tablevarrowheight. Derrell, are these classes
> finished for a first shot, or should we remove them from the final 0.6.6
> or even 0.7?
I need help with tablevarrowheight. (I asked for help previously, but got no
respons
> and the demo at: http://qx.celtasoft.com.ar
I can't connect to this at the moment...
Hugh
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
o
> The new properties are not yet ready. The development of them
> continue next week. Following our current plan they will be part of
> 0.7. The current property are not the fastest solution in some cases.
> The new system will try to enhance the performance of the property by
> a great extend.
Thank you!
Thats perfect ;)
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von ericson
Gesendet: Donnerstag, 1. März 2007 12:55
An: qooxdoo-devel@lists.sourceforge.net
Betreff: Re: [qooxdoo-devel] How to put an image into a Table?
Well the best way
Hi Sebastian,
I know it is not being GC'd because I use Javascript Memory Validator (a
nice tool), so I can see this widget still on the heap after GC.
I tried it without the ".disconnect", same result.
I tried reusing the same label and just changing the text, but the width
didn't get recalculat
Well the best way seems to define your own class, you can have a look at the
source code of BooleanDataCellRenderer.js
You can create the same way your ImageDataCellRenderer ...
Cheers
Ericson
Hugh Gibson wrote:
>
>> The only thing I found is : IconDataCellRenderer but how can I define
>> the
Dietrich Streifert schrieb:
> Thank you Jim.
>
> That sounds promising. I also used to extend qx.ui.core.Widget with my
> own set of properties by using the qx.Proto = ..classname.. syntax.
>
> One more question left ;-)
>
> Is it possible to "overwrite" or redeclare a method of a class by
> usin
Priebe, Jason schrieb:
> It seems that long ago (early 2006), you could use tooltips in
> GalleryList,
> and you could handle the beforeToolTipAppear event and change the
> tooltip
> depending on which item the user was hovering over.
>
> That seemed to go away some time during 2006 for both Galler
I don't know the status of tablevarrowheight. Derrell, are these classes
finished for a first shot, or should we remove them from the final 0.6.6
or even 0.7?
Sebastian
dperez schrieb:
> This demo doesn't work well, at least under Firefox 2.0.0.2:
> http://demo.qooxdoo.org/0.6.6-rc1/sample/ht
This demo doesn't work well, at least under Firefox 2.0.0.2:
http://demo.qooxdoo.org/0.6.6-rc1/sample/html/example/TableVarRowHeight_1.html
dperez wrote:
>
> Good news. :-)
>
>
> Sebastian Werner wrote:
>>
>> Ok, I have modifed the things a bit. The default links are now back to
>> 0.6.5.
Yes, the virtual tree is in. But basically 0.6.6 is just a small minor
release and helper release to prepare for 0.7. Compared to the other
0.6.x releases there are only a few changes.
Sebastian
dperez schrieb:
> Good news. :-)
>
> And which improvemets does this version have?
> I have seen
Good news. :-)
And which improvemets does this version have?
I have seen TreeVirtual. This is great. It is fast for large trees, has
column headings, it's easier to use, and column widths can use flex units.
Sebastian Werner wrote:
>
> Ok, I have modifed the things a bit. The default links
The part which is done - the OO system itself, namely qx.Class.define is
not directly faster. It includes more and much more powerful features
like interfaces and mixins. This is the major ascect of the new OO system.
The new properties are not yet ready. The development of them continue
next w
Hi Fabian,
>we are considering an additional contribution
>repository where everybody is encouraged to share his qooxdoo
>...
>We are changing the class system of qooxdoo in the next release. You can
>have a look at it at
your infos are very useful. I'll start working on it.
Yes, there is a way to 'patch' an existing method with your new method. And
there is a way to get access to the superclass version of the method. I have
not done either of these but I did read about them in the document "Proposed
Class Declarations for qooxdoo 0.7". It has all the new features sho
Thank you Jim.
That sounds promising. I also used to extend qx.ui.core.Widget with my
own set of properties by using the qx.Proto = ..classname.. syntax.
One more question left ;-)
Is it possible to "overwrite" or redeclare a method of a class by using
mixins? If yes: do I have access to the
Dietrich Streifert schrieb:
> Hi Fabian
>
> will all subclasses derived from a superclass which has a mixin
> inherit the mixed in attributes?
>
> So in the example below: will all classes which are derived from
> qx.core.Object inherit the property mID?
Yes, the mixins become part of the class.
35 matches
Mail list logo