Re: Explicit Variables

2016-01-28 Thread Mark Waddingham
That should work fine. The explicitVars property is only set in the IDE around code which compiles / sets object scripts (i.e. In the script editor). It is false the rest of the time. Mark. Sent from my iPhone > On 29 Jan 2016, at 02:45, Kay C Lan wrote: > > Not a

Revmail won't work with Outlook (Really??)

2016-01-28 Thread Bob Sneidar
Hi all. I issue the command revmail theHelpdeskEmail, theDispatcherList, theSubject, theServiceData and I get an error dialog: "Cannot start Microsoft Outlook. The command line arguement is not valid. Verify the switch you are using." The command works on the MacOS, but not in Windows. I

Re: launch document problem

2016-01-28 Thread Peter Haworth
Thanks Mark. I filed report (16776) and it's been classified as a bug with the workaround documented by Kay. The only issue I have now is avoiding hard coding the browser to use. Does anyone know of a way to find the default browser setting in OSX (this program will only be running on Macs).

Re: snapshot and animation capture

2016-01-28 Thread Matt Maier
Mark, oops, didn't scroll far enough. I found the link to Snapper, thanks. Scott, that's great, and thanks for putting that post and stack up so fast. It's a little laggy on my system when it resizes quickly or gets to around 750 pixels. Is it the same on yours? Is there a way to control other

Re: snapshot and animation capture

2016-01-28 Thread Matt Maier
Mark, what does "the app" refer to? On Jan 27, 2016 16:21, "Mark Schonewille" wrote: > Matt, > > Somehow, the website isn't much anymore, but the app can still be > downloaded. The trial version is almost fully functional. Perhaps this > approach would be useful

Re: snapshot and animation capture

2016-01-28 Thread Scott Rossi
This sounds intriguing, but when I place a graphic in a stack and configure as you describe, all I see is an all-black graphic. Is there perhaps another step I'm missing? Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 1/28/16, 1:15 PM, "use-livecode on behalf of

Re: snapshot and animation capture

2016-01-28 Thread Richard Gaskin
Hmmm...maybe it's a bug in the Linux engine masquerading as a feature. I've only been using this on my own system, so I haven't had occasion to try it elsewhere. Or maybe it's a feature masquerading as a bug in OS X? Useful either way. Maybe file a bug report, and if they don't think it's a

Re: snapshot and animation capture

2016-01-28 Thread Scott Rossi
Regarding lagginess: yes. I can't say for sure, but if the LiveCode guys could enable the windowShape property to work with images that have centerRect dimensions, this would eliminate the need to do any image exporting and potentially make drawing of the window faster. I've suggested for years

Re: snapshot and animation capture

2016-01-28 Thread Richard Gaskin
Scott Rossi wrote: > Regarding lagginess: yes. I can't say for sure, but if the LiveCode > guys could enable the windowShape property to work with images that > have centerRect dimensions, this would eliminate the need to do any > image exporting and potentially make drawing of the window faster.

Re: Selecting text in single-line entry fields - small UI issue

2016-01-28 Thread Paul Hibbert
On Jan 28, 2016, at 4:07 AM, Roland Huettmann wrote: > > Maybe I am missing something, but I need to script this with "on > tabkey"-event handlers, "on textchanged" handlers, " on deletekey" handlers > and go with "select the text of..." or "select line 1 of...".

Re: Changing position/dimensions of a control that is part of a group

2016-01-28 Thread Alex Tweedly
As Mark Weider said, control ids are unique, so there is no need to specify the group, in ... graphic id 1234 of grp "unneeded" of .. However, the same is not true of names, so it's perfectly possible to have multiple graphics (or multiple groups) within the card, each with the same name.

Re: snapshot and animation capture

2016-01-28 Thread Richard Gaskin
Richard Gaskin wrote: > Hmmm...maybe it's a bug in the Linux engine masquerading as a > feature. I've only been using this on my own system, so I haven't > had occasion to try it elsewhere. > > Or maybe it's a feature masquerading as a bug in OS X? > > Useful either way. Maybe file a bug report,

Re: Revmail won't work with Outlook (Really??)

2016-01-28 Thread Bob Sneidar
I'll give that a go. I shudder though at converting my stacks. Bad experience but I will make a backup. Bob S > On Jan 28, 2016, at 10:31 , Richard Gaskin wrote: > > Bob Sneidar wrote: > > I issue the command revmail theHelpdeskEmail, theDispatcherList, > >

Re: Changing position/dimensions of a control that is part of a group

2016-01-28 Thread Mark Wieder
On 01/28/2016 03:29 PM, Alex Tweedly wrote: As Mark Weider said, control ids are unique, so there is no need to specify the group, in ... graphic id 1234 of grp "unneeded" of .. However, the same is not true of names, so it's perfectly possible to have multiple graphics (or multiple groups)

Re: Sending emails, with attachments, on your server

2016-01-28 Thread Dave Kilroy
Thank you Bill - I've downloaded it and squirrelled it away for playing with later - it looks really useful and much better than the kind of thing I usually cobble together :) - "The difference between genius and stupidity is; genius has its limits." - Albert Einstein -- View this message

Re: launch document problem

2016-01-28 Thread [-hh]
This may be related to the fact we know from HTML5-standalones. (Newest) Goggle Chrome and Opera want a (local) web server for more than 'simple' html documents, Safari and Firefox launch everything from local files. Anyway, comparing to the behaviour when launching from alocal web server could

Selecting text in single-line entry fields - small UI issue

2016-01-28 Thread Roland Huettmann
This is a small issue, not critical. Nevertheless, I am curious to know if there is a solution. In almost all cases, tabbing from single-line entry field to single-line entry field, I prefer selecting the whole text instead of having the pointer mark after the text. It allows to quickly enter new

Re: snapshot and animation capture

2016-01-28 Thread Richmond
On 28/01/16 00:27, Scott Rossi wrote: I thought this might make an interesting read, so the demo stack is included in an article: Hope this works for you. Well, I'll certainly see: I'll see if

I'm working to significantly improve voter turnout in the 2016 election, and I could use your help

2016-01-28 Thread Geoff Canyon
​Briefly: Studies have shown significant results from sending people text messages to encourage them to vote. I'm partnering with a web-dev friend of mine to build a web site to allow people to sign up for reminders to vote. I'm curious whether app notifications would have the same effect, so

Re: Revmail won't work with Outlook (Really??)

2016-01-28 Thread Richard Gaskin
Bob Sneidar wrote: > I issue the command revmail theHelpdeskEmail, theDispatcherList, > theSubject, theServiceData and I get an error dialog: "Cannot start > Microsoft Outlook. The command line arguement is not valid. Verify > the switch you are using." The command works on the MacOS, but not >

Explicit Variables

2016-01-28 Thread Kay C Lan
Not a discussion about the pros and cons, or a discussion on arrays, I just need a simple answer. put "apple,orange,banana" into tFruit repeat with x = 1 to the number of items in tFruit do "put item x of tFruit into tVar" & x --create a dynamic variable name end repeat put tVar2 I assume

Re: snapshot and animation capture

2016-01-28 Thread Matt Maier
About that, is there a way to save the rectangle that the user draws manually using the crosshairs? With that I could at least capture the same rectangle again automatically. I suppose all I really need is a way for the user to define an area on the screen once and grab screenshots from that same

Re: Explicit Variables

2016-01-28 Thread Dr. Hawkins
On Thu, Jan 28, 2016 at 6:45 PM, Kay C Lan wrote: > I assume creating dynamic variable names will not work with > explicitVariables set in the IDE but it will actually work in a standalone. > > Not work / work > or > Not work / not work > It *shouldn't* work from

Re: snapshot and animation capture

2016-01-28 Thread Scott Rossi
As a concept, I thought it might be possible to detect the screenMouseLoc in a frontScript and use the resulting snapshot dimensions to determine the width/height of captured screen rect. Two problems though: 1) under 7.1.1 here on OS X 10.9.5, when executing just "import snapshot" the capture is

Re: Selecting text in single-line entry fields - small UI issue

2016-01-28 Thread dunbarx
Hi. I have not looked carefully at your coloring issues, but put this in the card script: on openField select the text of the target end openField Can you think of a way to do this with the tab key message? Anyway, with either of those, you can also vet the target field itself,

Re: launch document problem

2016-01-28 Thread Kay C Lan
On Fri, Jan 29, 2016 at 1:06 AM, Peter Haworth wrote: > > The only issue I have now is avoiding hard coding the browser to use. Does > anyone know of a way to find the default browser setting in OSX (this > program will only be running on Macs). > > Poking around in User level

Re: One Rect For All specificaiton

2016-01-28 Thread Sannyasin Brahmanathaswami
And yet another solution is to forget the top and bottom completely -- don’t use that area for controls if you are designing on 16:9 Today I was working on my dynamic image puzzle maker and wanted the entire virtual space on the iPhone so I moved my controls over to the left. After a

Re: snapshot and animation capture

2016-01-28 Thread Matt Maier
What I'm working on now is putting a stack across the whole screen with a resizable rectangle on it. Then as long as the stack is transparent, or semi-transparent, the user can position the rectangle over what they want to capture. When they're done the stack coordinates can be converted into