Browser confusion

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
ajperks
Posts: 103
Joined: Sat Sep 06, 2014 3:38 pm

Browser confusion

Post by ajperks » Mon Jul 16, 2018 4:44 pm

Hi, To try the concept of displaying html from a word .MHT (single web page) file I looked back at an app I developed that contained the old RevBrowser. It was easy to open the file from the hard drive or by drag and drop.
I tried the new fangled browser widget and although I could load in the file, the images were marked with simple rectangles (placeholders).
CODE
on mouseup
put "File:/C:\Users\ajper\Desktop\AccessibleTemplateSampler.mht" into tFile
set the url of widget "browser" to tFile
end mouseup
****************
So, what happened to the images?

Can this widget accept a drag and drop .MHT file?

I hope you can help me.
Thanks

Post Reply

Return to “Getting Started with LiveCode - Complete Beginners”