Weird Errors - images not showing, empty fields...

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
TrevorRoberts
Posts: 4
Joined: Sun Sep 13, 2020 1:25 pm

Weird Errors - images not showing, empty fields...

Post by TrevorRoberts » Mon Oct 19, 2020 5:29 pm

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?

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10305
Joined: Wed May 06, 2009 2:28 pm

Re: Weird Errors - images not showing, empty fields...

Post by dunbarx » Mon Oct 19, 2020 9:36 pm

Hi.
Recently, I seem to be experiencing a few bugs. Today I loaded an image but it didn't display.
After loading, however you did that, try:

Code: Select all

answer the loc of last image
See if you get a valid loc. Maybe the image is off screen.

Craig

Post Reply