Re: [Gambas-user] TextEdit on Qt5

2016-01-26 Thread Benoît Minisini
Le 24/01/2016 13:42, Moviga Technologies a écrit : > > > Would it be possible to also have .InsertRichText() ? > > That way one will not have to extract all the RichText, manipulate it > and re-insert it to get tables, images, ul/ol and the like. > I think you can already do that by using the Text

Re: [Gambas-user] TextEdit on Qt5

2016-01-25 Thread Ian Haywood
Thanks heaps for doing this I have found one problem that blocks loading the qt5 component at all /usr/bin/gbi3: symbol lookup error: /usr/lib/gambas3/gb.qt5.so: undefined symbol: _ZTV14FixBreezeStyle On Sun, Jan 24, 2016 at 12:23 PM, Benoît Minisini wrote: > Le 24/01/2016 02:18, Moviga Technolog

Re: [Gambas-user] TextEdit on Qt5

2016-01-24 Thread Moviga Technologies
Would it be possible to also have .InsertRichText() ? That way one will not have to extract all the RichText, manipulate it and re-insert it to get tables, images, ul/ol and the like. -- Site24x7 APM Insight: Get

Re: [Gambas-user] TextEdit on Qt5

2016-01-23 Thread Benoît Minisini
Le 24/01/2016 02:18, Moviga Technologies a écrit : > > > Making all in ext > make[5]: Entering directory > '/home/jornmo/Sync/Gambaspakker/Gambas-SVN/src/trunk/gb.qt5/src/ext' > CXX gb_qt5_ext_la-main.lo > /usr/lib/qt/bin/moc -o CTextEdit_moc.cpp CTextEdit.h > CXX gb_qt5_ext_la-CTextE

Re: [Gambas-user] TextEdit on Qt5

2016-01-23 Thread Moviga Technologies
Making all in ext make[5]: Entering directory '/home/jornmo/Sync/Gambaspakker/Gambas-SVN/src/trunk/gb.qt5/src/ext' CXX gb_qt5_ext_la-main.lo /usr/lib/qt/bin/moc -o CTextEdit_moc.cpp CTextEdit.h CXX gb_qt5_ext_la-CTextEdit_moc.lo CXX gb_qt5_ext_la-CTextEdit.lo CXXLDgb

Re: [Gambas-user] TextEdit on Qt5

2016-01-23 Thread Benoît Minisini
Le 24/01/2016 01:40, Moviga Technologies a écrit : > > > It took me half a minute to understand what you mean :) I am using the > Kolab mail service as it has great terms, but I am in fact Norwegian :) > We have some really good milk chocolate here too though. I can send you > some as a thank you i

Re: [Gambas-user] TextEdit on Qt5

2016-01-23 Thread Moviga Technologies
It took me half a minute to understand what you mean :) I am using the Kolab mail service as it has great terms, but I am in fact Norwegian :) We have some really good milk chocolate here too though. I can send you some as a thank you if you for the component, and Gambas in general, if you email

Re: [Gambas-user] TextEdit on Qt5

2016-01-23 Thread Benoît Minisini
Le 24/01/2016 01:25, Moviga Technologies a écrit : > > > That is super! I'll give you a cyber man hug as I am not to good with a > chisel :) > > I'm normally going to Geneva Feb., 4th on the evening, if you want to bring me some swiss chocolate. :-) -- Benoît Minisini -

Re: [Gambas-user] TextEdit on Qt5

2016-01-23 Thread Moviga Technologies
That is super! I'll give you a cyber man hug as I am not to good with a chisel :) -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35

Re: [Gambas-user] TextEdit on Qt5

2016-01-23 Thread Benoît Minisini
Le 23/01/2016 09:48, Ian Haywood a écrit : > This was a lot simpler than I thought. > I enclose a working patch. Two outstanding issues: > - the TextEdit has a grey background (the system default) and ignores > setting .Background = Color.White > - the documentation doesn't appear in the IDE (becau

Re: [Gambas-user] TextEdit on Qt5

2016-01-23 Thread Moviga Technologies
That's very fine! -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actio

Re: [Gambas-user] TextEdit on Qt5

2016-01-23 Thread Benoît Minisini
Le 23/01/2016 14:33, Moviga Technologies a écrit : > > > Wow, thank you! > > Benoît! Can you include this in the SVN? Pretty please?! :) Yes, but it cannot be included directly in the gb.qt5 component. It must be included in an extension component like gb.qt4 has. -- Benoît Minisini --

Re: [Gambas-user] TextEdit on Qt5

2016-01-23 Thread Moviga Technologies
Wow, thank you! Benoît! Can you include this in the SVN? Pretty please?! :) -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month M

[Gambas-user] TextEdit on Qt5

2016-01-23 Thread Ian Haywood
This was a lot simpler than I thought. I enclose a working patch. Two outstanding issues: - the TextEdit has a grey background (the system default) and ignores setting .Background = Color.White - the documentation doesn't appear in the IDE (because it's looking for qt4.TextEdit, whereas the docs wi