Prev: importing 3D-data from STEP file
Next: How export/recompile expressions and calculation code to run
From: Szabolcs Horvát on 31 Jul 2010 02:42 Hello MathGroup, I'm using a palette to display some information dynamically. It is created using CreatePalette[]. What is the correct/easiest way to make the palette inherit the original notebook's (from where CreatePalette[] is evaluated) kernel in case the notebook was not using the default kernel? -- Szabolcs
From: John Fultz on 1 Aug 2010 04:58 On Sat, 31 Jul 2010 02:42:25 -0400 (EDT), Szabolcs Horv=E1t wrote: > Hello MathGroup, > > I'm using a palette to display some information dynamically. It is > created using CreatePalette[]. What is the correct/easiest way to make > the palette inherit the original notebook's (from where CreatePalette[] > is evaluated) kernel in case the notebook was not using the default > kernel? > > -- Szabolcs CreatePalette[..., Evaluator->CurrentValue[EvaluationNotebook[],Evaluator]] Sincerely, John Fultz jfultz(a)wolfram.com User Interface Group Wolfram Research, Inc.
|
Pages: 1 Prev: importing 3D-data from STEP file Next: How export/recompile expressions and calculation code to run |