Search found 7 matches

by andio
Sun Mar 22, 2015 9:02 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to text overlay in video?
Replies: 1
Views: 2125

How to text overlay in video?

I would like to record a video and overlay text in the video, for example current gps location.
Is this possible with livecode?
by andio
Fri Mar 20, 2015 4:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Win: Activation fails "error while attempting to contact.."
Replies: 1
Views: 1661

Re: Win: Activation fails "error while attempting to contact

In the current (new) livecode website the license file download disappeared. Did they forget it? There is no manuel activation possible without license file. Are we the only ones currently trying to manually activate with a license file?
by andio
Fri Mar 20, 2015 4:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Win: Activation fails "error while attempting to contact.."
Replies: 1
Views: 1661

Win: Activation fails "error while attempting to contact.."

Maybe someone here can help. Runrev itself doesn't respond to email tickets (for over a week now) We are already using LC under Mac without problems. Installing on windows brings the first-time Activation-Dialog with Email and Password fields. The values are entered correctly. A warning message appe...
by andio
Mon Mar 16, 2015 9:03 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Image from URL doesn't display
Replies: 8
Views: 5911

Re: Image from URL doesn't display

Hi Klaus i already did that, the result() was empty. I started a new main stack and tried it again, now it works. I tried to find out the difference between the both, but there seems to be now difference. Both build for ios standalone, both have the same dimensions and the same buttons, just 50 line...
by andio
Sun Mar 15, 2015 12:27 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Image from URL doesn't display
Replies: 8
Views: 5911

Re: Image from URL doesn't display

Even this doesn't work. The image object is empty.
I just dropped an image object from the tools on the left onto the stack. Isn't that correct?
jmburnod wrote:Hi andio,

Code: Select all

   put "why cant i post urls this is annoying" into turl
   set the filename of img 1 to tUrl
works for me
Best regards
Jean-Marc
by andio
Sun Mar 15, 2015 12:23 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Image from URL doesn't display
Replies: 8
Views: 5911

Re: Image from URL doesn't display

Something wrong with my stack? Both versions don't work here. The file is in the temporary folder and if i choose that file in the Source-field in the inspector, the image is correctly shown in the stack. But setting from within the code seems to do not work, nothing happends, the image object stays...
by andio
Sun Mar 15, 2015 11:29 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Image from URL doesn't display
Replies: 8
Views: 5911

Image from URL doesn't display

I'm trying to load an image from an URL at runtime and display the cached image. I tried different variants but none of them worked. Downloading the image itself actually did work. The image is in the temporary folder. The problem is that the image is not displayed in the image object. What is the c...