Error and slow down of livecode (or my code ;-d)
Posted: Tue Sep 11, 2012 11:40 am
Hi,
I have noticed that each time I select another item in the interface (from button to another button) during the edit mode, the property inspector slow down and the style property panel changes many time very quickly (it seems it parses the list of style).
Maybe it is connected : i have a error message that pops up during run mode :
The message seems to be relative to an upload of an image from internet with a command :
the name of the image is taken from the data grid.
It works but the script seems to try to get the filename when I open the card to edit it.
What would be the work around ?
Best
Frédéric
I have noticed that each time I select another item in the interface (from button to another button) during the edit mode, the property inspector slow down and the style property panel changes many time very quickly (it seems it parses the list of style).
Maybe it is connected : i have a error message that pops up during run mode :
Code: Select all
The handler: focusOut has reached the recursion limit of: 400000.
Execution will be terminated to prevent hang
Code: Select all
set the filename of image "img_article" to "http://mydomain.com/img_content/" & theDataA["Image"]
It works but the script seems to try to get the filename when I open the card to edit it.
What would be the work around ?
Best
Frédéric