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] New feature in Gambas 3

2012-06-04 Thread Jussi Lahtinen
OK, now it seems to work, except when you stop execution from IDE (by clicking stop button) instead of actually closing the project. See attached project. Stopping from IDE gives wrong results. Jussi On 4 June 2012 21:10, Benoît Minisini wrote: > Le 04/06/2012 17:35, Jussi Lahtinen a écrit :

Re: [Gambas-user] New feature in Gambas 3

2012-06-04 Thread Benoît Minisini
Le 04/06/2012 17:35, Jussi Lahtinen a écrit : > Hmmm... Now I can't see "System.Profile = True" doing anything. > > If profiling is turned on from IDE menu, then "System.Profile = True" seems > to be ignored and profiling is started at same time as the project. > > And if profiling is turned off fr

Re: [Gambas-user] DrawingArea and Draw.RichText

2012-06-04 Thread Rolf-Werner Eilert
My mistake, I found that I forgot to convert something in the strings, now everything seems to be fine. Rolf Am 04.06.2012 16:14, schrieb Rolf-Werner Eilert: > Hi, > > In Gambas2 I'm drawing a RichText on a DrawingArea and I'm wondering why > it makes all line breaks but doesn't show any bold, i

Re: [Gambas-user] New feature in Gambas 3

2012-06-04 Thread Jussi Lahtinen
Hmmm... Now I can't see "System.Profile = True" doing anything. If profiling is turned on from IDE menu, then "System.Profile = True" seems to be ignored and profiling is started at same time as the project. And if profiling is turned off from IDE, then "System.Profile = True" doesn't turn it on

[Gambas-user] DrawingArea and Draw.RichText

2012-06-04 Thread Rolf-Werner Eilert
Hi, In Gambas2 I'm drawing a RichText on a DrawingArea and I'm wondering why it makes all line breaks but doesn't show any bold, italics and stuff. My experimental text string has some words bold, italics and so on. When I show it in a TextLabel or a TextArea, no problem, everything appears as