After a month I've becoming familiar with Livecode having done a few thing with it already, although I haven't made a viable app yet.
Recently, I seem to be experiencing a few bugs. Today I loaded an image but it didn't display. I loaded a video in a player widget and it worked at first, but after I hid it and restored it, the video played and I could hear the audio, but I couldn't see the picture.
I've also loaded a JSON file put when I try to put the data in a field, the field remains blank - the JSON is valid.
I am using a laptop with 8GB RAM and a 512MB SSD drive. The graphics is Intel onboard. Does anyone know why this would happen?
Weird Errors - images not showing, empty fields...
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Posts: 4
- Joined: Sun Sep 13, 2020 1:25 pm
Re: Weird Errors - images not showing, empty fields...
Hi.
See if you get a valid loc. Maybe the image is off screen.
Craig
After loading, however you did that, try:Recently, I seem to be experiencing a few bugs. Today I loaded an image but it didn't display.
Code: Select all
answer the loc of last image
Craig