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
> 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/
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/
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
---
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
> >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
>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
> 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
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
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
> 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
> 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
> 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
> 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
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>
>
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
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
17 matches
Mail list logo