Re: [Gambas-user] What is the simplest way to display text properties in Gambas?

2017-07-06 Thread Gianluigi
Yes, strangely, gmail deleted part of Charlie's message http://gambas.8142.n7.nabble.com/What-is-the-simplest-way-to-display-text-properties-in-Gambas-td59692.html Gianluigi 2017-07-06 20:17 GMT+02:00 Tony Morehen : > Basically, assign some simple HTML to the text

Re: [Gambas-user] IconView strange behavior.

2017-07-06 Thread Gianluigi
Hi Fabien, thank you very much. Damn I should have understood it on my own :-( Regards Gianluigi 2017-07-06 22:19 GMT+02:00 Fabien Bodard : > You need to call the function Rename of the item. > > Public Sub IconView1_MouseUp() > > if Mouse.Right then

Re: [Gambas-user] IconView strange behavior.

2017-07-06 Thread Fabien Bodard
You need to call the function Rename of the item. Public Sub IconView1_MouseUp() if Mouse.Right then IconView1.Current.Rename End 2017-07-04 13:33 GMT+02:00 Gianluigi : > Hi Fabien, > > I attach the rename test as required. > > Regards > Gianluigi > > 2017-07-04 12:03

[Gambas-user] [Gambas Bug Tracker] Bug #1100: ODBC driver super buggy 1: rs.count return always negative and only one event in lasted

2017-07-06 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1100=L21haW4- Comment #13 by PICCORO LENZ MCKAY: now this its a confirmed bug: seems the odbc implementation for TDS protocol in gambas does not enabled the advanced cursor.. and uses the default cursor, that does not support subquerys (multiple

[Gambas-user] [Gambas Bug Tracker] Bug #1102: ODBC driver super buggy 3: impossible made subquerys if the previous its a call/select to SP

2017-07-06 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1102=L21haW4- Comment #5 by PICCORO LENZ MCKAY: now this its a confirmed bug: seems the odbc implementation for TDS protocol in gambas does not enabled the advanced cursor.. and uses the default cursor, that does not support subquerys (multiple

Re: [Gambas-user] What is the simplest way to display text properties in Gambas?

2017-07-06 Thread Tony Morehen
Basically, assign some simple HTML to the text property. Not sure what comprises simple HTML though. ie TextLabel1.Text="Bold not bold" Seelhttp://gambaswiki.org/wiki/comp/gb.qt4/textlabel On 2017-07-06 12:43 PM, Fernando Cabral wrote: Based on the image you've sent a link to, I have not

Re: [Gambas-user] What is the simplest way to display text properties in Gambas?

2017-07-06 Thread Fernando Cabral
Based on the image you've sent a link to, I have not been able to understand how to do it. Thank you. - fernando 2017-07-06 11:08 GMT-03:00 Charlie : > Fernando Cabral wrote > > I'd like to display text highlights like bold and italics. Can I do it > > using TextArea? If

Re: [Gambas-user] What is the simplest way to display text properties in Gambas?

2017-07-06 Thread Charlie
Fernando Cabral wrote > I'd like to display text highlights like bold and italics. Can I do it > using TextArea? If yes, how? > > If I can't which resource should I use? Try using a TextLabel: - - Check out www.gambas.one --

Re: [Gambas-user] How to make installation package

2017-07-06 Thread PICCORO McKAY Lenz
some time ago gambas only produces a one package and two sets of sources.. since gambas 3.5/3.7 now gambas produces two flavors of debian packages: those that depends on qt4/qt5 and those that depends on gtk2.. if you want only a specific flavor must make depends specific on gb.xxx toolklit event