Re: [Gambas-user] Gambas Software Farm in revision #6666 (!)

2014-11-23 Thread Benoît Minisini
Le 23/11/2014 05:48, Kevin Fishburne a écrit : On 11/22/2014 09:30 PM, Benoît Minisini wrote: Hi, It's late there, but I wanted to make that available as soon as possible so that people can see it and comment, even if it is not finished at all. (It's for the revision number too...) I added

Re: [Gambas-user] Gambas Software Farm in revision #6666 (!)

2014-11-23 Thread Tobias Boege
On Sun, 23 Nov 2014, Beno??t Minisini wrote: Hi, It's late there, but I wanted to make that available as soon as possible so that people can see it and comment, even if it is not finished at all. (It's for the revision number too...) :-) I added a new button in the IDE welcome dialog

Re: [Gambas-user] Gambas Software Farm in revision #6666 (!)

2014-11-23 Thread Benoît Minisini
Le 23/11/2014 11:31, Tobias Boege a écrit : Oh, and when I open a project and go to Project - Publish, the IDE crashes with [13] Null object. FarmRequest.GetFarms.22. I have just installed #6667 and haven't done anything else yet related to farms. Regards, Tobi It should be fixed now.

Re: [Gambas-user] pintaScreen

2014-11-23 Thread Julio Sanchez
Fabien: The button bar has the maximum size so that it looks good on whiteboards ¿Semi transparent? As you do that, I do not know Regards Julio 2014-11-22 22:40 GMT+01:00 Fabien Bodard gambas...@gmail.com: interesting... maybe buttons more bigger and semi transparent when the mouse is not

Re: [Gambas-user] Desktop.Open [,Wait], what does it do?

2014-11-23 Thread Benoît Minisini
Le 23/11/2014 06:38, T Lee Davidson a écrit : On 11/22/2014 03:04 PM, Tobias Boege wrote: Apparently it waits for the xdg script to terminate. There is no relation to the actually launched application -- the xdg script can a priori terminate before the application window emerges, or it can

Re: [Gambas-user] Desktop.Open [,Wait], what does it do?

2014-11-23 Thread Benoît Minisini
Le 23/11/2014 13:17, Benoît Minisini a écrit : I guess it's not my fault: the 'kde-open' executable (which is used by xdg-open on KDE) returns 0 inside the script, whereas it returns 1 when run from the shell. So 'xdg-open' thinks it has been successfull. And I have no idea how it could be

[Gambas-user] Problem with Process_Read

2014-11-23 Thread Jussi Lahtinen
With latest revision (6670) my GambasTester crashes randomly when run from terminal. 1. Unpack attached project into some folder, and open terminal to it. 2. gbc3 -ag 3. run gbx3 several times. mTest.Process_Read.1616: #13: Null object It seem not to crash when run from IDE. [System]

Re: [Gambas-user] Problem with Process_Read

2014-11-23 Thread Benoît Minisini
Le 23/11/2014 17:32, Jussi Lahtinen a écrit : With latest revision (6670) my GambasTester crashes randomly when run from terminal. 1. Unpack attached project into some folder, and open terminal to it. 2. gbc3 -ag 3. run gbx3 several times. mTest.Process_Read.1616: #13: Null object It

Re: [Gambas-user] Blues: new IDE color theme

2014-11-23 Thread Benoît Minisini
Le 23/11/2014 05:31, Kevin Fishburne a écrit : For those whose eyes are blinded by 255,255,255, I put together an IDE color theme loosely based on these: https://studiostyl.es/schemes/nightfall https://studiostyl.es/schemes/blue-jeans I attached the GAMBAS theme file and a screenshot. At

Re: [Gambas-user] Gambas Software Farm in revision #6666 (!)

2014-11-23 Thread B Bruen
On Sun, 23 Nov 2014 03:30:28 +0100 Benoît Minisini gam...@users.sourceforge.net wrote: Hi, It's late there, but I wanted to make that available as soon as possible so that people can see it and comment, even if it is not finished at all. (It's for the revision number too...) I added a

[Gambas-user] [SegFault 11] Enumerating HttpClient.Headers with For Each

2014-11-23 Thread T Lee Davidson
Okay, I've done more testing related to the noise I accidentally sent to the list yesterday. Attempting to enumerate through HttpClient.Headers with For Each causes a SegFault 11 under certain conditions. In the attached project, there is a procedure that traverses through a list of three

[Gambas-user] Submitting projects with bug reports?

2014-11-23 Thread T Lee Davidson
On 11/23/2014 01:24 PM, Benoît Minisini wrote: 3) In the future, will you modify your project to be purely command-line (no dialog, no window, no GUI used at all)? Note that if you use a GUI component, you use its event loop, not the one provided by the interpreter. That may change the

Re: [Gambas-user] [SegFault 11] Enumerating HttpClient.Headers with For Each

2014-11-23 Thread Benoît Minisini
Le 23/11/2014 22:07, T Lee Davidson a écrit : Okay, I've done more testing related to the noise I accidentally sent to the list yesterday. Attempting to enumerate through HttpClient.Headers with For Each causes a SegFault 11 under certain conditions. In the attached project, there is a

Re: [Gambas-user] [SegFault 11] Enumerating HttpClient.Headers with For Each

2014-11-23 Thread roberto
Hi Benoît and All I have a similar problem of fault segment 11 with a hpart (as MimePart) enumerated from a a MimeMessage in the special condition that the part is empty, as for example - -- = _ Part_819_1944908340.1380722116143

Re: [Gambas-user] [SegFault 11] Enumerating HttpClient.Headers with For Each

2014-11-23 Thread roberto
to bypass the segfault 11 , if I wanted to use the external library libgmime with: Library libgmime-2.6:0 the declaration of the function should be this: Private Extern g_mime_part_get_content_object(GMimePart As Pointer) As Pointer and my data is in variable hPart as MimePart how i can

[Gambas-user] Roberto, Re: [SegFault 11] Enumerating HttpClient.Headers with For Each

2014-11-23 Thread T Lee Davidson
Roberto, I don't mind you hi-jacking my thread, but I'm sure others do as it disrupts thread integrity and makes email message management more difficult, especially for those who have alot to manage. Plus, you would likely get better response if you started your own thread. To do so, DO NOT