MathGroup Archive 1997

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: User filename entry?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg8061] Re: [mg8016] User filename entry?
  • From: Mark Evans <evans at gte.net>
  • Date: Mon, 4 Aug 1997 01:47:44 -0400
  • Organization: None
  • Sender: owner-wri-mathgroup at wolfram.com

A.W.,

The function you want to use in 3.0 is just

	userFile = FrontEndExecute[ { 
          FrontEndToken["FileNameDialog"]
	}];

which I have used myself.  There is no equivalent to this call in 2.2. 
You can also make this call part of a ButtonFunction.

In principle all 3.0 front end menu items have been tokenized.  The
reference books from Wolfram do not give a comprehensive list.  The
token above, for example, is not cited.  I don't know why their
publications department did not see fit to give us a complete list.

Dave Wagner has a more or less complete list.  See

	http://www.princon.com/princon/tips/tiptoc.html

and look at numbers 28 through 32 inclusive.  I suggest saving these
links to your hard drive for future reference.

You may also want to look at some of the configuration files in your
Mathematica 3.0 directory, especially "MenuSetup.tr".  Do a search for
this file using your operating system, it is nested way down inside
Mathematica's folders.  The MenuSetup.tr file actually configures the
front end menus and assigns the tokens.


-- Mark



P.S.  Is that joke in your signature about junk e-mail original?  Has
anyone ever paid up?  ;-)




> --
> A. W. Dunstan           Unsolicited email subject to a $500 charge/message,
> Software Engineer       5kb max per message, due on my receipt of your
> dunstan at omi.com         email.  Your transmittal of a message indicates your
> OptiMetrics, Inc.       acceptance of these terms.



  • Prev by Date: Re: Polynomial Canonical Form
  • Next by Date: Re: FastBinary Files and NT4.0
  • Previous by thread: User filename entry?
  • Next by thread: ImplicitPlot