Re: html5Player

2020-02-01 Thread Sannyasin Brahmanathaswami via use-livecode
My goodness -- magic" indeed! Where is the "stack" in the environment? Is in everything inside the lower right quadrant: My I should switch for the forum so that we have screen shots. We envision a scenario like this: for 5 people to collaborate as the same time: 1. all load the IDE [html5I

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). Everything is done in the bro

Re: Import SVG as Images

2020-02-01 Thread Sannyasin Brahmanathaswami via use-livecode
Alright! Now have more questions. The is way OFF TOPIC but I thought I could ask, because some of you know the SVG standards better I do… the SVG from Sketch, come with a default width and height and a viewBox of 100px http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink";>

Re: html5Player

2020-02-01 Thread Sannyasin Brahmanathaswami via use-livecode
"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 complicationed and unnecessarily over-e

Re: Import SVG as Images

2020-02-01 Thread J. Landman Gay via use-livecode
It should be okay, it's in the dictionary. It requires the inclusion of the XML extension in a standalone. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On February 1, 2020 3:15:19 PM Sannyasin Brahmanathaswami via use-livecode wrote:

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. (Just

Re: directory tree -> array

2020-02-01 Thread Dick Kriesel via use-livecode
> On Jan 22, 2020, at 10:17 AM, Richard Gaskin via use-livecode > wrote: > > I stumbled across a code challenge for y'all, one that seems seductively > simple but I don't think it is: > > What is the simplest way to build an array that reflects the files and > folders within a given folder?

Import SVG as Images

2020-02-01 Thread Sannyasin Brahmanathaswami via use-livecode
I want to import SVG as a tool in a stack meant for deployment. digging into REV IDE stacks | RevMenuBar, we find the "revIDEImportControl" handler [snip} case "image" if pFileName ends with ".svg" then -- SVG files can't be referenced revIDECr

Re: HTML5 deployment

2020-02-01 Thread hh via use-livecode
> Sean wrote: > > 4. As with 3 also, emscripten itself has capabilities built in that will > allow for this so I will more likely utilise these rather than use JQuery. > The idea will be to handle as much as possible within the emscripten code > and have minimal stuff within the HTML output other

Re: Diff?

2020-02-01 Thread Pi Digital via use-livecode
This is marvellous. This will be so useful. Sean Cole Pi Digital Prod Ltd > On 1 Feb 2020, at 15:02, Brian Milby via use-livecode > wrote: > > I use this in ScriptTracker to get the changes when saving a stack. I > squash them together into a consolidated diff for the stack. I have not do

Re: HTML5 deployment

2020-02-01 Thread Pi Digital via use-livecode
1&2 I am already implementing that way but thanks for the affirmation. 3. Good idea regarding keeping them all on one predetermined layer. 4. As with 3 also, emscripten itself has capabilities built in that will allow for this so I will more likely utilise these rather than use JQuery. The ide

Re: Diff?

2020-02-01 Thread Brian Milby via use-livecode
I use this in ScriptTracker to get the changes when saving a stack.  I squash them together into a consolidated diff for the stack.  I have not done anything with the patch side though. Thanks, Brian On Feb 1, 2020, 6:02 AM -0500, Niggemann, Bernd via use-livecode , wrote: > Richard, > > Librar

Re: HTML5 deployment

2020-02-01 Thread hh via use-livecode
* There are some things relating 1 & 2 one could think about: Start with mouseEvents (incl. wheel) and modifier keys. Then one could use native fields so that the browser does the keyboard job and executes all shortcuts for fields. To get/set field values is easy. A native styled field is also po

Re: Running LiveCode Standalones under Crossover on Linux

2020-02-01 Thread Paul Dupuis via use-livecode
Could the "Hi-DPI Support" support in the Windows setting of the Standalone builder be the cause of this issue? I noticed that in LC6.7.11 it is unchecked by default and in LC9.0.5 it is checked by default ___ use-livecode mailing list use-livecode

Running LiveCode Standalones under Crossover on Linux

2020-02-01 Thread Paul Dupuis via use-livecode
Hivemind, I have a user who runs the Windows version of my software on Linux using Crossover. Our prior releases all have worked fine. Those releases were build under LiveCode 6.7.11 We just went to a new release built under LiveCode 9.0.5 and this user is getting menus and dialog boxes with

Re: Diff?

2020-02-01 Thread Niggemann, Bernd via use-livecode
Richard, Library com.livecode.library.diff was introduce in 9.0 >From the release notes: diff library A new library has been implemented for computing diffs between text sources and applying those diffs to text. https://github.com/livecode/livecode/blob/develop/extensions/script-libraries/diff/

Diff?

2020-02-01 Thread Richard Gaskin via use-livecode
I just discovered three very interesting functions in the Dictionary: DiffCompare DiffCompareFiles DiffPatch Supercool - I can put these to use soon. The Dictionary entries for these are unusually sparse - anyone here know which version these were added in, and why? -- Richard Gaskin Fourt

Re: OMG text processing performance 6.7 - 9.5

2020-02-01 Thread Richard Gaskin via use-livecode
Ralph DiMola wrote: I found this as well. Another thing, it's faster to truncate the string and search from the beginning than using a "start at" on the entire string when searching for all occurrences of a string . This was counter intuitive to me until Mark explained that skipping chars require