MathGroup Archive 2009

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

Search the Archive

Re: Application GUI in Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg98999] Re: [mg98929] Application GUI in Mathematica
  • From: "David Park" <djmpark at comcast.net>
  • Date: Thu, 23 Apr 2009 06:45:54 -0400 (EDT)
  • References: <7228326.1240393016392.JavaMail.root@n11>

I'm sure you could work this out for yourself using Columns, Rows, or Grid
along with Dynamic elements and putting it all into a CreateDialog
statement.

The Presentations package from my web site has a kind of MaTeX language for
laying out 'pages' and many examples of writing custom dynamic presentations
which can either be viewed in notebook or launched as a separate window. It
also has provision for embedding Sidebar notebooks within a mother notebook
and launching them with a button.


David Park
djmpark at comcast.net
http://home.comcast.net/~djmpark/  


From: Miroslav Cervenka [mailto:cervenka at fai.utb.cz] 

Hello everyone,

I would have the following question:

Is there a way how to construct a window with panes, buttons, charts,
checkboxes, listboxes, etc. in Mathematica?

All I have found are separate components which are rendered into a notebook
but nothing else. There is a way how to 
display a window (again, with a notebook inside) and a dialog box but that's
it.

I could not find any example putting all the bits and pieces together.

Many thanks for your tips in advance!

Mirek


___ Information from ESET Mail Security, ver. 4025 (20090421) ___
The message was checked by ESET Mail Security. www.eset.com






  • Prev by Date: Re: Re: representing the dihedral group
  • Next by Date: Re: Brace, bracket pretty format needed
  • Previous by thread: Re: Application GUI in Mathematica
  • Next by thread: pure function with optional number of arguments