[Gambas-user] Issue 399 in gambas: SaveFile in GB.form.dialog uses folder for filename

2013-02-01 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 399 by john.aaron.r...@gmail.com: SaveFile in GB.form.dialog uses folder for filename http://code.google.com/p/gambas/issues/detail?id=399 When I click the Combined

Re: [Gambas-user] Array for File class?

2013-02-01 Thread Tobias Boege
On Thu, 31 Jan 2013, steveNewbie wrote: I tried the method below without success. I am still getting Class 'File' is not creatable error. I might have to resort to creating 50 separate File objects to get through this for now and clean up later. Dim aFiles As New File[] Dim hFile As File

Re: [Gambas-user] forcing time zone localization

2013-02-01 Thread Bruce
Kevin, Some thoughts expresed inline. On Fri, 2013-02-01 at 02:37 -0500, Kevin Fishburne wrote: On 01/31/2013 04:29 AM, Benoît Minisini wrote: Le 31/01/2013 08:35, Kevin Fishburne a écrit : I have a client/server application in which the server tells the client the date and time. The date

Re: [Gambas-user] Issue 391 in gambas: DataCombo Bug Gambas 3

2013-02-01 Thread gambas
Updates: Status: WontFix Comment #1 on issue 391 by benoit.m...@gmail.com: DataCombo Bug Gambas 3 http://code.google.com/p/gambas/issues/detail?id=391 Apparently you just misused the DataCombo control. A DataCombo displays an integer field of a table A ('Field' property) by using

Re: [Gambas-user] Delete a file requiring Admin privilege

2013-02-01 Thread Tobias Boege
On Fri, 01 Feb 2013, John Rose wrote: I want (in Gambas3) to delete a file in e.g. /usr/share/applications. sInstallPath may have spaces in its filename: that's why I used a single quote round it. I've tried Exec [gksudo, rm, ' sInstallPath '] which doesn't give an error but doesn't

Re: [Gambas-user] forcing time zone localization

2013-02-01 Thread Jussi Lahtinen
Isn't unix time independent of timezones (it always uses UTC)? Can you use it? $ date +%s Jussi On Thu, Jan 31, 2013 at 9:35 AM, Kevin Fishburne kevinfishbu...@eightvirtues.com wrote: I have a client/server application in which the server tells the client the date and time. The date and

Re: [Gambas-user] Array for File class?

2013-02-01 Thread Jussi Lahtinen
It should work. What is your Gambas version? Jussi On Fri, Feb 1, 2013 at 12:48 AM, steveNewbie steve32942...@yahoo.comwrote: I tried the method below without success. I am still getting Class 'File' is not creatable error. I might have to resort to creating 50 separate File objects to

Re: [Gambas-user] Issue 398 in gambas: configure can't find LLVM

2013-02-01 Thread gambas
Updates: Status: NeedsInfo Comment #3 on issue 398 by benoit.m...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 (No comment was entered for this change.) -- Everyone