... Well, I have been able to recover my scripts. I happened to have an application file of my project on my wife's computer. It was not the most current, but...
... My first post failed. I think it was because I had some control characters in it. Well, I have been able to recover my scripts. I happened to have an...
Hello, I am evaluating Face Span. I Have several questions that I will post one at a time I am going for a "Button Bar" type app (like the example), that has...
Hello, I was trying to get Script Debugger to work as my Editor and Debugger, but I can't select it in the prefs for debugger. Is this becuase I am in demo...
Actualy kinda two-for-one issue: --Oddly, Script Debugger 4.0.2 does not "recognize" the "theObject" for "onclick" events, so you can't use it as an external...
Is there a way to put more information in the executable's "About" window? All it carries over are the icon, name, and version. It doesn't carry over creator...
... Just for grins, I went back and tried to compile with the demo version, and the compile said it could compile because of an error "(null)" Not sure if that...
Hi, ... This is the standard About panel that all Cocoa applications receive. It displays the icon, name, version and then the contents of Credits.rtf. If ...
Hi, ... FaceSpan's external editor interface was designed for Script Debugger 3. It does not play particularly well with Script Debugger 4. We will be ...
Hi Folks, Property List Tools 1.0.6 is a freeware Scripting Addition that allows AppleScript to read and write Mac OS X property list files. This version is...
... Ah, I had deleted the Credits.rtf file (didn't think I'd be using it), then when I thought to try just what you said I had mispelled it it singular instead...
Hi Folks, Late Night Software is pleased to announce the release of Universal versions of its freeware XML Tools and XSLT Tools scripting additions. XML Tools...
Hi, ... It works if you view it in SD4. I see that there does seem to be a problem in Apple's Script Editor - I'll look into it. Cheers -Mark ... Mark...
Hi, ... I've addressed the problem. Please download and install the scripting addition again - sorry for the inconvenience. Cheers -Mark ... Mark Alldritt...
... Debugger 3. It ... No fair, testing us like that. ;P Any vague idea when we'll be seeing FaceSpan 5? Not that the editor inside FaceSpan is bad, I still...
Well I beat my head against this for a bit and came-up blank. I have an application with a single window. The default location of the window seems to be...
Is there a manual for FaceSpan 4? Perhaps just something that explains how to perform tasks that FaceSpan 3.x? One of the things I'm stumped on is what has...
Hi, ... The original DTI FaceSpan 4 documentation is included in PDF form. Just use the Help > FaceSpan Documentation command to open it. Sadly, the...
Hi, ... Here is some example code that illustrates how to accomplish this. The code should be attached to the window object. I use my Property List Tools ...
Hi, ... Not at this stage. Work is ongoing and I'll post a progress report to the list once I have a clear picture of when things will be ready. ... There are...
Hi, I can confirm a couple of the bugs reported here, but not reproduced. I'm using the demo version. -- intermittently the demo projects refuse to compile. I...
... The code ... other ... on the ... folder. <snip code> I'm assuming the Property List Tools scripting addition would allow this to compile, since I can't...
Hi, ... You can download Property List Tools here: http://www.latenightsw.com/freeware/PListTools/index.html FaceSpan allows you to embed scripting additions...
... Yeah that was the tidbit I needed...that it can embed the scripting addition. With that in mind, more than happy to use your solution. Punched in the code,...
I am trying to create a script object for a text box so that the curser will jump to another text box. Here is the code I've come up with (not working): on...
OK - I figured out how to write the script so that the curser moves to the next text field: tell window of theObject set first responder to text view id 1093...
I have a script to control some Photoshop operations, but that script has always called an external Javascript ("do javascript") because most of Photoshop's...
Completely spaced... The "do javascript" command is internal to Photoshop's library. So basically is there any way for Photoshop to be passed this JavaScript ...
Hi, ... There are two steps: 1) drag your .js file into the 'Other' group in your FaceSpan project 2) you can use the following to get a reference to the file:...