On Fri, 11 Jun 1999, Ben Hochstedler wrote:
> I just noticed today that I can't connect objects in different layers.
> You can't even change an object's layer. You have to cut it and paste
> it. Is this correct?
That you can't connect between layers is not an accident. That was a
design decision we(I) took when implementing layers. The internal
complexity and efficiency is much better when the layers are separated. It
also is less confusing for the user, and i feel that not much power is
removed from the user.
> I'd really like to see the ability to at least connect objects in
> different layers. How easy would this source code change be Alex?
It will mean changes to all layer code.
> Other basic layer-specific features I'd like to see are:
> * the ability to hide entires layers for display and for EPS export
Possible.
> * the ability to change an object's layer without having to cut & paste
I can dig that. It's easy to implement to.
/ Alex