Re: [Gambas-user] Naming/Renaming projects

2012-02-19 Thread Rolf-Werner Eilert
Am 20.02.2012 01:02, schrieb Benoît Minisini: > Le 07/02/2012 10:33, Rolf-Werner Eilert a écrit : >> Hi Matti, >> >> Am 06.02.2012 22:47, schrieb Matti: >>> Hi Rolf, >>> >>> to your 1st point: >>> in gb3 there is a wizard, asking first for the directory (and you can >>> create a >>> new one), then

Re: [Gambas-user] Memory problems with Gambas3

2012-02-19 Thread Rolf-Werner Eilert
Am 19.02.2012 23:15, schrieb Benoît Minisini: > Le 19/02/2012 22:52, Jussi Lahtinen a écrit : >> Unfortunately I can't send the project. But I keep on trying to isolate the >> problem. >> I'm pretty sure leak is from Gambas as it is fixed by commenting out the >> three lines. >> >> Jussi >> >> > >

Re: [Gambas-user] Issue 211 in gambas: Gridview multiselect

2012-02-19 Thread charlesg
gambas-4 wrote: > > 1) Describe the problem. > i cant deselect a row when multiple row are selected > Hi I have an application with the same problem and have been trying to de-construct it to get to the essence. It first occured in Gambas2 and transferred to Gambas3 with the auto convert. I

Re: [Gambas-user] Issue 123 in gambas: GUI dependencies in library projects not exposing any gui dependency

2012-02-19 Thread gambas
Updates: Status: Started Comment #8 on issue 123 by benoit.m...@gmail.com: GUI dependencies in library projects not exposing any gui dependency http://code.google.com/p/gambas/issues/detail?id=123 Is it better with revision #4492? --

Re: [Gambas-user] Naming/Renaming projects

2012-02-19 Thread Benoît Minisini
Le 07/02/2012 10:33, Rolf-Werner Eilert a écrit : > Hi Matti, > > Am 06.02.2012 22:47, schrieb Matti: >> Hi Rolf, >> >> to your 1st point: >> in gb3 there is a wizard, asking first for the directory (and you can create >> a >> new one), then asking for the name and the title of the project. >> Thi

Re: [Gambas-user] Unknown symbol in module with variable set

2012-02-19 Thread Benoît Minisini
Le 17/02/2012 21:32, Sebastian Kulesz a écrit : > Hi. I'm getting an unusual error in a large project when trying to > access a property of a module using an initializer to execute custom > code in a large set of modules. > The simplified code can be seen in the attached project. When > executed, i

Re: [Gambas-user] Memory problems with Gambas3

2012-02-19 Thread Benoît Minisini
Le 19/02/2012 22:52, Jussi Lahtinen a écrit : > Unfortunately I can't send the project. But I keep on trying to isolate the > problem. > I'm pretty sure leak is from Gambas as it is fixed by commenting out the > three lines. > > Jussi > > I can't do anything without seeing the source of your proje

Re: [Gambas-user] Memory problems with Gambas3

2012-02-19 Thread Benoît Minisini
Le 19/02/2012 23:04, M. Cs. a écrit : > I have similar issue: > I have a module and private subs in it. I'm using string arrays > declared inside that SUB. The SUB is invoked when I scan some > folders/files. The memory consumption rises during this scan by around > 30 MB, which is quite normal, si

Re: [Gambas-user] Memory problems with Gambas3

2012-02-19 Thread M. Cs.
I have similar issue: I have a module and private subs in it. I'm using string arrays declared inside that SUB. The SUB is invoked when I scan some folders/files. The memory consumption rises during this scan by around 30 MB, which is quite normal, since I'm feeding memory with huge amount of data.

Re: [Gambas-user] Memory problems with Gambas3

2012-02-19 Thread Jussi Lahtinen
If I add imgKoko.Clear() and imgKarVe.Clear(), then the memory problem disappear, but this is not solution for me... Jussi On Sun, Feb 19, 2012 at 23:08, nando wrote: > I had a similar huge problem with pictures. > I found it to be this: > When I made a new picture, even if using an existing

Re: [Gambas-user] Memory problems with Gambas3

2012-02-19 Thread Jussi Lahtinen
Unfortunately I can't send the project. But I keep on trying to isolate the problem. I'm pretty sure leak is from Gambas as it is fixed by commenting out the three lines. Jussi 2012/2/19 Benoît Minisini > Le 19/02/2012 19:12, Jussi Lahtinen a écrit : > > Hi! > > I was debugging huge project

Re: [Gambas-user] TAB on keyboard

2012-02-19 Thread Benoît Minisini
Le 06/02/2012 14:40, Willy Raets a écrit : > Hi All, >... > Is there a way in Gambas2 (or Gambas3), when using TAB-key on keyboard > to have it skip (in my case all read only) controls and just go to those > that matter for input? > > Thanks, > > Willy > In revision #4490, I added a Control.NoTabF

Re: [Gambas-user] Memory problems with Gambas3

2012-02-19 Thread Benoît Minisini
Le 19/02/2012 22:08, nando a écrit : > I had a similar huge problem with pictures. > I found it to be this: > When I made a new picture, even if using an existing control, > the old picture still consumed the memory - it wasn't freed. > I solved it by doing (recalling from memory so I may have synt

Re: [Gambas-user] Memory problems with Gambas3

2012-02-19 Thread nando
I had a similar huge problem with pictures. I found it to be this: When I made a new picture, even if using an existing control, the old picture still consumed the memory - it wasn't freed. I solved it by doing (recalling from memory so I may have syntax wrong) picture.clear which deallocated the

Re: [Gambas-user] Memory problems with Gambas3

2012-02-19 Thread Benoît Minisini
Le 19/02/2012 19:12, Jussi Lahtinen a écrit : > Hi! > I was debugging huge project to find out why it's execution is slowed down > to unusable, when suddenly screen went blank and I was logged out. > Reason found from logs: Killed process 1264 (Xorg) total-vm:6406864kB, > anon-rss:2751124kB, file-r

[Gambas-user] Memory problems with Gambas3

2012-02-19 Thread Jussi Lahtinen
Hi! I was debugging huge project to find out why it's execution is slowed down to unusable, when suddenly screen went blank and I was logged out. Reason found from logs: Killed process 1264 (Xorg) total-vm:6406864kB, anon-rss:2751124kB, file-rss:784kB So I ran out of memory. This shouldn't happen,

Re: [Gambas-user] Gambas future?

2012-02-19 Thread M. Cs.
About the crash: just take the example shipped with Gambas IDE and play with different mp3 files, try to change the position of playing song and there you are. Csaba 2012/2/19, Benoît Minisini : > Le 19/02/2012 16:50, M. Cs. a écrit : >> Specially the supported file formats and the stability: >>

Re: [Gambas-user] Gambas future?

2012-02-19 Thread Benoît Minisini
Le 19/02/2012 16:50, M. Cs. a écrit : > Specially the supported file formats and the stability: > "The music file format can be: WAV, OGG or MP3." > What about flac? > If there would be support for other sound formats and stability of > playback that would be good. There are some mp3 files which ar

Re: [Gambas-user] Gambas future?

2012-02-19 Thread M. Cs.
Specially the supported file formats and the stability: "The music file format can be: WAV, OGG or MP3." What about flac? If there would be support for other sound formats and stability of playback that would be good. There are some mp3 files which are distorted upon playback (faster playback of sh

Re: [Gambas-user] Gambas future?

2012-02-19 Thread Benoît Minisini
Le 19/02/2012 12:08, M. Cs. a écrit : > Please Benoit, if you have some extra time, update the sdl and > sdl-sound libraries as well! > > Csaba > What is missing in those libraries? -- Benoît Minisini -- Virtualization

Re: [Gambas-user] compile Gambas3 and gb.gsl

2012-02-19 Thread Demosthenes Koptsis
ok, i installed the gsl. All is ok now. On 02/19/2012 04:34 PM, Wally wrote: > try install gsl and gsl-devel packages (GNU Scientif Library) > > On Sunday, February 19, 2012 16:27:13 Demosthenes Koptsis wrote: >> hello i try to compile gambas3 in a Linux Mint Debian Edition and i get >> >> || T

Re: [Gambas-user] compile Gambas3 and gb.gsl

2012-02-19 Thread Wally
try install gsl and gsl-devel packages (GNU Scientif Library) On Sunday, February 19, 2012 16:27:13 Demosthenes Koptsis wrote: > hello i try to compile gambas3 in a Linux Mint Debian Edition and i get > > || THESE COMPONENTS ARE DISABLED: > || - gb.gsl > > any ideas? > > Thanks! > > -

Re: [Gambas-user] compile Gambas3 and gb.gsl

2012-02-19 Thread Olivier Cruilles
Hello, It's a recent component added to Gambas3. May be you need to install gsl libraries and devel packages. Olivier Cruilles Mail: linu...@club-internet.fr Le 19 févr. 2012 à 15:27, Demosthenes Koptsis a écrit : > hello i try to compile gambas3 in a Linux Mint Debian Edition and i get > > |

[Gambas-user] compile Gambas3 and gb.gsl

2012-02-19 Thread Demosthenes Koptsis
hello i try to compile gambas3 in a Linux Mint Debian Edition and i get || || THESE COMPONENTS ARE DISABLED: || - gb.gsl any ideas? Thanks! -- Virtualization & Cloud Management Using Capacity Planning Cloud computing ma

Re: [Gambas-user] how to indicate progress

2012-02-19 Thread Olivier Cruilles
So in this case, try to start your application by a module that open your form next and in this module put the command Application.Busy = 1 Olivier Cruilles Mail: linu...@club-internet.fr Le 19 févr. 2012 à 14:14, Olivier Cruilles a écrit : > May be you ca use this one: > > Application.Bus

Re: [Gambas-user] how to indicate progress

2012-02-19 Thread Jussi Lahtinen
There is quite good documentation of Gambas. I strongly suggest to look at it. Application.Busy is not indicator of application doing something. It's not automatically adjusted. http://gambasdoc.org/help/comp/gb.qt4/application/busy?v3 Jussi On Sun, Feb 19, 2012 at 15:25, Bill-Lancaster wrote

Re: [Gambas-user] how to indicate progress

2012-02-19 Thread Bill-Lancaster
Thanks for the idea.. The exec process runs until finished then the form appears at this point "application.busy = 0" is executed so "application.busy = 1" state is never seen! -- View this message in context: http://old.nabble.com/how-to-indicate-progress-tp33351547p33351740.html Sent from the

Re: [Gambas-user] how to indicate progress

2012-02-19 Thread Jussi Lahtinen
http://gambasdoc.org/help/lang/exec?v3 http://gambasdoc.org/help/comp/gb/process?v3 Dim hProcess As Process hProcess = Exec [ ... If hProcess.State = Process.Running Then ... Jussi On Sun, Feb 19, 2012 at 14:13, Bill-Lancaster wrote: > > Gambas 3 > > I want to run an Exec command when

Re: [Gambas-user] how to indicate progress

2012-02-19 Thread Olivier Cruilles
May be you ca use this one: Application.Busy = 1 and when the Process stops Application.Busy = 0 Olivier Cruilles Mail: linu...@club-internet.fr Le 19 févr. 2012 à 13:13, Bill-Lancaster a écrit : > > Gambas 3 > > I want to run an Exec command when my programme starts. > > Using t

[Gambas-user] how to indicate progress

2012-02-19 Thread Bill-Lancaster
Gambas 3 I want to run an Exec command when my programme starts. Using the Open or Activate event for the main means that the form doesn't appear until the exec process has finished. How can I indicate that the Exec process is still running? -- View this message in context: http://old.nabble.

Re: [Gambas-user] Gambas future?

2012-02-19 Thread M. Cs.
Please Benoit, if you have some extra time, update the sdl and sdl-sound libraries as well! Csaba 2012/2/19, Benoît Minisini : > Le 18/02/2012 19:40, Dr.Diesel a écrit : >> >> Benoît, please tease us with what the future will bring in 3.1, 3.5 or >> even >> 4.0? >> >> Thanks >> >> > > There will