Re: [Gambas-user] Issue 229 in gambas: Creating an installable package for a component with autotools uses wrong directories

2012-04-02 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 229 by benoit.m...@gmail.com: Creating an installable package for a component with autotools uses wrong directories http://code.google.com/p/gambas/issues/detail?id=229 Apparently this is done explicitl

Re: [Gambas-user] Issue 228 in gambas: Connection.Handle to get Pointer to underlying db->handle.

2012-04-02 Thread gambas
Updates: Status: Fixed Comment #3 on issue 228 by benoit.m...@gmail.com: Connection.Handle to get Pointer to underlying db->handle. http://code.google.com/p/gambas/issues/detail?id=228 Done in revision #4592.

Re: [Gambas-user] Webbrowser and login to sites

2012-04-02 Thread richard terry
On Tuesday 03 April 2012 08:51:27 Benoît Minisini wrote: > Le 03/04/2012 00:21, richard terry a écrit : > > Hi List, > > > > I've noticed that when I put the webbrowser into my project that sites > > which need a login I can't access. > > > > The login dialog pops up ok, but the password/username d

Re: [Gambas-user] Webbrowser and login to sites

2012-04-02 Thread Benoît Minisini
Le 03/04/2012 00:21, richard terry a écrit : > Hi List, > > I've noticed that when I put the webbrowser into my project that sites which > need a login I can't access. > > The login dialog pops up ok, but the password/username don't seem to get > passed to the site, > > Any one tried this or knows

[Gambas-user] Webbrowser and login to sites

2012-04-02 Thread richard terry
Hi List, I've noticed that when I put the webbrowser into my project that sites which need a login I can't access. The login dialog pops up ok, but the password/username don't seem to get passed to the site, Any one tried this or knows a solution. Regards Richard --

Re: [Gambas-user] Gambas 3.1 will be released in a few days

2012-04-02 Thread Emil Lenngren
Yeah, as I said before, the string conversion is a bit non-trivial. If you do a simple CStr( ... ) conversion, or an implicit one, you get one result. When you use the Str( ... ) conversion (which also Print uses), you get a completely different representation ... I think the reason that there are

[Gambas-user] Issue 229 in gambas: Creating an installable package for a component with autotools uses wrong directories

2012-04-02 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 229 by sebi...@gmail.com: Creating an installable package for a component with autotools uses wrong directories http://code.google.com/p/gambas/issues/detail?id=229 When

Re: [Gambas-user] Issue 228 in gambas: Connection.Handle to get Pointer to underlying db->handle.

2012-04-02 Thread gambas
Updates: Status: Accepted Comment #2 on issue 228 by benoit.m...@gmail.com: Connection.Handle to get Pointer to underlying db->handle. http://code.google.com/p/gambas/issues/detail?id=228 (No comment was entered for this change.) ---

Re: [Gambas-user] Gambas 3.1 will be released in a few days

2012-04-02 Thread Jussi Lahtinen
OK, so it comes from PRINT. Jussi 2012/4/2 Benoît Minisini > Le 02/04/2012 15:06, Jussi Lahtinen a écrit : > > Revision 4591 seems to have bug. > > > > ? Date(2484515) > > 16/05/2002 00:00:00 > > > > ? ""& Date(2484515) > > 05/16/2002 > > > > Jussi > > > > No, it's normal: > > ? Date(2484515

Re: [Gambas-user] Issue 228 in gambas: Connection.Handle to get Pointer to underlying db->handle.

2012-04-02 Thread gambas
Updates: Labels: -Version -Type-Bug Version-TRUNK Type-Enhancement Comment #1 on issue 228 by benoit.m...@gmail.com: Connection.Handle to get Pointer to underlying db->handle. http://code.google.com/p/gambas/issues/detail?id=228 (No comment was entered for this change.) --

Re: [Gambas-user] Gambas 3.1 will be released in a few days

2012-04-02 Thread Benoît Minisini
Le 02/04/2012 15:06, Jussi Lahtinen a écrit : > Revision 4591 seems to have bug. > > ? Date(2484515) > 16/05/2002 00:00:00 > > ? ""& Date(2484515) > 05/16/2002 > > Jussi > No, it's normal: ? Date(2484515) <=> ? Str(Date(2484515)) whereas ? "" & Date(2484515) <=> ? Str("" & CStr(Date(2484515))

Re: [Gambas-user] Load hidden file to variable?

2012-04-02 Thread tobi
On Mon, 02 Apr 2012, sundar j wrote: > Print Error is False for both if statement and file.load function. I have > checked file permission and it is root. I think file permission is not an > issue here since it does not even detect file. Also i have tested the same > with other file (root permis

Re: [Gambas-user] Load hidden file to variable?

2012-04-02 Thread sundar j
Print Error is False for both if statement and file.load function. I have checked file permission and it is root. I think file permission is not an issue here since it does not even detect file. Also i have tested the same with other file (root permission) and it works perfectly. Again i need no

Re: [Gambas-user] Gambas 3.1 will be released in a few days

2012-04-02 Thread Jussi Lahtinen
Revision 4591 seems to have bug. ? Date(2484515) 16/05/2002 00:00:00 ? "" & Date(2484515) 05/16/2002 Jussi 2012/4/1 Benoît Minisini > Hi, > > I will release Gambas 3.1 in a few days. There were many last minute > fixes in the IDE packager. > > So you are welcome, translator, if you want to

[Gambas-user] Issue 228 in gambas: Connection.Handle to get Pointer to underlying db->handle.

2012-04-02 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 228 by ihaywo...@gmail.com: Connection.Handle to get Pointer to underlying db->handle. http://code.google.com/p/gambas/issues/detail?id=228 1) Describe the problem. I wo

Re: [Gambas-user] Load hidden file to variable?

2012-04-02 Thread Benoît Minisini
Le 02/04/2012 03:05, sundar j a écrit : > > Ok. Ifound out the issue where it is. It seems to be associated with file > extension. The file i want to load does not have any extension. So I created > the same file with ".txt" extension inside the same hidden directory to see > the result. This ti

Re: [Gambas-user] Load hidden file to variable?

2012-04-02 Thread nando
A hidden file IS hidden by default from normal views. So, the result appears to be correct. (Benoit: maybe a flag is needed for hidden files in call?) Nevertheless, LOAD ought to work with hidden files too. (Are your permissions correct) Files extensions and associations are a windoze thing and don