Re: [Gambas-user] Make installation package fails on Manjaro

2014-09-18 Thread Jørn Erik Mørne
Den 18. sep. 2014 17:16, skrev Benoît Minisini: > Le 17/09/2014 10:12, Jørn Erik Mørne a écrit : >> Den 17. sep. 2014 03:41, skrev Benoît Minisini: >>> Le 16/09/2014 17:19, Jørn Erik Mørne a écrit : It really doesn't matter what project you use, as all of them fail the same way. I h

Re: [Gambas-user] Locating a function's source code?

2014-09-18 Thread T Lee Davidson
I have registered an account on the Wiki and now need to get a handle on the wiki syntax, so On 09/18/2014 01:57 PM, Tobias Boege wrote: > Everything you find under /lang in the documentation belongs to the > language, which means that it's built into the interpreter. > There are some place

Re: [Gambas-user] Issue 559 in gambas: default charset is not unicode

2014-09-18 Thread gambas
Comment #2 on issue 559 by adamn...@gmail.com: default charset is not unicode https://code.google.com/p/gambas/issues/detail?id=559 For postgesql: CREATE DATABASE testcharset WITH ENCODING='UTF8' OWNER= LC_COLLATE='POSIX' /* or LC_COLLATE='C' CONNECTION LIMIT=-1; --

Re: [Gambas-user] Stat() Auth and Mode (misunderstanding or bug?)

2014-09-18 Thread Willy Raets
On do, 2014-09-18 at 14:15 +0200, Tobias Boege wrote: > On Thu, 18 Sep 2014, Willy Raets wrote: > > On do, 2014-09-18 at 01:53 +0200, Beno??t Minisini wrote: > > > Le 18/09/2014 01:50, Willy Raets a ??crit : > > > > Hi all, > > > > > > > > Following was brought to my attention: > > > > > > > > To r

Re: [Gambas-user] Locating a function's source code?

2014-09-18 Thread T Lee Davidson
Thanks, Jussi. It does indeed work perfectly ... once one knows how to use it. In my case, I did not understand the column heading, "File"; in that it could also mean a directory of files (in the tree). On 09/18/2014 04:57 PM, Jussi Lahtinen wrote: >> The Gambas home page (http://gambas.sourcef

Re: [Gambas-user] PDF example doesn't render landscape

2014-09-18 Thread richard terry
On 19/09/14 06:49, Benoît Minisini wrote: > Le 16/09/2014 06:29, richard terry a écrit : >> hi Benoit, >> >> I've posted this to the list before and got no response from the list. >> >> The pdf sample dosn't render landscape pdf's such as the one enclosed >> >> ?is this a problem of the basic clas

Re: [Gambas-user] Locating a function's source code?

2014-09-18 Thread Jussi Lahtinen
Sorry to disappoint, but as far as I know the browsing feature doesn't have search. It's only for browsing. But like Tobias already said gbx stands for the interpreter ( you can also find it here: http://gambas.sourceforge.net/en/architecture.html ), and the file names are pretty intuitive. Rest is

Re: [Gambas-user] Locating a function's source code?

2014-09-18 Thread John Leake
Hi Jussi, I too am interested in this. How do you get from wishing to find out about Hex$ to the url > http://sourceforge.net/p/gambas/code/HEAD/tree/gambas/trunk/main/gbx/gbx_subr_conv.c Best regards, John Leake -- Sla

Re: [Gambas-user] Locating a function's source code?

2014-09-18 Thread Jussi Lahtinen
> The Gambas home page (http://gambas.sourceforge.net/en/main.html) has a > "Browse Source Code" link, but that page only shows the latest commits. > And, anything I do there to try to browse the tree, just seems to take > me around in circles. > The Browse Source Code feature works perfectly here

Re: [Gambas-user] PDF example doesn't render landscape

2014-09-18 Thread Benoît Minisini
Le 16/09/2014 06:29, richard terry a écrit : > hi Benoit, > > I've posted this to the list before and got no response from the list. > > The pdf sample dosn't render landscape pdf's such as the one enclosed > > ?is this a problem of the basic class as delcared her in the sample? > > Public hPdf As

Re: [Gambas-user] Locating a function's source code?

2014-09-18 Thread T Lee Davidson
Thank you, Benoît, for pointing me to exactly what I was looking for this time. > There are some places to remember: > > - /gb.*: components written in C/C++ > - /comp/src/gb.*: components written in Gambas > - /app/src/*: Gambas programs such as the IDE, the wiki and the scripter > - /examp

Re: [Gambas-user] Locating a function's source code?

2014-09-18 Thread Tobias Boege
On Thu, 18 Sep 2014, T Lee Davidson wrote: > Hi All, > > I am almost lost when it comes to browsing the source code tree for > specific pieces of code. > > The Gambas home page (http://gambas.sourceforge.net/en/main.html) has a > "Browse Source Code" link, but that page only shows the latest co

Re: [Gambas-user] Locating a function's source code?

2014-09-18 Thread Benoît Minisini
Le 18/09/2014 19:24, T Lee Davidson a écrit : > Hi All, > > I am almost lost when it comes to browsing the source code tree for > specific pieces of code. > > The Gambas home page (http://gambas.sourceforge.net/en/main.html) has a > "Browse Source Code" link, but that page only shows the latest com

Re: [Gambas-user] Locating a function's source code?

2014-09-18 Thread John Leake
Hi Lee, I feel the same way and have experienced the same kind of inability to help oneself so you are not alone in this respect. I have been told that it just takes time to get familiar with how things work and how things are done. I intend to rectify this. That said the community is very frien

[Gambas-user] Locating a function's source code?

2014-09-18 Thread T Lee Davidson
Hi All, I am almost lost when it comes to browsing the source code tree for specific pieces of code. The Gambas home page (http://gambas.sourceforge.net/en/main.html) has a "Browse Source Code" link, but that page only shows the latest commits. And, anything I do there to try to browse the tre

Re: [Gambas-user] Make installation package fails on Manjaro

2014-09-18 Thread Benoît Minisini
Le 17/09/2014 10:12, Jørn Erik Mørne a écrit : > Den 17. sep. 2014 03:41, skrev Benoît Minisini: >> Le 16/09/2014 17:19, Jørn Erik Mørne a écrit : >>> >>> It really doesn't matter what project you use, as all of them fail the >>> same way. I had Manjaro on two different PCs and the result was the s

Re: [Gambas-user] Building /trunk, deprecated documentation

2014-09-18 Thread Randall Morgan
John, We are about in the same boat but I have a few years on you in using Gambas. I worked with a 4004 and the 74181 ALUs... I was lucky enough to have access to a Altair 8800. Though I am 5 years your junior... The 6809 and I spent a lot of time together. I even built a 6809 emulator. I think y

Re: [Gambas-user] Building /trunk, deprecated documentation

2014-09-18 Thread John Leake
> If you use BackBox, uninstall metacity and try to delete ~/.cache/sessions. > Assuming you still have xfwm4 installed. Done and I do have xfwm4 installed and I am back to an almost unusable system. -- Want excitement? M

Re: [Gambas-user] Stat() Auth and Mode (misunderstanding or bug?)

2014-09-18 Thread Tobias Boege
On Thu, 18 Sep 2014, Willy Raets wrote: > On do, 2014-09-18 at 01:53 +0200, Beno??t Minisini wrote: > > Le 18/09/2014 01:50, Willy Raets a ??crit : > > > Hi all, > > > > > > Following was brought to my attention: > > > > > > To reproduce make a file named test in your home folder. > > > Create a co

Re: [Gambas-user] Building /trunk, deprecated documentation

2014-09-18 Thread John Leake
> John, not to offense, but your messages are mess. What is your distro, > Ubuntu or BackBox? Why metacity?? Neither of them uses metacity. Hi Jussi, No offence taken. I have been trying to find out why my threading is a mess but have not got to the bottom of that yet. BackBox 3.13 is based on D

Re: [Gambas-user] Building /trunk, deprecated documentation

2014-09-18 Thread John Leake
> /me scratches head... Ubuntu 12.04LTS with metacity and gnome2? I thought > Ubuntu switched to Unity a LOOONG time ago or am I missing something here? The distro is BackBox 3.13 which is Ubuntu 12.0.4 LTS with a light front end instead of all that unity bloatware. ---

Re: [Gambas-user] Building /trunk, deprecated documentation

2014-09-18 Thread Jussi Lahtinen
If you use BackBox, uninstall metacity and try to delete ~/.cache/sessions. Assuming you still have xfwm4 installed. Jussi On Thu, Sep 18, 2014 at 2:07 PM, Jussi Lahtinen wrote: > John, not to offense, but your messages are mess. What is your distro, > Ubuntu or BackBox? Why metacity?? Neither

Re: [Gambas-user] Building /trunk, deprecated documentation

2014-09-18 Thread Jussi Lahtinen
John, not to offense, but your messages are mess. What is your distro, Ubuntu or BackBox? Why metacity?? Neither of them uses metacity. Jussi On Thu, Sep 18, 2014 at 12:51 PM, John Leake wrote: > >>> Some of the symptoms > >>> > >>> > >>> (1) System wide keyboard short cut

Re: [Gambas-user] Building /trunk, deprecated documentation

2014-09-18 Thread Dimitris Anogiatis
/me scratches head... Ubuntu 12.04LTS with metacity and gnome2? I thought Ubuntu switched to Unity a LOOONG time ago or am I missing something here? On Thu, Sep 18, 2014 at 3:51 AM, John Leake wrote: > >>> Some of the symptoms > >>> > >>> > >>> (1) System wide keyboard short

Re: [Gambas-user] Building /trunk, deprecated documentation

2014-09-18 Thread John Leake
>>> Some of the symptoms >>> >>> >>> (1) System wide keyboard short cuts all fucked up. >>> (2) No Window decoration. >>> (3) Window layering, focus, bring to top - knackered. >>> (4) Default position on window launch not what it used to be. >>> (5) Thunderbird text menus not w

Re: [Gambas-user] Building /trunk, deprecated documentation

2014-09-18 Thread John Leake
> Gambas cannot destroy your system, installed from source of from binary > packages. This is something else. Any suggestions ? -- Want excitement? Manually upgrade your production database. When you want reliability, cho

Re: [Gambas-user] Building /trunk, deprecated documentation

2014-09-18 Thread Benoît Minisini
Le 18/09/2014 10:58, John Leake a écrit : >> Some of the symptoms >> >> >> (1) System wide keyboard short cuts all fucked up. >> (2) No Window decoration. >> (3) Window layering, focus, bring to top - knackered. >> (4) Default position on window launch not what it used to be. >

Re: [Gambas-user] Building /trunk, deprecated documentation

2014-09-18 Thread John Leake
>> Some of the symptoms >> >> >> (1) System wide keyboard short cuts all fucked up. >> (2) No Window decoration. >> (3) Window layering, focus, bring to top - knackered. >> (4) Default position on window launch not what it used to be. >> (5) Thunderbird text menus not working.

Re: [Gambas-user] Building /trunk, deprecated documentation

2014-09-18 Thread John Leake
> Some of the symptoms > > > (1) System wide keyboard short cuts all fucked up. > (2) No Window decoration. > (3) Window layering, focus, bring to top - knackered. > (4) Default position on window launch not what it used to be. > (5) Thunderbird text menus not working. (6) Fir

Re: [Gambas-user] Building /trunk, deprecated documentation

2014-09-18 Thread John Leake
Hi Jussi, One good thing here is that the system seems faster unless it is the volume of adrenalin coursing through my arteries. What a bloody mess. Hi Randal, I have been a self employed software engineer for more than 30 years with a degree in Electronics and Physics. I built my own video card