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 h
It should work. What is your Gambas version?
Jussi
On Fri, Feb 1, 2013 at 12:48 AM, 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
Le 01/02/2013 08:37, Kevin Fishburne a écrit :
> 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 and time is calculated by the server from an
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 an
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 erro
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 anoth
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 delete the file.
I've tried
Exec ["gk
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.
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 A
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 butto
10 matches
Mail list logo