Re: Button Help Example
- To: mathgroup at smc.vnet.net
- Subject: [mg81265] Re: [mg81238] Button Help Example
- From: DrMajorBob <drmajorbob at bigfoot.com>
- Date: Tue, 18 Sep 2007 00:36:15 -0400 (EDT)
- References: <1679650.1190016202655.JavaMail.root@m35>
- Reply-to: drmajorbob at bigfoot.com
Button["Color...", rgb = SystemDialogInput["Color"]] rgb or (without the button): rgb = SystemDialogInput["Color"] Bobby On Mon, 17 Sep 2007 02:34:01 -0500, David Park <djmpark at comcast.net> wrote: > One of the examples in the Button documentation is one that opens the > color > selector: > > Button["Color...", SystemDialogInput["Color"]] > > It does indeed open the color selector, but when one selects a color a nd > clicks OK nothing seems to happen. > > Can anyone turn this into a useful and functional example? > -- DrMajorBob at bigfoot.com