Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #3469
| From | David Bailey <dave@removedbailey.co.uk> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: A GUI Builder for Mathematica, or best existing solution.. |
| Date | 2011-07-04 10:48 +0000 |
| Organization | Steven M. Christensen and Associates, Inc and MathTensor, Inc. |
| Message-ID | <ius5pn$2gf$1@smc.vnet.net> (permalink) |
| References | <iup8fn$kt4$1@smc.vnet.net> |
On 03/07/2011 09:15, W M wrote: > I would like to construct reasonably complex GUIs using Mathematica > functionality and would like to do so using a visual WYSIWYG editor > for some portions (a GUI for GUIs). I have in mind something like the > visual editor present in NetBeans or for C# in Visual Studio. I have > no problem writing the more intricate parts of the code myself, but > would like to avoid writing lower-level details such as 'text label > goes here, with width X and length Y', etc. > > I suppose I could write GUI code in NetBeans and paste this into > Mathematica, but I am hoping that there is a more elegant solution > available. > > Thank you very much. > If you are building a really complex GUI, it may be best to create it in Java and link to that from Mathematica using J/Link. One advantage of this approach, is that you do end up with an industry standard GUI, which can be important if it is to be used by non-Mathematica users. My Super Widget Package makes it easy to create a Java GUI from Mathematica (available free from my website), using (hopefully reasonably elegant) Mathematica code, but there is no building tool - ultimately, I suppose, because I am not very keen on using a GUI to program! BTW, you certainly could not (usefully) paste NetBeans code into Mathematica! David Bailey http://www.dbaileyconsultancy.co.uk
Back to comp.soft-sys.math.mathematica | Previous | Next — Previous in thread | Find similar | Unroll thread
A GUI Builder for Mathematica, or best existing solution.. W M <wmun001@gmail.com> - 2011-07-03 08:15 +0000 Re: A GUI Builder for Mathematica, or best existing solution.. David Bailey <dave@removedbailey.co.uk> - 2011-07-04 10:48 +0000
csiph-web