Hi Fritz,
which operation system and service pack do you use with IE6?
Cheers,
Chris
Fritz Zaucker schrieb:
> Hi Ken,
>
> I can't check it with IE6, as the playground doesn't even work for me with
> IE6 (error in line 5555 ...).
>
> Anyway, one thing I spotted in your example:
>
> table width = 278
> column0 width = 284
>
> Could this be a problem?
>
> Cheers,
> Fritz
>
> On Mon, 5 Oct 2009, Ken MacDonald wrote:
>
>
>> Fritz, Stefan:
>> Here is an app which demo's the problem; works in FF/IE 8/IE 7 but hangs IE
>> 6 every time. As noted before, running XP w/qoox 0.8.3.
>>
>> In earlier example, 'this.viewer' was a rather complicated subclass/override
>> to the container.Composite(), so I simplified it for this example (the
>> subclass defined firstCol, secondCol, thirdCol, etc. that you saw in earlier
>> example code).
>> Ken
>>
>> main : function()
>> {
>> this.base(arguments);
>>
>> this.viewer = new qx.ui.container.Composite();
>> this.getRoot().add(this.viewer, {edge : 12});
>> var basicLayout = new qx.ui.layout.Basic();
>> this.viewer.setLayout(basicLayout);
>> var dm = new qx.ui.table.model.Simple();
>> dm.setColumns(["list"]);
>> this.menuItemTable = new qx.ui.table.Table(dm);
>> this.menuItemTable.set({ height: 260,
>> minHeight: 100,
>> width: 278,
>> columnVisibilityButtonVisible: false,
>> statusBarVisible: false,
>> showCellFocusIndicator: false,
>> tabIndex: 4
>> });
>> this.menuItemTable.setColumnWidth(0,284);
>> this.viewer.add(this.menuItemTable);
>> this.viewer.syncAppearance();
>> }
>>
>>
>> On Mon, Oct 5, 2009 at 2:12 PM, Fritz Zaucker <[email protected]> wrote:
>>
>>
>>> Hi Ken,
>>>
>>> one difference between Stefan's example and your posting is that he adds
>>> the
>>> table to the root window, whereas you add it to secondCol. So the question
>>> is, what is secondCol? The other difference is that you add it with flex,
>>> so the problem could also lie there (something with the layout manager, I
>>> suppose). Perhaps this help to create a simple demo app which shows the
>>> problem.
>>>
>>> Cheers,
>>> Fritz
>>>
>>>
>>>
>
>
--
Christian Schmidt
Software Entwickler
1&1 Internet AG - Web Technologies
Ernst-Frey-Straße 9 · DE-76135 Karlsruhe
[email protected]
Amtsgericht Montabaur / HRB 6484
Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas
Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver
Mauss, Jan Oetjen
Aufsichtsratsvorsitzender: Michael Scheeren
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel