Re: [Gambas-user] URGENT request to people of Gambas stable PPA

2015-03-17 Thread Willy Raets
On ma, 2015-03-16 at 11:28 -0300, Sebastian Kulesz wrote: > Hey there! > > I haven't pushed the update to the stable ppa yet. Just last night I > updated the bleeding edge ppa and I would like to wait a day or two to > see if any issues arise. > > I can not hold the update because of one user. T

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

2015-03-17 Thread Ru Vuott
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 say that this feature **always worked very well**. Lat

Re: [Gambas-user] URGENT request to people of Gambas stable PPA

2015-03-17 Thread Sebastian Kulesz
On Mar 17, 2015 1:39 PM, "Willy Raets" wrote: > > On di, 2015-03-17 at 11:35 -0500, Lewis Balentine wrote: > > Congratulations Willy :-) > > > Thanks, and it only costed me a days work to figure it all out :) > > I guess this might mean I'll manage to get the migration going next week > as planne

Re: [Gambas-user] URGENT request to people of Gambas stable PPA

2015-03-17 Thread Lewis Balentine
Congratulations Willy :-) On 03/17/2015 11:19 AM, Willy Raets wrote: > I managed to get my own local repository running with the Gambas 3.6.2 > from your PPA. I also managed to install from there (just needed to > neglect the key warnings). >

Re: [Gambas-user] URGENT request to people of Gambas stable PPA

2015-03-17 Thread Willy Raets
On di, 2015-03-17 at 11:35 -0500, Lewis Balentine wrote: > Congratulations Willy :-) Thanks, and it only costed me a days work to figure it all out :) I guess this might mean I'll manage to get the migration going next week as planned. > > On 03/17/2015 11:19 AM, Willy Raets wrote: > > I mana

Re: [Gambas-user] Bizarre results when entering a £ symbol into a TextArea or TextBox

2015-03-17 Thread Jussi Lahtinen
Oh I missed you are using Mid() function, it is only for ASCII characters, use String.Mid() instead. Jussi On Tue, Mar 17, 2015 at 4:33 PM, John Rose wrote: > On 17/03/15 13:33, Jussi Lahtinen wrote: > > Maybe the console takes only ASCII characters? > > > > > > Jussi > > > > On Tue, Mar 17, 2

Re: [Gambas-user] Bizarre results when entering a £ symbol into a TextArea or TextBox

2015-03-17 Thread John Rose
On 17/03/15 13:33, Jussi Lahtinen wrote: > Maybe the console takes only ASCII characters? > > > Jussi > > On Tue, Mar 17, 2015 at 3:00 PM, John Rose > wrote: > >> When entering a £ character (i.e. the British pound symbol not the >> American one) into a TextArea or TextBox, it seems to be 'interpr

Re: [Gambas-user] daily PPA for ubuntu vivid not found

2015-03-17 Thread Sebastian Kulesz
The PPA has packages available for Vivid. The error you are getting is confusing me. The PPA lp:~gambas-team/gambas-daily has the packages, not lp:~gambas-team/gambas3, which is the one throwing you the 404 errors. On Tue, Mar 17, 2015 at 6:29 AM, Gian wrote: > Il 17/03/2015 09:24, corradove...

Re: [Gambas-user] Bizarre results when entering a £ symbol into a TextArea or TextBox

2015-03-17 Thread Jussi Lahtinen
Maybe the console takes only ASCII characters? Jussi On Tue, Mar 17, 2015 at 3:00 PM, John Rose wrote: > When entering a £ character (i.e. the British pound symbol not the > American one) into a TextArea or TextBox, it seems to be 'interpreted' > as a funny looking question mark (i.e. sort of

[Gambas-user] Bizarre results when entering a £ symbol into a TextArea or TextBox

2015-03-17 Thread John Rose
When entering a £ character (i.e. the British pound symbol not the American one) into a TextArea or TextBox, it seems to be 'interpreted' as a funny looking question mark (i.e. sort of reverse black & white) when it's shown on the Console using a Print statement (actioned in a Change event). I wond

Re: [Gambas-user] daily PPA for ubuntu vivid not found

2015-03-17 Thread Gian
Il 17/03/2015 09:24, corradove...@libero.it ha scritto: > on my ubuntu vivid i added in sources.list the lines suggested > in:https://launchpad.net/~gambas-team/+archive/ubuntu/gambas-daily > deb http://ppa.launchpad.net/gambas-team/gambas-daily/ubuntu vivid > maindeb-src http://ppa.launchpad.net

Re: [Gambas-user] daily PPA for ubuntu vivid not found

2015-03-17 Thread Henri Girard
Doesn't work yet on vivid correct it to trusty or utopic Le 17/03/2015 09:24, corradove...@libero.it a écrit : > on my ubuntu vivid i added in sources.list the lines suggested > in:https://launchpad.net/~gambas-team/+archive/ubuntu/gambas-daily > deb http://ppa.launchpad.net/gambas-team/gambas-da

[Gambas-user] daily PPA for ubuntu vivid not found

2015-03-17 Thread corradove...@libero.it
on my ubuntu vivid i added in sources.list the lines suggested in:https://launchpad.net/~gambas-team/+archive/ubuntu/gambas-daily deb http://ppa.launchpad.net/gambas-team/gambas-daily/ubuntu vivid maindeb-src http://ppa.launchpad.net/gambas-team/gambas-daily/ubuntu vivid main i also added the ke