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
Can you create custom non control objects in live code?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- VIP Livecode Opensource Backer
- Posts: 23
- Joined: Sat Jul 09, 2011 10:03 am
Re: Can you create custom non control objects in live code?
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..