Re: Multiple windows in HTML5

2019-08-27 Thread Sean Cole (Pi) via use-livecode
Fantastic work. Thanks H Sean Cole *Pi Digital* ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Multiple windows in HTML5

2019-08-27 Thread hh via use-livecode
I added two demos to my HTML5 standalone samples (US) http://hh.on-rev.com/html5/index-large.html#as (EU) http://hyperhh.de/html5/index-large.html#as 1 • Multi Focus-Move-Resize shows how to move and resize multiple windows (substacks) incl. the main window. Moreover the stack windows

Re: Multiple Windows

2018-04-02 Thread Bob Sneidar via use-livecode
I do the same thing. There is no downside to using substacks or other stacks, but you can open a stack in a current window. Bob S > On Mar 31, 2018, at 08:25 , dunbarx via use-livecode > wrote: > > Anyway, I have never needed such a feature, but certainly see

Re: Multiple Windows

2018-03-31 Thread Richard Gaskin via use-livecode
Richmond Mathewson wrote: > I know the idea of being able to display different cards from one > stack in different windows is something that has exercised many > people for a long time. > > I had a fantasy that ran like this: > > [pseudoCode] > > show card 6 of stack "Stack1" in stack

Re: Multiple Windows

2018-03-31 Thread dunbarx via use-livecode
Richmond. I saw your construction of two stacks displayed in a "frame", so it appeared that two cards were simultaneously present in a single "stack". I see what you are after; the goal being be able to navigate in each card separately. Why only two? Anyway, I have never needed such a feature,

Multiple Windows

2018-03-31 Thread Richmond Mathewson via use-livecode
I know the idea of being able to display different cards from one stack in different windows is something that has exercised many people for a long time. I had a fantasy that ran like this: [pseudoCode] show card 6 of stack "Stack1" in stack "subStack1" How daft is that? Richmond.

Re: Multiple windows launches of an app

2015-11-22 Thread Richard Gaskin
Jeff Reynolds wrote: Any ideas on how to prevent the multiple copies of the app from getting fired up? The relaunch message is sent Windows for this purpose. -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web

Multiple windows launches of an app

2015-11-22 Thread Jeff Reynolds
Just had something odd happen on a win 7 machine where multiple copies of the livecode app that runs on it (stripped machine that only runs this application for a presentation system) some how got started up. I had bumped the app to LC7.1 and over the last few months some random freezes were

Re: Multiple windows launches of an app

2015-11-22 Thread Mark Wieder
Jeff- Just a guess, but you might check the running processes after quitting. It's possible that it's not actually quitting all processes and there's something running behind the scenes. I had a similar problem with earlier 7.x incarnations of the installer on linux and had to go in and kill

Multiple Windows iOS

2012-09-10 Thread Peter Bogdanoff
Hi, I'm working on a project that is an electronic music history textbook (Colin would know whom I'm working with). It's initially for student laptops, but we intend to create an iPad version later. The main stack on the computer now is a 1024 x 728-pixel window with a number of other

Re: Multiple Windows iOS

2012-09-10 Thread Colin Holgate
I think that would be unexpected UI. Take a look at the app iMapWeather, could your thing work in a similar way to that? Here's the free version: http://itunes.apple.com/us/app/imapweather-lite/id435197453?mt=8 In that app there are a set of panels that you can scroll through, and you can

Re: Multiple Windows iOS

2012-09-10 Thread J. Landman Gay
On 9/10/12 10:20 PM, Peter Bogdanoff wrote: The main stack on the computer now is a 1024 x 728-pixel window with a number of other smaller windows/stacks (a glossary, a music score, etc.) that show as needed. Having not done an iPad app and not really seeing much of this kind of thing, is this