<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Oops, found a little bug:  double-clicking on an empty cell through up an error dialog.  </font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; min-height: 14px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Also, an idea: if you just draw that popup entry box just below the listbox with the OK button, add a Cancel button, then use "pack forget" when the user hits OK or Cancel.  Just a thought.  That mini-popup window is the only thing about these panels that is weird, I guess that why I still am thinking about how to ditch it. </font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; min-height: 14px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: 12.0px Helvetica">.hc</font></div><div><br></div><div><div>On May 19, 2008, at 7:09 PM, Hans-Christoph Steiner wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"> <div><br></div><div>Looks good to me.  This is already a massive improvement over what is there.  I don't know if you are sick of working on it, but I thought I'd throw a couple of minor ideas:</div><div><br></div><div>- it would be useful if the "startup flags" entry widget would stretch with the resizing window.  Then you could see more of those flags.</div><div><br></div><div>- perhaps the windows should open above the Pd window instead of the center of the screen?  I think you can get that info using [winfo rootx .] and [winfo rooty .]</div><div><br></div><div>.hc</div><br><div><div>On May 18, 2008, at 7:26 PM, David Golightly wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">As requested, I've put back the "Edit" and "Delete" buttons and added BackSpace as a Delete event for Mac OS X.  I couldn't get Cmd-BackSpace to fire effectively, but perhaps someone knows something I don't about getting that to work.<br> <br><br><div class="gmail_quote">On Sun, May 18, 2008 at 7:15 AM, Hans-Christoph Steiner &lt;<a href="mailto:hans@eds.org">hans@eds.org</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <div style=""> <div><br></div><div>Very nice!  The mouse/keyboard interactive is well done, I only worry that the buttons are now too sparse.  I think delete and edit buttons would still be useful, maybe people don't use keyboard shortcuts at all.</div> <div><br></div><div>Also, on Mac OS X, Delete is not commonly used, so it would be good to also have BackSpace work for deleting.  Or maybe Cmd-BackSpace since that is what is used for deleting in the Finder.</div><div><br> </div><div><br></div><div>.hc</div><br><div><div><div></div><div class="Wj3C7c"><div>On May 18, 2008, at 9:46 AM, David Golightly wrote:</div><br></div></div><blockquote type="cite"><div><div></div><div class="Wj3C7c">A note on the latest changes: I removed all the list manipulation buttons and added the following bindings:<br> <br>- The list items can be re-ordered by drag-and-drop.<br>- Clicking on a list item allows you to edit it.<br> - Clicking anywhere else in the listbox allows you to add a new list item.<br>- You can also traverse the list using up and down arrow keys, then press "Enter" to change the selected item.<br> - Press "Delete" to delete the currently selected list item.<br> <br>I kept around the "New..." button, since it may not be immediately obvious to newbies how to add new things to the list.<br><br>I also removed the "Save all settings" button and folded its action in to the "Apply" command (and, by extension, the OK command).  I played around with trying to get an in-place editable listbox control for the Startup dialog, but to no avail - it's apparently no trivial task in Tcl/Tk.  Perhaps for a future revision.  However, the popup dialog functions effective the same, as "Enter" will submit your edit and "Esc" will cancel; once you get used to it it shouldn't be much different.<br> <br>I'm also now centering the dialog windows on the screen.  I'd like to do this also (especially) for the "Properties" dialogs that are used to edit GUI controls.  Tk like to try and "cascade" new dialogs as they appear; this is too clever by half, and really annoying once if you do a lot of editing.  But I've only tested this centering behavior on my own Macbook 15" screen, so it would be great if others could verify it's still usable on other screen sizes.<br> <br>One other thing: these dialogs can now be resized, but they appear at their minimum size, so you can't shrink them any further (you can only expand them).<br><br>Please let me know what you think and as always let me know if you run into any trouble!<br> <br>Thanks,<br>David<br><br><br><div class="gmail_quote">On Sat, May 17, 2008 at 6:06 PM, David Golightly &lt;<a href="mailto:davigoli@gmail.com" target="_blank">davigoli@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Ok, with the path/startup dialogs, this is about the feature set I'd like to end up with for now.  Please, everyone, review it for usability &amp; obvious bugs, and if it looks good I'll submit it as a patch.<br> <br> Thanks,<br><font color="#888888"><br>David</font><div><div></div><div><br><br><br><div class="gmail_quote">On Tue, May 13, 2008 at 11:53 PM, Steffen Juul &lt;<a href="mailto:stffn@dibidut.dk" target="_blank">stffn@dibidut.dk</a>> wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <div><div></div><div><br> On 14/05/2008, at 0.16, marius schebella wrote:<br> <br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> David Golightly wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Keep in mind I'm<br> still learning Tcl/Tk, so some of these ideas, while excellent, are a<br> little beyond my technical grasp at this point and may be improvements<br> that we make incrementally over time.  Also, I have a limited amount of<br> my time to budget for this kind of work<br> </blockquote> <br> david,<br> if you spend 1 hour on coding and one hour on documenting of how to get<br> to that step, (instead of 2 hours coding), then the chance that more<br> people will be able to jump in is bigger. tcl/tk is new to most people.<br> being able to concentrate on design and ui aspects would make life<br> easier. the hard part is to get started.<br> </blockquote> <br></div></div> Especially since the names in Tk are to my experience somewhat different to what one put in the search bar, ie. of my/your(?)/normal vocabulary.<br> <br> Example: tabs ~= notebook. See <a href="http://wiki.tcl.tk/2298" target="_blank">http://wiki.tcl.tk/2298</a><br> </blockquote></div><br> </div></div></blockquote></div><br></div></div><div class="Ih2E3d"><div style="margin: 0px;"> _______________________________________________</div><div style="margin: 0px;"><a href="mailto:PD-list@iem.at" target="_blank">PD-list@iem.at</a> mailing list</div><div style="margin: 0px;">UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a></div> </div></blockquote></div><br><div> <span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><br> <span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div> <br></div><div>----------------------------------------------------------------------------</div><div><br></div><div>I spent 33 years and four months in active military service and during that period I spent most of my time as a high class muscle man for Big Business, for Wall Street and the bankers.      - General Smedley Butler</div> <br></span></span> </div><br></div></blockquote></div><br><span>&lt;u_main.tk></span></blockquote></div><br><div> <span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><br class="Apple-interchange-newline"><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div><br class="khtml-block-placeholder"></div><div>----------------------------------------------------------------------------</div><div><br></div><div>"[W]e have invented the technology to eliminate scarcity, but we are deliberately throwing it away to benefit those who profit from scarcity."        -John Gilmore</div><br class="Apple-interchange-newline"></span></span> </div><br></blockquote></div><br><div> <span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><br class="Apple-interchange-newline"></span><div><br class="khtml-block-placeholder"></div><div><br class="khtml-block-placeholder"></div><div><br class="khtml-block-placeholder"></div><div><br class="khtml-block-placeholder"></div><div><br></div><div>----------------------------------------------------------------------------<br></div><div><br class="khtml-block-placeholder"></div><div>"It is convenient to imagine a power beyond us because that means we don't have to examine our own lives.", from "The Idols of Environmentalism", by Curtis White</div><div><br class="khtml-block-placeholder"></div><div><br class="khtml-block-placeholder"></div><br class="Apple-interchange-newline"></span> </div><br></body></html>