Can you create custom non control objects in live code?

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
Jamesplank
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 23
Joined: Sat Jul 09, 2011 10:03 am

Can you create custom non control objects in live code?

Post by Jamesplank » Sat Jul 09, 2011 10:12 am

Is live code like other object oriented languages?
Can you create objects in the background that are not controls?
If so what are they called as I can't see anything in the user guide.

Thanks for the help in advance. Looking forward to getting to grips with
Lower level programming

Thanks
James

shaosean
Posts: 906
Joined: Thu Nov 04, 2010 7:53 am

Re: Can you create custom non control objects in live code?

Post by shaosean » Sat Jul 09, 2011 1:09 pm

Yes and no.. You can use a stack to store code to be used as a library.. If you are looking for faceless controls, you can always make an invisible button (or a group with no controls).. A while back I played around with the idea of having socket controls and it worked out rather well but the project has been put to the back burner for a while..

Post Reply