Search the web
Sign In
New User? Sign Up
fs-talk · FaceSpan
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 137 - 166 of 291   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
137
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...
Kevin
calvinfold
Offline Send Email
Jun 6, 2006
10:00 pm
138
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...
Kevin
calvinfold
Offline Send Email
Jun 6, 2006
10:04 pm
139
... 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...
Kevin
calvinfold
Offline Send Email
Jun 6, 2006
10:34 pm
140
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 ...
Mark Alldritt
malldritt2000
Offline Send Email
Jun 7, 2006
1:02 am
141
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 ...
Mark Alldritt
malldritt2000
Offline Send Email
Jun 7, 2006
1:06 am
142
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...
Mark Alldritt
malldritt2000
Offline Send Email
Jun 7, 2006
3:19 pm
143
... 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...
Kevin
calvinfold
Offline Send Email
Jun 7, 2006
3:39 pm
144
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...
Mark Alldritt
malldritt2000
Offline Send Email
Jun 7, 2006
4:50 pm
145
... Doesn't seem to have a dictionary though....
Bruce Robertson
bfr348
Offline Send Email
Jun 7, 2006
5:14 pm
146
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...
Mark Alldritt
malldritt2000
Offline Send Email
Jun 7, 2006
6:12 pm
147
Hi, ... I've addressed the problem. Please download and install the scripting addition again - sorry for the inconvenience. Cheers -Mark ... Mark Alldritt...
Mark Alldritt
malldritt2000
Offline Send Email
Jun 7, 2006
6:54 pm
148
... 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...
Kevin
calvinfold
Offline Send Email
Jun 7, 2006
9:41 pm
149
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...
Kevin
calvinfold
Offline Send Email
Jun 7, 2006
11:21 pm
150
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...
jupiterhound
Offline Send Email
Jun 8, 2006
6:05 pm
151
Hi, ... The original DTI FaceSpan 4 documentation is included in PDF form. Just use the Help > FaceSpan Documentation command to open it. Sadly, the...
Mark Alldritt
malldritt2000
Offline Send Email
Jun 8, 2006
6:24 pm
152
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 ...
Mark Alldritt
malldritt2000
Offline Send Email
Jun 9, 2006
6:04 pm
153
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...
Mark Alldritt
malldritt2000
Offline Send Email
Jun 9, 2006
6:43 pm
154
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...
Vince
bmw_em5
Offline Send Email
Jun 11, 2006
2:43 am
155
... 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...
Kevin
calvinfold
Offline Send Email
Jun 14, 2006
5:22 pm
156
Hi, ... You can download Property List Tools here: http://www.latenightsw.com/freeware/PListTools/index.html FaceSpan allows you to embed scripting additions...
Mark Alldritt
malldritt2000
Offline Send Email
Jun 14, 2006
6:25 pm
157
... 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,...
Kevin
calvinfold
Offline Send Email
Jun 19, 2006
5:48 pm
158
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...
jupiterhound
Offline Send Email
Jun 20, 2006
10:02 pm
159
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...
jupiterhound
Offline Send Email
Jun 21, 2006
4:05 pm
160
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...
Kevin
calvinfold
Offline Send Email
Jun 21, 2006
10:36 pm
161
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 ...
Kevin
calvinfold
Offline Send Email
Jun 21, 2006
10:44 pm
162
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:...
Mark Alldritt
malldritt2000
Offline Send Email
Jun 27, 2006
5:51 pm
163
... somehow? ... Mark, The money we've spend on Script Debugger and FaceSpan have been more than worth it for your excellent support and patience. Vendors like...
Kevin
calvinfold
Offline Send Email
Jun 27, 2006
6:56 pm
164
Hi, i got stuck with this problem: I would like to change the main menu at runtime (without adding / removeing menu items to the existing main menu) and...
hubsyk
Offline Send Email
Jul 3, 2006
10:07 am
165
Hi, there is a window with attributes close, resize, minimize, zoom unchecked. But to close this window, "close window of theOject" does not work. When...
hubsyk
Offline Send Email
Jul 3, 2006
10:17 am
166
I am not currently a user of FaceSpan, rather AppleScript Studio, however I have been disappointed by ASS lack of proper globals. It appears that FaceSpan has...
Terry Heaford
haden_young
Offline Send Email
Jul 6, 2006
8:01 am
Messages 137 - 166 of 291   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help