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 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 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 yes, how?

 If I can't which resource should I use?

>>> Try using a TextLabel: -
>>>
>>> 
>>>
>>>
>>>
>>>
>>> -
>>> Check out www.gambas.one
>>> --
>>> View this message in context: http://gambas.8142.n7.nabble.
>>> com/What-is-the-simplest-way-to-display-text-properties-in-
>>> Gambas-tp59692p59696.html
>>> Sent from the gambas-user mailing list archive at Nabble.com.
>>>
>>> 
>>> --
>>> Check out the vibrant tech community on one of the world's most
>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>>> ___
>>> Gambas-user mailing list
>>> Gambas-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>
>>>
>>
>>
>
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 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 GMT+02:00 Fabien Bodard :
> >
> >> can you send an example ?
> >>
> >> 2017-07-04 10:40 GMT+02:00 Gianluigi :
> >> > Or I did not understand how it works or ...
> >> >
> >> > If I set Editable property on true, I expect to be able to change the
> >> icon
> >> > text and receive the Rename event to complete with Move.
> >> >
> >> > This does not happen in Trunk 8113, should I report it as an error?
> >> >
> >> > Regards
> >> > Gianluigi
> >> > 
> >> --
> >> > Check out the vibrant tech community on one of the world's most
> >> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> >> > ___
> >> > Gambas-user mailing list
> >> > Gambas-user@lists.sourceforge.net
> >> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >>
> >>
> >>
> >> --
> >> Fabien Bodard
> >>
> >> 
> >> --
> >> Check out the vibrant tech community on one of the world's most
> >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> >> ___
> >> Gambas-user mailing list
> >> Gambas-user@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/gambas-user
> >>
> >
> > 
> --
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > ___
> > Gambas-user mailing list
> > Gambas-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >
>
>
>
> --
> Fabien Bodard
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 GMT+02:00 Fabien Bodard :
>
>> can you send an example ?
>>
>> 2017-07-04 10:40 GMT+02:00 Gianluigi :
>> > Or I did not understand how it works or ...
>> >
>> > If I set Editable property on true, I expect to be able to change the
>> icon
>> > text and receive the Rename event to complete with Move.
>> >
>> > This does not happen in Trunk 8113, should I report it as an error?
>> >
>> > Regards
>> > Gianluigi
>> > 
>> --
>> > Check out the vibrant tech community on one of the world's most
>> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> > ___
>> > Gambas-user mailing list
>> > Gambas-user@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>>
>>
>> --
>> Fabien Bodard
>>
>> 
>> --
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



-- 
Fabien Bodard

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 cursor and moveto cursors)

ok, after some research MARS are supported in FreeTDS since version 0.95, its 
not enabled by default, so the problem here its that the gambas implementatin 
seems does not enabled the needed features..

PICCORO LENZ MCKAY changed the state of the bug to: Accepted.



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 cursor and moveto cursors)

ok, after some research MARS are supported in FreeTDS since version 0.95, its 
not enabled by default, so the problem here its that the gambas implementatin 
seems does not enabled the needed features..

PICCORO LENZ MCKAY changed the state of the bug to: Accepted.



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 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 yes, how?

If I can't which resource should I use?

Try using a TextLabel: -






-
Check out www.gambas.one
--
View this message in context: http://gambas.8142.n7.nabble.
com/What-is-the-simplest-way-to-display-text-properties-in-
Gambas-tp59692p59696.html
Sent from the gambas-user mailing list archive at Nabble.com.


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user








--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 yes, how?
> >
> > If I can't which resource should I use?
>
> Try using a TextLabel: -
>
> 
>
>
>
>
> -
> Check out www.gambas.one
> --
> View this message in context: http://gambas.8142.n7.nabble.
> com/What-is-the-simplest-way-to-display-text-properties-in-
> Gambas-tp59692p59696.html
> Sent from the gambas-user mailing list archive at Nabble.com.
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



-- 
Fernando Cabral
Blogue: http://fernandocabral.org
Twitter: http://twitter.com/fjcabral
e-mail: fernandojosecab...@gmail.com
Facebook: f...@fcabral.com.br
Telegram: +55 (37) 99988-8868
Wickr ID: fernandocabral
WhatsApp: +55 (37) 99988-8868
Skype:  fernandojosecabral
Telefone fixo: +55 (37) 3521-2183
Telefone celular: +55 (37) 99988-8868

Enquanto houver no mundo uma só pessoa sem casa ou sem alimentos,
nenhum político ou cientista poderá se gabar de nada.
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 
--
View this message in context: 
http://gambas.8142.n7.nabble.com/What-is-the-simplest-way-to-display-text-properties-in-Gambas-tp59692p59696.html
Sent from the gambas-user mailing list archive at Nabble.com.

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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
gb.gui etc etc...

that's the only information.. i can provide more but i need to research and
remenber also investigate in the old mails...

Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com

2017-07-05 21:43 GMT-04:00 Fernando Cabral :

> I'd like to make an installation package to install a gambas program on a
> machine that does not have gambas. I tried doing it clicking on
> Project -> Make -> Installation package.
> After presenting some questions, it runs and creates 22 files (regular,
> .gz, dsc and deb files). Four of them a *.deb files. Now, here are the
> issues:
>
> 1) They are all small files, so, for sure, they do not contain the
> interpreter
> 2) trying to install the deb files results in nothing (no error message,
> but nothing happens)
>
> Is there a wiki page where I can get better information on how to do this?
>
> --
> Fernando Cabral
> Blogue: http://fernandocabral.org
> Twitter: http://twitter.com/fjcabral
> e-mail: fernandojosecab...@gmail.com
> Facebook: f...@fcabral.com.br
> Telegram: +55 (37) 99988-8868
> Wickr ID: fernandocabral
> WhatsApp: +55 (37) 99988-8868
> Skype:  fernandojosecabral
> Telefone fixo: +55 (37) 3521-2183
> Telefone celular: +55 (37) 99988-8868
>
> Enquanto houver no mundo uma só pessoa sem casa ou sem alimentos,
> nenhum político ou cientista poderá se gabar de nada.
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user