On Jan 15, 2008 11:26 AM, why the lucky stiff <[EMAIL PROTECTED]> wrote:
> On Mon, Jan 14, 2008 at 03:08:18PM -0800, Oliver Smith wrote: > > 1) I get random errors of the "shoes has encountered an error and must > > close" type when the list of completed tasks refreshes. the part that > > throws the error is in 'refresh' starting at line 68. I'm clearing the > > @gui_completed stack and using 'append' to add new stuff to it. the > error > > seems to go away if I comment out the call to 'clear'. I've played > around > > with it a bit and I don't think the error is on my side unless I'm doing > > something blatantly wrong? > > Rather than calling both "clear" and "append do", you can just stick > with "clear do". nice, good to know. I do still get the random crashes though. [snip] > > > 2) any chance there's an easy way to put a shoes app in the system tray? > > just asking :) > > Not easy, but there are some pointers here: > http://www.ruby-forum.com/topic/18102 > > Although this won't ever be a part of Shoes, I would love to see a > little library that was small, easy, and used the native API calls > for each OS. thanks for the link. I might just play around with that when I get a chance. [snip] > Well, anyway, that's a great sample and I'd really like to include > it with Shoes, if you are okay with the license: > <http://code.whytheluckystiff.net/svn/shoes/trunk/COPYING> > > You would be credited, just as Thomas Bell is. absolutely! feel free to change/add whatever you want as well. thanks, Oliver Smith > > _why >
