Hello,

  I stumbled over GUIKit - a Mathematica toolkit from
Wolfram Research for building and running UIs.

  Here's a simple example:

   GUIRun[
      Widget[ "Frame", 
       { Widget[ "Label", { "text" -> "Label:"}],
         Widget[ "TextField", { "text" -> "Input" }]},
         Widget[ "TextArea", { "text" -> "Content"
}]}, Name -> "myFrame" ]
   ]

  Although Wolfram's GUIKit is not using XML it looks
like it's using a higher-level UI language in the
HTML/XUL tradition.

  What do think? Have a look at the menu example
online @
http://documents.wolfram.com/solutions/guikit/WidgetGallery/Advanced/MenuWidgetGallery.en.html

    For more info about the GUIKit, see
http://www.wolfram.com/solutions/guikit

    If anyone has tried out Wolfram's GUIKit, let us
know what you think.

   - Gerald

-----------------------
Gerald Bauer
Rich Client Conference (RichCon) 2005 -
http://richcon.com
XUL News Wire - http://xulnews.com
XUL Alliance - http://xulalliance.org  


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
xul-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xul-talk

Reply via email to