strange bug in standalone field

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
adventuresofgreg
Posts: 349
Joined: Tue Oct 28, 2008 1:23 am
Contact:

strange bug in standalone field

Post by adventuresofgreg » Mon May 20, 2013 4:10 pm

Hi: I'm having an intermittent problem with a field in a standalone. For no obvious reason, when running the standalone, the contents of this field will be replaced with some html code (as shown in the png file attached) after a few hours of running. The field attributes are: AutoHilight, Basic Table object with Cell editing turned on. This problem does not happen when running in LC (just in the standalone).
Attachments
switcherFieldBug.PNG

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1239
Joined: Sat Apr 08, 2006 1:10 pm
Contact:

Re: strange bug in standalone field

Post by BvG » Tue May 21, 2013 8:39 am

I suggest not to use the table field supplied with LC, because it does these random things, as you found. :(

On the plus side, it's very easy to make your own, by using a standard line-selection field and setting the horizontal and vertical grid on the table tab to true, then setting the tabstops appropriately.
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

Post Reply