Re: [Gambas-user] MOD arithetic operator

2010-12-14 Thread Fabien Bodard
good :) Le 14 décembre 2010 00:47, Benoît Minisini gam...@users.sourceforge.net 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

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 ? menutools

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 is quick

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 Gambas Form

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:

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' these,

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 reproduce

[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:

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 serializing a Byte

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 ? menutools 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 is an

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 ? menutools 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

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 for a

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

[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

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