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 (

[Gambas-user] Possible bug in Desktop.Open()

2010-03-21 Thread Ricardo Díaz Martín
Hi, Please try to run this simple code from Gambas2 IDE on KDE or gnome and works fine. After you make the executable file of the project, if you run the example from console *doesn't work on KDE* but *works in gnome *desktop. I think this is not a gambas bug because if I replace Desktop.Open(Pat

Re: [Gambas-user] Problem with Sockets

2010-03-21 Thread Olivier Cruilles
Hello, You can try to replace 'localhost' by '127.0.0.1' It's the same. Olivier Cruilles Mail: linu...@club-internet.fr Le 21 mars 2010 à 15:59, tobias...@t-online.de a écrit : > > > Hey Mailing-List, > now I habe a problem with the sockets (gb.net, normal socket). I just create > one

[Gambas-user] Problem with Sockets

2010-03-21 Thread tobias...@t-online.de
Hey Mailing-List, now I habe a problem with the sockets (gb.net, normal socket). I just create one and connected like this Socket1.Connect("localhost", 80) - with the elements of the example in the documentation (waiting until the socket is ready and so on) and when I WRITE #Sock