On Tue, Apr 7, 2009 at 3:41 PM, doki_pen <[email protected]> wrote: > Joel Fernandes wrote: >> >> On Wed, Apr 8, 2009 at 1:03 AM, doki_pen <[email protected]> wrote: >> >>> >>> Thanks. �It's good enough for now. �I can create shy files. �The packager >>> gui is a little confusing. >>> >>> * typing in the location text field doesn't work, you must select from >>> the >>> file dialog to trigger some event that updates the location >>> * if the user types in a path, it should figure out if it's a directory >>> or >>> file automatically (maybe it would if it worked) >>> >>> Should I bother fixing these? �Would they be accepted? >>> >> >> Those are not bugs, they're supposed to be that way, I find that >> intuitive. >> I wouldn't want to type in the path manually as that would be more error >> prone. >> >> You could tweak it to best suit yourself though, its ruby so that >> shouldn't be too hard. :-) >> >> Joel >> > > If you shouldn't type in the text field, then you shouldn't allow users to > type. It should be read-only.
You can try that behavior if you want. The packager UI is just Shoes code. Take a look at lib/shoes/pack.rb, specifically the definition of the PackMake proc. -- Seth Thomas Rasmussen http://greatseth.com
