Re: [Gambas-user] gb.jit can't be compiled

2012-12-18 Thread Emil Lenngren
Nice :) What was the first LLVM version you noticed gb.jit didn't work? Or did you use the LLVM trunk? /Emil 2012/12/19 Jim Brown > Hi > > Thanks for this, it works for my Ubuntu install also. A couple of weeks > ago I decided to implement jit into my build but after downloading and > installi

Re: [Gambas-user] gb.jit can't be compiled

2012-12-18 Thread Jim Brown
Hi Thanks for this, it works for my Ubuntu install also. A couple of weeks ago I decided to implement jit into my build but after downloading and installing llvm I could not get it to install because of errors with IRBuilder. Tonight has been the first build that has completed for some time.

Re: [Gambas-user] gb.jit can't be compiled

2012-12-18 Thread Emil Lenngren
Arghh, why do they have to rename classes and files?? That breaks API/ABI compatibility for many projects... When llvm 3.2 is released, I shall go through everything and make sure that gb.jit works correctly. /Emil 2012/12/18 Flachy Joe > Hi, > Some fixes for errors when compiling on debian si

[Gambas-user] Is it possible a portable Gambas?

2012-12-18 Thread Maria
Hi, In the gambas-es.org comunity has appeared this question several times and I was wondering if here had someone how has already tryed it. If you put all gambas installation files in a folder, is there any posibility to load all gambas environment from it? For example: In /home/user/gambas/

Re: [Gambas-user] Translator question

2012-12-18 Thread Jesus
El 18/12/12 18:14, Willy Raets escribió: > Hi, > > I have an application (Gambas 2) where I use Internationalization. > Application original is English and translations contain 7 other > European languages. > > In the app on one form I use W to indicate West and on another form I > use W to indicat

Re: [Gambas-user] gb.jit can't be compiled

2012-12-18 Thread Flachy Joe
Hi, Some fixes for errors when compiling on debian sid (with llvm-3.2~rc3.1 packages) : In jit_gambas_pass.cpp line 28 and jit.h line 36 : change /llvm/Support/IRBuilder.h to /llvm/IRBuilder.h In jit_codegen.cpp, line 3617 and line 3668 : change llvm:Attribute to llvm::Attributes Re

Re: [Gambas-user] Translator question

2012-12-18 Thread Willy Raets
On Tue, 2012-12-18 at 19:38 +0100, Matti wrote: > Can you put an empty space after one of the Ws? > "W" and "W " can be translated differently. Clever solution :) Thanks, Willy -- LogMeIn Rescue: Anywhere, Anytime Remo

Re: [Gambas-user] Translator question

2012-12-18 Thread Matti
Can you put an empty space after one of the Ws? "W" and "W " can be translated differently. Am 18.12.2012 18:14, schrieb Willy Raets: > Hi, > > I have an application (Gambas 2) where I use Internationalization. > Application original is English and translations contain 7 other > European language

[Gambas-user] Translator question

2012-12-18 Thread Willy Raets
Hi, I have an application (Gambas 2) where I use Internationalization. Application original is English and translations contain 7 other European languages. In the app on one form I use W to indicate West and on another form I use W to indicate Watts. In Bulgarian translation West (W) gets transl

[Gambas-user] LLVM compilation error

2012-12-18 Thread Tobias Boege
Hi Emil, Hans gave me some output from his gb.jit compilation attempt: --8<--- make[4]: Betrete Verzeichnis '/home/hans/3.4/gb.jit/src' CXXgb_jit_la-jit_codegen.lo In file included from jit_codegen.cpp:34:0: jit.h:42:36: fatal error: llvm/Support/IRBuilder.h: No such file or di

Re: [Gambas-user] Fwd: Re: Paginate doesn't clear page

2012-12-18 Thread Rolf-Werner Eilert
Am 18.12.2012 15:11, schrieb Benoît Minisini: > Le 18/12/2012 08:17, Rolf-Werner Eilert a écrit : >> >> >> Am 17.12.2012 21:36, schrieb Benoît Minisini: >>> Le 17/12/2012 12:18, Rolf-Werner Eilert a écrit : Benoit, Have you found time to verify this? Am I doing something wrong, or

Re: [Gambas-user] Another possible bug with GridView

2012-12-18 Thread M. Cs.
I've discovered that there cannot be mixed usage of bold and non-bold fonts in the same column of a gridView at the same time. Is this correct? I mean like: text1 *text2* *text3* text4 Can this be enabled somehow? Thanks! Csaba 2012/12/18 M. Cs. > Public Sub filer_Data(i As Integer, j As Inte

Re: [Gambas-user] RaspberryPi

2012-12-18 Thread Sebi
It's not possible to just upload a package to Launchpad, it has to be built there. PPAs can't built armhf by default, it must be enabled, and they only do it for official projects. I already asked them to enable arm builds for the Daily PPA and they wouldn't do it. -Original Message- Fr

Re: [Gambas-user] Another possible bug with GridView

2012-12-18 Thread M. Cs.
Public Sub filer_Data(i As Integer, j As Integer) Dim szin As String Select Case j Case 0 filer.Data.Text = content[i] Case 1 filer.Data.Text = preview[i] If scheck.Value = True Then szin = SecurityCheck(preview[i], i) If szin = "green" Then filer.Data.Background = Color.Whi

Re: [Gambas-user] Another possible bug with GridView

2012-12-18 Thread Benoît Minisini
Le 18/12/2012 12:19, M. Cs. a écrit : >If clr = "green" Then filer[i, 1].Background = Color.Green >If clr = "yellow" Then filer[i, 1].Background = Color.Yellow >If clr = "red" Then filer[i, 1].Background = Color.Red > > This code clears the content of filer[i.1].Text instead of painting

Re: [Gambas-user] Fwd: Re: Paginate doesn't clear page

2012-12-18 Thread Benoît Minisini
Le 18/12/2012 08:17, Rolf-Werner Eilert a écrit : > > > Am 17.12.2012 21:36, schrieb Benoît Minisini: >> Le 17/12/2012 12:18, Rolf-Werner Eilert a écrit : >>> Benoit, >>> >>> Have you found time to verify this? Am I doing something wrong, or is it >>> a feature? :-) >>> >>> Regards >>> >>> Rolf >>>

Re: [Gambas-user] Feature request: Component hunt disabler

2012-12-18 Thread Bruce
On Tue, 2012-12-18 at 11:26 +0100, M. Cs. wrote: > In fact I cannot catch the error, although it occurs randomly. I've tried > several times to create screenshots, but at that moment the error didn't > come up. > > Csaba > Benoît, I can confirm that this issue is true. One instance I see it in i

[Gambas-user] Another possible bug with GridView

2012-12-18 Thread M. Cs.
If clr = "green" Then filer[i, 1].Background = Color.Green If clr = "yellow" Then filer[i, 1].Background = Color.Yellow If clr = "red" Then filer[i, 1].Background = Color.Red This code clears the content of filer[i.1].Text instead of painting the background into green, yellow or red. The fil

Re: [Gambas-user] Feature request: Component hunt disabler

2012-12-18 Thread M. Cs.
In fact I cannot catch the error, although it occurs randomly. I've tried several times to create screenshots, but at that moment the error didn't come up. Csaba 2012/12/18 Benoît Minisini > Le 18/12/2012 01:01, Adrien Prokopowicz a écrit : > > > > Hi Benoît, > > > > I have the same problem sin

Re: [Gambas-user] RaspberryPi

2012-12-18 Thread John Rose
Rob & Emil, It would be better if the armhf packages could be put into a ppa like nemh has done for Gambas3 with the relevant Ubuntu packages. I've noticed on someone's blog (http://blog.anantshri.info/howto-add-ppa-in-debian/) that a ppa repo can be accessed in Debian Squeeze. Do you think it's