[Gambas-user] Bugs found in 1.0.14

Benoit Minisini gambas at ...1...
Wed Apr 5 23:57:33 CEST 2006


On Wednesday 05 April 2006 20:38, GuruLounge - MailLists wrote:
> Okay.  I've been working pretty intensively on a program and have come
> across a few unexplainable things in the Gambas 1.0.14 RUNTIME.  I don't
> think these are documented as I've seen nothing on them:
>
>
>         1) Floating points: when I use floating points I get a sig #11
>         crash in my program (not the IDE) unless I include
>         "str(myfloat)" directly after referencing the float. Str doesn't
>         have to do anything in particular other than convert the float
>         to some dummy string variable. i.e.:
>
>
>                 myfloat = myfloat + someotherfloat
>                 strDummy = str(myfloat)
>
>
>         2) It seems "mypicture.load" requires "mypicture = new picture"
>         prior to using it otherwise a sig #11 crash in the program
>         occurs. i.e.:
>
>
>                 mypicture = new picture
>                 mypicture.load(mypath)
>
>                 Actually, it seems proper to clear the picture before
>                 loading a new picture.  But perhaps this should be
>                 built-in to the load function.

Please send me a complete gambas project that makes the interpreter crash, 
otherwise I can't guess what happens!

>
>
>         3) Columnview control doesn't handle keypresses quite the same
>         way Iconview does (iconview-way is preferred).
>

Can you be more precise please?

Regards,

-- 
Benoit Minisini





More information about the User mailing list