help needed with FrontEndObject::notavail
- To: mathgroup at smc.vnet.net
- Subject: [mg69199] help needed with FrontEndObject::notavail
- From: "Chris Chiasson" <chris at chiasson.name>
- Date: Fri, 1 Sep 2006 06:41:53 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
I have some .m files that execute on the loading of Mathematica. Apparently, they execute before the front end is available. When this happens, the text in the pictures they export looks like OutputForm, a far cry from TraditionalForm... Is there a way to force a stay in execution until the front end comes online? What am I going to do when I move this code to my linux computer (it's headless)? Presently, the .m files load so early as a consequence of Wolfram Workbench loading them as part of its ExecutionBuildCommand. That will change when I move it to the linux computer, which will build these pictures by having a call from a makefile (or ant build file) that says to execute these .m files. So, what's the solution? :-] -- http://chris.chiasson.name/