behavior object properties set prop/get prop

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, LCMark

Locked
LCMark
Livecode Staff Member
Livecode Staff Member
Posts: 1206
Joined: Thu Apr 11, 2013 11:27 am

Re: behavior object properties set prop/get prop

Post by LCMark » Wed Jun 12, 2013 9:45 am

@monte: Sorry about the delay - I meant to go through it with you at the conference to make sure all the i's were dotted and the t's were crossed but we didn't get the chance (as I recall we got caught up in solving the mergDropSync problem ;))... Since then it's been on my list but things keep popping up on top of it. It's a cool feature and I'd very much like to see it integrated, so again, just a bit more time :)

monte
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1564
Joined: Fri Jan 13, 2012 1:47 am
Contact:

Re: behavior object properties set prop/get prop

Post by monte » Wed Jun 12, 2013 9:50 am

No problem... I'd actually forgotten about it myself :-)
LiveCode User Group on Facebook : http://FaceBook.com/groups/LiveCodeUsers/

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Location: Berkeley, CA, US
Contact:

Re: behavior object properties set prop/get prop

Post by mwieder » Wed Jun 12, 2013 3:32 pm

I'm not sure my t's are dotted, but my i's are definitely crossed.

LCMark
Livecode Staff Member
Livecode Staff Member
Posts: 1206
Joined: Thu Apr 11, 2013 11:27 am

Re: behavior object properties set prop/get prop

Post by LCMark » Wed Jun 12, 2013 3:43 pm

I'm not sure my t's are dotted, but my i's are definitely crossed.
@mwieder: Have you spent too much time staring at a computer screen already today? ;)

monte
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1564
Joined: Fri Jan 13, 2012 1:47 am
Contact:

Re: behavior object properties set prop/get prop

Post by monte » Sat Jul 27, 2013 5:09 am

one day we really should look at this again ;-)
LiveCode User Group on Facebook : http://FaceBook.com/groups/LiveCodeUsers/

SirWobbyTheFirst
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 239
Joined: Tue Jun 30, 2009 11:15 pm

Re: behavior object properties set prop/get prop

Post by SirWobbyTheFirst » Sun Jul 28, 2013 9:08 pm

If I can add my own two pence (Because dammit this isn't 'Murica ;)), if anyone remembers my script protection idea, well this sort of thing could provide the functionality for my idea, unlike before, any application could opt into the script protection. For example, if you want to prevent some bad guy from modifying your code whilst still allowing it to be viewed as per the GPL terms, you could simply include code like the following:

Code: Select all

SetProp Script
End SetProp
And you could just leave it blank to prevent a stack and its objects from having their code deleted/modified but still allowing it to be viewed, it would be a totally opt in sort of trick, any devs who didn't mind or didn't need it could just leave that kind of code out. But it depends on whether you guys are still thinking about this or not.

Locked

Return to “Engine Contributors”