Re: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked

2017-09-07 Thread Fernando Cabral
tem (where the bug does not occur)? > I am attaching two files with the variables used in the virtual and real environments. To me they look the same except for minor details that do not seem related to the issue. Best regards - fernando -- Fernando Cabral Blogue: http://fernandocab

Re: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked

2017-09-07 Thread Fernando Cabral
> > Comment #19 by PICCORO LENZ MCKAY: > > also please do not try in your distro of problem it's possible that the > virtual machine can inherit the problem in different way.. > i mean try to install in another hardware away of the one with the > problem, by example you can use for debian this repo

Re: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked

2017-09-06 Thread Fernando Cabral
fernando > > I am sure we have the different issue :) > > On 9/6/17, Fernando Cabral wrote: > > 2017-09-06 3:28 GMT-03:00 Benoît Minisini via Gambas-user < > > gambas-user@lists.sourceforge.net>: > > > >> > >> > >> Comment #8 by Delio C

Re: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked

2017-09-06 Thread Fernando Cabral
; -- > 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 >

Re: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked

2017-09-06 Thread Fernando Cabral
@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: fernand

Re: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked

2017-09-06 Thread Fernando Cabral
m.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-

Re: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked

2017-09-05 Thread Fernando Cabral
and file is rwxrwxrwd. They all belong to me (owner and group). This issue has mystified me for several months now. I had settled down and accepted the idea of keeping using the virtual machine to do the editing. Until this morning, when someone else refered to the same issue. - fernando >

Re: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked

2017-09-05 Thread Fernando Cabral
Gambas loading the project > directly from the original directory or from a copy in the vm. > > Does your system enable extended ACLs? Are you running AppArmor or > SELinux? What about in the vm? > > > > On 2017-09-05 08:55 AM, Fernando Cabral wrote: > >> Benoît, I don

Re: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked

2017-09-05 Thread Fernando Cabral
shdot.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:/

Re: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked

2017-09-05 Thread Fernando Cabral
t; XDG_SEAT=seat0 > XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 > XDG_SESSION_CLASS=user > XDG_SESSION_DESKTOP=KDE > XDG_SESSION_ID=3 > XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1 > XDG_SESSION_TYPE=x11 > XDG_VTNR=7 > > > > > -

Re: [Gambas-user] OH NO - not this ? again...

2017-09-02 Thread Fernando Cabral
gt; > > > -- > 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-us

Re: [Gambas-user] Why is this code running twice?

2017-08-02 Thread Fernando Cabral
Bodard > > > -- > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ___ >

Re: [Gambas-user] Why is this code running twice?

2017-08-02 Thread Fernando Cabral
gle) * W / 2, Sin(angle) * H / 2) > Print Cos(angle) * w / 2 > Paint.Stroke > 'Paint.Fill > Next > > End > > > Best Regards, > > Fabien Bodard > > > -- > Check ou

Re: [Gambas-user] Why is this code running twice?

2017-08-02 Thread Fernando Cabral
2017-08-02 7:05 GMT-03:00 Adrien Prokopowicz : Le Wed, 02 Aug 2017 03:38:33 +0200, Fernando Cabral < > fernandojosecab...@gmail.com> a écrit: > > Besides, I have a question: when a drawing area is created, it (0,0) >> supposed to be the central point? >> >> &

[Gambas-user] Why is this code running twice?

2017-08-01 Thread Fernando Cabral
.Translate(dwgArea.W / 2, dwgArea.H / 2) Paint.Brush = Paint.Color(Color.SetAlpha(Color.Red, 128)) Paint.LineWidth = 1For i = -15 To 195 Step 15 angle = Rad(CFloat(i)) Paint.MoveTo(0, 0) Paint.LineTo(Cos(angle) * W / 2, Sin(angle) * H / 2) Paint.Stroke Paint.Fill NextEnd* -- Fernando C

Re: [Gambas-user] I need help to start drawing with Gambas

2017-07-30 Thread Fernando Cabral
2017-07-30 17:51 GMT-03:00 Tobias Boege : > On Sun, 30 Jul 2017, Fernando Cabral wrote: > To get you started, you can find the ancient AnalogWatch example on the > software farm, which draws an analog wall clock. If you're proficient > with trigonometry you can concentrate on

[Gambas-user] I need help to start drawing with Gambas

2017-07-30 Thread Fernando Cabral
easy. I have line lengths and angles. I can use either or both to delineate the sundial face. I would guess I will have to resort to cairo or chart, but I don't know where to start from. I'd appreciate a few hints. Thanks. - fernando -- Fernando Cabral Blogue: http://fernandocabral.o

Re: [Gambas-user] why this could not be? error in runtime?

2017-07-28 Thread Fernando Cabral
ginal code is correct. For me it runs without error in > the IDE using > the 3.10 development version, but the editor is indeed having trouble > matching the > parentheses. > > I also tried it on the playground (which also uses 3.10) and it works > fine : https://gambas-playground.

Re: [Gambas-user] why this could not be? error in runtime?

2017-07-28 Thread Fernando Cabral
2017-07-28 20:46 GMT-03:00 PICCORO McKAY Lenz : > 2017-07-28 17:17 GMT-04:00 Fernando Cabral : > >> > in the following code: >> > strinchar = Mid(strinchar, 1, InStr(strinchar, ")", -1) - 1) >> > What does inStr() returns if nothing is found? You m

Re: [Gambas-user] why this could not be? error in runtime?

2017-07-28 Thread Fernando Cabral
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/fj

Re: [Gambas-user] traslate grep expresion to detect COMMENT in line sql

2017-07-28 Thread Fernando Cabral
ciente if you compile it first. - fernando Lenz McKAY Gerardo (PICCORO) > http://qgqlochekone.blogspot.com > > 2017-07-28 11:34 GMT-04:00 Fernando Cabral : > > > 2017-07-28 11:57 GMT-03:00 PICCORO McKAY Lenz : > > > > > > > > my target objetive it parse a text

Re: [Gambas-user] replace beetween two strings

2017-07-28 Thread Fernando Cabral
> 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...@gma

Re: [Gambas-user] textarea won't accept text

2017-07-28 Thread Fernando Cabral
> 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.sourceforg

Re: [Gambas-user] traslate grep expresion to detect COMMENT in line sql

2017-07-28 Thread Fernando Cabral
om > > -- > 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 &g

Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-18 Thread Fernando Cabral
w and Hide events? > >> > >> > > > > > > -- > > Check out the vibrant tech community on one of the world's most > > engaging tech sites, Slashdot.org! http://sdm.link/slas

Re: [Gambas-user] My quest for efficiency

2017-07-16 Thread Fernando Cabral
> bArray[i] += 11 >>>Next >>> Return bArray.ToString >>> End >>> >>> >>> >> Just a remark: >> >> You don't have to use Byte[].FromString. >> >> You can use the Bute[].Read() method instead, to load the file directly >> into the array.

Re: [Gambas-user] My quest for efficiency

2017-07-15 Thread Fernando Cabral
r 10 minutes instead of the several hours it is now taking. - fernando 2017-07-15 11:08 GMT-03:00 Fernando Cabral : > Hi > > I've found a file whose text has been obfuscated by subtracting 11 from > every byte. Now I want to bring it back to regular text. To do this I have &g

[Gambas-user] My quest for efficiency

2017-07-15 Thread Fernando Cabral
it grows slower and slower as the string grows, is still way faster than the second option. To me it does not make sense. Does it for you? Also, is there a faster way to do this? -- Fernando Cabral Blogue: http://fernandocabral.org Twitter: http://twitter.com/fjcabral e-mail: fernandojosecab...@gm

Re: [Gambas-user] how to log to stdout/stderr

2017-07-13 Thread Fernando Cabral
pipe to the printer daemon or else create a file and then use a shell () instruction to print and delete that file. Both should work well. - fernando > Lenz McKAY Gerardo (PICCORO) > http://qgqlochekone.blogspot.com > > 2017-07-13 19:54 GMT-04:00 Fernando Cabral : > > > 201

Re: [Gambas-user] how to log to stdout/stderr

2017-07-13 Thread Fernando Cabral
- > 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] About gambas, the word

2017-07-12 Thread Fernando Cabral
gamberetto". Nevertheless, at the first sight, it is hard to see that "gamba" and "camarão" come from the same Greek word. -- Fernando Cabral Blogue: http://fernandocabral.org Twitter: http://twitter.com/fjcabral e-mail: fernandojosecab...@gmail.com Facebook: f...@fca

Re: [Gambas-user] Best ways to format float values

2017-07-12 Thread Fernando Cabral
eck 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/l

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

2017-07-07 Thread Fernando Cabral
>>> Hope this explains all. >> >> Willy, it does explain. Just to be on the safe side: a) It means Gambas iteself is not installed when we run the package installer, right? b) What do the *.deb files do? Just copy the sorce code and the bytecode to the new system? Thank you

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?

[Gambas-user] How to make installation package

2017-07-05 Thread Fernando Cabral
hem 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? -

[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...

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

2017-07-05 Thread Fernando Cabral
w I missed this. Thank you. - fernando 2017-07-05 6:37 GMT-03:00 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) b

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

2017-07-05 Thread Fernando Cabral
ernando 2017-07-05 0:43 GMT-03:00 bb : > On 05/07/17 11:58, Fernando Cabral wrote: > >> I have found and worked around the problem. When you do the following: >> >> *Dim Expressions as string[] = >> Split(File.Load("/home/fernando/.config/libreoffice/4/user

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

2017-07-04 Thread Fernando Cabral
t()*. 2017-07-04 22:29 GMT-03:00 Fernando Cabral : > Concerning RegExp I have another mysterious thing to understand > > If I do something like: > > > > > > > > > *Searchfor.Push("Word")Searchfor.Push("Power")Searchfor.Push("The > same

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

2017-07-04 Thread Fernando Cabral
quot;@" & Searchfor[n] &"@\n"* in both cases I will see precisely the same output. I can't distinguish one from the other. So, why it compiles in the first case, but does not in the second? This is the mystery I must solve with a little help from a good soul out there.

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

2017-07-04 Thread Fernando Cabral
werless". Problem is that it seems [^[alpha]] includes accented characters like "á", "é", "ã". That is, accented characters are not understood as alpha, but not alpha. Please, note that I have compiled it with the UTF8 flag: * re.Compile(poder[^[:alpha]], Reg

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

2017-07-04 Thread 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? 2017-07-04 12:06 GMT-03:00 Fernando Cabral : > Is there a straightforward way to read a file directly i

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

2017-07-04 Thread Fernando Cabral
] = "a" word[1] = "b" word[2] = "c" Yes, I know I can LINE INPUT each line and copy it into the array. But I have seen that Gambas has so many shortcuts that perhaps there is one for this operation too. Any hints? Regards - fernando -- Fernando Cabral Blogue: htt

Re: [Gambas-user] Any (easy) way to render RTF or HTML with gambas?

2017-07-04 Thread Fernando Cabral
this case "gambas://") by cheating with the error link event. > >> > >> Take a look :-). Even we generate web page on the fly for the help > >> embedded in the code source. > >> > >> 2017-07-02 19:11 GMT+02:00 PICCORO McKAY Lenz : > >&g

Re: [Gambas-user] Any (easy) way to render RTF or HTML with gambas?

2017-07-02 Thread Fernando Cabral
his case "gambas://") by cheating with the error link event. > > Take a look :-). Even we generate web page on the fly for the help > embedded in the code source. > > 2017-07-02 19:11 GMT+02:00 PICCORO McKAY Lenz : > > 2017-07-02 12:12 GMT-04:30 Fernando Cabral >:

Re: [Gambas-user] Any (easy) way to render RTF or HTML with gambas?

2017-07-02 Thread Fernando Cabral
nando 2017-07-02 10:43 GMT-03:00 Gianluigi : > You can use WebView (gb.gui.qt.webkit) > > > Gianluigi > > 2017-07-02 15:24 GMT+02:00 Fernando Cabral : > >> No, Lenz, reading the file is not te issue. This is easy and can be done >> with several different methods

Re: [Gambas-user] Any (easy) way to render RTF or HTML with gambas?

2017-07-02 Thread Fernando Cabral
Lenz McKAY Gerardo (PICCORO) > http://qgqlochekone.blogspot.com > > 2017-07-02 7:31 GMT-04:30 Fernando Cabral : > >> I've browsed the documentation but did not find what I am looking for: a >> way do read a html (or rtf) file and display it using some built in >> m

[Gambas-user] Any (easy) way to render RTF or HTML with gambas?

2017-07-02 Thread Fernando Cabral
For Read Line Input #TextFile, RtfText FMain.LoadText(RtfFile) *' Here is the rub! * FMain.ShowmodalEnd* Regards - fernando -- Fernando Cabral Blogue: http://fernandocabral.org Twitter: http://twitter.com/fjcabral e-mail: fernandojosecab...@gmail.com Facebook: f...@fcabral.com.br Tele

[Gambas-user] Fwd: Problem to be examined by those who must use UTF8 with Gambas

2017-07-01 Thread Fernando Cabral
-- Forwarded message -- From: Fernando Cabral Date: 2017-07-01 17:34 GMT-03:00 Subject: Re: [Gambas-user] Problem to be examined by those who must use UTF8 with Gambas To: Jussi Lahtinen 2017-07-01 16:15 GMT-03:00 Jussi Lahtinen : > I don't quite get your descriptio

[Gambas-user] Problem to be examined by those who must use UTF8 with Gambas

2017-07-01 Thread Fernando Cabral
translate it back with * RawText = RegExp.Replace(RawText, "à", "À")* It does not work anymore. But if I do *RawText = RawText & "À"* And RawText did not contain "À" before, then it will be displayed. Amazing. Any ideas about why this happen

[Gambas-user] Eliminating duplicates real fast... but adding text do textarea works in a snail pace

2017-07-01 Thread Fernando Cabral
prit might not be. And a innocent-looking function might be the killer. Thank you guys for your help. I've learned a lot about Gambas as well as about algorithms. Regards - fernando -- Fernando Cabral Blogue: http://fernandocabral.org Twitter: http://twitter.com/fjcabral e-mail: fernandojosec

Re: [Gambas-user] any way to convert Result to Collection more faster than copy?

2017-07-01 Thread Fernando Cabral
-- > 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 > -- Fernand

Re: [Gambas-user] I need a hint on how to deleted duplicate items in a array

2017-06-30 Thread Fernando Cabral
e elementarily, for me (a poorly > >> educated boy :-) ) > >> > >> > >> > >>> And your function does two jobs simultaneously but only returns the > >>> result > >>> of one of the jobs. The output you get is only worth half t

Re: [Gambas-user] I need a hint on how to deleted duplicate items in a array

2017-06-30 Thread Fernando Cabral
aStringListe.Add(sElement, iIndex) > >> > > > > Inc iIndex > >> > > > > Endif ' iCount Mod 2 = 1 ? > >> > > > >Wend > >> > > > > > >> > > > >Return aStringListe > >> > > >

Re: [Gambas-user] I need a hint on how to deleted duplicate items in a array

2017-06-27 Thread Fernando Cabral
__ > > > > > Gambas-user mailing list > > > > > Gambas-user@lists.sourceforge.net > > > > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > --- End of Original Message --- > > > > > > &g

Re: [Gambas-user] I need a hint on how to deleted duplicate items in a array

2017-06-27 Thread Fernando Cabral
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > > ___ > > > > Gambas-user mailing list > > > > Gambas-user@lists.sourceforge.net > > > > https://lists.sourceforge.net/lists/listinfo/ga

Re: [Gambas-user] I need a hint on how to deleted duplicate items in a array

2017-06-27 Thread Fernando Cabral
gt; Tobi > > -- > "There's an old saying: Don't change anything... ever!" -- Mr. Monk > > > -- > Check out the vibrant tech community on one of the world's most > engaging tec

[Gambas-user] I need a hint on how to deleted duplicate items in a array

2017-06-27 Thread Fernando Cabral
-- 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

Re: [Gambas-user] usage of too much GOTO can be bad pracitce or make influence in the code?

2017-06-25 Thread Fernando Cabral
398496240601503 0x9 0y1001 > > Regards, > Tobi > > -- > "There's an old saying: Don't change anything... ever!" -- Mr. Monk > > ---- > -- > Check out the

Re: [Gambas-user] usage of too much GOTO can be bad pracitce or make influence in the code?

2017-06-25 Thread Fernando Cabral
t; -- > 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 >

Re: [Gambas-user] usage of too much GOTO can be bad pracitce or make influence in the code?

2017-06-22 Thread Fernando Cabral
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/lis

Re: [Gambas-user] Help needed from regexp gurus

2017-06-19 Thread Fernando Cabral
ing arrays, but that only consumes another half a second for the same 150-page long document. Now I am happy and I feel stimulated to complete the code and do some polishing. Thank you, Tobi and Jussi. You have helped a lot. 2017-06-17 18:06 GMT-03:00 Tobias Boege : > On Sat, 17 Jun 2017,

Re: [Gambas-user] Help needed from regexp gurus / String.Mid() and Mid$() implementation

2017-06-18 Thread Fernando Cabral
this magnitude of performance gain, I am quite willing to go back to Split () and then do soma massaging in those situations where results are less than perfect. Thank you for the many hints you've provided me with. Regards - fernando 2017-06-18 11:08 GMT-03:00 Tobias Boege : > On S

Re: [Gambas-user] Help needed from regexp gurus

2017-06-17 Thread Fernando Cabral
retrieved in the following manner: for i = 0 to 2 print mid(s, p[i], l[i]) next I think this would be the most efficient way to do it. But I can't find how to do it in Gambas using Regex. Regards - fernando 2017-06-17 18:06 GMT-03:00 Tobias Boege : > On Sat, 17 Jun 2017, Ferna

Re: [Gambas-user] Help needed from regexp gurus

2017-06-17 Thread Fernando Cabral
Thank you, Tobi, for taking the time to comment on my issues. I will ponder the following. 2017-06-17 18:06 GMT-03:00 Tobias Boege : > On Sat, 17 Jun 2017, Fernando Cabral wrote: > >> Still beating my head against the wall due to my lack of knowledge about > >> the PCRE m

[Gambas-user] Help needed from regexp gurus

2017-06-17 Thread Fernando Cabral
bersome (like advancing with string.mid() and resorting to re[1].text and re.text. -- 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:

[Gambas-user] I ask for examples of regex functions usage

2017-06-15 Thread Fernando Cabral
-- 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

Re: [Gambas-user] Fwd: ​ Re: Keyboard locked -- insisting one more time

2017-06-11 Thread Fernando Cabral
message -- > From: Fernando Cabral > Date: 2017-05-25 0:12 GMT+02:00 > Subject: Re: [Gambas-user] Re: Keyboard locked -- insisting one more time > To: Fabien Bodard > > > I > > 2017-05-24 14:31 GMT-03:00 Fabien Bodard : > > > > can you describe your machine ? &g

Re: [Gambas-user] How can I force linux mint to upgrade gambas3 to the last update?

2017-06-11 Thread Fernando Cabral
ithout any > problems☺ > Regards > Gianluigi > > > 2017-06-11 19:04 GMT+02:00 Tobias Boege : > > > On Sun, 11 Jun 2017, Fernando Cabral wrote: > > > Tobi > > > > > > Excuse both my ignorance and poor communication ability. I prefer using > >

Re: [Gambas-user] How can I force linux mint to upgrade gambas3 to the last update?

2017-06-11 Thread Fernando Cabral
; On Sun, 11 Jun 2017, Fernando Cabral wrote: > > I have gambas3 3.9.2 running Linux Mint 18.1. I have installed gambas > using > > a PPA. Is there a way I can use to force apt-get to download and install > > the last stable version? I've tried removing, purging and installin

[Gambas-user] How can I force linux mint to upgrade gambas3 to the last update?

2017-06-11 Thread Fernando Cabral
ere a way for me to get the latest revision without having to go thru the pains of finding out how to overcome the issues with the disabled modules and compiling from source? Regards - fernando -- Fernando Cabral Blogue: http://fernandocabral.org Twitter: http://twitter.com/fjcabral e

Re: [Gambas-user] Gambas-Documentation

2017-06-06 Thread Fernando Cabral
.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/fjca

Re: [Gambas-user] Regex - expert opinion requested

2017-06-01 Thread Fernando Cabral
oelho.odt?dl=0 https://www.dropbox.com/s/3n637e7g8rwqzfd/PauloCoelho.odt?dl=0 Regards - fernando PS - Neither of the two programs is good stuff. They are not finished and some of the algorithms and functions are only crude versions of what they could be. 2017-05-31 19:21 GMT-03:00 Tobias Boege :

[Gambas-user] Regex - expert opinion requested

2017-05-31 Thread Fernando Cabral
written a much longer code that does the same thing using loops and searching for the characters I want in or want out. The whole thing runs in about 5 seconds (but this code took me much, much longer do write). I wonder if any of you could suggest potentially faster RegExp that could replace the

[Gambas-user] Reg expression still beating me up

2017-05-28 Thread Fernando Cabral
*?\n*?", "" To my eyes, "[.:!?;]*[ ]*?\n*?" is a perfectly valid regular expression. Any hints? -- 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-

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-24 Thread Fernando Cabral
2017-05-24 20:31 GMT-03:00 Jussi Lahtinen : > Please post the replies to the list, so that Benoit will see them. I don't > know enough about the topic. > Sorry. I thought I had. > > > Jussi > > On Thu, May 25, 2017 at 1:46 AM, Fernando Cabral < > fernandojoseca

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-24 Thread Fernando Cabral
eforge.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

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-24 Thread Fernando Cabral
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

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-24 Thread Fernando Cabral
ng up a new user on your system and trying to > > run gambas as the new user? > > > > Cris > > > > > > > > <https://mailtrack.io/> > > > > Sent with Mailtrack > > <https://mailtrack.io/install?source=signature&lang=en&; >

Re: [Gambas-user] What is the maximum text we can put on a TextArea?

2017-05-23 Thread Fernando Cabral
ion for the failure. Which makes sense, since different strings have given different limits on the test I've performed. Thank you. - fernando 2017-05-23 13:58 GMT-03:00 Tobias Boege : > On Tue, 23 May 2017, Fernando Cabral wrote: > > How much text can we display on TextArea? > &g

[Gambas-user] What is the maximum text we can put on a TextArea?

2017-05-23 Thread Fernando Cabral
How much text can we display on TextArea? Even after performing serval tests I couldn' t find out. It seems sometimes I can display 7000 characters, sometimes twice as much. Perhaps someone can point me the proper documentation. Thanks - fernando -- Fernando Cabral Blogue:

Re: [Gambas-user] Editing still blocked

2017-05-22 Thread Fernando Cabral
p://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

Re: [Gambas-user] Keyboard locked -- insisting one more time

2017-05-15 Thread Fernando Cabral
.de.ara...@gmail.com > TIM : (11) 95900-7801 (WhatsApp / Telegram) > ​ > ---- > -- > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/s

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-15 Thread Fernando Cabral
#x27;t see why this would only affect Gambas and nothing else. > Not > > even applications developed with gambas. > > > > Anyway, I am glad you and others have tried so hard to help me. > > > > - fernando > > > > > > > > > ---

Re: [Gambas-user] Keyboard locked -- insisting one more time

2017-05-13 Thread Fernando Cabral
ay, I am glad you and others have tried so hard to help me. - fernando 2017-05-13 13:07 GMT-03:00 Tobias Boege : > On Sat, 13 May 2017, Fernando Cabral wrote: > > Using IDE I can't edit my source code. It seems locked up. To no avail, I > > have followed every hint I' v

Re: [Gambas-user] Keyboard locked -- insisting one more time

2017-05-13 Thread Fernando Cabral
Benoît, for me, hic sunt dracones. What should I change? Regards Fernando 2017-05-13 12:24 GMT-03:00 Benoît Minisini : > Le 13/05/2017 à 15:56, Fernando Cabral a écrit : > >> Using IDE I can't edit my source code. It seems locked up. To no avail, I >> have followed ev

[Gambas-user] Keyboard locked -- insisting one more time

2017-05-13 Thread Fernando Cabral
hints, no matter how crazy, will be much appreciated. I have already lost a bunch of hours trying to figure this out, but have made no progress so far. Regards - fernando -- Fernando Cabral Blogue: http://fernandocabral.org Twitter: http://twitter.com/fjcabral e-mail: fernandojosecab...@g

Re: [Gambas-user] Editing still blocked

2017-05-10 Thread Fernando Cabral
; 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/li

Re: [Gambas-user] Editing still blocked

2017-05-09 Thread Fernando Cabral
go to Gambas IDE, open some project and go > to menu "project" --> "make" --> "source archive". And send the result. > > > Jussi > > On Wed, May 10, 2017 at 12:31 AM, Fernando Cabral < > fernandojosecab...@gmail.com> wrote: > >

Re: [Gambas-user] Editing still blocked

2017-05-09 Thread Fernando Cabral
as3 >>>> sudo rm -rf /usr/local/share/gambas3 >>>> sudo rm -f /usr/local/bin/gambas3 >>>> sudo rm -f /usr/local/bin/gambas3.gambas >>>> >>>> sudo rm -f /usr/bin/gbx3 /usr/bin/gbc3 /usr/bin/gba3 /usr/bin/gbi3 >>>> /usr/loca

Re: [Gambas-user] Editing still blocked

2017-05-09 Thread Fernando Cabral
> sudo rm -rf /usr/lib/gambas3 > sudo rm -rf /usr/share/gambas3 > sudo rm -f /usr/bin/gambas3 > sudo rm -f /usr/bin/gambas3.gambas > > After that, try to install Gambas 3 again. That is just to make sure you > have clean install. > > > Jussi > > > On Mon,

Re: [Gambas-user] Editing still blocked

2017-05-08 Thread Fernando Cabral
>Can you send a tar.gz archive of your project directory? I am sending one. Do you need them all? (tar compressed) Regards - fernando legibilidade Description: Binary data -- Check out the vibrant tech community on on

Re: [Gambas-user] Editing still blocked

2017-05-08 Thread Fernando Cabral
oblem appeared after I had downloaded docEditor from the farm. After that, editing has been locked. But I can't affirm there is a cause/effect here.For the time being, I see it as a coincidence. Regards - fernando 2017-05-08 11:11 GMT-03:00 Karl Reinl : > Am Montag, den 08.05.2017, 0

Re: [Gambas-user] Editing still blocked

2017-05-08 Thread Fernando Cabral
17 x86_64 x86_64 x86_64 GNU/Linux That, in fact, is Linux Mint 8.1 Serena. Thank you. - fernando > > Jussi > > On Mon, May 8, 2017 at 3:37 PM, Fernando Cabral < > fernandojosecab...@gmail.com> wrote: > >> > 2017-05-08 8:43 GMT-03:00 Charlie wrote: >> >

Re: [Gambas-user] Editing still blocked

2017-05-08 Thread Fernando Cabral
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-u

[Gambas-user] Editing still blocked

2017-05-08 Thread Fernando Cabral
tells gambas to keep the whole thing locked. Isn't there? I'd appreciate if someone can give me some more ideas to try. Regards - fernando -- Fernando Cabral Blogue: http://fernandocabral.org Twitter: http://twitter.com/fjcabral e-mail: fernandojosecab...@gmail.com Facebook: f...

Re: [Gambas-user] gambas editor is locked

2017-05-02 Thread Fernando Cabral
ore it was said using gambas IDE you have to have rw on /tmp. Yes, thatś pretty standard, and I have those permissions on /tmp. I am still clueless. - fernando 2017-05-02 10:47 GMT-03:00 Karl Reinl : > Am Dienstag, den 02.05.2017, 09:53 -0300 schrieb Fernando Cabral: > > > Karl wrote: &

Re: [Gambas-user] gambas editor is locked

2017-05-02 Thread Fernando Cabral
7-05-02 9:22 GMT-03:00 Karl Reinl : > Am Dienstag, den 02.05.2017, 07:08 -0300 schrieb Fernando Cabral: > > Karl wrote: > > > > >I suppose You have opened the example projects, is it? > > > Just save you a local copy by 'save as'.. > > > > I d

Re: [Gambas-user] gambas editor is locked

2017-05-02 Thread Fernando Cabral
7-05-02 3:22 GMT-03:00 Karl Reinl : > Am Montag, den 01.05.2017, 21:36 -0300 schrieb Fernando Cabral: > > All of a sudden, I can not edit any project. They are all locked. > > Hitting the lock icon does not change anything except that > > on the tab where the module nam

[Gambas-user] gambas editor is locked

2017-05-01 Thread Fernando Cabral
do to fix 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 fix

  1   2   >