Re: [Gambas-user] Issue 31 in gambas: process.kill raises signal 11

2011-02-13 Thread gambas
Updates: Status: Fixed Comment #5 on issue 31 by benoit.m...@gmail.com: process.kill raises signal 11 http://code.google.com/p/gambas/issues/detail?id=31 (No comment was entered for this change.) -- The

Re: [Gambas-user] Issue 32 in gambas: closing form raises signal 11

2011-02-13 Thread gambas
Comment #4 on issue 32 by benoit.m...@gmail.com: closing form raises signal 11 http://code.google.com/p/gambas/issues/detail?id=32 Sorry, but I still cannot reproduce that. Can you get a backtrace and/or a valgrind log of the crash?

Re: [Gambas-user] format of the valuebox text property when using the IPAddress type

2011-02-13 Thread Benoît Minisini
When calling the text property of a valuebox using the ipaddress type, you get 10. 1. 2. 3 instead of 10.1.2.3. Is that the desired behavior? Yes. The Text property returns what you see. If you want the real value, use the Value property. Regards, -- Benoît Minisini

Re: [Gambas-user] Error writing Binary data - Gambas 2.99.0

2011-02-13 Thread Benoît Minisini
Greetings all, I am trying to write some simple binary data to a file being ~ Integers 1 - 5000 I keep getting this error [Error: Type missmatch : wanted string , got integer instead.] So I copied the example from http://gambasdoc.org/help/lang/write as below. This code comes

Re: [Gambas-user] Can't drag and drop/copypaste folder to an other.

2011-02-13 Thread Benoît Minisini
Steps to reproduce the problem: 1. Open IDE. 2. Create new project. 3. Create new folder to Sources folder (default folder, the one created by IDE). Name created folder as folder1. 4. Create another folder to Sources folder. Name it to folder2. 5. Cut folder1 and paste it to folder2.

Re: [Gambas-user] Can't drag and drop/copypaste folder to an other.

2011-02-13 Thread Benoît Minisini
Steps to reproduce the problem: 1. Open IDE. 2. Create new project. 3. Create new folder to Sources folder (default folder, the one created by IDE). Name created folder as folder1. 4. Create another folder to Sources folder. Name it to folder2. 5. Cut folder1 and paste it to folder2.

Re: [Gambas-user] Colorchooser crash

2011-02-13 Thread Benoît Minisini
Benoit sorry i made a mistake. Here is the link http://www.mediafire.com/?w73g6ots4ejahjg How to reproduce the bug. 1) click lblColor 2) A form with color chooser is showed. 3) Click the color pick up tool. 4) Click many times in color area until the messages comes up and a signal

Re: [Gambas-user] Disappeared error messages

2011-02-13 Thread Jussi Lahtinen
Unfortunately I still got missing error messages. Mostly related to null or invalid object. Sometimes I see them sometimes they are missing... I don't know reason. Gambas 3 rev 3565 @ Ubuntu 10.10 64 bit Jussi 2011/2/7 Benoît Minisini gam...@users.sourceforge.net: Hi! What has happen to

[Gambas-user] Showmodal causes invalid object!

2011-02-13 Thread Jussi Lahtinen
Combination of showmodal and use of module as startup, invalidates forms declared in the module. See attached project. Gambas 3 rev 3565 @ Ubuntu 10.10 64bit Jussi Testing-0.0.1.tar.gz Description: GNU Zip compressed data

[Gambas-user] Settings component

2011-02-13 Thread Jussi Lahtinen
Hi! I think I have missed something... documentation says about Settings: If you use this class statically, then the default project configuration file will be used. And path property is read only. So, how can you determine what path and file to use to store settings? Jussi

Re: [Gambas-user] Issue 20 in gambas: Network socket read string[] fails - seg11 crash

2011-02-13 Thread gambas
Comment #4 on issue 20 by imperiou...@paradise.net.nz: Network socket read string[] fails - seg11 crash http://code.google.com/p/gambas/issues/detail?id=20 After a complete rebuild - I can't re-create it either... sigh Can we kill this bug please. Sorry :(

Re: [Gambas-user] Settings component

2011-02-13 Thread richard terry
On Monday 14 February 2011 09:12:24 Jussi Lahtinen wrote: Hi! I think I have missed something... documentation says about Settings: If you use this class statically, then the default project configuration file will be used. And path property is read only. So, how can you determine what