[Gambas-user] Run comand on a remote Unix server

2012-03-29 Thread Daniel Quintero
Hi all. Can I do that? Actually I connect to a Unix server using Telnet, i have a user and a password. I want to automatize some proceses in Gambas, but for do that, I need to run commands from my Gambas project to remote Unix. Sorry for my engish. Thanks. *

[Gambas-user] newbie configure issue

2012-03-29 Thread pete b.
Hi all, This is my first attempt at using autoconfig so I may be missing the obvious ... I tried to configure, except I got the following error messages. I don't see what's going on.;( If you would, could you please send a suggestion about how to fix this? thanks, pete autoconfig configure.ac >

Re: [Gambas-user] About documentation in gambas3: error with gridview class

2012-03-29 Thread Benoît Minisini
Le 29/03/2012 19:04, Sebi a écrit : > Hi! I'm also affected by this bug. It started some days ago. > Clearing the documentation won't help. AFAIK, this only happens with qt4/gtk > classes. I will try to debug the problem when I get home. > > My guess, somehow the IDE is using gb.qt in stead of gb.

Re: [Gambas-user] Issue 226 in gambas: SIGSEGV handler overwritten (for too long)

2012-03-29 Thread gambas
Comment #6 on issue 226 by benoit.m...@gmail.com: SIGSEGV handler overwritten (for too long) http://code.google.com/p/gambas/issues/detail?id=226 Then just modify the gb_common.c for your own needs, by commenting the installation and the removal of SIGSEGV and SIGBUS signal handlers. I won't

Re: [Gambas-user] Issue 226 in gambas: SIGSEGV handler overwritten (for too long)

2012-03-29 Thread gambas
Comment #5 on issue 226 by x1f3o3...@gmail.com: SIGSEGV handler overwritten (for too long) http://code.google.com/p/gambas/issues/detail?id=226 A few advantages of having the xbox emulator and the debugger in the same process: - Almost full control over dynamicly linking the emulator to keep

Re: [Gambas-user] About documentation in gambas3: error with gridview class

2012-03-29 Thread Sebi
Hi! I'm also affected by this bug. It started some days ago. Clearing the documentation won't help. AFAIK, this only happens with qt4/gtk classes. I will try to debug the problem when I get home. My guess, somehow the IDE is using gb.qt in stead of gb.qt4. I don't know exactly why, everything

Re: [Gambas-user] About documentation in gambas3: error with gridview class

2012-03-29 Thread Benoît Minisini
Le 29/03/2012 18:38, Santiago Oberto a écrit : > Good morning! > > I have just installed gambas3 in a fresh start of Fedora 16. > > Everything worked just perfect in my previous Fedora 14. > > But now I don't get the correct "tip-box"/help while I am using gambas > IDE. For instance: if I create a

[Gambas-user] About documentation in gambas3: error with gridview class

2012-03-29 Thread Santiago Oberto
Good morning! I have just installed gambas3 in a fresh start of Fedora 16. Everything worked just perfect in my previous Fedora 14. But now I don't get the correct "tip-box"/help while I am using gambas IDE. For instance: if I create a Gridview, while i am writing: "dim myGridview as Gridview"

Re: [Gambas-user] Issue 226 in gambas: SIGSEGV handler overwritten (for too long)

2012-03-29 Thread gambas
Comment #4 on issue 226 by benoit.m...@gmail.com: SIGSEGV handler overwritten (for too long) http://code.google.com/p/gambas/issues/detail?id=226 I mean: you should have the debugger and the emulator in two different processes, and make them communicate through a pipe. -

Re: [Gambas-user] Issue 226 in gambas: SIGSEGV handler overwritten (for too long)

2012-03-29 Thread gambas
Comment #3 on issue 226 by benoit.m...@gmail.com: SIGSEGV handler overwritten (for too long) http://code.google.com/p/gambas/issues/detail?id=226 I don't understand why the Gambas interpreter should be in the same process than the XBox emulator. The only thing I could try to do is not callin

Re: [Gambas-user] Issue 226 in gambas: SIGSEGV handler overwritten (for too long)

2012-03-29 Thread gambas
Comment #2 on issue 226 by x1f3o3...@gmail.com: SIGSEGV handler overwritten (for too long) http://code.google.com/p/gambas/issues/detail?id=226 I'm developing a xbox emulator in C. The xbox is a 32 bit x86 system and hence xbox code can be ran natively on x86 emulation hosts. Xbox hardware

Re: [Gambas-user] Issue 226 in gambas: SIGSEGV handler overwritten (for too long)

2012-03-29 Thread gambas
Updates: Labels: -Version Version-TRUNK Comment #1 on issue 226 by benoit.m...@gmail.com: SIGSEGV handler overwritten (for too long) http://code.google.com/p/gambas/issues/detail?id=226 Which library does install a SIGSEGV handler without calling previously installed error handler? A

[Gambas-user] Issue 226 in gambas: SIGSEGV handler overwritten (for too long)

2012-03-29 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 226 by x1f3o3...@gmail.com: SIGSEGV handler overwritten (for too long) http://code.google.com/p/gambas/issues/detail?id=226 1) Describe the problem. "main/gbx/gbx_stream

Re: [Gambas-user] can't find ide-db-manager

2012-03-29 Thread Fabien Bodard
2012/3/28 Bill-Lancaster : > > Can anyone help me find the Gambas3 Database Manager? > I'm using Ubuntu 12.04 with kde 4.8.1 > Thanks it's in the ide ... just select the gb.db component, then add a connection in the project tree. > -- > View this message in context: > http://old.nabble.com/can%27

Re: [Gambas-user] adding functions to gb.db.postgresql

2012-03-29 Thread Benoît Minisini
Le 29/03/2012 04:58, Ian Haywood a écrit : > This is not so much a feature request as a question on how to get started. > > There are two functions of the underlying postgres C interface that I > would like to expose to Gambas: > PQnotifies() [which returns postgres notification events], and > PQso

Re: [Gambas-user] how to use code snippets

2012-03-29 Thread richard terry
On Thursday 29 March 2012 22:08:05 Demosthenes Koptsis wrote: > On 03/29/2012 01:18 PM, richard terry wrote: > > On Thursday 29 March 2012 20:58:10 Demosthenes Koptsis wrote: > >> On 03/29/2012 12:54 PM, richard terry wrote: > >>> I've never used this, wondered if someone could give me a quite tip

Re: [Gambas-user] how to use code snippets

2012-03-29 Thread Demosthenes Koptsis
On 03/29/2012 01:18 PM, richard terry wrote: > On Thursday 29 March 2012 20:58:10 Demosthenes Koptsis wrote: >> On 03/29/2012 12:54 PM, richard terry wrote: >>> I've never used this, wondered if someone could give me a quite tip how >>> to activate the short cut to insert the snippet, assuming this

Re: [Gambas-user] how to use code snippets

2012-03-29 Thread Demosthenes Koptsis
On 03/29/2012 01:18 PM, richard terry wrote: > On Thursday 29 March 2012 20:58:10 Demosthenes Koptsis wrote: >> On 03/29/2012 12:54 PM, richard terry wrote: >>> I've never used this, wondered if someone could give me a quite tip how >>> to activate the short cut to insert the snippet, assuming this

Re: [Gambas-user] how to use code snippets

2012-03-29 Thread richard terry
On Thursday 29 March 2012 20:58:10 Demosthenes Koptsis wrote: > On 03/29/2012 12:54 PM, richard terry wrote: > > I've never used this, wondered if someone could give me a quite tip how > > to activate the short cut to insert the snippet, assuming this is what is > > meant to happen > > > > richard

Re: [Gambas-user] how to use code snippets

2012-03-29 Thread Demosthenes Koptsis
On 03/29/2012 12:54 PM, richard terry wrote: > I've never used this, wondered if someone could give me a quite tip how to > activate the short cut to insert the snippet, assuming this is what is meant > to happen > > richard > > --

[Gambas-user] how to use code snippets

2012-03-29 Thread richard terry
I've never used this, wondered if someone could give me a quite tip how to activate the short cut to insert the snippet, assuming this is what is meant to happen richard -- This SF email is sponsosred by: Try Windows Az