Re: [Gambas-user] need tests together, I get segfault

2015-12-10 Thread Rolf-Werner Eilert
Hi Ahmad, As far as I can see, it is running ok here: I click Test button, it says "please wait", then come two windows: the window with the title "segfault..." and a message window saying "hola". When I press ok, the other window remains with the button "test". So, where is the problem? Maybe

[Gambas-user] [Gambas Bug Tracker] Bug #867: Interpreter Crash if any wait command in DrawingArea_Draw event

2015-12-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.867&from=L21haW4- Comment #3 by Benoît MINISINI: Done in revision #7511. Benoît MINISINI changed the state of the bug to: Fixed. --

[Gambas-user] need tests together, I get segfault

2015-12-10 Thread zainudin ahmad
Hi All with this project (attach project) I get segfault message. may be someone have the same problem with me ?? sorry for my english. Thank you. test-segFault-MessageForm-0.0.1.tar.gz Description: GNU Zip compressed data ---

[Gambas-user] [Gambas Bug Tracker] Bug #854: IDE Crash when "Double Click" the Publish button on Publis Software Dialog

2015-12-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.854&from=L21haW4- Comment #12 by Zainudin AHMAD: Thank you gbWill, have tried it in your system using the test project with/without Internet connection is no different.

[Gambas-user] [Gambas Bug Tracker] Bug #854: IDE Crash when "Double Click" the Publish button on Publis Software Dialog

2015-12-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.854&from=L21haW4- Comment #11 by gbWilly GAMBOS: I did not disconnect my internet to test. I didn't get a segfault, but what did happen is that my system was hung. I had to eventually force quit using the power button. System is unsing: QT4=libQtC

Re: [Gambas-user] how print each char/possition in string including spaces

2015-12-10 Thread PICCORO McKAY Lenz
2015-12-10 15:03 GMT-04:30 ML : > For example take newline or LineFeed. ASCII code &H0A. Non-printable, > but in Linux -and Gambas- you can refer to it as "\n". I made a loop until Lof(buffer) and the "\n" are not taken same as the ascii u mentioned, but this its minor problem that i can deal later

[Gambas-user] [Gambas Bug Tracker] Bug #867: Interpreter Crash if any wait command in DrawingArea_Draw event

2015-12-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.867&from=L21haW4- Comment #2 by Benoît MINISINI: It does not crash with gtk+ and gtk+3, but I think it's just luck. You must not call the event loop during an event triggered from the "outside", because you are creating infinite recursion, which

Re: [Gambas-user] how print each char/possition in string including spaces

2015-12-10 Thread ML
On 2015-12-10 15:23, Benoît Minisini wrote: > Le 10/12/2015 19:19, PICCORO McKAY Lenz a écrit : >> 2015-12-10 13:21 GMT-04:30 ML : >>> Gerardo, >>> >>> I think you speak spanish, I've been to your site. I'll switch to ES-AR. >> YEAH, the mail report correct! >>> If I'm wrong, then please accept my

Re: [Gambas-user] how print each char/possition in string including spaces

2015-12-10 Thread PICCORO McKAY Lenz
hi Jussi 2015-12-10 13:50 GMT-04:30 Jussi Lahtinen : > I recommend to use String.Len() and String.Mid(), because they can handle > unicode characters. > I have tried it. The problem: the data is not always to be returned as expected, sometimes there's a garbage or a carriage return in the string du

Re: [Gambas-user] how print each char/possition in string including spaces

2015-12-10 Thread Benoît Minisini
Le 10/12/2015 19:19, PICCORO McKAY Lenz a écrit : > 2015-12-10 13:21 GMT-04:30 ML : >> Gerardo, >> >> I think you speak spanish, I've been to your site. I'll switch to ES-AR. > YEAH, the mail report correct! >> If I'm wrong, then please accept my apologies, tell me, and I'll repost >> in US-EN. > i

Re: [Gambas-user] how print each char/possition in string including spaces

2015-12-10 Thread PICCORO McKAY Lenz
2015-12-10 13:21 GMT-04:30 ML : > Gerardo, > > I think you speak spanish, I've been to your site. I'll switch to ES-AR. YEAH, the mail report correct! > If I'm wrong, then please accept my apologies, tell me, and I'll repost > in US-EN. i'll paste also in US due for others if are need later when we

Re: [Gambas-user] how print each char/possition in string including spaces

2015-12-10 Thread Jussi Lahtinen
I recommend to use String.Len() and String.Mid(), because they can handle unicode characters. Jussi On Thu, Dec 10, 2015 at 7:51 PM, ML wrote: > Gerardo, > > I think you speak spanish, I've been to your site. I'll switch to ES-AR. > If I'm wrong, then please accept my apologies, tell me, and

Re: [Gambas-user] how print each char/possition in string including spaces

2015-12-10 Thread ML
Gerardo, I think you speak spanish, I've been to your site. I'll switch to ES-AR. If I'm wrong, then please accept my apologies, tell me, and I'll repost in US-EN. Tenés que iterar con un FOR-NEXT teniendo en cuenta la longitud del string. Por ejemplo, pon esto en FORM_OPEN: Dim myString As St

[Gambas-user] how print each char/possition in string including spaces

2015-12-10 Thread PICCORO McKAY Lenz
of the chari have a String "var1" = "this its a string" how can i print each position/char of the string including the spaces! Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com --

[Gambas-user] separate each ASCII serial port return caracters

2015-12-10 Thread PICCORO McKAY Lenz
i made a program for printers on some countries, thast only works by serial rs232 port computer or USB special converter but i have a problem reading data.. that returns ASCII ooutput control caracters or some numbers in specific positions taking https://web.archive.org/web/20091028133103/http:/

[Gambas-user] WebImage - Component gb.web.form

2015-12-10 Thread herberth guzman
Thanks Fabien, I thought I could mix Gambas_Desktop chains like. I solve my problem, a temporary folder inside the folder management .public, and then save the configuration file .config/Innova/Innova_Settings.config. >Remember that a cgi can access only to the picture accessible by the >serv

[Gambas-user] [Gambas Bug Tracker] Bug #868: Gambas will not start

2015-12-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.868&from=L21haW4- Comment #1 by Benoît MINISINI: According to your system information you are using r7312 development version of the interpreter, and we are at r7509. So I guess you have compiled Gambas incorrectly, or made a mix of different ve

[Gambas-user] [Gambas Bug Tracker] Bug #868: Gambas will not start

2015-12-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.868&from=L21haW4- Moviga TECHNOLOGIES added an attachment: gambas_error.png -- ___ Gambas-user mailing list Gambas-user@lists

[Gambas-user] [Gambas Bug Tracker] Bug #868: Gambas will not start

2015-12-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.868&from=L21haW4- Moviga TECHNOLOGIES reported a new bug. Summary --- Gambas will not start Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : Development Environment Description --

[Gambas-user] [Gambas Bug Tracker] Bug #867: Interpreter Crash if any wait command in DrawingArea_Draw event

2015-12-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.867&from=L21haW4- Comment #1 by Fabien BODARD: it's not the soluce but i think the wait is for something in the crash -- ___

[Gambas-user] [Gambas Bug Tracker] Bug #854: IDE Crash when "Double Click" the Publish button on Publis Software Dialog

2015-12-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.854&from=L21haW4- Comment #10 by Benoît MINISINI: ...and yes, I disconnected my internet to do the test. -- ___ Gambas-user m

[Gambas-user] [Gambas Bug Tracker] Bug #854: IDE Crash when "Double Click" the Publish button on Publis Software Dialog

2015-12-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.854&from=L21haW4- Comment #9 by Benoît MINISINI: Sorry I have no crash with this last project too, and valgrind detects no problem at all while running it. I'm now suspecting a bug in Qt4 that has been fixed in the version I have. Apparently you