Re: screenRect and screenLoc weirdness

2019-01-11 Thread Bob Sneidar via use-livecode
Thanks Monte! This will enhance the procedures I have in place! Bob S > On Jan 10, 2019, at 16:39 , Monte Goulding via use-livecode > wrote: > > — set the topLeft of a stack to the topLeft of its screen below the menubar: > set the topLeft of stack “Foo” to item 1 to 2 of line (the screen of

Re: screenRect and screenLoc weirdness

2019-01-11 Thread Bob Sneidar via use-livecode
I was probably the first person to mention it. I get around it by setting the position of my stacks when opened or resumed to be within the bounds of the monitor. Actually, this will happen when switching from the single built-in display of a laptop to a dual display with the laptop closed (buil

RE: Livecode Server Post

2019-01-11 Thread Ralph DiMola via use-livecode
Ahh Your test worked even when I ran it on my account. This confused me for a while but I finally found my problem. Unless you reference the $_Post variable once the script hangs for a second and then returns nothing. Bug or feature? I Commented out the last line "put $_POST["test"]" of your

Re: Livecode Server Post

2019-01-11 Thread Matthias Rebbe via use-livecode
I just noticed, that my email client added the url twice. So please remove the part beginning with https://instamaker.dermattes.de https://winsignhelper.dermattes.de ___ use-livec

Re: Getting Browser Widget to Read Local Assets

2019-01-11 Thread hh via use-livecode
Field and button names below relate to my example stack. http://forums.livecode.com/viewtopic.php?p=173867#p173867 To use a local file (= NOT from a local or remote server) you have to load the image from a stack property or url("binfile:"...) and add it inline (base64 encoded): Step 1: imageVari

Getting Browser Widget to Read Local Assets

2019-01-11 Thread Sannyasin Brahmanathaswami via use-livecode
I finally got around to implementing this. Works great! In terms of being a loader for on browserDocumentLoadComplete pURL if pURl is not empty then send "hideloader" to me in 1 second end if [snip] One caveat: Old path problem. I can't get the browser to read a local image in this