importing text-insets

2010-03-11 Thread Michael Weyrauch
Hello

I have several text-insets imported into the main document as reference. But FM 
inserts them with an absolute path. Therefore one, who wants to continue 
working on the same document but in a different working environment, has to 
re-import all text-insets. Has one of you an idea how this can be avoided?

Cheers
Michael

_
Michael Weyrauch
Technical Writer
PL Clocks, Watches, Graphic Drivers

NXP Semiconductors
Binzstrasse 38, CH-8045 Zurich, Switzerland
Tel : +41 (0)44 454 7749 Fax : +41 (0)44 454 7791
E-mail: michael.weyra...@nxp.commailto:michael.weyra...@nxp.com
_

___


You are currently subscribed to Framers as arch...@mail-archive.com.

Send list messages to fram...@lists.frameusers.com.

To unsubscribe send a blank email to 
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


RE: importing text-insets

2010-03-11 Thread Combs, Richard
Michael Weyrauch wrote: 
 
 I have several text-insets imported into the main document as
reference.
 But FM inserts them with an absolute path. Therefore one, who wants to
 continue working on the same document but in a different working
 environment, has to re-import all text-insets. Has one of you an idea
how
 this can be avoided?

FM treats paths as relative _unless_ they traverse the root directory of
a drive. 

So, this results in absolute paths because the relative path between
them traverses \: 

\foo\insetsource.fm
\bar\insetdestination.fm 

This does not because the relative path between them traverses
commondir: 

\commondir\foo\insetsource.fm
\commondir\bar\insetdestination.fm 

HTH!

Richard G. Combs
Senior Technical Writer
Polycom, Inc.
richardDOTcombs AT polycomDOTcom
303-223-5111
--
rgcombs AT gmailDOTcom
303-777-0436
--






___


You are currently subscribed to Framers as arch...@mail-archive.com.

Send list messages to fram...@lists.frameusers.com.

To unsubscribe send a blank email to 
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


importing text-insets

2010-03-11 Thread Michael Weyrauch
Hello

I have several text-insets imported into the main document as reference. But FM 
inserts them with an absolute path. Therefore one, who wants to continue 
working on the same document but in a different working environment, has to 
re-import all text-insets. Has one of you an idea how this can be avoided?

Cheers
Michael

_
Michael Weyrauch
Technical Writer
PL Clocks, Watches, Graphic Drivers

NXP Semiconductors
Binzstrasse 38, CH-8045 Zurich, Switzerland
Tel : +41 (0)44 454 7749 Fax : +41 (0)44 454 7791
E-mail: michael.weyrauch at nxp.com
_



importing text-insets

2010-03-11 Thread Combs, Richard
Michael Weyrauch wrote: 

> I have several text-insets imported into the main document as
reference.
> But FM inserts them with an absolute path. Therefore one, who wants to
> continue working on the same document but in a different working
> environment, has to re-import all text-insets. Has one of you an idea
how
> this can be avoided?

FM treats paths as relative _unless_ they traverse the root directory of
a drive. 

So, this results in absolute paths because the relative path between
them traverses \: 

\foo\insetsource.fm
\bar\insetdestination.fm 

This does not because the relative path between them traverses
commondir: 

\commondir\foo\insetsource.fm
\commondir\bar\insetdestination.fm 

HTH!

Richard G. Combs
Senior Technical Writer
Polycom, Inc.
richardDOTcombs AT polycomDOTcom
303-223-5111
--
rgcombs AT gmailDOTcom
303-777-0436
--








RE: Importing text insets

2006-06-12 Thread Harro de Jong
Shelly Schneider wrote :

 This isn't drag and drop, but you could use the shortcut keys for
 importing files - ESC f-i-f. It's faster than going to the menu,
 anyway.  

If you want to do it faster, map the Import File command to F10, or
something. 1 keystroke instead of 4. 

Add this line to fminit\configui\customui.cfg:
Modify ImportFile KeySequence /F10

Or maybe you could do the import in MIF. Find out what the entry for a
text inset looks like, create copies of this entry and edit the path and
filename in the copies. 


Harro de Jong
___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

To unsubscribe send a blank email to
[EMAIL PROTECTED]
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to [EMAIL PROTECTED] Visit
http://www.frameusers.com/ for more resources and info.


Importing text insets

2006-06-12 Thread Harro de Jong
Shelly Schneider wrote :

> This isn't drag and drop, but you could use the shortcut keys for
> importing files - ESC f-i-f. It's faster than going to the menu,
> anyway.  

If you want to do it faster, map the Import File command to F10, or
something. 1 keystroke instead of 4. 

Add this line to fminit\configui\customui.cfg:
>

Or maybe you could do the import in MIF. Find out what the entry for a
text inset looks like, create copies of this entry and edit the path and
filename in the copies. 


Harro de Jong



Re: Importing text insets

2006-06-09 Thread John Posada
 Is there a way import text insets by dragging and dropping them
 into an open Frame document?  It's irritating to have to jump
 through the menu hoops when you have a large number of files to
 import.

Not that I'm aware of. If there was, it WOULD save me loads of time.
FM has never been up to speed in drag and drop capabilities.



John Posada
Senior Technical Writer

So long and thanks for all the fish.
___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

To unsubscribe send a blank email to 
[EMAIL PROTECTED]
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to [EMAIL PROTECTED] Visit
http://www.frameusers.com/ for more resources and info.


Re: Importing text insets

2006-06-09 Thread eric . dunn
Sounds like a job for FrameScript...

Eric L. Dunn
Senior Technical Writer

Doug [EMAIL PROTECTED] wrote on 06/09/2006 12:03:18 PM:

 Is there a way import text insets by dragging and dropping them into
 an open Frame document?  It's irritating to have to jump through the
 menu hoops when you have a large number of files to import.

 --Doug



___
 

This e-mail communication (and any attachment/s) may contain confidential 
or privileged information and is intended only for the individual(s) or 
entity named above and to others who have been specifically authorized to 
receive it. If you are not the intended recipient, please do not read, 
copy, use or disclose the contents of this communication to others. Please 
notify the sender that you have received this e-mail in error by reply 
e-mail, and delete the e-mail subsequently. Please note that in order to 
protect the security of our information systems an AntiSPAM solution is in 
use and will browse through incoming emails. 
Thank you. 
_
 


Ce message (ainsi que le(s) fichier/s), transmis par courriel, peut 
contenir des renseignements confidentiels ou protégés et est destiné à 
l?usage exclusif du destinataire ci-dessus. Toute autre personne est par 
les présentes avisée qu?il est strictement interdit de le diffuser, le 
distribuer ou le reproduire. Si vous l?avez reçu par inadvertance, 
veuillez nous en aviser et détruire ce message. Veuillez prendre note 
qu'une solution antipollupostage (AntiSPAM) est utilisée afin d'assurer la 
sécurité de nos systems d'information et qu'elle furètera les courriels 
entrant.
Merci. 
_
 


___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

To unsubscribe send a blank email to
[EMAIL PROTECTED]
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to [EMAIL PROTECTED] Visit
http://www.frameusers.com/ for more resources and info.


Importing text insets

2006-06-09 Thread Doug
Is there a way import text insets by dragging and dropping them into
an open Frame document?  It's irritating to have to jump through the
menu hoops when you have a large number of files to import.

--Doug



Importing text insets

2006-06-09 Thread John Posada
> Is there a way import text insets by dragging and dropping them
> into an open Frame document?  It's irritating to have to jump
> through the menu hoops when you have a large number of files to
> import.

Not that I'm aware of. If there was, it WOULD save me loads of time.
FM has never been up to speed in drag and drop capabilities.



John Posada
Senior Technical Writer

"So long and thanks for all the fish."



Importing text insets

2006-06-09 Thread eric.d...@ca.transport.bombardier.com
Sounds like a job for FrameScript...

Eric L. Dunn
Senior Technical Writer

Doug  wrote on 06/09/2006 12:03:18 PM:

> Is there a way import text insets by dragging and dropping them into
> an open Frame document?  It's irritating to have to jump through the
> menu hoops when you have a large number of files to import.

> --Doug



___
 

This e-mail communication (and any attachment/s) may contain confidential 
or privileged information and is intended only for the individual(s) or 
entity named above and to others who have been specifically authorized to 
receive it. If you are not the intended recipient, please do not read, 
copy, use or disclose the contents of this communication to others. Please 
notify the sender that you have received this e-mail in error by reply 
e-mail, and delete the e-mail subsequently. Please note that in order to 
protect the security of our information systems an AntiSPAM solution is in 
use and will browse through incoming emails. 
Thank you. 
_
 


Ce message (ainsi que le(s) fichier/s), transmis par courriel, peut 
contenir des renseignements confidentiels ou prot?g?s et est destin? ? 
l?usage exclusif du destinataire ci-dessus. Toute autre personne est par 
les pr?sentes avis?e qu?il est strictement interdit de le diffuser, le 
distribuer ou le reproduire. Si vous l?avez re?u par inadvertance, 
veuillez nous en aviser et d?truire ce message. Veuillez prendre note 
qu'une solution antipollupostage (AntiSPAM) est utilis?e afin d'assurer la 
s?curit? de nos systems d'information et qu'elle fur?tera les courriels 
entrant.
Merci. 
_
 





Importing text insets

2006-06-09 Thread Shelly Schneider
This isn't drag and drop, but you could use the shortcut keys for
importing files - 
ESC f-i-f. It's faster than going to the menu, anyway.   -Shelly


-Original Message-
Doug  wrote on 06/09/2006 12:03:18 PM:

> Is there a way import text insets by dragging and dropping them into
> an open Frame document?  It's irritating to have to jump through the
> menu hoops when you have a large number of files to import.

> --Doug