[Gambas-user] gb.media: segmentation fault 11

2016-04-11 Thread Ru Vuott
Hello, using MediaPlayer application, and more generally MediaPlayer Class of gb.media Component (same with gb.media.form - MediaView), I obtain a segmentation fault 11. Regards [System] Gambas=3.8.90 r7737 OperatingSystem=Linux Kernel=4.4.0-15-generic Architecture=x86_64 Distribution=Linux

[Gambas-user] [Gambas Bug Tracker] Bug #914: Error using the help offline: CDocumentation.ImplementAndNeed.1138 Not an objectm

2016-04-11 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.914&from=L21haW4- Comment #2 by Julio SANCHEZ: Benoít: [ When help you have enabled offline] And you write for 1st time the type of a variable , writing "as" and then space, the error occurs . Then the error does not occur , but you can not run

Re: [Gambas-user] How to replace chr$(13) from a text file

2016-04-11 Thread Karl Reinl
Am Montag, den 11.04.2016, 08:18 -0700 schrieb José Monteiro: > By now I tried to use: > > Mglobal.info = Replace$(TextArea1.Text, Chr$(13), "|") > > Unfortunately, the global variable "info" still has new lines and a parser > refuses to accept it. Salut José, try this : Mglobal.info = Replac

[Gambas-user] [Gambas Bug Tracker] Bug #916: Inputbox can not handle large messages

2016-04-11 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.916&from=L21haW4- C THAL added an attachment: gambas-inputbox-bug.tar.gz -- Find and fix application performance issues faster with Applications Manager Applications Man

[Gambas-user] [Gambas Bug Tracker] Bug #916: Inputbox can not handle large messages

2016-04-11 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.916&from=L21haW4- Comment #1 by C THAL: oh my gosh ... please delete one of the gambas-inputbox-bug.tar.gz files ... they are dupes -- Find and fix application performa

Re: [Gambas-user] How to replace chr$(13) from a text file

2016-04-11 Thread Gianluigi
And instead so? Mglobal.info = Replace$(TextArea1.Text, "\n", "|") Regards Gianluigi 2016-04-11 18:10 GMT+02:00 Charlie : > Not sure why but if you add Chr(13) to the TextArea and then save the > output > as a file then look at the Hex in the file the Chr(13) is '0A' which is > Chr(10). > The cod

[Gambas-user] [Gambas Bug Tracker] Bug #916: Inputbox can not handle large messages

2016-04-11 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.916&from=L21haW4- C THAL added an attachment: gambas-inputbox-bug.tar.gz -- Find and fix application performance issues faster with Applications Manager Applications Man

[Gambas-user] [Gambas Bug Tracker] Bug #916: Inputbox can not handle large messages

2016-04-11 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.916&from=L21haW4- C THAL reported a new bug. Summary --- Inputbox can not handle large messages Type : Bug Priority : Low Gambas version : Unknown Product : Unknown Description --- If the message of t

Re: [Gambas-user] How to replace chr$(13) from a text file

2016-04-11 Thread Charlie
Not sure why but if you add Chr(13) to the TextArea and then save the output as a file then look at the Hex in the file the Chr(13) is '0A' which is Chr(10). The code below works. *Public Mglobal As String Public Sub Form_Open() TextArea1.text = "Hello" & Chr(13) & "World" & Chr(13) & "Hello " & C

[Gambas-user] How to replace chr$(13) from a text file

2016-04-11 Thread José Monteiro
By now I tried to use: Mglobal.info = Replace$(TextArea1.Text, Chr$(13), "|") Unfortunately, the global variable "info" still has new lines and a parser refuses to accept it. -- View this message in context: http://gambas.8142.n7.nabble.com/How-to-replace-chr-13-from-a-text-file-tp55908.html

[Gambas-user] [Gambas Bug Tracker] Bug #915: [5] Too many arguments. FMain.FMain.0

2016-04-11 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.915&from=L21haW4- Bruce BRUEN added an attachment: 2manyargs-0.0.1.tar.gz -- Find and fix application performance issues faster with Applications Manager Applications Ma

[Gambas-user] [Gambas Bug Tracker] Bug #915: [5] Too many arguments. FMain.FMain.0

2016-04-11 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.915&from=L21haW4- Comment #4 by Bruce BRUEN: Hope this helps. Very simple project attached. [System] Gambas=3.8.90 r7732 OperatingSystem=Linux Kernel=4.1.15-pclos1 Architecture=x86 Distribution=PCLinuxOS Desktop=LXDE Theme=Gtk Language=en_AU.UTF-8

Re: [Gambas-user] Action with a TextBox

2016-04-11 Thread Gianluigi
Hello Zainudin, Thank you very much for demonstration. Then the activation of a TextBox not automatically run Action. Regards Gianluigi 2016-04-11 3:21 GMT+02:00 zainudin ahmad : > Hi > > related with this: > > "clicked for a Button, a ToggleButton, a ToolButton or a Menu, shown or > hidden for a

[Gambas-user] [Gambas Bug Tracker] Bug #915: [5] Too many arguments. FMain.FMain.0

2016-04-11 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.915&from=L21haW4- Comment #3 by Frigo 2010: Hallo, unter Rev. 7736 funktioniert das ohne Probleme wieder habe es mit dem laufenen Projekt und mit einem Test Projekt, keine Probleme mehr! Hello, under Rev. 7736 w

Re: [Gambas-user] Repository of GAMBAS programs

2016-04-11 Thread Tobias Boege
On Sun, 10 Apr 2016, T Lee Davidson wrote: > Yes: http://gambaswiki.org/wiki/app > > But, some of the apps are a bit outdated. > > The new repository is the Gambas Farm which is accessible from within the > Gambas IDE in versions, I think, greater than 3.8.X. > (Someone please correct or confir