Search the web
Sign In
New User? Sign Up
framescript-users · FrameScript Users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 8145 - 8174 of 9213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8145
Hi Rick, Thanks for the answer, but it didn't work either. My full code is as follows: Get Object Type(Menu) Name('SpecialMenu') NewVar(vSpecialMenu); Get...
Wolicki, Benjie
bwolicki
Offline Send Email
Apr 1, 2008
2:38 pm
8146
Hello everyone, I am quite new to FrameScript and I couldn't find an answer to my question in reference document. I wonder if it's possible to copy pages of...
rahdexir
Offline Send Email
Apr 1, 2008
3:19 pm
8147
... To understand what is missing/necessary, you have to be aware that each menu command may be attached to many different menus. You find many commands or...
Michael Müller-Hil...
michaelmh
Offline Send Email
Apr 1, 2008
5:39 pm
8148
Thank you very much that solved the problem. I had mistakenly assumed that the assignment of the menu command to the special menu in the New command was...
Wolicki, Benjie
bwolicki
Offline Send Email
Apr 2, 2008
7:53 am
8149
Hey all- My template has a title page that is completely variable driven. The variables are on a text frame on the masterpage. It is uneditable from the body...
rickrett
Offline Send Email
Apr 2, 2008
9:02 pm
8150
[FrameMaker 7.2, FrameScript 4.1R2] I wrote a script to parse an XML file encoded in UTF-8 with an EActivexObject: New EActivexObject NewVar(gvXmlDom)...
Klaus Mueller
klaus_mueller23
Offline Send Email
Apr 2, 2008
10:18 pm
8151
I seem to remember you can put PostScript code text boxes on the master page itself (I used this for a dissolve effect on page turns, when preparing...
Michael Müller-Hil...
michaelmh
Offline Send Email
Apr 3, 2008
6:56 am
8152
Hi Klaus, did you try to use differnet beginning of your xml-files, like (From Hand): <?xml version="1.0" encoding="ISO-8859-1"?> norlmy the the DOM-maker read...
Richard
sbrv22
Offline Send Email
Apr 3, 2008
10:13 am
8153
Hello Richard, The XML files are correctly encoded as UTF-8. Changing the encoding definition in the header only won't change the encoding itself and will lead...
Klaus Mueller
klaus_mueller23
Offline Send Email
Apr 3, 2008
11:23 am
8154
Hi, ... May the point where you set the codpage is important. Try between those two vabriables. ... Are you shure that MSXML can convert. May it only reads...
Richard
sbrv22
Offline Send Email
Apr 3, 2008
11:55 am
8155
I think is better to use another approach: - create a frame with a different flow, - put the text in this frame, - apply some paragraph format, - format the...
newtonfuria
Offline Send Email
Apr 3, 2008
1:17 pm
8156
When I run a script (an event script from our menu), it runs successfully the first time but returns error code -58 (InvalidString) on subsequent runs. If I...
Debbie
thedocchick
Offline Send Email
Apr 3, 2008
2:36 pm
8157
... Debbie, Would you be able to help someone with this amount of information? Does the error message contain a line number? Have you tried looking at the...
Michael Müller-Hil...
michaelmh
Offline Send Email
Apr 3, 2008
3:22 pm
8158
Hi Michael, My ability to help someone with this amount of information would depend on if I had ever been in their situation. My belief when I posted the...
Debbie
thedocchick
Offline Send Email
Apr 3, 2008
3:56 pm
8159
Hi Debbie, Variables in event scripts can persist after a window closes or a process runs to completion, unless you declare variables as local in scope. My...
martin.smith@...
golehtek
Offline Send Email
Apr 3, 2008
4:12 pm
8160
Can framescripts be run from FrameMaker that does not have FrameScript installed. Thanks...
indus_pig
Offline Send Email
Apr 3, 2008
11:36 pm
8161
Hello, this is not possible! best regards Karsten   Can framescripts be run from FrameMaker that does not have FrameScript installed. Thanks Hello, this is...
framescript@...
karsten_natebus
Offline Send Email
Apr 4, 2008
6:19 am
8162
Hi, My client has a lot of scripts running now in FM 7.2 and using FS3.2 (Windows XP). They want to migrate to FM 8. What would happen with the current ...
hooghwinkelwim
Offline Send Email
Apr 4, 2008
7:43 am
8163
Hi Wim, You would have to upgrade to FrameScript 5.1 because FrameScript 3.2 is not available for Frame 8, but your scripts should work fine and not need any...
Rick Quatro
frameexpert@...
Send Email
Apr 4, 2008
12:33 pm
8164
... Yes. But all usual tasks involved with version changes apply. The changes in FrameMaker are not to be underestimated! You have to care especially for...
Michael Müller-Hil...
michaelmh
Offline Send Email
Apr 4, 2008
12:37 pm
8165
Hi Deb, I have been out of town so I am just now seeing your message. If you want to do a web conference, I will be glad to help you troubleshoot this. Let me...
Rick Quatro
frameexpert@...
Send Email
Apr 4, 2008
12:52 pm
8166
Thanks Martin. I did have several "write console" lines in my code in an attempt to isolate the offending code. I went back and added even more and tracked...
Debbie
thedocchick
Offline Send Email
Apr 4, 2008
10:06 pm
8167
... Debbie, non-ASCII characters are not allowed for the PDFDocInfo (which includes many characters from non-English languages, including smart quotes). For a...
Michael Müller-Hil...
michaelmh
Offline Send Email
Apr 5, 2008
4:43 pm
8168
Hi Debbie, I'm glad to hear that you got your script running. As I often tell people, I don't want a computer that does what I tell it to do. I want a computer...
Martin R. Smith
golehtek
Offline Send Email
Apr 8, 2008
1:00 am
8169
I'm trying to write a script to copy/paste the attribute values of an Element from one document in a book to the other documents of the same book. This Element...
baastra
Offline Send Email
Apr 9, 2008
6:50 pm
8170
As Martin R. Smith recently wrote, and I like to repeat that as well at too many places and times: The computer unfortunately never does what I intend, but...
Michael Müller-Hil...
michaelmh
Offline Send Email
Apr 10, 2008
7:16 am
8171
Hello Beat another problem is, the Execute Fc KbdPaste command required an active document. ForAllDocsInBook returns for a open document a object pointer an...
framescript@...
karsten_natebus
Offline Send Email
Apr 10, 2008
7:31 am
8172
This is some code that I wrote to look for added carriage returns and delete them. I beleive that it finds the carriage returns but does not delete them. Can...
indus_pig
Offline Send Email
Apr 10, 2008
8:24 pm
8173
Thanks for the suggestions. I decided to go with the pdfmark option since A.) it seemed like fun, and B.) I could add some formatting to make the bookmark have...
rickrett
Offline Send Email
Apr 13, 2008
3:07 pm
8174
Hello- I've been looking around, but I can't find any information on sending a password to a PDF such as through a pdfmark. Does anyone know if this is...
rickrett
Offline Send Email
Apr 13, 2008
3:11 pm
Messages 8145 - 8174 of 9213   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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