Hey,
> If I change your code to:
>
> return model.getLastname() + ", " + data;
>
> It does not work either.
Thats because the converter has no model in that case. The model is set by the
controller and it seems to me, that for the combo box that setting of the model
is missing. So in the end
Even so, is there a way of having the column width to auto-adjust to the
longest of its row contents.
-deech
On Wed, Dec 14, 2011 at 1:24 AM, Tristan Koch wrote:
> Hi,
>
> as far as I known, the table is virtual only in vertical direction. This
> may explain the long running script error.
>
> Tr
Am 14.12.2011 17:44, schrieb thron7:
> Thanks, Dietrich, for digging into this so well. Could you open a bug
> for it and attach your findings?! That would be great.
>
> Thanks,
> T.
>
Done:
http://bugzilla.qooxdoo.org/show_bug.cgi?id=5951
-
ref:
http://manual.qooxdoo.org/1.6.x/pages/core/oo_feature_summary.html#accessing-static-members
Why do you call self as a function and pass arguments in like this?:
return 2 * this.self(arguments).PI * radius;
Seems to me it should be:
return 2 * this.self.PI * radius;
?
Thanks,
Scott
Am 14.12.2011 17:44, schrieb thron7:
> Thanks, Dietrich, for digging into this so well. Could you open a bug
> for it and attach your findings?! That would be great.
>
> Thanks,
> T.
>
Will open the bug tomorrow.
Tests with standalone v8 on centos 6 (d8 respectively) show that
Object.prototype.ex
Resolved! Found a problem in the column ids for my table. Once I fixed that
all the columns were showing as expected.
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Remote-table-rows-loaded-but-cells-not-showing-the-contents-tp7094672p7094928.html
Sent from the qooxdoo mailin
Update: So I made all the columns visible and I got some content in some of
the columns. I think the columns that have a 'null' data value and all
columns after that one do not get rendered. I'll have to look at converting
the 'null' into an empty string or such.
--
View this message in context
Hi all,
I am using a remote table with a PHP backend. I can see in the response
from my call that I am getting data and the table itself renders a number of
rows (alternately dark and light colored rows) which corresponds to the
number of rows of data returned by the query I am using. The part th
Hey @thron7-2,
you are rights. I understand now..
Okay i can code again. I know because you say "Eval is not allowed in Air."
But i try possible with advanced coding with qx.Bootstrap.
Do i need new class for the gui skeleton app?
I will create with good eval and fixed problem of security viola
Thanks, Dietrich, for digging into this so well. Could you open a bug
for it and attach your findings?! That would be great.
Thanks,
T.
On 12/14/2011 03:27 PM, Dietrich Streifert wrote:
> Am 14.12.2011 15:16, schrieb Dietrich Streifert:
>> Back from my lunch break:
>>
>> I've startet a debugger
On 12/14/2011 03:26 PM, Tristan Koch wrote:
> Hi,
>
> to my knowledge, qooxdoo does not work in Adobe Air because it requires eval.
> Eval is not allowed in Air. I guess this is why you get a security violation.
> I find it curious though that you see anything at all, the actual screenshot
> l
Yes? Why do you say because it does not allow? Wtf? But i would like this
Qooxdoo and Adobe Air. But you like allowed application like this Adobe
Flash Builde creted this Adobe Air and Dreamweaver created frameworks for
Javascript like Extjs 4.0 and Qooxdoo 1.6 and 2.x latest on Air. That is
easy a
Am 14.12.2011 15:16, schrieb Dietrich Streifert:
> Back from my lunch break:
>
> I've startet a debugger session in Titanium Studio and set a
> breakpoint at line 3 of qx-oo-noopt.js which is the first instruction
> allowing to do so. Now I've been stepping through the code while
> evaluating "c
Hi,
to my knowledge, qooxdoo does not work in Adobe Air because it requires eval.
Eval is not allowed in Air. I guess this is why you get a security violation. I
find it curious though that you see anything at all, the actual screenshot
looks like its working.
Perhaps, you can try to load a si
Am 14.12.2011 13:12, schrieb thron7:
>
> On 12/14/2011 12:51 PM, thron7 wrote:
>> On 12/14/2011 12:17 PM, Dietrich Streifert wrote:
>>> Meanwhile I "solved?!?!?" the exception by moving the declaration of the
>>> methods "extendClass" and "getKeys" up to qx.Bootstrap (starting on line
>>> 64) right
Am 14.12.2011 12:52, schrieb Stefan Andersson:
> We used a little different strategy by wrapping the GUI function calls
> of Titanium in qooxdoo mobile and don't see this problem.
>
> Stack trace, please!
>
> Stefan
Btw: what runtime do you use in android? Is it Rhino or V8?
---
Hello dear people.
i have been testet with Qooxdoo 1.6. But UI Qooxdoo shows complety :)
But it has same problem :/ because i see that sandbox :( Oh no... :(
How do i find "sandbox" for Qooxdoo and Air :)
Look at my picture :)
http://qooxdoo.678.n2.nabble.com/file/n7093510/errorsandbox_nicethat
Hi Matti,
I can reproduce the problem. It looks like this is an issue with the
user extensions: The "click" event is fired on the widget for simulated
left and middle clicks, but not for right clicks. I've opened a report
for this:
http://bugzilla.qooxdoo.org/show_bug.cgi?id=5949
I guess I ne
On 12/14/2011 12:51 PM, thron7 wrote:
>
> On 12/14/2011 12:17 PM, Dietrich Streifert wrote:
>> Meanwhile I "solved?!?!?" the exception by moving the declaration of the
>> methods "extendClass" and "getKeys" up to qx.Bootstrap (starting on line
>> 64) right before method "define". Down at
>> qx.Bo
Am 14.12.2011 12:52, schrieb Stefan Andersson:
> We used a little different strategy by wrapping the GUI function calls
> of Titanium in qooxdoo mobile and don't see this problem.
Hi Stefan!
How do you manage the *.js file loading in your app.js?
Have you intercepted the titanium build process
Thanks Marc!
Very valuable info. It seems not to be changed soon so a transfer to git would
be appreciated asap.
Stefan
--
Cloud Computing - Latest Buzzword or a Glimpse of the
We used a little different strategy by wrapping the GUI function calls of
Titanium in qooxdoo mobile and don't see this problem.
Stack trace, please!
Stefan
--
Cloud Computing -
On 12/14/2011 12:17 PM, Dietrich Streifert wrote:
> Meanwhile I "solved?!?!?" the exception by moving the declaration of the
> methods "extendClass" and "getKeys" up to qx.Bootstrap (starting on line
> 64) right before method "define". Down at
> qx.Bootstrap.define("qx.Bootstrap", I replaced the
Bug #4740 [1] deals with this, by the way.
http://bugzilla.qooxdoo.org/show_bug.cgi?id=4740
On 12/14/2011 12:42 PM, Marc Puts wrote:
> It's a known problem and it's caused by sourceforge which at times is
> very unstable. I don't think there's much the qooxdoo team can do about
> it, except f
It's a known problem and it's caused by sourceforge which at times is
very unstable. I don't think there's much the qooxdoo team can do about
it, except for moving away from sourceforge.
The best available workaround is the one mentioned by Omri --
downloading the contribs manually and use the
Am 14.12.2011 11:48, schrieb thron7:
>> The next step is to "port" the iOS app to android (v 2.2+ ) which uses
>> the v8 javascript engine.
>>
>> The problem is that during load of the qx-oo.js (or qx-oo-noopt.js) I'm
>> getting an error "Object # has no method 'extendClass'" in
>> qx.Bootstrap.
On 12/14/2011 09:24 AM, Dietrich Streifert wrote:
> Hello Everybody,
>
> I've successfully build an iOS app using Appcelrator Titanium and qx-oo
> version 1.6 for business logic (oo features, properties, events mainly)
> which (hopefully) will be distributed through app store this week.
Wow, con
Thanks for your response Omri!
>It happened to me a few times as well. I simply re-ran the generator until it
>worked.
we did and do
>You can also, as a temporary fix, redefine your config.json to point to the
>locally acquired copy of the contribution...
We already have done, but we need to
Hi!
I have not been able to get a menu appear in Selenium Server 2.15.0 with
qooxdoo 1.6 extensions. I can get the menu appear manually in Firefox 8.0.1 by
pressing and releasing the right mouse button, but not automatically in
Selenium. Selenium IDE 1.4.1 does not record the right mouse button
On 12/14/2011 09:22 AM, Fritz Zaucker wrote:
> On the other hand, this could be an options the not-so-unsuspecting-user
> could set ...
Yes, sure. It might be difficult to achieve in the SDK proper, though,
but could be feasible as a build option for the manual in the repository
checkout?!
T.
It happened to me a few times as well. I simply re-ran the generator until it
worked.
You can also, as a temporary fix, redefine your config.json to point to the
locally acquired copy of the contribution...
Cheers,
Omri
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Connectio
This is a message we have received for 6 days now:
>>> Scanning libraries- Checking network-based contrib:
>>> contrib://qxe/trunk/Manifest.json
[Errno 104] Connection reset by peer
Problem must be solved as, if it occurs for others too, it stops all
development involving contributing sour
Hello Everybody,
I've successfully build an iOS app using Appcelrator Titanium and qx-oo
version 1.6 for business logic (oo features, properties, events mainly)
which (hopefully) will be distributed through app store this week.
The next step is to "port" the iOS app to android (v 2.2+ ) which u
On the other hand, this could be an options the not-so-unsuspecting-user
could set ...
Cheers,
Fritz
On Wed, 14 Dec 2011, thron7 wrote:
> Another thing is that the manual also links to the online Demobrowser.
> To use the local Demobrowser, users would need to build it first in the
> SDK before
Another thing is that the manual also links to the online Demobrowser.
To use the local Demobrowser, users would need to build it first in the
SDK before those links would work, as it doesn't come pre-built (in
contrast to the Apiviewer). That seems a bit to ask from unsuspecting users.
T.
On
35 matches
Mail list logo