Re: [Qt-jambi-interest] jambi 4.4 and empty spaces

2008-07-09 Thread Waldemar Wittmann
Am Mittwoch, den 09.07.2008, 16:23 +0200 schrieb Eskil Abrahamsen Blomfeldt: > Arne Stocker wrote: > > it seems that the mechanism of packing all librarys in a *.jar and > > unpacking it at runtime (congratulation to that solution) has some > > problems with empty space in the directory. > > >

[Qt-jambi-interest] Modifying a QTreeWidgetItem causes the JVM to crash. (Similar to bug #80337?)

2008-07-09 Thread Florian Hübner
Hello, after upgrading from jambi 4.3.3_01 to 4.4.0_01 I noticed that modifying a QTreeWidgetItem can crash the JVM under certain conditions. I have a method that takes a QTreeWidgetItem as argument, removes all child nodes with takeChildren() and then adds more nodes afterwards. The first tim

Re: [Qt-jambi-interest] jambi 4.4 and empty spaces

2008-07-09 Thread Eskil Abrahamsen Blomfeldt
Arne Stocker wrote: > it seems that the mechanism of packing all librarys in a *.jar and > unpacking it at runtime (congratulation to that solution) has some > problems with empty space in the directory. > Hi, Arne. I have tried to reproduce this error on Windows XP, but unfortunately canno

Re: [Qt-jambi-interest] Overriding itemChange() crashes the VM in 4.4.0_01

2008-07-09 Thread Mika Halttunen
Hi Eskil, thank you for your reply. > Short of editing the Qt Jambi code and building the libraries from > source, there are no work arounds for this bug. Ok, I'll wait then. :) > The bug will be fixed in the next Qt Jambi patch release. Any estimate as to when the next patch release is out?

Re: [Qt-jambi-interest] [Bug] JUIC broken with ScrollArea

2008-07-09 Thread Eskil Abrahamsen Blomfeldt
Jose Arcangel Salazar Delgado wrote: > I found a bug in the JUIC. The problem is when you try to use a scroll > area in a form. The preview is ok, but when you exec the app with the > Ui file, the scroll area is empty. After a few research I encounter > the problem, look at this code: > > Hi,

Re: [Qt-jambi-interest] Overriding itemChange() crashes the VM in 4.4.0_01

2008-07-09 Thread Eskil Abrahamsen Blomfeldt
Mika Halttunen wrote: > So the bottom line is, itemChange() can be overridden when the items are > not in any kind of parent/child relationship. > > Unfortunately, I cannot continue my project too far without this being > fixed. :( Hopefully you get it resolved for the next Qt Jambi update. Is >