Re: [Gambas-user] Gambas3 crash after last update of Kendeks PPA

2013-10-28 Thread Alain Baudrez
I can confirm this problem while trying to open an existing project 2013/10/29 Jorge Carrión > Just click on New Proyect and obtain a error 11: > > > [11] Unknown symbol 'Path' in class 'Desktop'. > CBookmarkList.Load.48 > > -

[Gambas-user] Gambas3 crash after last update of Kendeks PPA

2013-10-28 Thread Jorge Carrión
Just click on New Proyect and obtain a error 11: [11] Unknown symbol 'Path' in class 'Desktop'. CBookmarkList.Load.48 -- Android is increasing in popularity, but the open development platform that developers love is also

Re: [Gambas-user] Update using Kendeks PPA crashes Gambas3.5

2013-10-28 Thread Alain Baudrez
2013/10/29 Kende Krisztián > > 2013-10-29 06:31 keltezéssel, Alain Baudrez írta: > > This morning an update of the 3.5 using Kendeks PPA ran on my box and > after > > it completed I noticed that Gambas3 is incomplete, as the icon in the > menu > > is gone and I am missing some stuff I think > > >

Re: [Gambas-user] Update using Kendeks PPA crashes Gambas3.5

2013-10-28 Thread Kende Krisztián
2013-10-29 06:31 keltezéssel, Alain Baudrez írta: > This morning an update of the 3.5 using Kendeks PPA ran on my box and after > it completed I noticed that Gambas3 is incomplete, as the icon in the menu > is gone and I am missing some stuff I think > > $ sudo apt-get install gambas3 > Reading

[Gambas-user] Update using Kendeks PPA crashes Gambas3.5

2013-10-28 Thread Alain Baudrez
This morning an update of the 3.5 using Kendeks PPA ran on my box and after it completed I noticed that Gambas3 is incomplete, as the icon in the menu is gone and I am missing some stuff I think $ sudo apt-get install gambas3 Reading package lists... Done Building dependency tree Reading state in

Re: [Gambas-user] debugging a (apparent) memory leak

2013-10-28 Thread Kevin Fishburne
On 10/28/2013 10:36 PM, Benoît Minisini wrote: > Le 29/10/2013 03:27, Benoît Minisini a écrit : >> Le 29/10/2013 02:20, Kevin Fishburne a écrit : >>> I don't think it's always been like this, but when I sometimes forget to >>> close the server app running on my physical server and it runs for a few

[Gambas-user] gb.settings: Detect if a slot exists

2013-10-28 Thread Bruce
I have a need to detect if a particular Slot exists in the .config file for an application. Just the Slot not whether any value lines exist under it. There doesn't seem to be a way to do this via gb.settings? I have tried using If Settings.Keys["Filter"] then but this seems always to b

Re: [Gambas-user] debugging a (apparent) memory leak

2013-10-28 Thread Benoît Minisini
Le 29/10/2013 03:27, Benoît Minisini a écrit : > Le 29/10/2013 02:20, Kevin Fishburne a écrit : >> I don't think it's always been like this, but when I sometimes forget to >> close the server app running on my physical server and it runs for a few >> days I notice gb3 is using all 8 GB of system RA

Re: [Gambas-user] debugging a (apparent) memory leak

2013-10-28 Thread Benoît Minisini
Le 29/10/2013 02:20, Kevin Fishburne a écrit : > I don't think it's always been like this, but when I sometimes forget to > close the server app running on my physical server and it runs for a few > days I notice gb3 is using all 8 GB of system RAM and several GB of the > swap partition. There's no

[Gambas-user] debugging a (apparent) memory leak

2013-10-28 Thread Kevin Fishburne
I don't think it's always been like this, but when I sometimes forget to close the server app running on my physical server and it runs for a few days I notice gb3 is using all 8 GB of system RAM and several GB of the swap partition. There's nothing in the app (that I know of) that should ever

Re: [Gambas-user] Allocations non freed.

2013-10-28 Thread Kevin Fishburne
On 10/28/2013 03:50 PM, Tobias Boege wrote: > On Mon, 28 Oct 2013, Jorge Carri?n wrote: >> I have a component who inherits from gridview. >> It's not a complicated thing, but when its included in a project allways >> produced a warning in the console about allocations non freed like this. >> >> gbx

Re: [Gambas-user] WIP Debian packages of Gambas

2013-10-28 Thread Kende Krisztián
I get these warnings: W: gambas3-examples: extra-license-file usr/share/gambas3/examples/Games/GNUBoxWorld/License W: gambas3-examples: extra-license-file usr/share/gambas3/examples/Games/Puzzle1To8/Licence W: gambas3-examples: extra-license-file usr/share/gambas3/examples/Games/RobotFindsKitte

Re: [Gambas-user] Allocations non freed.

2013-10-28 Thread Tobias Boege
On Mon, 28 Oct 2013, Jorge Carri?n wrote: > I have a component who inherits from gridview. > It's not a complicated thing, but when its included in a project allways > produced a warning in the console about allocations non freed like this. > > gbx3: warning: 82 allocation(s) non freed. > > I hav

Re: [Gambas-user] Fwd: Specifications for Gambas 3

2013-10-28 Thread Kende Krisztián
2013-10-28 20:27 keltezéssel, Benoît Minisini írta: > Le 28/10/2013 20:09, Kende Krisztián a écrit : - The gb.chart component doesn't depend from gb.qt4.ext? gb.chart 0 0 3.1.90 gb.image gb.qt4 gb.form gb.qt4.ext If you're really not

Re: [Gambas-user] gb.qt4 lack foreground and background colors

2013-10-28 Thread Benoît Minisini
Le 28/10/2013 19:57, Alain Baudrez a écrit : > Same effects on Ubuntu 12.04.3 / 64 > > With gb.gtk Buttontext is colored. With gb.qt4 only black (default) > color is visible > I confirm, this is apparently a bug with the QGtk theme, i.e. the Qt theme that uses the current GTK+ theme do draw widge

[Gambas-user] Specifications for Gambas 3 packaging : updated!

2013-10-28 Thread Benoît Minisini
Hi, The specifications of "how to package Gambas 3" have been updated (list of components, dependencies), thanks to all errors and misses detected by Kende Krisztián. If anyone find any error in it, please tell! Regards, -- Benoît Minisini ---

Re: [Gambas-user] Fwd: Specifications for Gambas 3

2013-10-28 Thread Benoît Minisini
Le 28/10/2013 20:09, Kende Krisztián a écrit : > >>> >>> - The gb.chart component doesn't depend from gb.qt4.ext? >>> >>> gb.chart >>> 0 >>> 0 >>> 3.1.90 >>> >>> gb.image >>> gb.qt4 >>> gb.form >>> gb.qt4.ext >>> >>> If you're really not, it's will removed. >> Dependencies of components written in

[Gambas-user] Allocations non freed.

2013-10-28 Thread Jorge Carrión
I have a component who inherits from gridview. It's not a complicated thing, but when its included in a project allways produced a warning in the console about allocations non freed like this. gbx3: warning: 82 allocation(s) non freed. I have read that it references to variables who remains alloc

Re: [Gambas-user] Fwd: Specifications for Gambas 3

2013-10-28 Thread Kende Krisztián
>> >> - The gb.chart component doesn't depend from gb.qt4.ext? >> >> gb.chart >> 0 >> 0 >> 3.1.90 >> >> gb.image >> gb.qt4 >> gb.form >> gb.qt4.ext >> >> If you're really not, it's will removed. > Dependencies of components written in Gambas are *not* located in their > '.project' or '.startup' fi

Re: [Gambas-user] Fwd: Specifications for Gambas 3

2013-10-28 Thread Benoît Minisini
Le 28/10/2013 18:49, Kende Krisztián a écrit : >> I just removed the /usr/bin/gbw3 symbolic link and associated manual, >> because the specification does not mention anything about it. >> >> gbw3 --help >> >> Compile and execute a Gambas server page script. >> >> Usage: gbw3 [options] [] >> >> Opti

Re: [Gambas-user] gb.qt4 lack foreground and background colors

2013-10-28 Thread Alain Baudrez
Same effects on Ubuntu 12.04.3 / 64 With gb.gtk Buttontext is colored. With gb.qt4 only black (default) color is visible [System] OperatingSystem=Linux Kernel=3.8.0-32-generic Architecture=x86_64 Distribution=Ubuntu 12.04.3 LTS Desktop=GNOME Theme=QGtk Language=nl_NL.UTF-8 Memory=4919M [Libraries

Re: [Gambas-user] Fwd: Specifications for Gambas 3

2013-10-28 Thread Benoît Minisini
Le 28/10/2013 18:49, Kende Krisztián a écrit : > > 2013-10-28 18:06 keltezéssel, Kende Krisztián írta: >> >>> However, I'll do what you ask, because the Gambas is yours. I will >>> follow the original specifications, not this with package selector. >> >> I just removed the /usr/bin/gbw3 symbolic li

Re: [Gambas-user] Gambas self-extracting installer (4)

2013-10-28 Thread Tobias Boege
On Mon, 28 Oct 2013, Ian Haywood wrote: > On Sunday, October 27, 2013, Benoit Minisini > mailto:gam...@users.sourceforge.net>> wrote: > > But I don't think it's a good idea to ask for the root or sudo password > > to installed Gambas package, for security reasons (can you really trust > > that self

Re: [Gambas-user] Gambas self-extracting installer (2)

2013-10-28 Thread Tobias Boege
On Sat, 26 Oct 2013, Beno?t Minisini wrote: > Can people test it on system having no KDE desktop at all? > Sorry, I'm a bit late on this - who could have known that such big threads start exactly when I am just two days away from my computer? :-) I'm running Arch Linux with a Trinity desktop on

Re: [Gambas-user] Fwd: Specifications for Gambas 3

2013-10-28 Thread Kende Krisztián
2013-10-28 18:06 keltezéssel, Kende Krisztián írta: > >> However, I'll do what you ask, because the Gambas is yours. I will >> follow the original specifications, not this with package selector. > > I just removed the /usr/bin/gbw3 symbolic link and associated manual, > because the specification

Re: [Gambas-user] Obtain my IP with Gambas

2013-10-28 Thread PICCORO McKAY Lenz
From: Jussi Lahtinen > Hard to say without knowing what FAuth does. > Can you make little runnable project to demonstrate your problem? not necesary, the code explint itseft.. but thanks was my fault, i declared the result of shell as integer, event string... that's why skip dialog, ;-) -

Re: [Gambas-user] Fwd: Specifications for Gambas 3

2013-10-28 Thread Kende Krisztián
> However, I'll do what you ask, because the Gambas is yours. I will > follow the original specifications, not this with package selector. I just removed the /usr/bin/gbw3 symbolic link and associated manual, because the specification does not mention anything about it. gbw3 --help Compile an

Re: [Gambas-user] gb.qt4 lack foreground and background colors

2013-10-28 Thread Alain Baudrez
I have it with Mint 15 Cinnamon, default settings. Haven't tried it with other distro's [System] OperatingSystem=Linux Kernel=3.8.0-32-generic Architecture=x86_64 Distribution=Linux Mint 15 Olivia Desktop=GNOME Theme=QGtk Language=nl_NL.UTF-8 Memory=3687M [Libraries] Cairo=libcairo.so.2.11200.14 C

Re: [Gambas-user] Fwd: Specifications for Gambas 3

2013-10-28 Thread Kende Krisztián
2013-10-28 15:52 keltezéssel, Benoît Minisini írta: > Le 28/10/2013 07:40, Kende Krisztián a écrit : >> 2013-10-28 03:05 keltezéssel, Ian Haywood írta: >>> On 23/10/13 23:15, Kende Krisztián wrote: Hi I have read the "How To Package Gambas" document (http://www.gambasdoc.org/he

Re: [Gambas-user] gb.qt4 lack foreground and background colors

2013-10-28 Thread Benoît Minisini
Le 28/10/2013 17:18, Jussi Lahtinen a écrit : > This seems to be bug. > I can confirm it with revision 5919 @ Xubuntu 13.04 64bit. > > Jussi > No problem there with oxygen. Which widget theme do you use? -- Benoît Minisini

Re: [Gambas-user] gb.qt4 lack foreground and background colors

2013-10-28 Thread Jussi Lahtinen
This seems to be bug. I can confirm it with revision 5919 @ Xubuntu 13.04 64bit. Jussi On Mon, Oct 28, 2013 at 9:47 AM, Alain Baudrez wrote: > I switched to gb.qt4 and qb.qt4.ext from gb.gui and I noticed that all my > controls - with the exception of labels - lost the custom foreground and >

Re: [Gambas-user] Obtain my IP with Gambas

2013-10-28 Thread Jussi Lahtinen
> I try to recover my local ip from network, and tryng this code, why > skip the dialog?: > Hard to say without knowing what FAuth does. Can you make little runnable project to demonstrate your problem? > when executed, and imput code are same as "1234", dont print and skip > lines follow > Pr

Re: [Gambas-user] Obtain my IP with Gambas

2013-10-28 Thread PICCORO McKAY Lenz
I try to recover my local ip from network, and tryng this code, why skip the dialog?: Public Sub btnenviocentral_Click() Dim ipaddr As Integer = 2 fauth = New FAuth If fauth.ShowModal() Or Not fauth.inputcodigo Then ' if nothinhg was input cancel an try again Return Else

Re: [Gambas-user] Fwd: Specifications for Gambas 3

2013-10-28 Thread Benoît Minisini
Le 28/10/2013 07:40, Kende Krisztián a écrit : > > 2013-10-28 03:05 keltezéssel, Ian Haywood írta: >> On 23/10/13 23:15, Kende Krisztián wrote: >>> Hi >>> >>> I have read the "How To Package Gambas" document >>> (http://www.gambasdoc.org/help/howto/package?v3#t2) and some things I >>> do not unders

Re: [Gambas-user] WIP Debian packages of Gambas

2013-10-28 Thread PICCORO McKAY Lenz
From: Ian Haywood > Subject: [Gambas-user] Official release of Gambas 3.5 > Kendek's changes up to 3.4.2 have been > backported into the debian packages > [one of the fixes to debian/copyright is to make sure kendek is > acknowledged!] NOW must search and revise ALL files and sure for a right hea

Re: [Gambas-user] No forms open from IDE?

2013-10-28 Thread carlbeech
For information, I've now de-installed and re-installed the GAMBAS program, and I can now see the window come up - very strange - must have had something change between the builds - maybe a dependency... Not sure, but at least it's cured and I can access my 'find duplicate files' program again ;-

[Gambas-user] gb.qt4 lack foreground and background colors

2013-10-28 Thread Alain Baudrez
I switched to gb.qt4 and qb.qt4.ext from gb.gui and I noticed that all my controls - with the exception of labels - lost the custom foreground and background color. Is this a qt4 feature by default? A.J. -- October Webina