[Gambas-user] Issue 614 in gambas: Cannot create database tables in mysql in gambas 3.7.0

2015-03-22 Thread gambas
Status: New Owner: Labels: Version3.7.0 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 614 by isaf...@gmail.com: Cannot create database tables in mysql in gambas 3.7.0 https://code.google.com/p/gambas/issues/detail?id=614

[Gambas-user] Possible bug on ValueBox gtk ang gb.gui

2015-03-22 Thread Gian
On Ubuntu Gabas3 3.7 and Trunk you can not enter decimal numbers manually. Yes with code. Manually comma ends at the bottom of the widget, see attached. Regards Gianluigi [System] Gambas=3.7.0 OperatingSystem=Linux Kernel=3.13.0-48-generic Architecture=x86_64 Distribution=Ubuntu 14.04.2 LTS Deskt

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

2015-03-22 Thread Jussi Lahtinen
Len() returns length in bytes and String.Len() returns length in characters. Use latter for UTF-8 strings. See the documentation. > sText = String.Mid(PrintedTextBox.Text, 1, String.Len(PrintedTextBox)) I assume you mean: sText = String.Mid(PrintedTextBox.Text, 1, String.Len(PrintedTextBox.Text))

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

2015-03-22 Thread John Rose
Jussi, I spoke too soon. There seems to be one problem with having non-ASCII characters entered into a TextBox. If I make a string variable (sText in my attached Test project) equal to the Text property of the TextBox (PrintedTextBox.Text in my Test project), then the string variable needs to have

Re: [Gambas-user] R: Ubuntu message

2015-03-22 Thread Gian
Hi Benoit, but I do not find wrong to give the choice at Gambas programmers with Ubuntu. Or at least insert Ron trick in documentation: (sed -i 's/tooltip_fg_color:#ff/tooltip_fg_color:#00/g' /usr/share/themes/Ambiance/gtk-2.0/gtkrc sed -i 's/tooltip_bg_color:#00/tooltip_bg_color:#ff

Re: [Gambas-user] R: Ubuntu message

2015-03-22 Thread Gian
Il 22/03/2015 17:53, Gian ha scritto: Il 22/03/2015 17:01, Ron ha scritto: You can make them readable with these two commands, you might need to change 'Ambiance' to 'QGtk', not sure, just try. sed -i 's/tooltip_fg_color:#ff/tooltip_fg_color:#00/g' /usr/share/themes/Ambiance/gtk-2.0/gt

Re: [Gambas-user] R: Ubuntu message

2015-03-22 Thread Gian
Il 22/03/2015 17:01, Ron ha scritto: > You can make them readable with these two commands, you might need to > change 'Ambiance' to 'QGtk', not sure, just try. > > sed -i 's/tooltip_fg_color:#ff/tooltip_fg_color:#00/g' > /usr/share/themes/Ambiance/gtk-2.0/gtkrc > sed -i 's/tooltip_bg_color

Re: [Gambas-user] R: Ubuntu message

2015-03-22 Thread Ron
You can make them readable with these two commands, you might need to change 'Ambiance' to 'QGtk', not sure, just try. sed -i 's/tooltip_fg_color:#ff/tooltip_fg_color:#00/g' /usr/share/themes/Ambiance/gtk-2.0/gtkrc sed -i 's/tooltip_bg_color:#00/tooltip_bg_color:#ff/g' /usr/share/

Re: [Gambas-user] R: Ubuntu message

2015-03-22 Thread Gian
Sorry gentlemen, :) but the programmer Gambas Ubuntu messages Balloon does not see them. What you do not understand? Regards Gianluigi -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by In

Re: [Gambas-user] Issue 613 in gambas: IDE feature request: add possibility to 'Change into' a valuebox from textbox

2015-03-22 Thread gambas
Comment #1 on issue 613 by r...@cyberjunky.nl: IDE feature request: add possibility to 'Change into' a valuebox from textbox https://code.google.com/p/gambas/issues/detail?id=613 correction: 'right click a textbox' -- You received this message because this project is configured to send all

[Gambas-user] Issue 613 in gambas: IDE feature request: add possibility to 'Change into' a valuebox from textbox

2015-03-22 Thread gambas
Status: New Owner: Labels: Version-TRUNK enhancement Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 613 by r...@cyberjunky.nl: IDE feature request: add possibility to 'Change into' a valuebox from textbox https://code.google.com/p/gambas/issues/detail?id=613 1

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Tobias Boege
On Sun, 22 Mar 2015, Gian wrote: > Hi Benoit, > I know this has been discussed, and I apologize for repeating. > In Ubuntu if I want to show to a user in a message boloon I change > colors by acting through the HTML commands. > Or I can show him the message with typical "balloon" of Ubuntu: > Dim

[Gambas-user] R: Ubuntu message

2015-03-22 Thread Ru Vuott
> would not be wonderful if Gambas also inform us so? What would be the difference and the real utility compared to that ordinary from Gambas? Dom 22/3/15, Gian ha scritto: Oggetto: [Gambas-user] Ubuntu message A: Gambas-user@lists.sourceforge

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Gian
Il 22/03/2015 16:28, Fabien Bodard ha scritto: what is your desktop environment ? [System] Gambas=3.7.0 OperatingSystem=Linux Kernel=3.13.0-48-generic Architecture=x86_64 Distribution=Ubuntu 14.04.2 LTS Desktop=GNOME Theme=QGtk Language=it_IT.UTF-8 Memory=4961M [Libraries] Cairo=libcairo.so.2.1

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Gian
Il 22/03/2015 16:21, Fabien Bodard ha scritto: > what error ? bash: syntax error near the token is not expected "" MyApp "," -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and d

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Fabien Bodard
what is your desktop environment ? 2015-03-22 16:21 GMT+01:00 Fabien Bodard : > what error ? > > > 2015-03-22 16:01 GMT+01:00 Gian : >> Il 22/03/2015 15:22, Fabien Bodard ha scritto: >>> You can use : >>> >>> dBus["org.freedesktop.Notifications"]["/org/freedesktop/Notifications"].Notify("MyApp", >

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Fabien Bodard
what error ? 2015-03-22 16:01 GMT+01:00 Gian : > Il 22/03/2015 15:22, Fabien Bodard ha scritto: >> You can use : >> >> dBus["org.freedesktop.Notifications"]["/org/freedesktop/Notifications"].Notify("MyApp", >> "2", Null, "About My Notify", "This is a Notifications!!!", Null, >> Null, 5) > > > Sor

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Gian
Il 22/03/2015 15:22, Fabien Bodard ha scritto: > You can use : > > dBus["org.freedesktop.Notifications"]["/org/freedesktop/Notifications"].Notify("MyApp", > "2", Null, "About My Notify", "This is a Notifications!!!", Null, > Null, 5) Sorry Fabien, I get error ---

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Gian
Il 22/03/2015 15:50, Jussi Lahtinen ha scritto: > Sorry, but I hate the idea. I want to see the error messages where they > belong, and crashes in their own window which doesn't autoclose. So, just > like it is now. OK, shame that a normal Ubuntu user does not see ... I meant one more, not one les

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Jussi Lahtinen
> ...any information with balloon... > Sorry, but I hate the idea. I want to see the error messages where they belong, and crashes in their own window which doesn't autoclose. So, just like it is now. Jussi -- Dive into

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Fabien Bodard
You can use : dBus["org.freedesktop.Notifications"]["/org/freedesktop/Notifications"].Notify("MyApp", "2", Null, "About My Notify", "This is a Notifications!!!", Null, Null, 5) 2015-03-22 15:09 GMT+01:00 Fabien Bodard : > like the standart kde/unty balloon ? > > 2015-03-22 14:14 GMT+01:00 Gian

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Fabien Bodard
like the standart kde/unty balloon ? 2015-03-22 14:14 GMT+01:00 Gian : > Il 22/03/2015 13:08, Benoît Minisini ha scritto: >> Le 22/03/2015 12:31, Gian a écrit : >>> Hi Benoit, >>> I know this has been discussed, and I apologize for repeating. >>> In Ubuntu if I want to show to a user in a message

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Gian
Il 22/03/2015 13:08, Benoît Minisini ha scritto: > Le 22/03/2015 12:31, Gian a écrit : >> Hi Benoit, >> I know this has been discussed, and I apologize for repeating. >> In Ubuntu if I want to show to a user in a message boloon I change >> colors by acting through the HTML commands. >> Or I can sho

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Benoît Minisini
Le 22/03/2015 12:31, Gian a écrit : > Hi Benoit, > I know this has been discussed, and I apologize for repeating. > In Ubuntu if I want to show to a user in a message boloon I change > colors by acting through the HTML commands. > Or I can show him the message with typical "balloon" of Ubuntu: > Di

[Gambas-user] Ubuntu message

2015-03-22 Thread Gian
Hi Benoit, I know this has been discussed, and I apologize for repeating. In Ubuntu if I want to show to a user in a message boloon I change colors by acting through the HTML commands. Or I can show him the message with typical "balloon" of Ubuntu: Dim comando, sText As String sText = "My spectacu

Re: [Gambas-user] gambas wiki down

2015-03-22 Thread Jean-Luc Laborde
May be there's a new syndicate for servers and other robot machines. Will that cause the end of Capitalism ? or the end the humanism ? Isaac Asimov help us !! On diumenge 22 marc 2015 10:00 CET, Fabien Bodard wrote: > He was on strike ... it is a French server:-P > > 2015-03-22 2:33 GMT+01:0

Re: [Gambas-user] gambas wiki down

2015-03-22 Thread Fabien Bodard
He was on strike ... it is a French server:-P 2015-03-22 2:33 GMT+01:00 Lewis Balentine : > It may have felt ignored and wanted some attention :-) > > On 03/21/2015 08:30 PM, Benoît Minisini wrote: >> For an unknown reason, the web server has been stopped (it didn't >> crash). It is back now. >> >