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
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
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 (
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
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
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