Re: [Gambas-user] 3367 compile error

2010-12-14 Thread richard terry
On Wednesday 15 December 2010 08:50:01 Benoît Minisini wrote: > > cpaint_impl.cpp: In member function ‘virtual int > > MyPaintDevice::metric(QPaintDevice::PaintDeviceMetric) const’: > > cpaint_impl.cpp:1119: error: ‘class QPaintDevice’ has no member named > > ‘colorCount’ > > make[5]: *** [gb_qt4_l

Re: [Gambas-user] 3367 compile error

2010-12-14 Thread Benoît Minisini
> cpaint_impl.cpp: In member function ‘virtual int > MyPaintDevice::metric(QPaintDevice::PaintDeviceMetric) const’: > cpaint_impl.cpp:1119: error: ‘class QPaintDevice’ has no member named > ‘colorCount’ > make[5]: *** [gb_qt4_la-cpaint_impl.lo] Error 1 > make[5]: Leaving directory > `/home/richard/

[Gambas-user] 3367 compile error

2010-12-14 Thread richard terry
cpaint_impl.cpp: In member function ‘virtual int MyPaintDevice::metric(QPaintDevice::PaintDeviceMetric) const’: cpaint_impl.cpp:1119: error: ‘class QPaintDevice’ has no member named ‘colorCount’ make[5]: *** [gb_qt4_la-cpaint_impl.lo] Error 1 make[5]: Leaving directory `/home/richard/svn/gambas3/

Re: [Gambas-user] Feature request before release

2010-12-14 Thread Jordi Sayol
Al 14/12/10 21:50, En/na richard terry ha escrit: ... Your amazing Benoit, grateful as ever the your efforts and generosity. Its a great IDE and gets better by the day. Richard ... I'm completely agree. -- Jordi Sayol smime.p7s Description: S/MIME Cryptographic Signature ---

Re: [Gambas-user] Feature request before release

2010-12-14 Thread richard terry
On Tuesday 14 December 2010 21:13:12 Benoît Minisini wrote: > > Hi Benoit > > > > Just another request for a feature I've asked for before, that shouldn't > > be much trouble but would make dealing with complex forms easier. > > > > In the IDE on the heirachy tab, having a search textbox to search

Re: [Gambas-user] Gambas2 to 3 port error "Form.Delete is badly overridden in class"

2010-12-14 Thread Benoît Minisini
> >have you converted your forms ? menu>tools> > > Yes > > >why not check for this after project load and ask the user to convert > >them? > > yes I have checked and verified. > > >The Delete() was reimplemented in your form. But its syntax differs from > > the > > >original Delete() method

Re: [Gambas-user] Gambas2 to 3 port error "Form.Delete is badly overridden in class"

2010-12-14 Thread Nicolas Koch
>have you converted your forms ? menu>tools> Yes >why not check for this after project load and ask the user to convert them? yes I have checked and verified. >The Delete() was reimplemented in your form. But its syntax differs from the >original Delete() method from the Control class. This i

Re: [Gambas-user] "write byte[]" question

2010-12-14 Thread Benoît Minisini
> I have a question how data is written to file. > for example: > arrObject_3 contains the capital ABC... a.s.o > > then doing: > Write #hMyLog, (arrObject_3.Extract(0, 16)) As Byte[] > > writes the first 16 bytes to file-stream as byte-array No. By using "As Byte[]", you are serializin

[Gambas-user] "write byte[]" question

2010-12-14 Thread wally
I have a question how data is written to file. for example: arrObject_3 contains the capital ABC... a.s.o then doing: Write #hMyLog, (arrObject_3.Extract(0, 16)) As Byte[] writes the first 16 bytes to file-stream as byte-array then open the file written with editor shows: AABCDEFGHI

Re: [Gambas-user] gambas3 ide bug

2010-12-14 Thread Shane
On 13/12/10 16:28, Benoît Minisini wrote: >> when you use the del key on keyboard to delete a component on the form >> the ide stops responding >> to placing new components and and resizing the form >> >> gambas 3 revision 3355 >> > I cannot reproduce that. Can you give more information? > I can't

Re: [Gambas-user] Feature request before release

2010-12-14 Thread Benoît Minisini
> Hi Benoit > > Just another request for a feature I've asked for before, that shouldn't be > much trouble but would make dealing with complex forms easier. > > In the IDE on the heirachy tab, having a search textbox to search for a > control. When one's form is complex it's possible to 'lose' th

Re: [Gambas-user] Gambas 3 Printing

2010-12-14 Thread Benoît Minisini
> Thanks Benoit, > I've checked all the Ubuntu forums without success but it seems to be > unique to Gambas.I still have a few things to try but I am busy moving > house so shall return to it after Xmas. > Her is my output from svn info > URL: https://gambas.svn.sourceforge.net/svnroot/gambas/gamba

Re: [Gambas-user] Gambas2 to 3 port error "Form.Delete is badly overridden in class"

2010-12-14 Thread Benoît Minisini
> I just finished compiling Gambas3 and verified I can play with some code > and test ok, however, when i port my project gambas2 to gambas3 I get > error > > : "Form.Delete is badly overridden in class" > > What do I need to look or change to fix that? I have verified that form > files say Gam

Re: [Gambas-user] Gambas2 to 3 port error "Form.Delete is badly overridden in class"

2010-12-14 Thread Benoît Minisini
> This seem to be a common error. > > Since the Gambas3 IDE knows that your forms are still version 2 (because > it says so on the first line of the form file) why not check for this > after project load and ask the user to convert them? > > Regards, > Ron_2nd. > Indeed. The conversion process

Re: [Gambas-user] Gambas2 to 3 port error "Form.Delete is badly overridden in class"

2010-12-14 Thread Ron
This seem to be a common error. Since the Gambas3 IDE knows that your forms are still version 2 (because it says so on the first line of the form file) why not check for this after project load and ask the user to convert them? Regards, Ron_2nd. > have you converted your forms ? menu>tools> >

Re: [Gambas-user] Gambas2 to 3 port error "Form.Delete is badly overridden in class"

2010-12-14 Thread Fabien Bodard
have you converted your forms ? menu>tools> 2010/12/14 Nicolas Koch : > I just finished compiling Gambas3 and verified I can play with some code and > test ok, however, when i port my project  gambas2 to gambas3 I get error > : "Form.Delete is badly overridden in class" > > What do I need to loo

Re: [Gambas-user] MOD arithetic operator

2010-12-14 Thread Fabien Bodard
good :) Le 14 décembre 2010 00:47, Benoît Minisini a écrit : >> Hi to all, >> >> i want to ask why there is not a modulus operator like % for example? >> > > The '%' operator has been added as a synonymous for 'MOD' in revision #3362. > The '%=' assignment operator has been added as well. > > Reg