Re: [Gambas-user] Switching to GitLab

2017-08-13 Thread PICCORO McKAY Lenz
> I hope svn still stays as alternative way, as in my experience git will > eventually make things very complicated. git comes later after svn some years.. so if on all the world are used in several project managers, must be a OBVIOS reason.. in another way, svn and git can be in sync with the svn

Re: [Gambas-user] How to stop a control raising events?

2017-08-13 Thread Tony Morehen
Careful, though, Object.Lock inhibits all events associated with a control, including events from internal controls. For example, DirView has an internal TreeView control. When you click on a folder or set the Current property in code, DirView tells the TreeView to expand that branch. TreeV

Re: [Gambas-user] A couple of ?s about encryption

2017-08-13 Thread mikeB
Thansk to all that responded to my query - think I can get on the right path now. mikeB On 08/13/2017 02:36 PM, Tony Morehen wrote: Don't use .hidden. There is nothing secure about and its only used by the development/installation environments. Hidden directories in general do nothing for

Re: [Gambas-user] How to stop a control raising events?

2017-08-13 Thread adamn...@gmail.com
Thanks Tobi! b On Mon, 14 Aug 2017 00:18:46 +0200 Tobias Boege wrote: > On Mon, 14 Aug 2017, adamn...@gmail.com wrote: > > (A quicky!) > > > > Wasn't there a way to temporarily stop a control raising events, > > MyControl.Lock or somesuch? My memory fails! > > tia > > bruce > > Object.Lock(x)

Re: [Gambas-user] How to stop a control raising events?

2017-08-13 Thread Tobias Boege
On Mon, 14 Aug 2017, adamn...@gmail.com wrote: > (A quicky!) > > Wasn't there a way to temporarily stop a control raising events, > MyControl.Lock or somesuch? My memory fails! > tia > bruce Object.Lock(x) -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk

Re: [Gambas-user] Process.Wait freeze

2017-08-13 Thread Jussi Lahtinen
The freeze from gdb. #0 0x77b068b3 in select () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0041e26d in WATCH_process (fd_end=fd_end@entry=4, fd_output=-1, timeout=timeout@entry=0) at gbx_watch.c:685 #2 0x004286d9 in CPROCESS_wait_for (process=0x688298, timeout=0)

[Gambas-user] How to stop a control raising events?

2017-08-13 Thread adamn...@gmail.com
(A quicky!) Wasn't there a way to temporarily stop a control raising events, MyControl.Lock or somesuch? My memory fails! tia bruce -- B Bruen -- Check out the vibrant tech community on one of the world's most engagin

[Gambas-user] Process.Wait freeze

2017-08-13 Thread Jussi Lahtinen
See attached project. Module mTest.DoTests the loop starting from 1680 freezes randomly in one of the hProcess.Wait commands. This may be old bug, because I haven't update the sources for quite a while. [System] Gambas=3.10.90 r8175 OperatingSystem=Linux Kernel=3.19.0-32-generic Architecture=x86_6

Re: [Gambas-user] Switching to GitLab

2017-08-13 Thread Jussi Lahtinen
> > > > To update, I wrote these commands: > > > > cd trunk > sudo make uninsta

Re: [Gambas-user] A couple of ?s about encryption

2017-08-13 Thread Tony Morehen
Don't use .hidden. There is nothing secure about and its only used by the development/installation environments. Hidden directories in general do nothing for security. Don't worry about open source/GNU. All encryption programs use the same well known algorithms. It's passwords that guarant

Re: [Gambas-user] A couple of ?s about encryption

2017-08-13 Thread Tobias Boege
On Sun, 13 Aug 2017, mikeB wrote: > eGreeetings, > I am starting a project that involves encryption of passwords and user names > - storing and recalling them. > > 1st ? = i noticed Gambas can save and recall files from a ".hidden" > directory. If the files are encrypted before > saving to a hidde

Re: [Gambas-user] A couple of ?s about encryption

2017-08-13 Thread mikeB
eGreeetings, I am starting a project that involves encryption of passwords and user names - storing and recalling them. 1st ? = i noticed Gambas can save and recall files from a ".hidden" directory. If the files are encrypted before saving to a hidden dir - how secure is this? In other words

Re: [Gambas-user] Switching to GitLab

2017-08-13 Thread PICCORO McKAY Lenz
$ wget https://gitlab.com/gambas/gambas/repository/archive.tar.gz?ref=v3.10.0 for a stable version using a "tag reference" on a specific release. Git are de-centralized, a local working copy and a remote central reference. Git can be made many "reference changes" until "that changes are upload"

Re: [Gambas-user] Switching to GitLab

2017-08-13 Thread Gianluigi
Excuse me Ubuntu 16.04.02 Italian no English Regards Gianluigi 2017-08-13 16:54 GMT+02:00 Gianluigi : > With SVN to get the latest version of Gambas in Ubuntu 16.04.02 English I > wrote these commands to the terminal (as shown http://gambaswiki.org/wiki/ > install/ubuntu) ; > > =

Re: [Gambas-user] Switching to GitLab

2017-08-13 Thread Gianluigi
With SVN to get the latest version of Gambas in Ubuntu 16.04.02 English I wrote these commands to the terminal (as shown http://gambaswiki.org/wiki/install/ubuntu) ; === sudo apt update sudo ap

Re: [Gambas-user] Switching to GitLab

2017-08-13 Thread adamn...@gmail.com
On Sun, 13 Aug 2017 15:19:05 +0200 "Adrien Prokopowicz" wrote: (in response to Gianluigi) > git clone https://gitlab.com/gambas/gambas.git # Will create a new "gambas" > directory # Download a clone of the Gambas source repository to git clone https://gitlab.com/gambas/gambas.git or pe

Re: [Gambas-user] Switching to GitLab

2017-08-13 Thread PICCORO McKAY Lenz
adrian, i started the howto/git in gambas wiki.. and i noted due git has more differences in concept rather in things there no easy way.. but please take a change and see whast usefully here.. its the most short i can do.. and has no spell errors.. http://gambaswiki.org/wiki/howto/git#t3 Lenz McK

Re: [Gambas-user] Switching to GitLab

2017-08-13 Thread Gianluigi
In fact an idea of what Git was I already had. Don't worry, I have no intention of ruining your big job with my participation in the code :-) Maybe in the future I could participate in the wiki's Italian translations. For now I am interested in updating the trunk version. Thank you very much for th

Re: [Gambas-user] Switching to GitLab

2017-08-13 Thread Gianluigi
Thank you for the reporting Regards Gianluigi 2017-08-13 15:04 GMT+02:00 PICCORO McKAY Lenz : > http://gambaswiki.org/wiki/howto/git a llitte work in progres but > enought to start > > 2017-08-13 8:56 GMT-04:00 Gianluigi : > > Hi Benoit, > > > > I apologize for ignorance but I have never used Gi

Re: [Gambas-user] Switching to GitLab

2017-08-13 Thread Adrien Prokopowicz
Le Sun, 13 Aug 2017 14:56:51 +0200, Gianluigi a écrit: Hi Benoit, I apologize for ignorance but I have never used Git. To update the Trunk, what should I do now? To subscribe to the new ML? To report a bug? Write access is only for participating in the code, or? Regards Gianluigi I am cu

Re: [Gambas-user] Switching to GitLab

2017-08-13 Thread PICCORO McKAY Lenz
http://gambaswiki.org/wiki/howto/git a llitte work in progres but enought to start 2017-08-13 8:56 GMT-04:00 Gianluigi : > Hi Benoit, > > I apologize for ignorance but I have never used Git. difference are more in concepts rather in things! > To update the Trunk, what should I do now? there's no t

Re: [Gambas-user] Switching to GitLab

2017-08-13 Thread d4t4full
+1 TIA zxMarce On Aug 13, 2017, 09:57, at 09:57, Gianluigi wrote: >Hi Benoit, > >I apologize for ignorance but I have never used Git. >To update the Trunk, what should I do now? >To subscribe to the new ML? >To report a bug? >Write access is only for participating in the code, or? > >Regards >Gia

Re: [Gambas-user] Switching to GitLab

2017-08-13 Thread Gianluigi
Hi Benoit, I apologize for ignorance but I have never used Git. To update the Trunk, what should I do now? To subscribe to the new ML? To report a bug? Write access is only for participating in the code, or? Regards Gianluigi 2017-08-12 20:10 GMT+02:00 Benoît Minisini via Gambas-user < gambas-us