Re: html5Player

2020-02-04 Thread Richard Gaskin via use-livecode
Sannyasin Brahmanathaswami wrote: "Can you save" To which you supplied a lengthy answer, thank you. I have a real use case: I looked at all the collaborative "white boards" on the market. There are 10 that only have free version that allows a limit number of people participating. All too

Re: html5Player

2020-02-02 Thread hh via use-livecode
New in html5Player (v104 alpha) https://hyperhh.de/html5/html5Player.html html5Player adds a function keyCombo to your stack (as behavior) that you may use in your local stacks. It is updated on every keydown, keyup, mousedown and mouseup in the browser window. [See the stack "FontAndKeyT

Re: html5Player

2020-02-01 Thread Sannyasin Brahmanathaswami via use-livecode
de/html5/html5IDE.html (but without debugging!). The html5Player is not for that (**). You have there a propertyInspector, scriptEditor (and Dictionary). Everything is done in the browser. Then standard saving (when implemented) will go to the downloads folder. This could be reduced to the prop

Re: html5Player

2020-02-01 Thread hh via use-livecode
If I understand correctly: What you want will be done soon, in a limited way, with the "html5IDE" https://hyperhh.de/html5/html5IDE.html (but without debugging!). The html5Player is not for that (**). You have there a propertyInspector, scriptEditor (and Dictionary). Everythi

Re: html5Player

2020-02-01 Thread Sannyasin Brahmanathaswami via use-livecode
t like a "white board wiki for LC Design" Added to html5Player (v103 alpha) https://hyperhh.de/html5/html5Player.html ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscri

Re: html5Player

2020-02-01 Thread hh via use-livecode
Added to html5Player (v103 alpha) https://hyperhh.de/html5/html5Player.html 1. Your added local (uncompiled) stacks can use as textfont Aclonica, Andale Mono, DejaVu Sans, DejaVu Serif, Impact, Inconsolata, Optima, Permanent Marker, Skia, Verdana else textfont falls back to Droid Sans. 2

Re: html5Player

2020-01-31 Thread Richard Gaskin via use-livecode
hh wrote: Richard G. wrote: I'm seeing a growing number of JS->WASM converters out there ... Where? Please cite some. My bad: the pages I'd seen in listings turn out to be more, shall we say, aspirational. And the more I read about WASM the less it seems some sort of magic pony I'd

Re: html5Player

2020-01-31 Thread hh via use-livecode
> Richard G. wrote: > I'm seeing a growing number of JS->WASM converters out there ... Where? Please cite some. > ... seemingly designed to replace a JS lib with a WASM version > that is functionally identical, just smaller and faster. > I'm wondering if anyone has tried this with the

Re: html5Player

2020-01-31 Thread Richard Gaskin via use-livecode
hh wrote: Richard G. wrote: do you know if would it be practical to run the generated LC-engine-as-JS file through a JS->WASM converter? If not, what would be needed to make that happen? AFAIK the current HTML5 standalone builder was made by Peter Brett in contact with Mark Waddingham. It

Re: html5Player

2020-01-30 Thread hh via use-livecode
> Richard G. wrote: > do you know if would it be practical to run the generated > LC-engine-as-JS file through a JS->WASM converter? > If not, what would be needed to make that happen? AFAIK the current HTML5 standalone builder was made by Peter Brett in contact with Mark Waddingham. It uses

Re: html5Player

2020-01-30 Thread Richard Gaskin via use-livecode
Hermann, do you know if would it be practical to run the generated LC-engine-as-JS file through a JS->WASM converter? If not, what would be needed to make that happen? -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web

Re: html5Player

2020-01-30 Thread hh via use-livecode
alones, just the same as you need an Indy license for publishing desktop standalones. [My html5Player is comparable to an Indy standalone that you can download to your OS and open and run local stacks with it. This will run stacks that would run in t

Re: html5Player

2020-01-30 Thread Bob Sneidar via use-livecode
Unnfortunately I only have the Community version and cannot test. Bob S > On Jan 30, 2020, at 10:10 , hh via use-livecode > wrote: > >> Bob S. wrote: >> I probably misunderstand the use of this. >> I drug a simple stack into this but while it displays >> fine, it does not function... > >

Re: html5Player

2020-01-30 Thread hh via use-livecode
> Bob S. wrote: > I probably misunderstand the use of this. > I drug a simple stack into this but while it displays > fine, it does not function... Did you test it in the IDE? This is very simple in LC 9: Open the stack, select HTML5 (nothing else) in the standalone settings and hit the Test

Re: html5Player

2020-01-30 Thread Lagi Pittas via use-livecode
use-livecode@lists.runrev.com> wrote: > HTML5: html5Player (v102 as of Jan 30, 2020) > > This is a HTML5 standalone (webApp in the new LC wording). > https://hyperhh.de/html5/html5Player.html > > This is a "standalone-Plus" that is, it is extended by several >

Re: html5Player

2020-01-30 Thread hh via use-livecode
> BR wrote: can you save anything from that view? 1. Generally yes. But this needs ALWAYS, with all modern browsers, manual user interaction: click a button or select from a menu. Similarly user interaction (click, drag and drop) is needed to read in such objects. * STACKS Panels with an LC

Re: html5Player

2020-01-30 Thread Alain Vezina via use-livecode
Thanks a lot Herman for that work. It opens a lot of possibilities. Kind regards, Alain Vezina > Le 29 janv. 2020 à 20:55, hh via use-livecode > a écrit : > > HTML5: html5Player (v102 as of Jan 30, 2020) > > This is a HTML5 standalone (webApp in the new LC wording). &g

Re: html5Player

2020-01-30 Thread Bob Sneidar via use-livecode
clock" between each device to the nearest minute. The Reset button which puts empty in all the data in the fields doesn't even do that. Bob S > On Jan 29, 2020, at 17:55 , hh via use-livecode > wrote: > > HTML5: html5Player (v102 as of Jan 30, 2020) > > This is a HTML5 s

Re: html5Player

2020-01-30 Thread Sannyasin Brahmanathaswami via use-livecode
Herman: can you save anything from that view? I always have to remind myself that it is Livecode running in a browser. It feels like some dedicated app. I suggest that anybody who is interested in what is possible with Livecode HTML5 to have a look at Hermann's examples.

Re: html5Player

2020-01-30 Thread Niggemann, Bernd via use-livecode
Hermann, This is magic. I always have to remind myself that it is Livecode running in a browser. It feels like some dedicated app. I suggest that anybody who is interested in what is possible with Livecode HTML5 to have a look at Hermann's examples. https://hyperhh.de/html5/html5Player.html

Re: html5Player

2020-01-29 Thread Roger Guay via use-livecode
More amazing work from Hermann! As always with your contributions, I learn a lot. Thank you!! Roger ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: html5Player

2020-01-29 Thread Richard Gaskin via use-livecode
Great work, Hermann. Thanks for posting that. -- Richard Gaskin Fourth World Systems hh wrote: HTML5: html5Player (v102 as of Jan 30, 2020) This is a HTML5 standalone (webApp in the new LC wording). https://hyperhh.de/html5/html5Player.html This is a "standalone-Plus" that is, it i

html5Player

2020-01-29 Thread hh via use-livecode
HTML5: html5Player (v102 as of Jan 30, 2020) This is a HTML5 standalone (webApp in the new LC wording). https://hyperhh.de/html5/html5Player.html This is a "standalone-Plus" that is, it is extended by several javascript extensions for features that are not (yet) implemented i