[Gambas-user] tool bar

2011-01-11 Thread Shane
i'm have problems displaying tool button on a toolbar the bottom of the button is all ways cut off using gambas 3 build 3452 -- Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and

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

2011-01-11 Thread Jussi Lahtinen
Hah! OK, I didn't guess there would be so detailed information! So, I think this is OK then! Jussi 2011/1/11 Benoît Minisini > > > if i use > > > s=Str@(pPointer) > > > > > > this means > > > address1=adress2 ? > > > > Kind of... even this doesn't change the situation: > > > > sTmp = Str@(pPoi

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

2011-01-11 Thread Benoît Minisini
> > if i use > > s=Str@(pPointer) > > > > this means > > address1=adress2 ? > > Kind of... even this doesn't change the situation: > > sTmp = Str@(pPointer) > s = sTmp > > I'm not sure this is good thing, may cause weird bugs and confusion! > I think this is because strings are objects in Gamba

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

2011-01-11 Thread Jussi Lahtinen
> if i use > s=Str@(pPointer) > > this means > address1=adress2 ? > Kind of... even this doesn't change the situation: sTmp = Str@(pPointer) s = sTmp I'm not sure this is good thing, may cause weird bugs and confusion! I think this is because strings are objects in Gambas... maybe Str@() should

Re: [Gambas-user] Tests against pointers in Gambas3

2011-01-11 Thread Jussi Lahtinen
Seems that Gambas still owns that address, but it is not "protected" anymore and so it can be used to other purposes. I'm not sure when Gambas *actually* frees that address. There are fundamental problems when you compare C/C++ and any basic language in this way. Same line in C may mean very diffe

Re: [Gambas-user] DataControls with Visible = False

2011-01-11 Thread Matti
"Need" is too much. In some situations it could be comfortable to have hidden DataControls that work: 1. A database field with long text can't be displayed in a DataControl, because it's not multiline. So I have to display it in a TextLabel. 2. I want to display a field as a heading, or in the win

Re: [Gambas-user] MkXXX$() functions

2011-01-11 Thread Demosthenes Koptsis
Thanks Jussi, yesterday i was searching for this post cause i was remembered that somewhere this question was stated but i could not find it. i will read it. On Tue, 2011-01-11 at 19:55 +0200, Jussi Lahtinen wrote: > Please read this (last messages): > http://old.nabble.com/Some-new-features-in-

Re: [Gambas-user] MkXXX$() functions

2011-01-11 Thread Jussi Lahtinen
Please read this (last messages): http://old.nabble.com/Some-new-features-in-Gambas-3-td30318459.html Jussi On Tue, Jan 11, 2011 at 18:42, Demosthenes Koptsis wrote: > Hello, > > i do not understand the MkXXX$() functions. > > How to use them and where? > > i tried to print the return of them b

[Gambas-user] Tests against pointers in Gambas3

2011-01-11 Thread Demosthenes Koptsis
Hi, i study the cases of pointers and i found at this page http://www.yolinux.com/TUTORIALS/C++MemoryCorruptionAndMemoryLeaks.html cases of program crashes from bad usage of pointers. i made a test for Attempting to write to memory already freed. --- ' Gambas module file

[Gambas-user] MkXXX$() functions

2011-01-11 Thread Demosthenes Koptsis
Hello, i do not understand the MkXXX$() functions. How to use them and where? i tried to print the return of them but i did not understand the representation of memory as string. Print MkBool$(True) gives ^A -- Regards, Demosthenes Koptsis.

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

2011-01-11 Thread Demosthenes Koptsis
In the following example, i get "illegal instruction" at line 9 Print MkPointer$(pPointer) -- ' Gambas module file Public Sub Main() Dim pPointer As Pointer pPointer = Alloc(1) Print MkPointer$(pPointer) Free(pPointer) End -- -- Regards, Demosthenes Koptsis.

Re: [Gambas-user] Issue 6 in gambas: signal #11 with Gtk+

2011-01-11 Thread Emanuele Sottocorno
And the crashing code too it's available Regards, Emanuele Il giorno mar, 11/01/2011 alle 10.12 +, gam...@googlecode.com ha scritto: > Updates: > Status: Accepted > > Comment #9 on issue 6 by benoit.minisini: signal #11 with Gtk+ > http://code.google.com/p/gambas/issues/detail?id=6 > >

Re: [Gambas-user] Issue 6 in gambas: signal #11 with Gtk+

2011-01-11 Thread gambas
Comment #10 on issue 6 by sotema: signal #11 with Gtk+ http://code.google.com/p/gambas/issues/detail?id=6 I kept both the dbg and the valgrind output, can send it whenever you want. -- Gaining the trust of online custom

Re: [Gambas-user] Issue 1 in gambas: Gambas 3 has not been release yet

2011-01-11 Thread gambas
Updates: Status: Accepted Comment #2 on issue 1 by benoit.minisini: Gambas 3 has not been release yet http://code.google.com/p/gambas/issues/detail?id=1 (No comment was entered for this change.) -- Gaining the t

Re: [Gambas-user] Issue 7 in gambas: font size of tabstrip control inherited by child controls

2011-01-11 Thread gambas
Updates: Status: Accepted Labels: GUI-GTK Comment #1 on issue 7 by benoit.minisini: font size of tabstrip control inherited by child controls http://code.google.com/p/gambas/issues/detail?id=7 (No comment was entered for this change.) --

Re: [Gambas-user] Issue 6 in gambas: signal #11 with Gtk+

2011-01-11 Thread gambas
Updates: Status: Accepted Comment #9 on issue 6 by benoit.minisini: signal #11 with Gtk+ http://code.google.com/p/gambas/issues/detail?id=6 It's a pity, as the bug is there yet. You should have kept the crashing code somewhere for me, maybe I can fix it in the future. ---

Re: [Gambas-user] Issue 8 in gambas: GTK+ label is visible when visible=false and autoresize=true

2011-01-11 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK GUI-GTK Comment #1 on issue 8 by benoit.minisini: GTK+ label is visible when visible=false and autoresize=true http://code.google.com/p/gambas/issues/detail?id=8 (No comment was entered for this change.)

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

2011-01-11 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-TRUNK GUI-GTK Comment #1 on issue 9 by benoit.minisini: expanding a treeview item does not move the internal cursor http://code.google.com/p/gambas/issues/detail?id=9 Are you sure? The internal cursor is returned by FrmTreeVie

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

2011-01-11 Thread gambas
Updates: Status: WontFix Labels: -Version Version-TRUNK GUI-GTK Comment #1 on issue 10 by benoit.minisini: image transparency works in Qt but not GTK+ http://code.google.com/p/gambas/issues/detail?id=10 gb.gtk controls always have a background at the moment, so even if its Pic

[Gambas-user] Menu name in toolbox disappearing

2011-01-11 Thread richard terry
Hi Benoit, I've mentioned this before and got no response, though I know how busy you are, its not critical as I can edit the form definition and fix it. In some situations, (if one accidently deletes the property menu of a menubutton in the toolbox, seems often one can't get it back, despite

Re: [Gambas-user] Gambas bug tracker

2011-01-11 Thread Benoît Minisini
> On 1/2/11, Benoît Minisini wrote: > > Now, from the website, you can go to the new Gambas bug tracker located > > on code.google.com. > > > > I'd like to have a bug tracker written in Gambas, but for now, let's use > > the Google one. > > Too bad google code has been blocking my country for so

Re: [Gambas-user] Gambas bug tracker

2011-01-11 Thread Jose J. Rodriguez
On 1/2/11, Benoît Minisini wrote: > > Now, from the website, you can go to the new Gambas bug tracker located on > code.google.com. > > I'd like to have a bug tracker written in Gambas, but for now, let's use the > Google one. > Too bad google code has been blocking my country for some time now.

[Gambas-user] Menu.Picture

2011-01-11 Thread ivan-kern
Hi, It seems to be possible to add a picture to menu, but it  works only with sub-menu.The top-menu shows no picture. Gambas2 Rev. 3439Ubuntu 10.04GTK+  RegardsIvan --- Exklusiv: Neue E-Mail-Adresse @iPhone.de jetzt verfügbar! Sichern Sie sich jetzt ihre persönliche e-mail-adre...@iphone.de