On Dec 15, 2009, at 10:08 AM, Henrik Johansen wrote:
On Dec 15, 2009, at 9:37 07AM, GeertClaes wrote:
Marcus Denker-3 wrote: How can I tell the one-click to use a different image file?
Right-click -> Show package contents For Windows: - Edit last line in Pharo.ini to point to a different image For Linux: - Edit Pharo.sh For OSX: - In Contents/Info.plist set SqueakImageName to the your new image (either absolute or relative to the Contents directory)
If you leave it empty or provide an invalid image name, the usual "open an image"-dialog pops up when you start it.
I think that this is the problem with one-click: It's perfect for distributing a product, very nice for a "first user experience", but it does nit fit well with the image based developement style... I wonder if there is an easy way to fix that? Maybe "save as" should just save the image outside of the parcel? marcus