I don't like them currently. I turn them off and turn on the mainbar. I find they tend to clutter the real estate and don't really offer me any additional functions that I can't get through the menu or a workspace.
Am I missing something? _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Not really. Just a matter of preference.
I tend to turn off flaps that come with Squeak, but I've made my own. You can put anything in the flap (arbitrary objects or windows that you've set up just so). Flaps can hold any object and a flap can be easier to get to than the desktop. You certainly could write code to repeat the customization (and that's probably a more scalable approach), but flaps can be handy. On Wed, May 28, 2008 at 12:56 PM, Ryan Zerby <[hidden email]> wrote: > I don't like them currently. I turn them off and turn on the mainbar. I > find they tend to clutter the real estate and don't really offer me any > additional functions that I can't get through the menu or a workspace. > > Am I missing something? > > _______________________________________________ > Beginners mailing list > [hidden email] > http://lists.squeakfoundation.org/mailman/listinfo/beginners > > Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
In reply to this post by Ryan Zerby-2
Hello Ryan,
RZ> Am I missing something? the left Flap can be used to move (copy) Morphs between Projects and I don't know another way to do this. Which doesn't mean it's impossible. -- Cheers, Herbert _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Hello,
You can export an object as morph, isn't it? ("export..." option by menu) Of course you will have problems if this morph has scripts calling to another objects... El mié, 28-05-2008 a las 20:15 +0200, Herbert König escribió: Hello Ryan, RZ> Am I missing something? the left Flap can be used to move (copy) Morphs between Projects and I don't know another way to do this. Which doesn't mean it's impossible. _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Export and import to move between projects? I can understand doing
that to move between images, but you can have multiple projects per image. (World menu, new, morphic project). On Thu, May 29, 2008 at 3:08 AM, antonio <[hidden email]> wrote: > Hello, > > You can export an object as morph, isn't it? ("export..." option by menu) > Of course you will have problems if this morph has scripts calling to > another objects... > > El mié, 28-05-2008 a las 20:15 +0200, Herbert König escribió: > > Hello Ryan, > > > RZ> Am I missing something? > the left Flap can be used to move (copy) Morphs between Projects and I > don't know another way to do this. Which doesn't mean it's impossible. > > > > _______________________________________________ > Beginners mailing list > [hidden email] > http://lists.squeakfoundation.org/mailman/listinfo/beginners > > Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Hello again,
I was speaking about: > RZ> Am I missing something? > the left Flap can be used to move (copy) Morphs between Projects and I > don't know another way to do this. Which doesn't mean it's impossible. _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
In reply to this post by David Mitchell-10
Sorry, I notice now I was speaking about another image version, anyway you can do it, the method is saveonFile (inside Morph class, of course)
El jue, 29-05-2008 a las 08:09 -0500, David Mitchell escribió: Export and import to move between projects? I can understand doing that to move between images, but you can have multiple projects per image. (World menu, new, morphic project). On Thu, May 29, 2008 at 3:08 AM, antonio <[hidden email]> wrote: > Hello, > > You can export an object as morph, isn't it? ("export..." option by menu) > Of course you will have problems if this morph has scripts calling to > another objects... > > El mié, 28-05-2008 a las 20:15 +0200, Herbert König escribió: > > Hello Ryan, > > > RZ> Am I missing something? > the left Flap can be used to move (copy) Morphs between Projects and I > don't know another way to do this. Which doesn't mean it's impossible. > > > > _______________________________________________ > Beginners mailing list > [hidden email] > http://lists.squeakfoundation.org/mailman/listinfo/beginners > > _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
In reply to this post by Herbert König
On Wed, 28 May 2008 20:15:50 +0200, Herbert König wrote:
> the left Flap can be used to move (copy) Morphs between Projects and I > don't know another way to do this. Which doesn't mean it's impossible. Hi Herbert, Interesting - when a morph is placed in a flap, the left (Squeak) flap does move, the other flaps do copy. Via the menu route: right click over object > copy to paste buffer switch project left click world > new morph > from paste buffer or right click world > project > object from paste buffer Chris _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Free forum by Nabble | Edit this page |