Hi Martin, I am sorry for the delay in replying. As may have been mentioned, you can use the NoteBackToUser event to monitor what is happening in the document....
Rick Quatro
frameexpert@...
Oct 2, 2005 11:23 pm
6448
Hello Rick and Martin, However, the NoteBackToUser event has to be used with caution. It adds fast to problems with other scripts. Here one example of such a...
Glad to hear about the syntax highlighting feature of the new editor. Does any of you know of (or have) a vim version of this? Since I prefer using vim (vi...
Hello Scripters, I Try to set the zoom with the following command: Set ActiveDoc.Zoom=100; But nothing happens. I cannot change the zoom with this command. Any...
I'm calling a subroutine from another script. The variables passed in are fine, but the Returns variables are not edited after leaving the sub. I've tried...
Hello, use for all return variables the Returns keyword Sub: Sub sbSaveAsBasedOnOther using lv_ExistingFileNameLocation lv_NewFileNameLocation Returns...
Hi, Anyone know if it's possible to create a FrameScript script that can act like a macro recorder, recording the code corresponding to all actions a Frame...
Hi there, If I use this code in the NotePostMouseCommand event on objects without set UserSting = '' the MsgBox comes up very quickly. But if the UserString...
Hi, Is it possible to stop a script that is running in the Script window? Pg 106 of the "Basics" guide says I should be able to do this with ESC, but it...
Adrian, you cannot stop the execution of a script in the script editor. If you're pressing the ESC key the script will stop the execution. But: If you're...
Hi Chris, I don't know the answer to your question, but you should be aware that the FP_UserString property is only documented on FO_CombinedFontDfn and...
Rick Quatro
frameexpert@...
Oct 6, 2005 10:56 am
6461
Hi Rick, I've found the answer myself. I didn't know that the NotePostMouseCommand event in FrameScript works first. I've scripted a procedure for this event...
I asked this question a while back. The macro recorder in Word is very useful for learning VBA and a similar tool for FrameMaker/Framescript would be extremely...
You need to find out if they have an nntp (Usenet newsgroup) protocol feed. That's what Outlook Express is looking for. As far as I know, Yahoo groups are a...
Thanks again! I have a whole bunch of Adobe and Microsoft newsgroups that I check regularly in OE. It would have been nice to add my Google and Yahoo...
You could try using an RSS reader to view all of these. I use an online RSS reader (bloglines.com) to view several Google and Yahoo groups, and the Adobe and...
That's a good idea. I use Bloglines to read the techwr-l mailing list, but it never occurred to me to try it with a Yahoo group. However, I still find it...
A recorder would be tough, because, technically, FrameScript is not a macro language. The way you perform a task programatically does not always follow the...
Rick Quatro
frameexpert@...
Oct 6, 2005 7:00 pm
6470
Keith, Adrian, ... Is there any problem activating * Individual emails - Receive individual messages. in the "Message Delivery" section of the "Edit...
Gee, Rick. Why don't you just rewrite FrameMaker? (grin). Keith -- Keith Soltys Senior Technical Writer Architecture TSX Technologies (416) 947-4397 A recorder...
I am reading this group in my mail reader at work (Lotus Notes), so I must have that setting turned on. It never occurred to me for some reason that you could...
Hello, can anyone advise me on a simple script for printing the current page, with fixed print settings and printer? Met vriendelijke groet / kind regards, Wim...
Hello, The printer must be changed in another Script. First script (sample from EslObjects.pdf): Display 'Default Printer is '+eSys.DefaultPrinter; DialogBox...
Thanks Klaus, In my membership details I already had this option enabled. However, I have only ever received two emails since I joined this group in February,...
Hello Scripters, Here is a strange thing... I import into a fram-doc a word document which contains a referenced grafic. The reference works fine, but...