Re: browserDocumentLoadComplete working correctly?

2019-11-20 Thread Klaus major-k via use-livecode
Hi Hermann, > Am 20.11.2019 um 22:13 schrieb hh via use-livecode > : > > Yes, browserDocumentLoadComplete is working correctly and consistent > with HTML5, no bug here. > BrowserDocumentLoadComplete is fired as soon as the DOM is finished > incl. *reading* your script tags. ah, I see, thanks fo

Re: browserDocumentLoadComplete working correctly?

2019-11-20 Thread hh via use-livecode
Yes, browserDocumentLoadComplete is working correctly and consistent with HTML5, no bug here. BrowserDocumentLoadComplete is fired as soon as the DOM is finished incl. *reading* your script tags. *After* that your javascript is *executed*. The server and browser/ browser widget don't check/care wh

Re: browserDocumentLoadComplete working correctly?

2019-11-20 Thread Klaus major-k via use-livecode
Hi Tom > Am 20.11.2019 um 19:43 schrieb Tom Glod via use-livecode > : > > to me it seems like a nope. > > I would think that this is an issue with the browser widget not being able > to detect when the page is completely "rendered" which is not the same > as being completely "loaded".

Re: browserDocumentLoadComplete working correctly?

2019-11-20 Thread Tom Glod via use-livecode
to me it seems like a nope. I would think that this is an issue with the browser widget not being able to detect when the page is completely "rendered" which is not the same as being completely "loaded". as soon as I noticed that this message does not work consistently, I gave up on usin

Re: Managing maximized windows on MacOS

2019-11-20 Thread Giovanni via use-livecode
Hi Paul, thanks for your reply but unfortunately this workaround cannot suit the need for different reasons: - the stacks that have a maxHeight lower than the height resolution of the screen will not be triggered by this condition; - the condition that you suggest can be triggered manually in oth

browserDocumentLoadComplete working correctly?

2019-11-20 Thread Klaus major-k via use-livecode
Hi all, no idea if this is a bug or feature: When I use the message "browserDocumentLoadComplete" this does not work correctly when dealing with "dynamically created pages" (no idea if that is the correct term?). -> put url "http://www.whatever.com/anything"; into aVariable does not work in these

Re: Special Graphic Effects - Kill Performance On Rapid Redraws

2019-11-20 Thread JJS via use-livecode
Yes very well said. We must have the power with our great dev tool to get even more things done easier. Same like Android Studio Op 20-11-2019 om 03:41 schreef Pi Digital via use-livecode: I was going to continue your analogy but it’s better to put it simply. When you see the effects other

Re: Commands on server and lack of examples

2019-11-20 Thread JJS via use-livecode
At least i know now how to use it with ISPconfig setups and their howto's to get fantastic VPS Linux setups, maybe how it's working with my VPS helps Op 20-11-2019 om 03:02 schreef Richard Gaskin via use-livecode: Alex Tweedly wrote: On 19/11/2019 18:19, Richard Gaskin via use-livecode wrote:

Re: Managing maximized windows on MacOS

2019-11-20 Thread Paul Dupuis via use-livecode
On 11/20/2019 3:45 AM, Giovanni via use-livecode wrote: Hi everybody, as already said the main problem is that there is no way to intercept the maximization action and to understand if the window is maximized or not. screenrects or windowBoundingRect are not useful in this case mainly when the

Re: encrypt a standalone html5

2019-11-20 Thread Riko Abadi via use-livecode
If you don't mind, can you provide an encryption library for html5. Thanks Sean. Pada tanggal Rab, 20 Nov 2019 pukul 11.28 Pi Digital via use-livecode < use-livecode@lists.runrev.com> menulis: > What specific help do you need Riko? > > Sean Cole > Pi Digital Prod Ltd > > > On 20 Nov 2019, at 03:4

Re: Managing maximized windows on MacOS

2019-11-20 Thread Giovanni via use-livecode
Hi everybody, as already said the main problem is that there is no way to intercept the maximization action and to understand if the window is maximized or not. screenrects or windowBoundingRect are not useful in this case mainly when the maximized window has a maxWidth or maxHeight value lower t