I'm having trouble with popup buttons freezing up. That is, a button will execute properly once but not the second time. Once the freeze-up occurs, all of the...
Hi, ... Can you check the Console log on the systems where this has happened. It sounds to me like FaceSpan has done something to mess up Cocoa and after that...
Hi, whats the correct syntax for getting a selected text into a variable? I've tried this: on clicked theObject if the name of theObject is "openNote" then ...
Hi, ... I've been searching the AppleScript Studio dictionary (on which FaceSpan is currently based) and it seems like there is no selection property for a...
To reduce "spam" in my inbox. You are not in my address book and your message has been deleted. Please send again with the words "not spam" in the subject. ...
... Please don't spam this mailing list with "not spam" messages. Thank you. -- Arthur J. Knapp __________________________________ Yahoo! Mail - PC Magazine...
... Yes, please do manage to handle your spam yourself. It's not our job to do it for you -- "Let your plans be dark and as impenetrable as night, and when you...
Hi, A question came up a while ago asking how to get the selected text in a text view. At the time, I replied saying that it was not possible. I turns out...
Is there some super secret syntax I need to use in order to set the values of window items? set maximum value of progress indicator "piTest" to 20 results in a...
Well, obviously I'm an idiot, because I can't get this to work. :( This: tell window "main" set maximum value of progress indicator "piProcessing1" to 20 end...
Hi, ... Please send me your FaceSpan project and I'll take a look at it. It sounds like there is some sort of terminology problem, but I'll need to see...
A huge "Thank You!" to Mark for taking the time to correct my earlier misunderstandings. Now I have something a bit different. In vanilla AS a droplet receives...
Hi, ... I've filed a bug here on this. The open handler *should* be receiving aliases to the dropped files, just like a normal AppleScript droplet. Here's...
Where can I find more information about how to work with drag info? My droplet application is coming along nicely, and I'd like to allow the user to drop...
Hi, ... Here¹s code that will do this: on drop theObject drag info dragInfo set preferred type of pasteboard of dragInfo to "file names" set droppedFileNames...
Thanks Mark. I actually figured this out early this morning after combing through the XCode documentation. I also came to the conclusion that it was better to...
Is there a way to make clickable text? At the very least say a link to a website on the main interface taking the user to the site by clicking the web...
Is there a way to retrieve my application's version string for display on the interface? I've tried version of current application (4.3b2) version of me...
I must have had some invisible text somewhere, because I just retyped the code below, and it works but retrieves FS's version number. ... -- David Glass - Gray...
Hi, ... FaceSpan 4 does not poses a web view (this along with all the other missing Tiger UI widgets is on our to-do list for FS5). To do clickable text, you...
Hi, ... This is a bug. I¹ve not yet figured out if FaceSpan is doing something wrong (probably it is) or if this is something within Studio. The version ...
Good workaround with only one drawback. When clicking the button its background turns white. I did the following: 1. Make a label field with the text I want...
Today, during working with the beta (NOT the demo), Facespan quit with that message: I found an info about this in the description for the demoversion, but not...
Hi Folks, I've just posted a new FaceSpan 4.3 beta build. Download information and release notes can be found here: http://www.latenightsw.com/fs4/beta.html ...
I experienced the same 'FEATURE' here. My only workaround was to revert to the original 4.0 version release which is very frustrating. Please advise ASAP. Rich...
Hello, Mark! Thank you for the quick help, seems to run fine :-) I discovered this in the About-Box: Will projects I built with this version stop working after...
Hi, ... My apologies to all for the interruption in service. I fully expected to have released a final FaceSpan 4.3 before the beta build expired. However, ...