[Gambas-user] Issue 389 in gambas: Segmentation Fault due to workspace

2013-01-19 Thread gambas
Status: New Owner: Labels: 3.3.4 Type-Crash Priority-Medium OpSys-Linux Dist-Ubuntu Arch-X86 Desktop-Gnome GUI-Any New issue 389 by isaf...@gmail.com: Segmentation Fault due to workspace http://code.google.com/p/gambas/issues/detail?id=389 I added workspace to my project and so several cra

[Gambas-user] IDE patch functionality

2013-01-19 Thread Tobias Boege
Hi, I added the following items under the "Make" menu in the IDE (my working copy): - "Generate patch..." to take an old source archive and generate a diff relative to the current project - "Apply patch..." to apply a previously generated patch to the currently open project (the "old" one fro

Re: [Gambas-user] Issue 389 in gambas: Segmentation Fault due to workspace

2013-01-19 Thread gambas
Comment #1 on issue 389 by benoit.m...@gmail.com: Segmentation Fault due to workspace http://code.google.com/p/gambas/issues/detail?id=389 I can't reproduce that: can you provide a project that crashes on your computer? ---

Re: [Gambas-user] IDE patch functionality

2013-01-19 Thread Benoît Minisini
Le 19/01/2013 15:40, Tobias Boege a écrit : > Hi, > > I added the following items under the "Make" menu in the IDE (my working > copy): > > - "Generate patch..." to take an old source archive and generate a diff >relative to the current project > - "Apply patch..." to apply a previously generat

Re: [Gambas-user] Abort on (strange) Picture load

2013-01-19 Thread Benoît Minisini
Le 16/01/2013 16:41, Tobias Boege a écrit : > Hi Benoit, > > converting an old Gambas2 project of a certain Mr. Fuchs I found gbx3 > aborting from QT when we do a rather strange Picture load: > > Static P As Picture = Picture["url"] > > in an _exported class_. The test project isolating the issue i

Re: [Gambas-user] No error if source archive overwrite failed

2013-01-19 Thread Benoît Minisini
Le 16/01/2013 17:07, Tobias Boege a écrit : > Hi, > > I noticed that the IDE does not report the failing to overwrite an already > existing source archive (Make -> Source archive) by a new one - in my case > the overwrite failed because of insufficient permissions. > > Simple to reproduce: > > 1. S

Re: [Gambas-user] Issue 375 in gambas: Profiler : problem with recursive methods

2013-01-19 Thread gambas
Comment #5 on issue 375 by benoit.m...@gmail.com: Profiler : problem with recursive methods http://code.google.com/p/gambas/issues/detail?id=375 Fixed in revision #5508. -- Master Visual Studio, SharePoint, SQL, ASP.N

Re: [Gambas-user] Process' events stall after restart

2013-01-19 Thread Benoît Minisini
Le 16/01/2013 17:32, Tobias Boege a écrit : > Hi Benoit, > > we noticed that the Read and Error events of a newly started Process don't > fire up when a former process was killed and the variable holding that > process gets filled with the new one which in turn shows the symptoms above. > > To repr

Re: [Gambas-user] Process' events stall after restart

2013-01-19 Thread Tobias Boege
On Sat, 19 Jan 2013, Beno?t Minisini wrote: > Le 16/01/2013 17:32, Tobias Boege a ?crit : > > Hi Benoit, > > > > we noticed that the Read and Error events of a newly started Process don't > > fire up when a former process was killed and the variable holding that > > process gets filled with the new

[Gambas-user] Issue 390 in gambas: gb.xml does not raise error with invalid tag name

2013-01-19 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Linux Dist-Any Arch-Any Desktop-Any GUI-Any New issue 390 by sot...@gmail.com: gb.xml does not raise error with invalid tag name http://code.google.com/p/gambas/issues/detail?id=390 1) Describe the problem. Invalid eleme

Re: [Gambas-user] IDE patch functionality

2013-01-19 Thread Tobias Boege
On Sat, 19 Jan 2013, Beno?t Minisini wrote: > Le 19/01/2013 15:40, Tobias Boege a ?crit : > > Hi, > > > > I added the following items under the "Make" menu in the IDE (my working > > copy): > > > > - "Generate patch..." to take an old source archive and generate a diff > >relative to the curren

Re: [Gambas-user] IDE patch functionality

2013-01-19 Thread Benoît Minisini
Le 19/01/2013 23:22, Tobias Boege a écrit : > On Sat, 19 Jan 2013, Beno?t Minisini wrote: >> Le 19/01/2013 15:40, Tobias Boege a ?crit : >>> Hi, >>> >>> I added the following items under the "Make" menu in the IDE (my working >>> copy): >>> >>> - "Generate patch..." to take an old source archive an

Re: [Gambas-user] IDE patch functionality

2013-01-19 Thread Tobias Boege
On Sun, 20 Jan 2013, Beno?t Minisini wrote: > Le 19/01/2013 23:22, Tobias Boege a ?crit : > > OK. So here it is: > > > > 1. Make a .tar.gz archive of your working copy IDE (rev#5511) > > 2. Copy the attached patch into app/src/gambas3/ > > 3. $ patch -p1 > 4. Start the patched IDE and make

[Gambas-user] GUI help needed

2013-01-19 Thread Jussi Lahtinen
Hi! Not sure what is going on, but some of the recent revisions changed behaviour of VSplit (this used to work). Am I doing something wrong or how this is meant to work? See the attached demo project. I want textarea to be resizable, but at start textarea should not cover button (or any content) o

Re: [Gambas-user] GUI help needed

2013-01-19 Thread Benoît Minisini
Le 20/01/2013 03:25, Jussi Lahtinen a écrit : > Hi! Not sure what is going on, but some of the recent revisions changed > behaviour of VSplit (this used to work). > Am I doing something wrong or how this is meant to work? See the attached > demo project. > > I want textarea to be resizable, but at

Re: [Gambas-user] (Potential) addition to GB2 -> GB3 converter

2013-01-19 Thread Benoît Minisini
Le 19/01/2013 19:28, Tobias Boege a écrit : > Hi, > > I can't provide a minimal GB2 project so the somewhat bigger original one is > attached. > > Just open it with a recent IDE and notice that all the lines like > > PUBLIC PROPERTY [READ] Name AS Datatype > > get converted to > > Public PROPERTY [

Re: [Gambas-user] Help with DrawingArea and class design

2013-01-19 Thread Benoît Minisini
Le 17/01/2013 10:18, Ulrich Hartmann a écrit : > Hi all, > > I'm trying to create a class which can draw a pixel-font character on screen > and would let me edit the pixels (this is for my graphic lcd connected to an > arduino project). So I started playing around with the Paint class in Gambas3.

Re: [Gambas-user] GUI help needed

2013-01-19 Thread Bruce
On Sun, 2013-01-20 at 04:25 +0200, Jussi Lahtinen wrote: > Hi! Not sure what is going on, but some of the recent revisions changed > behaviour of VSplit (this used to work). > Am I doing something wrong or how this is meant to work? See the attached > demo project. > > I want textarea to be resiza