Re: [Gambas-user] Some Qt4 bugs.

2010-03-22 Thread Benoît Minisini
> Yes, that was it, drawingarea problem is solved! > It is old code that worked earlier, so I didn't even think about such > things... thanks! > > > But, textedit problem persist. > Although I have some new information about it. > I think I remembered old Qt3 way little bit wrongly it is also

Re: [Gambas-user] Some Qt4 bugs.

2010-03-22 Thread Jussi Lahtinen
Yes, that was it, drawingarea problem is solved! It is old code that worked earlier, so I didn't even think about such things... thanks! But, textedit problem persist. Although I have some new information about it. I think I remembered old Qt3 way little bit wrongly it is also cutting sentenc

Re: [Gambas-user] Some Qt4 bugs.

2010-03-21 Thread Fabien Bodard
have you tryed to set the cached property to true ? -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performan

Re: [Gambas-user] Some Qt4 bugs.

2010-03-21 Thread Doriano Blengino
Jussi Lahtinen ha scritto: > Hi! > > Problem 1. > With TextEdit control horizontal scrollbar isn't working like in Qt3. > Sentences are cut ugly way, example "This is test sentence." is > transformed to (if doesn't fit) > "This is test" > " sentence." <-- notice extra space at begin. > > I did exp

[Gambas-user] Some Qt4 bugs.

2010-03-21 Thread Jussi Lahtinen
Hi! Problem 1. With TextEdit control horizontal scrollbar isn't working like in Qt3. Sentences are cut ugly way, example "This is test sentence." is transformed to (if doesn't fit) "This is test" " sentence." <-- notice extra space at begin. I did expect horizontal scrollbar. Problem 2. Code (