[Gambas-user] Self-Signed SSL certificate in Gambas3 3.5.4 Webview

2015-02-04 Thread Dimitris Anogiatis
Hey guys, I'm using Gambas3 3.5.4 on Debian Jessie. I want to login to a web app I'm working on with a self signed SSL certificate. I try to load the app on a webview component using a url starting with https but it doesn't show me anything, no error messages no nothing. 1) Is there a debug pro

Re: [Gambas-user] gb.quote issue with sqlite

2015-02-04 Thread Jorge Carrión
Thanks Benoit. Good work, as always... 2015-02-03 20:57 GMT+01:00 Benoît Minisini : > Le 03/02/2015 11:41, Jorge Carrión a écrit : > > I've notice that on my system gb.quote(fieldname) return the field name > in > > simple commas > > -'fieldname'- wich generates an error on sql results. > > > >

[Gambas-user] Password error on clicking store or examples in GUI

2015-02-04 Thread Ian
Hi , I've been getting this error for some time - what can I do to resolve ? On regular updates so will be at the latest revision. 3.6.99 SVN 6881 according to my update manager history. Error screenshot [System] Gambas=3.6.90 OperatingSystem=Linux Kernel=3.13.0-24-generic Architecture=x86_64 Di

[Gambas-user] desktop.mime database lost?

2015-02-04 Thread Jorge Carrión
I've several projects that uses the desktop component . I use desktopMime.Fromfile(mypath).getIcon(16).Picture But now it doesn't works. All I've get is a "gb.desktop: unable to read mime database" error. What database is searched? I've instaled the gnome-mime-data package but that's not solved

Re: [Gambas-user] Password error on clicking store or examples in GUI

2015-02-04 Thread Jussi Lahtinen
The screenshot is missing. Jussi On Wed, Feb 4, 2015 at 12:03 PM, Ian wrote: > Hi , > I've been getting this error for some time - what can I do to resolve ? > On regular updates so will be at the latest revision. > 3.6.99 SVN 6881 according to my update manager history. > > > Error screenshot

[Gambas-user] Problem with OPTIONAL method declaration

2015-02-04 Thread bill-lancaster
I have a form with:- Public Sub _new(Optional iNr As Integer) iStatementNr = iNr End When the form is opened with:- Dim hForm As FFormName hForm = New FFormName1019) hForm.ShowModal I get this error message - "Type mismatch: wanted control, got integer instead" Wheras just:-

Re: [Gambas-user] Problem with OPTIONAL method declaration

2015-02-04 Thread Benoît Minisini
Le 04/02/2015 15:18, bill-lancaster a écrit : > I have a form with:- > > Public Sub _new(Optional iNr As Integer) > iStatementNr = iNr > End > > When the form is opened with:- > > Dim hForm As FFormName > hForm = New FFormName1019) > hForm.ShowModal > > I get this error message -

Re: [Gambas-user] Problem with OPTIONAL method declaration

2015-02-04 Thread Tobias Boege
On Wed, 04 Feb 2015, bill-lancaster wrote: > I have a form with:- > > Public Sub _new(Optional iNr As Integer) > iStatementNr = iNr > End > > When the form is opened with:- > > Dim hForm As FFormName > hForm = New FFormName1019) Assuming this should read: hForm = New FFormName(1

Re: [Gambas-user] Gambas-user Digest, Vol 105, Issue 9

2015-02-04 Thread martin p cristia
sure, my bad tnx El 04/02/15 a las 05:35, gambas-user-requ...@lists.sourceforge.net escribió: > AFAIK, a package cannot install anything in the home folder of a user. > > Regards, -- Saludos Ing. Martin P Cristia -- Di

Re: [Gambas-user] desktop.mime database lost?

2015-02-04 Thread Jorge Carrión
I've tried in a Virtual Machine with a fresh installation and all works ok. It's a my system related issue, then... but I have no clue about what is missing or wrong here... Some ideas? 2015-02-04 12:55 GMT+01:00 Jorge Carrión : > I've several projects that uses the desktop component . > I use

Re: [Gambas-user] desktop.mime database lost?

2015-02-04 Thread Benoît Minisini
Le 04/02/2015 17:27, Jorge Carrión a écrit : > I've tried in a Virtual Machine with a fresh installation and all works ok. > It's a my system related issue, then... but I have no clue about what is > missing or wrong here... > > Some ideas? > > Apparently it means the the mime database text file i

Re: [Gambas-user] desktop.mime database lost?

2015-02-04 Thread Jorge Carrión
Thanks Benoit. Waiting for Fabien... I don't like reinstall all the system but I need gb.desktop working with certain urgency... 2015-02-04 17:55 GMT+01:00 Benoît Minisini : > Le 04/02/2015 17:27, Jorge Carrión a écrit : > > I've tried in a Virtual Machine with a fresh installation and all works

Re: [Gambas-user] Problem with OPTIONAL method declaration

2015-02-04 Thread Gian
Ciao Gianluigi -- View this message in context: http://gambas.8142.n7.nabble.com/Problem-with-OPTIONAL-method-declaration-tp50515p50522.html Sent from the gambas-user mailing list archive at Nabble.com. ---

Re: [Gambas-user] desktop.mime database lost?

2015-02-04 Thread Fabien Bodard
I need to know what package use your distribution ... ubuntu ? debian ? then give me the result of : $ env 2015-02-04 18:11 GMT+01:00 Jorge Carrión : > Thanks Benoit. Waiting for Fabien... I don't like reinstall all the system > but I need gb.desktop working with certain urgency... > > > 201

Re: [Gambas-user] desktop.mime database lost?

2015-02-04 Thread Benoît Minisini
Le 04/02/2015 18:11, Jorge Carrión a écrit : > Thanks Benoit. Waiting for Fabien... I don't like reinstall all the system > but I need gb.desktop working with certain urgency... Can you try revision #6884? It will display a more detailed error message so that we can guess what happens. And/or yo

Re: [Gambas-user] desktop.mime database lost?

2015-02-04 Thread Jorge Carrión
My system: [System] Gambas=3.6.2 OperatingSystem=Linux Kernel=3.13.0-37-generic Architecture=x86_64 Distribution=Linux Mint 17.1 Rebecca Desktop=GNOME Theme=QCleanlooks Language=es_ES.UTF-8 Memory=7968M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer

Re: [Gambas-user] desktop.mime database lost?

2015-02-04 Thread Fabien Bodard
AS said by benoit ... send your ~/.local/share/mime/globs2 or find it on your disk ... and send us (in private). 2015-02-04 21:47 GMT+01:00 Jorge Carrión : > My system: > > [System] > Gambas=3.6.2 > OperatingSystem=Linux > Kernel=3.13.0-37-generic > Architecture=x86_64 > Distribution=Linux Mint 1

Re: [Gambas-user] desktop.mime database lost?

2015-02-04 Thread Jorge Carrión
The globs2 doesn't contains nothing but this # This file was automatically generated by the # update-mime-database command. DO NOT EDIT! I'll try #6884... (tomorrow will be in gambas-daily?) Regards 2015-02-04 21:33 GMT+01:00 Benoît Minisini : > Le 04/02/2015 18:11, Jorge Carrión a écrit : > >

Re: [Gambas-user] Issue 601 in gambas: Database Data Source with Mariadb as mysql

2015-02-04 Thread gambas
Comment #2 on issue 601 by justlost...@gmail.com: Database Data Source with Mariadb as mysql https://code.google.com/p/gambas/issues/detail?id=601 After More testing, I am unable to add a connection to any data source when created new. Of any database type. But if an existing project already

Re: [Gambas-user] desktop.mime database lost?

2015-02-04 Thread Fabien Bodard
hum ... this is the problem ... i need the content of this file, It must not be empty.. i will install a cinamon 2015-02-04 21:54 GMT+01:00 Jorge Carrión : > The globs2 doesn't contains nothing but this > > # This file was automatically generated by the > # update-mime-database command. DO NOT EDI

Re: [Gambas-user] desktop.mime database lost?

2015-02-04 Thread Jorge Carrión
>or find it on your disk ... and send us (in private). I didn't know that could exist another glob2 on the system. I've found the /usr/share/mime/globs2 and this one is full of 968 mime descriptions. So... I've deleted (rename) the ~/.local/share/glob2 and the project works then I've deleted(rename

Re: [Gambas-user] desktop.mime database lost?

2015-02-04 Thread Fabien Bodard
Take a look in /usr/share/mime if you have a glob2 file send me the file 2015-02-04 21:58 GMT+01:00 Fabien Bodard : > hum ... this is the problem ... i need the content of this file, It > must not be empty.. i will install a cinamon > > 2015-02-04 21:54 GMT+01:00 Jorge Carrión : >> The globs2 do

Re: [Gambas-user] Issue 601 in gambas: Database Data Source with Mariadb as mysql

2015-02-04 Thread gambas
Updates: Status: NeedsInfo Comment #3 on issue 601 by benoit.m...@gmail.com: Database Data Source with Mariadb as mysql https://code.google.com/p/gambas/issues/detail?id=601 The bug has normally been fixed in the development version. Can you try it? -- You received this message becaus

Re: [Gambas-user] desktop.mime database lost?

2015-02-04 Thread Fabien Bodard
Well ... i just need to say that if a read fail ... to look forward... i think 2015-02-04 22:08 GMT+01:00 Jorge Carrión : >>or find it on your disk ... and send us (in private). > I didn't know that could exist another glob2 on the system. I've found the > /usr/share/mime/globs2 and this one is fu

Re: [Gambas-user] desktop.mime database lost?

2015-02-04 Thread Fabien Bodard
Hope it is corected on rev #6885 2015-02-04 22:12 GMT+01:00 Fabien Bodard : > Well ... i just need to say that if a read fail ... to look forward... i think > > 2015-02-04 22:08 GMT+01:00 Jorge Carrión : >>>or find it on your disk ... and send us (in private). >> I didn't know that could exist ano

Re: [Gambas-user] Issue 601 in gambas: Database Data Source with Mariadb as mysql

2015-02-04 Thread gambas
Comment #4 on issue 601 by justlost...@gmail.com: Database Data Source with Mariadb as mysql https://code.google.com/p/gambas/issues/detail?id=601 I debugged the fault is in Private Sub ShowProperty(Optional sFocus As String) Dim hProp As CPropertyInfo Dim sType As String Dim sOption

Re: [Gambas-user] Issue 601 in gambas: Database Data Source with Mariadb as mysql

2015-02-04 Thread gambas
Comment #5 on issue 601 by justlost...@gmail.com: Database Data Source with Mariadb as mysql https://code.google.com/p/gambas/issues/detail?id=601 Ok Tried R6885 from repository is this the latest development version? Has the same problem -- You received this message because this project is

Re: [Gambas-user] Issue 601 in gambas: Database Data Source with Mariadb as mysql

2015-02-04 Thread gambas
Comment #6 on issue 601 by benoit.m...@gmail.com: Database Data Source with Mariadb as mysql https://code.google.com/p/gambas/issues/detail?id=601 Yes, and it works there. Are you sure you are really running that latest version? Can you make a little project that fails on your system and pos

Re: [Gambas-user] Issue 601 in gambas: Database Data Source with Mariadb as mysql

2015-02-04 Thread gambas
Comment #7 on issue 601 by justlost...@gmail.com: Database Data Source with Mariadb as mysql https://code.google.com/p/gambas/issues/detail?id=601 Yes I am Absolutely certain I am using the latest versions. Just verified the build times they match with the build I just did from the source. I

Re: [Gambas-user] desktop.mime database lost?

2015-02-04 Thread Jorge Carrión
Fine! Thanks Fabian. Regards 2015-02-04 22:54 GMT+01:00 Fabien Bodard : > Hope it is corected on rev #6885 > > 2015-02-04 22:12 GMT+01:00 Fabien Bodard : > > Well ... i just need to say that if a read fail ... to look forward... i > think > > > > 2015-02-04 22:08 GMT+01:00 Jorge Carrión : > >>>o

Re: [Gambas-user] Issue 601 in gambas: Database Data Source with Mariadb as mysql

2015-02-04 Thread gambas
Comment #8 on issue 601 by benoit.m...@gmail.com: Database Data Source with Mariadb as mysql https://code.google.com/p/gambas/issues/detail?id=601 I have tested, and everything works as expected. -- You received this message because this project is configured to send all issue notifications