Re: Newbie question

2014-04-30 Thread Colin Holgate
Part is a synonym of control, no doubt for compatibility with HyperCard reasons. On Apr 30, 2014, at 11:49 AM, Klaus major-k wrote: > >I'm stumped, too! What is a PART in Livecode? 8-) ___ use-livecode mailing list use-livecode@lists.runrev.com Pleas

Re: Newbie question

2014-04-30 Thread Klaus major-k
Hi Alain, Am 30.04.2014 um 13:41 schrieb Alain Farmer : > Thanks for your response, Klaus. > I figured it out. Fields and buttons don't have the cantDelete property. > Groups do have the cantDelete property. > Groups, Fields, Buttons .. eg controls ... are aka PARTS too. AH! part = control! Go

Re: Newbie question

2014-04-30 Thread Alain Farmer
Exactly, Jacque. Thank you kindly for responding. Btw I am creating some experimentation stacks, that I will share with y'all soon. Kind regards, Alain On Wednesday, April 30, 2014 1:17:44 AM, J. Landman Gay wrote: On 4/29/14, 11:28 PM, Alain Farmer wrote: > I am stumped. Why the contradict

Re: Newbie question

2014-04-30 Thread Alain Farmer
Thanks for your response, Klaus. I figured it out. Fields and buttons don't have the cantDelete property. Groups do have the cantDelete property. Groups, Fields, Buttons .. eg controls ... are aka PARTS too. Btw I've just completed a stack for experimenting with XMLlib; that I will share soon. O

Re: Newbie question

2014-04-30 Thread Klaus major-k
Hi Alain, Am 30.04.2014 um 06:28 schrieb Alain Farmer : > I am stumped. Why the contradiction below ? > > on mouseUp >answer the cantDelete of part 1 -- answers true or false >repeat with x = 1 to the number of parts > get the cantDelete of part x -- error! object does not have thi

Re: Newbie question

2014-04-29 Thread J. Landman Gay
On 4/29/14, 11:28 PM, Alain Farmer wrote: I am stumped. Why the contradiction below ? on mouseUp answer the cantDelete of part 1 -- answers true or false repeat with x = 1 to the number of parts get the cantDelete of part x -- error! object does not have this property end rep

Re: newbie question about smartphone apps

2011-09-06 Thread Gerry
> > > Apparently it's possible to make iPhone and Android apps with LC. > Apparently, there's a product called LiveCode Mobile, rather similar to LC, > for this purpose. Do I have it right so far? > Android and iOS development is possible with add-on licenses. It's the same app, just enabled for o

Re: newbie question about smartphone apps

2011-09-05 Thread Joe Lewis Wilkins
Hi Tim, Though anything but a newbie, I fell behind - way behind some time back, and am just now getting interested in movie some of my LC apps so as to be accessible on iPads; I think following this may be a good first step for both of us: Hopefully mo