Re: [Gambas-user] Printing a character in a Form

2010-06-19 Thread Fabien Bodard
2010/6/19 Fabien Bodard : > the doc is not up to date > > > Le 19 juin 2010 20:49, Benoît Minisini a écrit > : >>> draw.begin(MyForm) >>> >>> draw.text("mytext",x,y) >>> >>> >>> draw.end >>> >> >> This works only in Gambas 2. You can't draw directly on a control anymore in >> Gambas 3, except dur

Re: [Gambas-user] Printing a character in a Form

2010-06-19 Thread Fabien Bodard
the doc is not up to date Le 19 juin 2010 20:49, Benoît Minisini a écrit : >> draw.begin(MyForm) >> >> draw.text("mytext",x,y) >> >> >> draw.end >> > > This works only in Gambas 2. You can't draw directly on a control anymore in > Gambas 3, except during the Draw event of a DrawingArea. > > Rega

Re: [Gambas-user] Bug with external libraries

2010-06-19 Thread Benoît Minisini
> Hi! > Here is the problem: > > Declaration in C: > void Lib_initr(void) > (I also tested void Lib_initr() with same result) > > In Gambas: > Public Extern Lib_initr() In "libMlpp" > > And this raises error: > Lib_initr() > Type mismatch: Wanted Void, got Integer instead > > Ubuntu 10.04 64bit

Re: [Gambas-user] Printing a character in a Form

2010-06-19 Thread Benoît Minisini
> draw.begin(MyForm) > > draw.text("mytext",x,y) > > > draw.end > This works only in Gambas 2. You can't draw directly on a control anymore in Gambas 3, except during the Draw event of a DrawingArea. Regards, -- Benoît Minisini -

Re: [Gambas-user] Printing a character in a Form

2010-06-19 Thread Fabien Bodard
draw.begin(MyForm) draw.text("mytext",x,y) draw.end 2010/6/19 Ru Vuott : > Hello, > > how do I can print a simple character (ex. letter: "a") in a Form at  x , y > position ? > The character have not to be shown in a Label or in other text-Tools. > > Thanks > > > > > --

[Gambas-user] Printing a character in a Form

2010-06-19 Thread Ru Vuott
Hello, how do I can print a simple character (ex. letter: "a") in a Form at x , y position ? The character have not to be shown in a Label or in other text-Tools. Thanks -- ThinkGeek and WIRED's GeekDad team u

[Gambas-user] Bug with external libraries

2010-06-19 Thread Jussi Lahtinen
Hi! Here is the problem: Declaration in C: void Lib_initr(void) (I also tested void Lib_initr() with same result) In Gambas: Public Extern Lib_initr() In "libMlpp" And this raises error: Lib_initr() Type mismatch: Wanted Void, got Integer instead Ubuntu 10.04 64bit, Gambas3 revision 3016 Juss

Re: [Gambas-user] Gambas3 search window

2010-06-19 Thread Jussi Lahtinen
Yes, it works now! Jussi 2010/6/19 Benoît Minisini : >> Hi! >> There is minor bug when using replace feature. >> If you click next button, you will see matching word highlighted. >> Then if you click replace, highlighted word doesn't change, but next >> matching word will. >> >> I think that bug