For all followers please have a look at the bug report for more details:
http://bugzilla.qooxdoo.org/show_bug.cgi?id=7394
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Strange-behavior-in-virtual-list-data-jumps-around-tp7583488p7583566.html
Sent from the qooxdoo mailing lis
Hi Derrell,
yes, I will have a look at it. Today I am a bit busy, but I will hava a look
as soon as possible.
Cheers,
Chris
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Strange-behavior-in-virtual-list-data-jumps-around-tp7583488p7583534.html
Sent from the qooxdoo mailing
Yes, it did, thanks you very much :-)
Finally I got rid of the delegate part (I was on a hotfix and this part
was not really necessary).
Thank you !
On 01/09/2013 09:18 AM, Martin Wittemann wrote:
> Hey,
> I don't see a bug in that code but something that might need some
> explanation. Here i
Hey,
I don't see a bug in that code but something that might need some explanation.
Here is, step by step, what the code does if you give the delegate.
Line 1-14
You set up the data binding via controller and use the default binding for the
label.
Line 15-19
The Delegate will be set but the bin
Thanks a lot Christopher. I'm doing it because in that page I'm using
Google Chart Tools, which gets all the available space of the parent
element to render the chart.
By removing the scroll container I can set all parents with a flex display,
so I can have a widget with the full height of the page
Hi everyone. I'm checking out the new carousels in my application and I've
a strange issue on firefox, although seems work OK in webkit.
For multiple reasons, I have a NavigationPage without the scroller to be
able of set flex widgets with the full height. I'm doing it in this way:
var content
On 15/11/2010 11:03, Tristan Koch wrote:
> Just a vague assumption, but this sounds like a duplicate of
> http://bugzilla.qooxdoo.org/show_bug.cgi?id=4147, which was already fixed in
> trunk.
>
> Can you confirm?
>
> Tristan
>
> Am 12.11.2010 um 20:02 schrieb Jim Hunter:
>
>
>> Doing normal q
Just a vague assumption, but this sounds like a duplicate of
http://bugzilla.qooxdoo.org/show_bug.cgi?id=4147, which was already fixed in
trunk.
Can you confirm?
Tristan
Am 12.11.2010 um 20:02 schrieb Jim Hunter:
> Doing normal qx.io.remote.Request stuff, I have run into this null
> issue mys
On 12/11/2010 19:45, Derrell Lipman wrote:
On Fri, Nov 12, 2010 at 13:06, Joffrey Fuhrer - NOVLOG
mailto:joffrey.fuh...@novlog.com>> wrote:
Hi list,
We're currently implementing a new functionality in our app that
behaves
like a download (we want to serve a file to the user) bu
On Fri, Nov 12, 2010 at 14:02, Jim Hunter wrote:
> Doing normal qx.io.remote.Request stuff, I have run into this null
> issue myself. I ended up modifying the qooxdoo source to check for
> null to bypass the offending code. I have had no issues with it since.
>
Jim, please post a bug and include
Doing normal qx.io.remote.Request stuff, I have run into this null
issue myself. I ended up modifying the qooxdoo source to check for
null to bypass the offending code. I have had no issues with it since.
Jim
On Fri, Nov 12, 2010 at 10:45 AM, Derrell Lipman
wrote:
> On Fri, Nov 12, 2010 at 13:0
On Fri, Nov 12, 2010 at 13:06, Joffrey Fuhrer - NOVLOG <
joffrey.fuh...@novlog.com> wrote:
> Hi list,
>
> We're currently implementing a new functionality in our app that behaves
> like a download (we want to serve a file to the user) but isn't really
> fetching a file on the server. For this pur
Hi list,
We're currently implementing a new functionality in our app that behaves
like a download (we want to serve a file to the user) but isn't really
fetching a file on the server. For this purpose, doing a request to a
servlet using the Iframe class seemed like a good idea even though the API
On Wed, Sep 10, 2008 at 5:52 PM, John de la Garza <[EMAIL PROTECTED]> wrote:
> The following codes logs prints out NaN, but if I remove a non related
> line of logging code then it prints out a number. this behavior only
> shows it self in build mode, in source mode everything works...
>
> Anyone
The following codes logs prints out NaN, but if I remove a non related
line of logging code then it prints out a number. this behavior only
shows it self in build mode, in source mode everything works...
Anyone have any idea as to why taking out
console.log("html1:"+html1); would ma
Hi Carsten!
On Thu, 2007-03-15 at 10:24 +0100, Carsten Harnisch wrote:
> I encountered a strange problem when trying to inherite from a class. My
> coding looks like :
>
> qx.OO.defineClass("qx.manager.selection.DataRadioManager",
> qx.manager.selection.RadioManager, function(vName, vMembers)
>
I encountered a strange problem when trying to inherite from a class. My
coding looks like :
qx.OO.defineClass("qx.manager.selection.DataRadioManager",
qx.manager.selection.RadioManager, function(vName, vMembers)
{
qx.manager.selection.RadioManager(this, vName, vMembers);
});
So basicall
17 matches
Mail list logo