Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-19 Thread John Rose
On 18/03/15 12:38, Gian wrote: > Upon notification by a user of Gambas-it I tried to install the PPA > stable. > Seems that we obtained the Trunk. > See image attached > > Regards > Gianluigi > > > -- > Dive into the World

Re: [Gambas-user] Autotools packaging ???

2015-03-19 Thread Christof Thalhofer
Am 19.03.2015 um 00:38 schrieb adamn...@gmail.com: > And subsequent packaging doesn't let me alter the checkbox and adds > "gambas3-" to the front of the package name. So I end up with > "gambas3-paddys_hill-parseform-0.1.2.tar.gz". Maybe this has to do with that issue: https://code.google.com/p

Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-19 Thread Sebastian Kulesz
Found the error, will push an update shortly. The IDE still thinks it has the 3.7.90 version. On Thu, Mar 19, 2015 at 6:02 AM, John Rose wrote: > On 18/03/15 12:38, Gian wrote: > > Upon notification by a user of Gambas-it I tried to install the PPA > > stable. > > Seems that we obtained the Trun

Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-19 Thread Gian
Il 19/03/2015 13:12, Sebastian Kulesz ha scritto: > Found the error, will push an update shortly. The IDE still thinks it has > the 3.7.90 version. > > On Thu, Mar 19, 2015 at 6:02 AM, John Rose > wrote: > >> On 18/03/15 12:38, Gian wrote: >>> Upon notification by a user of Gambas-it I tried to in

Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-19 Thread Gian
Sorry Jhon, To reduce the text I accidentally deleted your email. Regards Gianluigi -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Medi

Re: [Gambas-user] Revision #4160 feature doesn't work anymore.

2015-03-19 Thread Benoît Minisini
Le 17/03/2015 18:02, Ru Vuott a écrit : > Hello Benoît, > > as you may recall, revision #4160 implemented the feature to "watch" > the file-descriptor passed by the ALSA function "snd_seq_event_input > (seq, & event)", which allows to read a file-descriptor when it is > "ready". > > Well, I must sa

Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-19 Thread Tobias Boege
On Thu, 19 Mar 2015, John Rose wrote: > On 18/03/15 12:38, Gian wrote: > > Upon notification by a user of Gambas-it I tried to install the PPA > > stable. > > Seems that we obtained the Trunk. > > See image attached > > > Gambas just upgraded using Stable ppa. Still gives 'Development > Version...'

[Gambas-user] Issue 611 in gambas: TRUNK bug postgresql connection don't send password at runtime

2015-03-19 Thread gambas
Status: New Owner: Labels: Version-TRUNK Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 611 by marcobra...@gmail.com: TRUNK bug postgresql connection don't send password at runtime https://code.google.com/p/gambas/issues/detail?id=611 ___

[Gambas-user] Issue 612 in gambas: BUG Cannot browse more of 128 records on tables "No current connection"

2015-03-19 Thread gambas
Status: New Owner: Labels: Version-TRUNK Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 612 by marcobra...@gmail.com: BUG Cannot browse more of 128 records on tables "No current connection" https://code.google.com/p/gambas/issues/detail?id=612 __

Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-19 Thread Sebastian Kulesz
You should be able to update now. Be aware that you will probably have to follow what Tobias said to clean the old bytecode files compiled with the higher version number. Please let me know if it is working as intended now! On Mar 19, 2015 10:57 AM, "Tobias Boege" wrote: > On Thu, 19 Mar 2015, J

Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-19 Thread Gian
Il 19/03/2015 18:07, Sebastian Kulesz ha scritto: > You should be able to update now. Be aware that you will probably have to > follow what Tobias said to clean the old bytecode files compiled with the > higher version number. > > Please let me know if it is working as intended now! > On Mar 19, 20

Re: [Gambas-user] Maskbox mask & text entry

2015-03-19 Thread John Rose
On 18/03/15 11:30, John Rose wrote: > I have a Maskbox with mask [A-Za-z][A-Za-z]. I noticed that the IDE > does not show the MaxLength property. I want the user to be able to > enter lower case & have the entry displayed as upper case for either > of the 2 characters. When I run the attached Test

Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-19 Thread Lewis Balentine
FYI: Sill labeled "Gambas compression component" in package manager. On 03/19/2015 12:07 PM, Sebastian Kulesz wrote: > You should be able to update now. Be aware that you will probably have to > follow what Tobias said to clean the old bytecode files compiled with the > higher version number. > >

Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-19 Thread Sebastian Kulesz
The only package labeled like that is the one containing the gb.compress component. Can you tell me the exact package name, PPA and version you are talking about? On Mar 19, 2015 2:38 PM, "Lewis Balentine" wrote: > FYI: Sill labeled "Gambas compression component" in package manager. > > On 03/19/

Re: [Gambas-user] Maskbox mask & text entry

2015-03-19 Thread Benoît Minisini
Le 19/03/2015 18:29, John Rose a écrit : > On 18/03/15 11:30, John Rose wrote: >> I have a Maskbox with mask [A-Za-z][A-Za-z]. I noticed that the IDE >> does not show the MaxLength property. I want the user to be able to >> enter lower case & have the entry displayed as upper case for either >> of

[Gambas-user] Is it safe to install v 3.7 from the stable PPA?

2015-03-19 Thread Martin McGlensey
Upgraded to V 3.7 of Gambas. Tried to compile a working app, built under 3.6.2. Could not find option "Make exe". Perhaps this is related to the Development Version issue. Downloaded a copy of the app and found that it would not extract. Archive manager freezes. Machine now crashed and I cannot ge

Re: [Gambas-user] Revision #4160 feature doesn't work anymore.

2015-03-19 Thread Ru Vuott
No, Benoît, revision #6993 didn't solve the problem. The two programs don't work. :-( bye vuott Gio 19/3/15, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] Revision #4160 feature doesn't work anymore. A: "mailing list for gambas users"

Re: [Gambas-user] Maskbox mask & text entry

2015-03-19 Thread Tobias Boege
On Thu, 19 Mar 2015, John Rose wrote: > On 18/03/15 11:30, John Rose wrote: > > I have a Maskbox with mask [A-Za-z][A-Za-z]. I noticed that the IDE > > does not show the MaxLength property. I want the user to be able to > > enter lower case & have the entry displayed as upper case for either > > of

Re: [Gambas-user] Maskbox mask & text entry

2015-03-19 Thread Tobias Boege
On Thu, 19 Mar 2015, Tobias Boege wrote: > If you press a key and that is valid input for your current cell, the > corresponding character is put into that cell, *without* advancing the > current cell. > Correction: As Benoit said, this is because you reset the Text in the Change event. (Good. I

Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-19 Thread Lewis Balentine
Correction: That label >>only<< comes up in the update manager. On 03/19/2015 12:56 PM, Sebastian Kulesz wrote: > The only package labeled like that is the one containing the gb.compress > component. Can you tell me the exact package name, PPA and version you are > talking about? > On Mar 19, 2015

Re: [Gambas-user] Revision #4160 feature doesn't work anymore.

2015-03-19 Thread Benoît Minisini
Le 19/03/2015 19:19, Ru Vuott a écrit : > No, Benoît, revision #6993 didn't solve the problem. > The two programs don't work. :-( > > bye > vuott > Do you mean that before that change, one program worked, and with that change, that the program that worked does not work anymore? -- Benoît Minis

Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-19 Thread Lewis Balentine
That is what comes up in Synaptic Package manager (or the update manger). I am using Linux mint but it uses a Ubuntu setup of course. On 03/19/2015 12:56 PM, Sebastian Kulesz wrote: > The only package labeled like that is the one containing the gb.compress > component. Can you tell me the exact p

Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-19 Thread Gian
Il 19/03/2015 19:41, Lewis Balentine ha scritto: > Correction: That label >>only<< comes up in the update manager. > > On 03/19/2015 12:56 PM, Sebastian Kulesz wrote: >> The only package labeled like that is the one containing the gb.compress >> component. Can you tell me the exact package name, PP

Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-19 Thread Lewis Balentine
You may be under the mistaken impression that I have only one copy of Gambas :>) My main workstation gets its Gambas from the PPA. Cheers, Lewis P.S. The compiled version is on a machine that is used only for learning how to compile and build the Gambas deb without errors and I am stil

Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-19 Thread Sebastian Kulesz
Neither my PPA nor the packages available in the Ubuntu repositories have that label other than for the package of the gb.compress component. I still don't understand where it is coming from. On Thu, Mar 19, 2015 at 3:26 PM, Lewis Balentine wrote: > That is what comes up in Synaptic Package mana

Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-19 Thread Gian
Il 19/03/2015 20:19, Lewis Balentine ha scritto: > > You may be under the mistaken impression that I have only one copy of > Gambas :>) > My main workstation gets its Gambas from the PPA. > > Cheers, > > Lewis > > P.S. > The compiled version is on a machine that is used only for learning how > to c

Re: [Gambas-user] Revision #4160 feature doesn't work anymore.

2015-03-19 Thread Ru Vuott
No, Benoît, excuse me: I expressed myself badly and not properly. I want to say nothing changed with revision #6993: * the old/original Drum-Machine (that didn't work anymore), continue NOT working; * the modificated Drum-Machine (that did work), continue to work. ...obvoiusly, we have to resto

Re: [Gambas-user] Revision #4160 feature doesn't work anymore.

2015-03-19 Thread Jussi Lahtinen
How this is meant to work? I can't get any sound with the "working" version. Jussi On Thu, Mar 19, 2015 at 9:51 PM, Ru Vuott wrote: > No, Benoît, excuse me: I expressed myself badly and not properly. > > I want to say nothing changed with revision #6993: > * the old/original Drum-Machine (tha

[Gambas-user] Interesting IDE problem

2015-03-19 Thread Charlie
Possible bug notification: - I deleted a form in Gabmas 3.7 and the tool bar lost its integrity see attached. -- View this message in context: http://gambas.8142.n7.nabble.com/Interesting-IDE-problem-tp51061.html Sent from the

Re: [Gambas-user] Revision #4160 feature doesn't work anymore.

2015-03-19 Thread Ru Vuott
Hello Jussi, if you want to ear the drum sound: 1) run Jack Audio Connection Kit; 2) run a softsynth (for example: Qsynth); 3) connect via Jack 14:0 Midi-Through port ---> 129:Fluid Sinth (id est: QSynth) OR if you want not to use Jack A.C.K., you can send this ALSA line-command via Terminal:

Re: [Gambas-user] Revision #4160 feature doesn't work anymore.

2015-03-19 Thread Benoît Minisini
Le 20/03/2015 00:16, Ru Vuott a écrit : > Hello Jussi, > > if you want to ear the drum sound: > > 1) run Jack Audio Connection Kit; > 2) run a softsynth (for example: Qsynth); > 3) connect via Jack 14:0 Midi-Through port ---> 129:Fluid Sinth (id est: > QSynth) > > OR > if you want not to use Jack

Re: [Gambas-user] Revision #4160 feature doesn't work anymore.

2015-03-19 Thread Jussi Lahtinen
OK, I'm not very familiar with Midi things. With your instructions, the working version works as expected. Jussi On Fri, Mar 20, 2015 at 1:16 AM, Ru Vuott wrote: > Hello Jussi, > > if you want to ear the drum sound: > > 1) run Jack Audio Connection Kit; > 2) run a softsynth (for example: Qsynt

Re: [Gambas-user] Revision #4160 feature doesn't work anymore.

2015-03-19 Thread Jussi Lahtinen
> And with revision #6994? Is it better? > Does not seem to fix the issue. Jussi -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media

Re: [Gambas-user] Revision #4160 feature doesn't work anymore.

2015-03-19 Thread Ru Vuott
No, Benoît, it doesn't work. bye vuott Ven 20/3/15, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] Revision #4160 feature doesn't work anymore. A: "mailing list for gambas users" Data: Venerdì 20 marzo 2015, 00:24 Le 20/03/2015 00:16

Re: [Gambas-user] Revision #4160 feature doesn't work anymore.

2015-03-19 Thread Ru Vuott
Hello Jussi, > the working version works as expected. yes, but probably you are refer to my "modified" Drum-Machine (the second souce-code I attached). But "original" (that is: NO modified project) Drum-machine doesn't work... at this time. The mission is: restoring rev. 4160 "feature", that

Re: [Gambas-user] Revision #4160 feature doesn't work anymore.

2015-03-19 Thread Jussi Lahtinen
Yes, I'm aware of that. Jussi On Fri, Mar 20, 2015 at 2:32 AM, Ru Vuott wrote: > Hello Jussi, > > > the working version works as expected. > > yes, but probably you are refer to my "modified" Drum-Machine (the second > souce-code I attached). > But "original" (that is: NO modified project) D

Re: [Gambas-user] Revision #4160 feature doesn't work anymore.

2015-03-19 Thread Benoît Minisini
Le 20/03/2015 01:17, Ru Vuott a écrit : > No, Benoît, it doesn't work. > > bye > vuott > And with revision #6995? -- Benoît Minisini -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by I