Salut,
The DrawingAreas are cached (= True), and painted = False
I get, when using qt4 and my DrawingAreas filled with Draw shows
NOTHING :
X11 ERROR
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 55 (X_CreateGC)
Resource id: 0xce0003e
X11 ERROR
X Error: BadGC (in
Oh, you are right! Cheers!
2011/12/25, Caveat :
> Huh? Perhaps I'm enjoying my box of English beers too much (Christmas
> present so I feel obliged to drink them today) but how do you expect "Im
> the text" to turn into "Im The Text" (with apologies to the apostrophe
> police) when you don't use
Huh? Perhaps I'm enjoying my box of English beers too much (Christmas
present so I feel obliged to drink them today) but how do you expect "Im
the text" to turn into "Im The Text" (with apologies to the apostrophe
police) when you don't use any Upper functions?
Or is your code deliberately obscur
Hello Benoit!
Congrats for the RC7 and a possible bug with string functions:
This function should return the string in mixed case, but it won't:
Public Sub TextTog2_Click()
Dim intet, gig, a, b As String
Dim insta As String[]
Dim i As Integer
gig = editTitle.Text
insta = Split(gig, " ")
intet = ""