[Gambas-user] Little editor "feature" in Gambas2

2011-01-10 Thread Rolf-Werner Eilert
Moin, Just found this one, don't know if it's been removed in Gambas3. When I define several arrays of strings on one line within a SUB, later the names are recognized. Example: DIM sMyStrings1, sMyStrings2 AS NEW String[] Then type sMyStrings1. and the list with "Add, Bounds, Clear..." will

[Gambas-user] Issue 10 in gambas: image transparency works in Qt but not GTK+

2011-01-10 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any New issue 10 by zachsmith022: image transparency works in Qt but not GTK+ http://code.google.com/p/gambas/issues/detail?id=10 1) Run the code (borrowed from Gambas About dialog) to see that

Re: [Gambas-user] [Fwd: Gambas3 Pointers example]

2011-01-10 Thread Demosthenes Koptsis
That's nice! I ll test again tomorrow. On Mon, 2011-01-10 at 23:57 +0100, Benoît Minisini wrote: > > This is what is said here > > http://gambasdoc.org/help/howto/extern?v3 > > "More On Pointers" > > READ #mypointer, var1_4byte > > mypointer += 4 > > READ #mypointer, var2_4byte > > > > > > i tri

Re: [Gambas-user] [Fwd: Gambas3 Pointers example]

2011-01-10 Thread Benoît Minisini
> This is what is said here > http://gambasdoc.org/help/howto/extern?v3 > "More On Pointers" > READ #mypointer, var1_4byte > mypointer += 4 > READ #mypointer, var2_4byte > > > i tried > Print "\nRead the pointer" > Print "Integer read:"; Integer@(pPointer) > pPointer += 4 > Print "Float read:"; F

Re: [Gambas-user] [Fwd: Gambas3 Pointers example] signal #6

2011-01-10 Thread Demosthenes Koptsis
i made some examples in c++ and i get the same behavior when i free a pointer the variable that holds its value is unusable. ok, sorry i must study about pointers i think i mixed up some things in the last post... sorry On Mon, 2011-01-10 at 23:05 +0200, Demosthenes Koptsis wrote: > On Mon, 2011-

[Gambas-user] Issue 9 in gambas: expanding a treeview item does not move the internal cursor

2011-01-10 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any New issue 9 by dominika...@comentalo.net: expanding a treeview item does not move the internal cursor http://code.google.com/p/gambas/issues/detail?id=9 Usign gb.gtk TreeView with 2 expa

Re: [Gambas-user] [Fwd: Gambas3 Pointers example] signal #6

2011-01-10 Thread Demosthenes Koptsis
On Mon, 2011-01-10 at 21:58 +0200, Jussi Lahtinen wrote: > Oh, I forgot to mention, that when you do "Free(pPointer)", Gambas doesn't > occupy that memory address for you anymore. > And therefore some other process can write something to it, and result is > not necessarily human readable. > > Juss

Re: [Gambas-user] [Fwd: Gambas3 Pointers example] signal #6

2011-01-10 Thread Jussi Lahtinen
Oh, I forgot to mention, that when you do "Free(pPointer)", Gambas doesn't occupy that memory address for you anymore. And therefore some other process can write something to it, and result is not necessarily human readable. Jussi On Mon, Jan 10, 2011 at 21:54, Jussi Lahtinen wrote: > > >> firs

Re: [Gambas-user] [Fwd: Gambas3 Pointers example] signal #6

2011-01-10 Thread Jussi Lahtinen
> > first print gives the correct output > /home/user/Documents/Development/Gambas3/Pointers7 > > and the second after Free(pFunc) gives this > �s&^...@^@^...@^@^...@^@^...@^@^...@ocuments/Development/Gambas3/Pointers7 > This has something to do how strings are handled in Gambas, I don't think th

Re: [Gambas-user] Another crash.

2011-01-10 Thread Jussi Lahtinen
OK, "LANG=fr_FR.utf8 gbx3" solved this problem. I though I already tried it, but apparently I didn't. But now I got GambasTester fixed. I hope it is really usable now. Jussi P.S. Still few commands untested. On Sun, Jan 9, 2011 at 23:48, Jussi Lahtinen wrote: > Hmmm... I installed all package