Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

framescript-users · FrameScript Users

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 901
  • Category: Software
  • Founded: Aug 20, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 8298 - 8327 of 10492   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
8298 Mark Novembrino (nove...
voices_of_sp... Send Email
Jun 16, 2008
6:32 pm
I have used the FindChangeSpecial and TableCleaner plug-ins from Carmen Publishing. http://www.frameexpert.com/plugins/index.htm I used FrameMaker&#39;s native...
8299 W. Neumann
wneumann12 Send Email
Jun 17, 2008
3:26 am
Hi Tom, a thorough cleaning of the Word document is what I do as well. Especially all pictures, and reset all paragraph formats which involve any numbering or...
8300 Thomas Scalise
tom_scalise Send Email
Jun 17, 2008
2:14 pm
Esteemed colleagues, Thank you all for your excellent advice and the benefit of your experience. Tom Scalise Manager, Information Development Cross...
8301 sbats123 Send Email Jun 17, 2008
2:42 pm
Say I have a document with conditions 3 conditions. Condition A, Condition B, and Condition C for example. If any text in the document is conditionalized with...
8302 Georg
georg3200 Send Email
Jun 19, 2008
2:26 pm
Hi there, I need to change the width of table columns, so that the text in the cells is as long as the width of the col. Does someone has an idea? The width of...
8303 Georg
georg3200 Send Email
Jun 19, 2008
2:53 pm
Sorry, I should have used the search function :-( I found a posting from rick which did the trick: Execute Fc KbdTblSelCol KbdTblDlgShrinkWrap; Thanks Georg...
8304 Michael Zaichenko
biomikez Send Email
Jun 19, 2008
7:03 pm
Hello there, can anyone tell me how to do it. I have to add an item to DocumentContextMenu. I start with Get Object Type(Menu) Name('!DocumentContextMenu&#39;)...
8305 rickrett Send Email Jun 20, 2008
3:52 am
Every so often, FrameScript 5 dies.... such as right now. It claims to be unregistered, although it was working fine an hour ago. Honest... I have a legal...
8306 Michael Müller-Hil...
michaelmh Send Email
Jun 20, 2008
10:33 am
The activation code in version 5 sometimes has problems (very human, isn't it?) ;-) See <http://www.framescript.com/index.php?q=node/7> and follow the link for...
8307 Michael Müller-Hil...
michaelmh Send Email
Jun 20, 2008
10:37 am
You could have shown us a little bit more of your code. There is an option to control the position of a command in a menu. To find out about the internal names...
8308 Michael Zaichenko
biomikez Send Email
Jun 20, 2008
1:41 pm
There's not much more written yet that would work so, not to embarrass myself, I didn't post the whole thing. I logged on to the itl but can't download...
8309 Michael Zaichenko
biomikez Send Email
Jun 20, 2008
2:26 pm
Aaaaa... I give up! it's been half an hour of trial and error and google around and I can't seem to get the code right. All I'm attempting to do is to add a...
8310 Michael Müller-Hil...
michaelmh Send Email
Jun 20, 2008
3:29 pm
Before giving up you might want to check out a recent thread titled "Adding menu items" and starting at ...
8311 Michael Zaichenko
biomikez Send Email
Jun 20, 2008
5:22 pm
Hey, that worked! Thanks a lot! Now, the second part of my question remains: Is there a way to loop through the menu items in a menu. Michael To:...
8312 Michael Müller-Hil...
michaelmh Send Email
Jun 20, 2008
7:03 pm
... I may sound like the teacher you hated back then... This group is not about ready-made solutions. Show us where you went until now, and some nice folks may...
8313 Michael Zaichenko
biomikez Send Email
Jun 21, 2008
10:54 am
Yeah, I understand. I've been scripting for a while myself and usually I'm not looking for ready-made stuff. Thought, someone has an easily available loop ;-) ...
8314 Michael Müller-Hil...
michaelmh Send Email
Jun 21, 2008
3:53 pm
Michael, your example had a few little but important problems and after weeding them out, it works like it is supposed to work: Get Object Type(Menu)...
8315 martin.smith@...
golehtek Send Email
Jun 21, 2008
4:15 pm
Hello, I have begun working directly with the FDK in C. The only way to make use of the Microsoft Foundation Classes with FrameMaker is to create a DDE server...
8316 Michael Zaichenko
biomikez Send Email
Jun 22, 2008
6:15 pm
Strangely, when I run it - it only returns the first menu item and then stops. Are you getting more menus returned? Michael To:...
8317 Michael Müller-Hil...
michaelmh Send Email
Jun 22, 2008
10:11 pm
... Yes. Did you already mention the versions of software you are using? Did you copy&paste my script into the script window to run it? ... -- ...
8318 Michael Zaichenko
biomikez Send Email
Jun 23, 2008
7:04 am
I'm on XP SP2, FM7.1, FS 4.1R. Yes, I copy/pasted your script and it didn't work. Another thing that I have that might be different - I have about 50 different...
8319 Michael Müller-Hil...
michaelmh Send Email
Jun 23, 2008
7:35 am
... No, I don't think so. I see the same thing with those version... I should have been warned, because in the older thread that I mentioned I already...
8320 Michael Zaichenko
biomikez Send Email
Jun 23, 2008
7:56 am
Ah, I see. I didn't pay attention to this line. My fault. Well, that worked, finally. Learnt something new today! Michael To:...
8321 Karen Berx
kberx Send Email
Jun 25, 2008
7:35 am
Hi all, I need some help with the next problem: I am currently writting a script that makes the TOC of a structured book. The book structure is like this: BOOK...
8322 Karen Berx
kberx Send Email
Jun 25, 2008
11:26 am
Hi, I want to copy and paste an existing element at another place in my XML- tree. Is there a way to do this with framescript? I tried it with new Element, but...
8323 richard_imap
sbrv22 Send Email
Jun 25, 2008
11:34 am
Hi Karen, you must work with Elementrange and copy/paste with a textloc. If you get problems with coding, yust tell it. Richard...
8324 Karen Berx
kberx Send Email
Jun 25, 2008
12:24 pm
Hi Richard, Thanx for helping. How do you use ElementRange and textloc? I tried but my programm didn't copy/paste a thing. I have a Title-element that can...
8325 richard_imap
sbrv22 Send Email
Jun 25, 2008
12:53 pm
Hi Karen, ... New ElementRange NewVar(velementselection) Parent(vfnquelle.ParentElement) Child(vfnquelle) Parent(vfnquelle.ParentElement)...
8326 Rick Quatro
frameexpert@... Send Email
Jun 25, 2008
1:26 pm
Hi Karen, I would recommend one change in Richard's code. Don't use Fcodes for the copy/paste operations because they will only work on an active document. ...
8327 Karen Berx
kberx Send Email
Jun 25, 2008
1:57 pm
Hi Richard, There is something copied now. :) I adapted my variables to you code and the title-element is copied. I do get an error when the programm passes...
Messages 8298 - 8327 of 10492   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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