Re: [Gambas-user] ?anyone have rich text to html code for gambas

2016-11-24 Thread Benoît Minisini
Le 25/11/2016 à 04:53, richard terry a écrit : >> I think now libreoffice can convert RTF to any of its format from the >> command-line, if it helps. >> > Thanks Benoit, quite useful, this code does it, either to a pdf or html > > soffice --headless --convert-to html my_file.rtf > > soffice --head

Re: [Gambas-user] ?anyone have rich text to html code for gambas

2016-11-24 Thread richard terry
On 25/11/16 10:14, Benoît Minisini wrote: > Le 24/11/2016 à 22:59, richard terry a écrit : >> Hi List, >> >> I've just encountered a situation in my medical software where the >> pathology lab has suddently started sending me histopathology reports in >> RTF format instead of plain text markup, whi

[Gambas-user] [Gambas Bug Tracker] Bug #1033: Interpreter Crash when delete directory from file-chooser control

2016-11-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1033&from=L21haW4- Comment #1 by Benoît MINISINI: I can't reproduce any crash. Can you provide more details? An error message, or a stack backtrace from gdb? Benoît MINISINI changed the state of the bug to: NeedsInfo. -

[Gambas-user] [Gambas Bug Tracker] Bug #1034: Doing : hForm.Delete , Interpreter Crash

2016-11-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1034&from=L21haW4- Comment #1 by Benoît MINISINI: All these libraries do not like when you destroy a control (the form) while you handle an event occurring on this control... It's not true for all events, but most of them. I don't know if I can

[Gambas-user] [Gambas Bug Tracker] Bug #1030: Project cracks with error 11 when trying to acces connections

2016-11-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1030&from=L21haW4- Comment #1 by Benoît MINISINI: Fixed in revision #7995. Benoît MINISINI changed the state of the bug to: Fixed. -- __

[Gambas-user] [Gambas Bug Tracker] Bug #1030: Project cracks with error 11 when trying to acces connections

2016-11-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1030&from=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- ___ Gambas-user mailing list Gambas-user@lis

Re: [Gambas-user] ?anyone have rich text to html code for gambas

2016-11-24 Thread Benoît Minisini
Le 24/11/2016 à 22:59, richard terry a écrit : > Hi List, > > I've just encountered a situation in my medical software where the > pathology lab has suddently started sending me histopathology reports in > RTF format instead of plain text markup, which is of course unreadable. > > > I wondered if a

[Gambas-user] [Gambas Bug Tracker] Bug #1034: Doing : hForm.Delete , Interpreter Crash

2016-11-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1034&from=L21haW4- Zainudin AHMAD added an attachment: Bug-segf-FormDelete-0.0.tar.gz -- ___ Gambas-user mailing list Gambas-

[Gambas-user] [Gambas Bug Tracker] Bug #1034: Doing : hForm.Delete , Interpreter Crash

2016-11-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1034&from=L21haW4- Zainudin AHMAD reported a new bug. Summary --- Doing : hForm.Delete , Interpreter Crash Type : Bug Priority : Medium Gambas version : 3.9.90 (TRUNK) Product : GUI components Description

[Gambas-user] ?anyone have rich text to html code for gambas

2016-11-24 Thread richard terry
Hi List, I've just encountered a situation in my medical software where the pathology lab has suddently started sending me histopathology reports in RTF format instead of plain text markup, which is of course unreadable. I wondered if anyone had any code to convert rich text to html or any ide