Re: [Gambas-user] Window position error on applying stored "geometry"

2012-06-09 Thread RICHARD WALKER
> > Gambas 3.2 will be released soon, so maybe it is not worth it? > > The bug was in gb.gtk. I misunderstood the GDK functions about monitors > & screens and how the full screen size must be computed. Now gb.gtk and > gb.qt4 should behave the same. I think I might agree that waiting for the 3.2 r

Re: [Gambas-user] Window position error on applying stored "geometry"

2012-06-09 Thread Benoît Minisini
Le 08/06/2012 03:34, RICHARD WALKER a écrit : > That certainly took longer than it should, but I have finally managed > to get revision #4809 built and manually installed (at least I have a > menu entry and the desktop icon for the ide has revealed itself) and I > have tested my test-bed project in

Re: [Gambas-user] Window position error on applying stored "geometry"

2012-06-07 Thread RICHARD WALKER
That certainly took longer than it should, but I have finally managed to get revision #4809 built and manually installed (at least I have a menu entry and the desktop icon for the ide has revealed itself) and I have tested my test-bed project in a real dual monitor setup (and in the pseudo-xinerama

Re: [Gambas-user] Window position error on applying stored "geometry"

2012-06-05 Thread RICHARD WALKER
Roger that. I will postpone building this beast until I have journeyed back to Belfast. Just packing up now. Thanks for all your help. R On 05/06/2012, Benoît Minisini wrote: > Le 05/06/2012 18:11, RICHARD WALKER a écrit : >> On executing reconf-all in trunk I am told: >> >> libtoolize: You sh

Re: [Gambas-user] Window position error on applying stored "geometry"

2012-06-05 Thread Benoît Minisini
Le 05/06/2012 18:11, RICHARD WALKER a écrit : > On executing reconf-all in trunk I am told: > > libtoolize: You should add the contents of the following files to > `aclocal.m4': > libtoolize: `/usr/share/aclocal/libtool.m4' > libtoolize: `/usr/share/aclocal/ltoptions.m4' > libtoolize: `/usr/

Re: [Gambas-user] Window position error on applying stored "geometry"

2012-06-05 Thread RICHARD WALKER
On executing reconf-all in trunk I am told: libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/acloca

Re: [Gambas-user] Window position error on applying stored "geometry"

2012-06-05 Thread RICHARD WALKER
It will take a little more time to tell. It has been many years since I last built Gambas from source so I have quite a bit of research and preparation to do first. R On 05/06/2012, Benoît Minisini wrote: > Le 05/06/2012 04:23, RICHARD WALKER a écrit : >>> I am using two tools which are packaged

Re: [Gambas-user] Window position error on applying stored "geometry"

2012-06-05 Thread Benoît Minisini
Le 05/06/2012 04:23, RICHARD WALKER a écrit : >> I am using two tools which are packaged for Mageia, so should be >> fairly common in most distros; Xephyr and Xdmx - both X-servers. The >> difficulty is in getting the magic right for input events. More, as >> soon as... > > Success. I eventually r

Re: [Gambas-user] Window position error on applying stored "geometry"

2012-06-04 Thread RICHARD WALKER
> I am using two tools which are packaged for Mageia, so should be > fairly common in most distros; Xephyr and Xdmx - both X-servers. The > difficulty is in getting the magic right for input events. More, as > soon as... Success. I eventually ran into a bit of a brick wall trying to use Xdmx as t

Re: [Gambas-user] Window position error on applying stored "geometry"

2012-06-04 Thread RICHARD WALKER
On 03/06/2012, Benoît Minisini wrote: > I need a way to simulate two screens on my single monitor so that I can > debug and fix the problem. If you know how to do that, it will help me! > Hi Benoît, Your wish is my command. Now all I have to do is sort out a little mouse problem and we might soo

Re: [Gambas-user] Window position error on applying stored "geometry"

2012-06-03 Thread Benoît Minisini
Le 04/06/2012 00:22, RICHARD WALKER a écrit : > I finally worked out what I was doing wrong, I think, with gdb. I got > it to start my test application and watched as it displayed the > console error message we have seen before. The program had returned a > value of 1. I then executed "bt" and it s

Re: [Gambas-user] Window position error on applying stored "geometry"

2012-06-03 Thread RICHARD WALKER
I finally worked out what I was doing wrong, I think, with gdb. I got it to start my test application and watched as it displayed the console error message we have seen before. The program had returned a value of 1. I then executed "bt" and it simply said "No Stack". Is there anything else I can d

Re: [Gambas-user] Window position error on applying stored "geometry"

2012-06-03 Thread RICHARD WALKER
On 03/06/2012, Benoît Minisini wrote: > Le 03/06/2012 02:24, RICHARD WALKER a écrit : >> The observant among you may be wondering why I did not use the Write >> settings method. In fact I have used it but it causes a crash if the >> program is closed when it is on the second monitor. > > If you ha

Re: [Gambas-user] Window position error on applying stored "geometry"

2012-06-03 Thread Benoît Minisini
Le 03/06/2012 02:24, RICHARD WALKER a écrit : > The observant among you may be wondering why I did not use the Write > settings method. In fact I have used it but it causes a crash if the > program is closed when it is on the second monitor. If you have a crash, please give the details about it: d

Re: [Gambas-user] Window position error on applying stored "geometry"

2012-06-02 Thread RICHARD WALKER
On 03/06/2012, Bruce wrote: > On Sun, 2012-06-03 at 01:24 +0100, RICHARD WALKER wrote: >> Using Gambas 3.1.1 as distributed with Mageia 2. I believe it may be >> somewhat patched as it includes Mageia in the packaging wizard >> distribution selection screen. > No, Mageia is in the original. Ah, O

Re: [Gambas-user] Window position error on applying stored "geometry"

2012-06-02 Thread Bruce
On Sun, 2012-06-03 at 01:24 +0100, RICHARD WALKER wrote: > Using Gambas 3.1.1 as distributed with Mageia 2. I believe it may be > somewhat patched as it includes Mageia in the packaging wizard > distribution selection screen. No, Mageia is in the original. > I have a small front-end program for co

[Gambas-user] Window position error on applying stored "geometry"

2012-06-02 Thread RICHARD WALKER
Using Gambas 3.1.1 as distributed with Mageia 2. I believe it may be somewhat patched as it includes Mageia in the packaging wizard distribution selection screen. I have a small front-end program for controlling jack_capture for which I have implemented a .conf settings file. Amongst other things,