> Hello,
> after i update from qooxdoo 1.2 to 1.3 and fix all other warnigs, i get
> this error on compile qooxdoo , but i cant find this in the cofigs.
> Where can i fix this error? File?
Most probably it's in your application's config.json. Just search it for
'build-script'.
T.
--
Hello David,
Thats a good one! Thanks for the report. Your patch looks like a good fix to me
too. This was added unintentionally as you already guessed. I simply haven't
thought of the converter which of course needs the model in some cases on the
initial bind. Would you be so kind and open up a
Hi,
can you provide a screenshot of both 1.2 and 1.3 for comparison?
Tristan
Am 05.01.2011 um 08:47 schrieb smisonl...@googlemail.com:
> Hello,
>
> i think since my 1.2 to 1.3 update the fonts/textoutput looks a littl
> ebt strange. the characters sometimes to close to the next .
>
> W
what means "kind"? The output is the original like the subject of this
mail
> Hi,
>
> what kind of error do you get?
>
> Tristan
>
> Am 04.01.2011 um 20:25 schrieb dragon2k...@gmx.de:
>
>> Hello,
>> after i update from qooxdoo 1.2 to 1.3 and fix all other warnigs, i get
>> this error on compi
Don't mind my previous mail – didn't read the subject obviously.
Am 04.01.2011 um 20:25 schrieb dragon2k...@gmx.de:
> Hello,
> after i update from qooxdoo 1.2 to 1.3 and fix all other warnigs, i get this
> error on compile qooxdoo , but i cant find this in the cofigs. Where can i
> fix this
Hello,
i think since my 1.2 to 1.3 update the fonts/textoutput looks a littl
ebt strange. the characters sometimes to close to the next .
What can this be?
Thank you for a help.
--
Learn how Oracle Real Applicat
Hi,
what kind of error do you get?
Tristan
Am 04.01.2011 um 20:25 schrieb dragon2k...@gmx.de:
> Hello,
> after i update from qooxdoo 1.2 to 1.3 and fix all other warnigs, i get this
> error on compile qooxdoo , but i cant find this in the cofigs. Where can i
> fix this error? File?
>
--
Hi Petr,
Confirmed, but only when loaded without Firebug. I assume the UI blocks because
I'm calling console.log, which is not available in plain Firefox. You could fix
it by replacing console.log with this.debug.
Tristan
Am 04.01.2011 um 17:25 schrieb Petr Kobalíček:
> BTW: The example in pl
I will be out of the office starting 05/01/2011 and will not return until
12/01/2011.
I will respond to your message when I return.
**
Any personal or sensitive information contained in this email and
attachments must be hand
i try this code like in the doc but now i cant select anything
this.widgets["USERIDS"] = new qx.ui.form.List().set({
width: width
});
this.widgets["USERIDS"].setSelectionMode("adaptive");
this.
Hello,
after i updated from 1.2 to 1.3 the lables of the single form render
breaks often
the label text looks like
mylabel
the output should look like this
mylabel*:
but after the update looks it like
mylabel*
:
i use this
var formView = new makebiz.system.ui.renderer.Single(this.for
Hello,
after i update from qooxdoo 1.2 to 1.3 and fix all other warnigs, i get
this error on compile qooxdoo , but i cant find this in the cofigs.
Where can i fix this error? File?
--
Learn how Oracle Real Application
>I believe you're trying to concat two models.
I'm not, I just trying to fix a bug that was not on previews release ;)
My playground example is clear, his only purpose is to show you the bug but
the code has nothing to do with our real code. Of course I can add a
if(model === null) {return;} but
For managed images, you can use
qx.util.ResourceManager#getImageHeight/getImageWidth. This information is
available whether the image has been loaded or not.
T.
> Hi Tristan,
>
> thanks for reply, I meant original dimension of the image. I don't
> know if the "appear" is the right event. I'd lik
Hi Tristan,
thanks for reply, I meant original dimension of the image. I don't
know if the "appear" is the right event. I'd like to get the size when
image is loaded so I'd like to stay with "loaded" event. The problem
is that the sample you wrote doesn't work for this case, because
"loaded" event
On Tue, Jan 4, 2011 at 08:00, Tristan Koch wrote:
> Hi Pascal,
>
> thanks for your detailed description of this issue.
>
> I can reproduce this with Firefox 3.6 on Windows XP and Windows 7, Chrome
> on Mac – but interestingly not with Firefox 3.6 on Mac. From what I can see,
> you're assumption s
Hi Pascal,
thanks for your detailed description of this issue.
I can reproduce this with Firefox 3.6 on Windows XP and Windows 7, Chrome on
Mac – but interestingly not with Firefox 3.6 on Mac. From what I can see,
you're assumption seems to be correct. Can you please file a bug? We'll then
tak
Hi everybody,
I figured out a problem regarding the zoom function in web browsers.
The problem can be reproduced in the qooxdoo demo browser.
When I open the demo browser in Firefox 3.6.13 the tree view appears on
the left side containing icons with labels.
The texts in the labels are shown com
Hi David,
I believe you're trying to concat two models. qx.data.marshal.Json.createModel
plus some JSON data is everything you need. See http://tinyurl.com/3a7gkl2.
Tristan
Am 04.01.2011 um 10:03 schrieb David Charbonnier:
> Hi 2,
>
> New version introduce new functionalities and new bug ;)
>
Hi,
thanks for the report.
You're right, so feel free to file a bug.
Tristan
Am 04.01.2011 um 11:03 schrieb danovics:
>
> Before I submit a bug on bugzilla, I'm asking experts on this topic.
>
> After I've changed to 1.3 framework I realised that checkboxes in tables
> don't appear properly
Hi David,
thanks for the report and patch.
Can you please file a bug? This makes sure the maintainer of the Code in
question will keep this on radar.
Tristan
PS:
Just in case you didn't know, there is no need to manually bind listener
functions. See http://tinyurl.com/2u9xf9e. Or did I miss
Hi,
by icon you mean the type of cursor, I assume?
Setting the cursor for embed.Canvas seems to work, see
http://tinyurl.com/35hela9. I tested with Chrome and Firefox 3.6 on Mac.
Can you transfer your example to the playground?
Tristan
Am 04.01.2011 um 09:25 schrieb bplturner:
Hello,
I'm u
Hi 2,
New version introduce new functionalities and new bug ;)
To reproduce :
http://tinyurl.com/2aqm7ue
Error :
TypeError: model is null
Patch :
--- qooxdoo-1.3-sdk.original/framework/source/class/qx/data/controller/List.js
2011-01-04 09:55:11.0 +0100
+++ qooxdoo-1.3-sdk.oxys/frame
Before I submit a bug on bugzilla, I'm asking experts on this topic.
After I've changed to 1.3 framework I realised that checkboxes in tables
don't appear properly.
They are cropped.
I've inspected the div which has the checkbox as background with firebug and
I found out that the height and width
Hi,
We found a bug on button command binding. To reproduce the bug follow those
steps :
go to http://tinyurl.com/24jcpzv
1/ clic "Command button"
2/ clic "Enable/Disable the command 'command1'"
3/ clic "Destroy the 'Command button'"
4/ clic "Enable/Disable the command 'command1'"
Javascript
Hello,
I'm using a Canvas to do some WebGL, so I'd like to be able to change the
icon based on the command being used. Unfortunately, when I setCursor on
the canvas object (even as a test), it does not change.
Any ideas?
//Create the outside container
var container = new qx.ui.con
26 matches
Mail list logo