Re: [Gambas-user] forcing time zone localization

2013-02-04 Thread Kevin Fishburne
On 02/03/2013 08:11 AM, Benoît Minisini wrote: > Le 03/02/2013 14:03, Benoît Minisini a écrit : >> To get the current timezone, you do Round(Frac(Date(Now)) * 24). Then >> you can use this value to convert a date to/from UTC. >> >> Regards, >> > So scatterbrained... I have added System.TimeZone pro

Re: [Gambas-user] gambasshowcase.org online

2013-02-04 Thread Sebastian Kulesz
On Mon, Feb 4, 2013 at 11:57 PM, Willy Raets wrote: > In an effort to promote the beauty, ease and power of Gambas3 a few > projects where started aiming at: > > 1. Project GambOS: > Easy available distribution with Gambas3 development environment default > installed; > 2. Project How To Gambas3:

[Gambas-user] gambasshowcase.org online

2013-02-04 Thread Willy Raets
In an effort to promote the beauty, ease and power of Gambas3 a few projects where started aiming at: 1. Project GambOS: Easy available distribution with Gambas3 development environment default installed; 2. Project How To Gambas3: A set of good guides to learn develop applications with Gambas3; 3

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

2013-02-04 Thread gambas
Comment #15 on issue 398 by duchyde...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 PS. Updated OpenSUSE 12.2 since this ticket was opened and gambas3 works fine. -- Free N

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

2013-02-04 Thread gambas
Comment #14 on issue 398 by duchyde...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 Success! Replaced "llvm::Attribute:" with "llvm::Attributes:", two changes at jit_codegen.cpp:3617 and jit_codegen.cpp:3668. Gambas compiles and runs. Issue solved. T

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

2013-02-04 Thread Ongytenes
Sorry I didn't have time at the moment to try anything. Just got back and tried a little loop for the file array. Once I tried to use the OPEN command the error came up again. I plan to try and tackle this to see if there is a work around. Sorry for the false lead. -- View this message in cont

Re: [Gambas-user] Need Gambas3 Made Apps.

2013-02-04 Thread Willy Raets
On Mon, 2013-02-04 at 20:18 -0300, Sebastian Kulesz wrote: > You might want to take a look at https://launchpad.net/mundus > I started it about an year ago, it's an app to clean your home folder from > unneeded configuration files. > It has a PPA available, it might make things easier. > > Do you

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

2013-02-04 Thread Ongytenes
I am using Gambas 2.19 and as a experiment I got the same problem as you. But I created a class named Global and in it I put *STATIC PUBLIC aFiles AS NEW File[] * and it did not raise any errors. I didn't take the time to write code to test it. Figure you could give it a try and let me know.

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

2013-02-04 Thread gambas
Comment #13 on issue 398 by emil.len...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 in jit_codegen.cpp -- Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen fire

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

2013-02-04 Thread gambas
Comment #12 on issue 398 by duchyde...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 Re: #10 Should I rename it in llvm or jit_codegen.cpp? -- Free Next-Gen Firewall Hardware

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

2013-02-04 Thread gambas
Comment #11 on issue 398 by duchyde...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 Actually, looking back at output, --enable-optimized failed, so it's just the --enable-shared flag that builds the .so object that gambas needs. ---

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

2013-02-04 Thread gambas
Comment #10 on issue 398 by emil.len...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 The LLVM team seems to be renaming "llvm::Attribute" to "llvm::Attributes" forth and back. Try renaming it. ---

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

2013-02-04 Thread gambas
Comment #9 on issue 398 by duchyde...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 Success! After poking through the llvm Makefile for clues, I compiled llvm with make --enable-shared --enable-optimized. Then in gambas src, I wrote reconf-all --for

Re: [Gambas-user] Need Gambas3 Made Apps.

2013-02-04 Thread Sebastian Kulesz
You might want to take a look at https://launchpad.net/mundus I started it about an year ago, it's an app to clean your home folder from unneeded configuration files. It has a PPA available, it might make things easier. Do you have a website for that distro? Where can i read about it? On Mon, Fe

[Gambas-user] Issue 402 in gambas: String charset is screwed up if the MySQL connection is temporary lost

2013-02-04 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 402 by uale...@gmail.com: String charset is screwed up if the MySQL connection is temporary lost http://code.google.com/p/gambas/issues/detail?id=402 1) Describe the prob

Re: [Gambas-user] Pre-release of gambas 3.4

2013-02-04 Thread Olivier Cruilles
Benoit, Bon après recherche dans mon code, je suis tombé sur la contrainte des FRAMES qui ne réorganisent pas leur contenu. Donc c'est pas un bug car j'ai recréer un petit projet et tout marche bien et tout se redimensionne bien dans les VSplit. Par contre lors du redimentionnement d'un VSplit

Re: [Gambas-user] Pre-release of gambas 3.4

2013-02-04 Thread Benoît Minisini
Le 04/02/2013 19:17, Olivier Cruilles a écrit : > I Benoit, > > I tried the Gambas 3.4 version today and in this version I found a problem > with the refresh of VSplit inside other VSplit. > > My normal version of Gambas I use is the official version: 3.3.4 > > In the version 3.3.4, all the conte

Re: [Gambas-user] Pre-release of gambas 3.4

2013-02-04 Thread Olivier Cruilles
I Benoit, I tried the Gambas 3.4 version today and in this version I found a problem with the refresh of VSplit inside other VSplit. My normal version of Gambas I use is the official version: 3.3.4 In the version 3.3.4, all the content of multiple VSplit were always resized automaticaly but i

[Gambas-user] Need Gambas3 Made Apps.

2013-02-04 Thread John
To anyone that is interested, We are looking for any programmers that would like to have their apps/programs included in the GambOS Linux distribution. We are looking to replace as many default apps in the OS with Gambas3 made apps. Calculator, text editor, photo viewing, you name it. Other apps

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

2013-02-04 Thread gambas
Comment #8 on issue 398 by duchyde...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 I'll try doing some config stuff, I'm a newbie, though. I'll also try the forums for llvm to see if I can get a specific recommendation or at least something you can

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

2013-02-04 Thread gambas
Comment #7 on issue 398 by emil.len...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 The packaging/versioning system for LLVM is a mess. Some distributions use the static libraries, some use the dynamic libraries. Some distributions put the llvm-spe

[Gambas-user] Issue 401 in gambas: |Project|Make|Source Archive thinks it hasn't created the directory

2013-02-04 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 401 by adamn...@gmail.com: |Project|Make|Source Archive thinks it hasn't created the directory http://code.google.com/p/gambas/issues/detail?id=401 1) Describe the proble

[Gambas-user] 5536 make fail

2013-02-04 Thread Bruce
There may be a problem with sqlite2 makes. I have no idea but the last bit of reconf-all;configure -C;make gives make[4]: Entering directory `/home/bb/gb3source/gb.db.postgresql' make[4]: Leaving directory `/home/bb/gb3source/gb.db.postgresql' make[3]: Leaving directory `/home/bb/gb3source/gb.db.p