Re: CDF help
- To: mathgroup at smc.vnet.net
- Subject: [mg130264] Re: CDF help
- From: debguy <johnandsara2 at cox.net>
- Date: Sat, 30 Mar 2013 04:09:36 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- References: <kie3rc$62h$1@smc.vnet.net>
crashes meaning cdf java window closes ? it shows errors? crashes / closes the kernel too? front end too? I'm unsure about CDF and if P can be global rather than be calculated by the CDF. (if it can you need to be sure the context path is Global`P like you intend) Hower in PREVIOUS versions you had to be careful when "saving as" .m type. Which meant the following: * use "delete all output" (no Out[n] in notebook) * No cell tags (no In[n] either) if the Cell has Input preceeding, bump it but don't evaluate and the tag disappears. Also! (again, previous version) You might not be able to use 2D representations of expression or "Boxed" expr. Meaning if you use Integrate don't use the graphical 2D symbol: use "Integrate[ ... ]". Meaning you want InputForm[ expr ] or FullForm[ Unevaluated [ expr ] ] and you do NOT want StandardForm[ expr ]. (maybe it does not export well) So you have a collection of clean never evaluated lines. try that. or even doing that in a fresh notebook (with default global options).