Breakpoints being ignored

2012-05-08 Thread Mark Powell
Breakpoints are not being recognized all of a sudden. Something do doubt is corrupted and I'd be interested in knowing if there is a clean fix. Test case: I create a brand new stack, with a button scripted on mouseup answer 1 breakpoint answer 2 end mouseup I get the two answer dialogs,

Re: Breakpoints being ignored

2012-05-08 Thread Mark Powell
Yep, that be it. I guess I unchecked it somehow sometime. Thanks very much! On Tue, May 8, 2012 at 3:39 PM, Colin Holgate co...@verizon.net wrote: When you're next in the script editor, look at the bottom of the Debug menu. Is Script Debug Mode checked?

RE: Standalone blocked by software restriction policy

2012-02-21 Thread Mark Powell
Quadruply incestuous yikes...this post seems to attract the Marks all right. In addition to what the other Marks have said, I have recently encountered similar blocking here. However, it was not a Windows-triggered problem, but rather a quarantine that Symantec Endpoint Protection and Norton

RE: Standalone blocked by software restriction policy

2012-02-21 Thread Mark Powell
Thanks for the quick, if somewhat discouraging, response!Can anyone (perhaps Mr. Powell) tell me what code-signing is? Mark W. explained it much better that I could. Good luck and don't be discouraged. Anxiety is the dizziness of freedom...it is just that some times are dizzier than

Seeking corporate developer

2012-02-13 Thread Mark Powell
Not sure if this is the best forum but here goes. I am leaving my current position at end of month and as part of my transition, I have agreed to help find talent who can maintain, troubleshoot, and extend the LC apps that I have written here. There are three major ones, all currently Windows

RE: Livecode handling of directories with non-ascii (?) characters.

2012-01-24 Thread Mark Powell
Alex, I have had this problem since the Rev 2.0 days and as far as I can tell it is not fixed. In LC, I can literally get the files and immediately ask is there a file (line whatever of it) and I get a doesn't exist if line whatever of its contains a violater character in the file name. This

RE: VB Script Outlook, .display works but .send doesn't

2012-01-14 Thread Mark Powell
Thanks Ken, I will test that out! Mark I just looked this up, and the suggestion is to add = before the Response.To in your code. Here's the relevant URL: http://www.outlookcode.com/threads.aspx?forumid=2messageid=29591 and thanks for the kudos! :D Ken Ray

VB Script Outlook, .display works but .send doesn't

2012-01-13 Thread Mark Powell
I have a LC stack that calls a VB Script to send email notifications via Outlook. I give the ability to send the mail blind (without proofing), and just opening the email for proofing, in which case the user must press the Send button in Outlook. I wrote this about two years ago leveraging

RE: iPad screenrecording: how?

2011-12-22 Thread Mark Powell
The problem with any of these overhead solutions is that it is really hard to get the lighting right. In fact it is darn near impossible. Todd Certainly very difficult but not impossible. See the 'Touching the iPad' module here

RE: iPad screenrecording: how?

2011-12-21 Thread Mark Powell
Hi William: I have to set up an external video camera to do recordings of iPad. Works decently, but a lot of overhead. Would be very interested if there is an application that can render the gestures (i.e. shows virtual hand and finger gestures). That would be a *great* app to have for

RE: characters lost pasting from Word To LiveCode field

2011-12-13 Thread Mark Powell
Hi Sieg I have lot of fields that I have to handle like this and have found that a pasteKey handler in the field serves my purposes. It first does put the clipboardData[text] into tTemp followed by various filtering and replacement, followed by put tTemp into me Which of course replaces the

RE: SoCal LUG meeting: Dec 1, Pasadena

2011-11-17 Thread Mark Powell
I am back in the Bay Area (East/South). Sadly, doubtful that I could get down to Pasadena, but would be interested in knowing if there are any LC get-togethers up here. -Original Message- From: stephen barncard Sent: Thursday, November 17, 2011 12:45 PM Subject: Re: SoCal LUG meeting:

RE: strange text problem

2011-11-01 Thread Mark Powell
In addition to explicitly setting the textColor, you might try explicitly setting the textHeight. You might also test with Courier to see if a different font set behaves similarly. -Original Message- From: use-livecode-boun...@lists.runrev.com

RE: Download a stack file

2011-10-28 Thread Mark Powell
I do this kind of auto-loading with almost all my apps, but to date I have never written changes to the stack itself. I always save data in files external to the stack and have that data pulled in at preopenstack. So I never have to do a stack to stack transfer of data or stack renaming. Not

Code signing (details sought for LC implementation on Windows desktop)

2011-10-10 Thread Mark Powell
Have read a lot in the archives about code signing, but have not actually found any thread that explains LC implementation. Is there a central location somewhere that explains how to do this with LiveCode? I would be using Verisign certificates, and my typical apps are updater+engine, on

Basic question: how to package file clusters for iPad

2011-10-06 Thread Mark Powell
Sort of a newbie question and not a LiveCode question per se, but... I generate a lot of simple HTML dynamically from LiveCode apps, which I post to web servers. Some of the HTML clusters are formatted specifically for iPad consumption, and they display and function perfectly well in Safari.