Re: [NF] Xamarin assimilated by Microsoft

2016-02-27 Thread Stephen Russell
I looked into buying it. It gave cross platform to write in c# and have it function across iiPhone, iPad and android devices. On Sat, Feb 27, 2016 at 11:17 AM, Paul Hill wrote: > On 27 February 2016 at 16:51, Ted Roche wrote: > > So, many years

Re: [NF] Xamarin assimilated by Microsoft

2016-02-27 Thread Paul Hill
On 27 February 2016 at 16:51, Ted Roche wrote: > So, many years ago, Miguel de Icaza tried to create a .NET compatible > environment in the open source environments with the Mono project. > Somewhere along the way, the Ximian company running that project got > bought by

[NF] Xamarin assimilated by Microsoft

2016-02-27 Thread Ted Roche
So, many years ago, Miguel de Icaza tried to create a .NET compatible environment in the open source environments with the Mono project. Somewhere along the way, the Ximian company running that project got bought by Novell, then shuffled off by Attachmate, then spun off as Xamarin (with

Re: VFP 9 breakpoints

2016-02-27 Thread Tracy Pearson
I test in a different VFP session, using a different foxuser.dbf. Setting breakpoints in my development environment never works. After my test environment is up and running, I go find the code where I want the break to happen. If it is a form I am wanting to debug, which is usually the case, I

Re: VFP 9 breakpoints

2016-02-27 Thread Alan Bourke
The breakpoints have always been a bit hit and miss for me. I always just stick a SET STEP ON in. -- Alan Bourke alanpbourke (at) fastmail (dot) fm On Sat, 27 Feb 2016, at 09:08 AM, profox wrote: > Hi Foxgang. > I think I mentioned this before. Often I want to debug and put a > breakpoint

Re: VFP 9 breakpoints

2016-02-27 Thread Thierry Nivelet
You can use ASSERT .f. (or whatever condition) instead, with set asserts on at startup Thierry Nivelet http://foxincloud.com/ Give your VFP app a second life in the cloud > Le 27 févr. 2016 à 10:08, profox a écrit : > > Hi Foxgang. > I think I mentioned this

VFP 9 breakpoints

2016-02-27 Thread profox
Hi Foxgang. I think I mentioned this before. Often I want to debug and put a breakpoint in. It starts debug screen ok but does not stop at the breakpoint. However if earlier I put a set step on, it does. It’s really P’ing me off as it seems hit and miss. I do set resource off in config.fpw but