Re: Script to convert tables to paragraphs

2013-11-27 Thread Robert Lauriston
rameexpert.com > > > > -Original Message- > From: framers-boun...@lists.frameusers.com > [mailto:framers-boun...@lists.frameusers.com] On Behalf Of Robert Lauriston > Sent: Tuesday, November 26, 2013 12:28 PM > To: framers@lists.frameusers.com > Subject: Re: Scr

RE: Script to convert tables to paragraphs

2013-11-27 Thread Rick Quatro
66-4017 **NEW** > r...@frameexpert.com > > > > -Original Message- > From: framers-boun...@lists.frameusers.com > [mailto:framers-boun...@lists.frameusers.com] On Behalf Of Robert > Lauriston > Sent: Tuesday, November 26, 2013 12:28 PM > To: framers@lists.frameuser

Re: Script to convert tables to paragraphs

2013-11-27 Thread Yves Barbion
I think it would be nice to have Illustrator- and Photoshop-like "Actions" in FrameMaker: just record what you're doing, save the actions and then run them on a bunch of files. Is this a feature request for FrameMaker 12, 13, 14...? -- Yves Barbion www.scripto.nu __

RE: Script to convert tables to paragraphs

2013-11-27 Thread Reng, Dr. Winfried
ramers-boun...@lists.frameusers.com [mailto:framers- > boun...@lists.frameusers.com] On Behalf Of Shmuel Wolfson > Sent: Wednesday, November 27, 2013 9:49 AM > To: Rick Quatro; framers@lists.frameusers.com > Subject: Re: Script to convert tables to paragraphs > > "Unusable" is a su

Re: Script to convert tables to paragraphs

2013-11-27 Thread Shmuel Wolfson
26, 2013 12:28 PM To: framers@lists.frameusers.com Subject: Re: Script to convert tables to paragraphs ExtendScript is so powerful that I found it unusable for FrameMaker. If it were properly documented and Adobe provided useful sample code for automating common tasks it might be great. I think they pr

RE: Script to convert tables to paragraphs

2013-11-26 Thread Rick Quatro
--Original Message- From: framers-boun...@lists.frameusers.com [mailto:framers-boun...@lists.frameusers.com] On Behalf Of Robert Lauriston Sent: Tuesday, November 26, 2013 12:28 PM To: framers@lists.frameusers.com Subject: Re: Script to convert tables to paragraphs ExtendScript is so powerful that

Re: Script to convert tables to paragraphs

2013-11-26 Thread Robert Lauriston
ExtendScript is so powerful that I found it unusable for FrameMaker. If it were properly documented and Adobe provided useful sample code for automating common tasks it might be great. I think they provide those for some of their other apps. ___ You are

RE: Script to convert tables to paragraphs

2013-11-26 Thread Rick Quatro
1:43 AM To: framers@lists.frameusers.com Subject: Re: Script to convert tables to paragraphs AutoIT is capable of opening documents, editing them, and closing them in FrameMaker (by pretending to be a user driving the menus). On 2013-11-26 11:10, Rick Quatro wrote: I agree with your ass

Re: Script to convert tables to paragraphs

2013-11-26 Thread Shmuel Wolfson
3 10:10 AM To: framers@lists.frameusers.com Subject: Re: Script to convert tables to paragraphs   And the free editor that comes with it provides autocompletion and context-sens

Re: Script to convert tables to paragraphs

2013-11-26 Thread Jim Owens
amers-boun...@lists.frameusers.com [mailto:framers-boun...@lists.frameusers.com] *On Behalf Of *Shmuel Wolfson *Sent:* Tuesday, November 26, 2013 10:10 AM *To:* framers@lists.frameusers.com *Subject:* Re: Script to convert tables to paragraphs And the free editor that comes with it provides auto

RE: Script to convert tables to paragraphs

2013-11-26 Thread Rick Quatro
eusers.com Subject: Re: Script to convert tables to paragraphs And the free editor that comes with it provides autocompletion and context-sensitive help. Regards, Shmuel Wolfson 052-763-7133 On 26-Nov-13 4:27 PM, Jim Owens wrote: AutoIT is a powerful scripting language, and it comes

Re: Script to convert tables to paragraphs

2013-11-26 Thread Yves Barbion
Hi Shmuel Yes, AutiIT and your script did the trick. Thank you very much. -- Yves Barbion www.scripto.nu ___ You are currently subscribed to framers as arch...@mail-archive.com. Send list messages to framers@lists.frameusers.com. To unsubscribe

Re: Script to convert tables to paragraphs

2013-11-26 Thread Shmuel Wolfson
And the free editor that comes with it provides autocompletion and context-sensitive help. Regards, Shmuel Wolfson 052-763-7133 On 26-Nov-13 4:27 PM, Jim Owens wrote: AutoIT is a powerful scripting language, and it comes with good documenta

Re: Script to convert tables to paragraphs

2013-11-26 Thread Jim Owens
AutoIT is a powerful scripting language, and it comes with good documentation. It's intended to act as a surrogate for a human, by detecting screen or window activity and sending mouse or keyboard responses, but it's also very good for general-purpose programming. It includes the ability to co

Re: Script to convert tables to paragraphs

2013-11-26 Thread Shmuel Wolfson
Attached is an AutoIt script for this. AutoIt is a free scripting language for Windows. It's very easy to write AutoIt scripts for easy things like typing shortcut keys. You have to download and install AutoIt in order to run this. Below is the script as w