Search found 8 matches

by john-dev
Wed Apr 17, 2013 8:16 am
Forum: Mac OS
Topic: delete me while running
Replies: 7
Views: 7426

Re: delete me while running

hey,

good idea, bad result.. it didnt work out.. this also appears in the standalone version btw!
by john-dev
Mon Apr 15, 2013 4:41 pm
Forum: Mac OS
Topic: delete me while running
Replies: 7
Views: 7426

Re: delete me while running

Me again, i have another problem and i dont want to open another post.. I have a shaped main stack. things are working fine until i resize this window programmatically. as you can see in the image attached, there is a weird "graphic"-like white half-trans rectangle. the height and width seem to be t...
by john-dev
Sun Apr 14, 2013 10:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: broken project file
Replies: 4
Views: 2942

Re: broken project file

The error occured when i used the player object. I am conencting to a remote system using http with accept unsigned ssl certificate enabled ( libUrlSetSSLVerification false) Well the player doens't accept this setting, so he poped up "do you rly want to trust this site?"-window and the project file ...
by john-dev
Sun Apr 14, 2013 10:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: broken project file
Replies: 4
Views: 2942

Re: broken project file

Hm, i tried that but it didnt work out.. looks like i could make it by editing the the project file with a hex editor and change those https path's to http... weird, rly weird...
thanks anyway!
by john-dev
Sun Apr 14, 2013 8:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: broken project file
Replies: 4
Views: 2942

Re: broken project file

i forgot to upload the error message, i receive sometimes... but usualy the program wont get this far.. (this happened after adding a https mp4 with an unsigned ssl cert, that was the moment livecode crashed)
by john-dev
Sun Apr 14, 2013 8:38 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: broken project file
Replies: 4
Views: 2942

broken project file

hello, i used to create a project the last two days, and now the project's file is broken. there is no backup (of course), as soon as i open the projectfile, no matter if i use windows or os-x, livecode doenst respond to my mouse anymore, i can't even open the message box. i reinstalled etc., there ...
by john-dev
Sun Apr 14, 2013 4:31 pm
Forum: Mac OS
Topic: delete me while running
Replies: 7
Views: 7426

Re: delete me while running

hey sturgis, using do is the failure of someone, using livecode since 2 days ;) But i actually knew that functions are used if we expect a value in return, dont know why i used it.. wel it's working with that delay, but isn't that hardwar depending, wheather 10 ms are enough or not? thanks for expla...
by john-dev
Sun Apr 14, 2013 3:47 pm
Forum: Mac OS
Topic: delete me while running
Replies: 7
Views: 7426

delete me while running

Hello, i got a problem deleteing an image, i guess it's simple but i cant get it working. I am creating images on the fly and attach a mousedown/up handler to those. put "do q_open_object(the id of me)" into testt put "on mouseDown" & cr & testt & cr & "end mouseDown" into theScript set the script o...