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

2011-02-12 Thread gambas
Comment #3 on issue 32 by kevinfis...@eightvirtues.com: closing form raises signal 11 http://code.google.com/p/gambas/issues/detail?id=32 Just redownloaded/compiled/installed and checked the revision, which is 3564. Downloaded, extracted and ran the attached project and it gave signal 11 up

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

2011-02-12 Thread gambas
Comment #4 on issue 31 by kevinfis...@eightvirtues.com: process.kill raises signal 11 http://code.google.com/p/gambas/issues/detail?id=31 Revision 3564 no longer has the problem. Please close as fixed, thanks! -- The

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

2011-02-12 Thread Zach Smith
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? -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio

Re: [Gambas-user] Issue 33 in gambas: Wait does not allow Form_Close event to trigger in Qt

2011-02-12 Thread Kevin Fishburne
On 02/12/2011 07:39 PM, gam...@googlecode.com wrote: > Again you are creating one issues for two problems. Please stop that. > Create one issue for each problem. I apologize. In my defense I thought the subject defined the bug and the body could contain peripheral information. My mistake and I wo

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

2011-02-12 Thread gambas
Comment #2 on issue 32 by kevinfis...@eightvirtues.com: closing form raises signal 11 http://code.google.com/p/gambas/issues/detail?id=32 How do you check which revision is being used? I just compiled it earlier today but am doing it again now. --

Re: [Gambas-user] Issue 33 in gambas: Wait does not allow Form_Close event to trigger in Qt

2011-02-12 Thread gambas
Updates: Status: Invalid Labels: -Version Version-TRUNK Comment #1 on issue 33 by benoit.m...@gmail.com: Wait does not allow Form_Close event to trigger in Qt http://code.google.com/p/gambas/issues/detail?id=33 Again you are creating one issues for two problems. Please stop that

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

2011-02-12 Thread gambas
Updates: Labels: -Version Version-TRUNK Comment #3 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.)

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

2011-02-12 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-TRUNK Comment #1 on issue 32 by benoit.m...@gmail.com: closing form raises signal 11 http://code.google.com/p/gambas/issues/detail?id=32 I can't reproduce that. Please check with the latest revision and tell which revision yo

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

2011-02-12 Thread gambas
Comment #2 on issue 31 by benoit.m...@gmail.com: process.kill raises signal 11 http://code.google.com/p/gambas/issues/detail?id=31 Please check that you tested with the latest revision. -- The ultimate all-in-one perf

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

2011-02-12 Thread gambas
Updates: Status: NeedsInfo Comment #1 on issue 31 by benoit.m...@gmail.com: process.kill raises signal 11 http://code.google.com/p/gambas/issues/detail?id=31 Please check that you testes with the latest revision.

Re: [Gambas-user] Issue 28 in gambas: Gambas debugger show a 'syntax error' when displaying an array

2011-02-12 Thread gambas
Comment #2 on issue 28 by lordhea...@gmail.com: Gambas debugger show a 'syntax error' when displaying an array http://code.google.com/p/gambas/issues/detail?id=28 Project attached, run it, when paused double-click on 'txt' to display the array Attachments: tst-0.0.11.tar.gz 8.1 KB

[Gambas-user] Issue 33 in gambas: Wait does not allow Form_Close event to trigger in Qt

2011-02-12 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 33 by kevinfis...@eightvirtues.com: Wait does not allow Form_Close event to trigger in Qt http://code.google.com/p/gambas/issues/detail?id=33 Using "Wait 0.001" works, bu

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

2011-02-12 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 32 by kevinfis...@eightvirtues.com: closing form raises signal 11 http://code.google.com/p/gambas/issues/detail?id=32 Using Qt component and an empty form, closing it with

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

2011-02-12 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 31 by kevinfis...@eightvirtues.com: process.kill raises signal 11 http://code.google.com/p/gambas/issues/detail?id=31 Attached project: Public pad_device As Process Publi

Re: [Gambas-user] Issue 28 in gambas: Gambas debugger show a 'syntax error' when displaying an array

2011-02-12 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-2.22.0 Comment #1 on issue 28 by benoit.m...@gmail.com: Gambas debugger show a 'syntax error' when displaying an array http://code.google.com/p/gambas/issues/detail?id=28 I cannot reproduce that with the code displayed on the s

Re: [Gambas-user] Issue 23 in gambas: Resizing a form in IDE through the height or width property does not work properly

2011-02-12 Thread gambas
Updates: Status: Fixed Comment #5 on issue 23 by benoit.m...@gmail.com: Resizing a form in IDE through the height or width property does not work properly http://code.google.com/p/gambas/issues/detail?id=23 Fixed in revision #3564. -

[Gambas-user] EXEC Gambas code from Gambas project

2011-02-12 Thread Eugeny Gazzaev
Greetings! How can exec Gambas code from project? For example Im have TextArea control on form, that contain Gambas code, and want exec this code? I want make something like hooks in project functions, where user can add own code (bookkeeper warehouse program) Thank! Sorry for my english signa

Re: [Gambas-user] Issue 23 in gambas: Resizing a form in IDE through the height or width property does not work properly

2011-02-12 Thread gambas
Updates: Labels: -Version-Any Version-TRUNK Comment #4 on issue 23 by benoit.m...@gmail.com: Resizing a form in IDE through the height or width property does not work properly http://code.google.com/p/gambas/issues/detail?id=23 (No comment was entered for this change.) ---

Re: [Gambas-user] Issue 27 in gambas: gridview column width inconsistency

2011-02-12 Thread gambas
Updates: Status: Invalid Labels: -Version Version-Any Comment #1 on issue 27 by benoit.m...@gmail.com: gridview column width inconsistency http://code.google.com/p/gambas/issues/detail?id=27 Columns.Width sets the width of all current columns. So, the first time you press the

Re: [Gambas-user] Issue 25 in gambas: Gtk+ Menu Item and underscore (shortcut)

2011-02-12 Thread gambas
Updates: Status: Invalid Comment #2 on issue 25 by benoit.m...@gmail.com: Gtk+ Menu Item and underscore (shortcut) http://code.google.com/p/gambas/issues/detail?id=25 (No comment was entered for this change.)

Re: [Gambas-user] Issue 25 in gambas: Gtk+ Menu Item and underscore (shortcut)

2011-02-12 Thread gambas
Updates: Status: WontFix Labels: -Version Version-Any Comment #1 on issue 25 by benoit.m...@gmail.com: Gtk+ Menu Item and underscore (shortcut) http://code.google.com/p/gambas/issues/detail?id=25 It depends on the GTK+ theme you choose. Apparently the default Ubuntu GTK+ theme

Re: [Gambas-user] Issue 29 in gambas: Draw then DrawAlpha with imlib component produces error

2011-02-12 Thread gambas
Comment #4 on issue 29 by benoit.m...@gmail.com: Draw then DrawAlpha with imlib component produces error http://code.google.com/p/gambas/issues/detail?id=29 Note that I can't reproduce the crash since issue 29 and issue 30 have been fixed. ---

Re: [Gambas-user] TextEdit (gb3)

2011-02-12 Thread Benoît Minisini
> Setting TextEdit.ReadOnly = True prevents the text itself being modified by > the user, ok. > But all the text attributes of TextEdit1.Format.xxx can be modified. > You can test this in the TextEdit example. > I wonder if this is a bug or feature? > I tend to bug, since the HTML source is changed

Re: [Gambas-user] Message Dialog Question

2011-02-12 Thread Benoît Minisini
> @ Benoît: > Message.Title doesn't work with Message.Optional. > > Regards > Matti > Fixed in revision #3561. Regards, -- Benoît Minisini -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:

Re: [Gambas-user] Issue 29 in gambas: Draw then DrawAlpha with imlib component produces error

2011-02-12 Thread gambas
Updates: Status: Fixed Comment #3 on issue 29 by benoit.m...@gmail.com: Draw then DrawAlpha with imlib component produces error http://code.google.com/p/gambas/issues/detail?id=29 Fixed in revision #3562. DrawAlpha() now can deal with images having different formats. Please create a

Re: [Gambas-user] Issue 30 in gambas: someimage.Draw in imlib component raises signal 11 upon second execution

2011-02-12 Thread gambas
Updates: Status: Fixed Comment #3 on issue 30 by benoit.m...@gmail.com: someimage.Draw in imlib component raises signal 11 upon second execution http://code.google.com/p/gambas/issues/detail?id=30 Fixed in revision #3559. ---

Re: [Gambas-user] Issue 30 in gambas: someimage.Draw in imlib component raises signal 11 upon second execution

2011-02-12 Thread gambas
Updates: Status: Accepted Labels: -Version -GUI-Any Version-TRUNK GUI-GTK Comment #2 on issue 30 by benoit.m...@gmail.com: someimage.Draw in imlib component raises signal 11 upon second execution http://code.google.com/p/gambas/issues/detail?id=30 (No comment was entered for thi

Re: [Gambas-user] Issue 29 in gambas: Draw then DrawAlpha with imlib component produces error

2011-02-12 Thread gambas
Comment #2 on issue 29 by benoit.m...@gmail.com: Draw then DrawAlpha with imlib component produces error http://code.google.com/p/gambas/issues/detail?id=29 The error message is only raised with gb.gtk. Each GUI component defines a default image internal format. "RGBA" for gb.gtk, "BGRA" for

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

2011-02-12 Thread Ian Roper
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 as below. This code comes up with the