[Gambas-user] How to make installation package

2017-07-05 Thread 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

Re: [Gambas-user] Is it possible to read a file directly into an array?

2017-07-05 Thread PICCORO McKAY Lenz
2017-07-04 11:29 GMT-04:30 Fernando Cabral : > Well, I found a very easy way to do it: > > > *Dim Wordlist as string []* > > *Wordlist = Split(File.Load("strings.txt"), "\n")* > It seems it can't be easier, can it? > wow, very easy.. good made it > > > > >

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

2017-07-05 Thread Fernando Cabral
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? Regards - fernando -- Fernando Cabral Blogue: http://fernandocabral.org Twitter: http://twitter.com/fjcabral e-mail: fernandojosecab...@gmail.com

[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-05 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1102=L21haW4- Comment #4 by PICCORO LENZ MCKAY: some info related to this issue too: https://github.com/FreeTDS/freetds/issues/131#issuecomment-313166673 but i cant understand in total that freddy77 said!

[Gambas-user] [Gambas Bug Tracker] Bug #1113: ODBC driver problem: driver connects but does not exec query

2017-07-05 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1113=L21haW4- Comment #15 by PICCORO LENZ MCKAY: some info from freetds git repo: https://github.com/FreeTDS/freetds/issues/131#issuecomment-313166673 are that info usefully? i cannot understant that freddy77 said!

Re: [Gambas-user] Isn't bracket regular expression compatible with UTF8?

2017-07-05 Thread Fernando Cabral
Tobi wrote: > n your mail I can see three distinct attempts at writing down a > negative character class: [^[:alpha:], [^[alpha]], and [^[:alpha]], > but the correct syntax is > > [[:^alpha:]] > > You want to check this first. Right again, Tobi. I can't understand how I missed this. Thank

Re: [Gambas-user] Mystery with file.load and regexp

2017-07-05 Thread Fernando Cabral
bb wrote: >I think you might find that the last character of indesejaveis.txt is a \n (as is the case for many, many > files) so in actual fact your original split did exactly what it was supposed to do. > > And your work around is correct. Although it is not actually a work around it is a very >

Re: [Gambas-user] Isn't bracket regular expression compatible with UTF8?

2017-07-05 Thread Tobias Boege
On Tue, 04 Jul 2017, Fernando Cabral wrote: > I have been trying something like *poder[^[:alpha:]* so I could find the > word "poder " ("poder" followed by an space) but not "poderão" ("ã" being > an alpha character in Portuguese.) > > In English it could be like finding "power" but not