Morph as floating palette?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Morph as floating palette?

Stephan Eggermont-3
How do I make sure a floating palette morph stays in front of all of my application morphs (except the menu)? Do I have to manage ordering myself?

Stephan
Reply | Threaded
Open this post in threaded view
|

Re: Morph as floating palette?

Nicolai Hess

#morphicLayerNumber
maybe?



2015-06-15 19:29 GMT+02:00 Stephan Eggermont <[hidden email]>:
How do I make sure a floating palette morph stays in front of all of my application morphs (except the menu)? Do I have to manage ordering myself?

Stephan

Reply | Threaded
Open this post in threaded view
|

Re: Morph as floating palette?

HilaireFernandes
...and for example, use it as:

window setProperty: #morphicLayerNumber toValue: 5.


Hilaire


Le 15/06/2015 20:19, Nicolai Hess a écrit :

>
> #morphicLayerNumber
> maybe?
>
>
>
> 2015-06-15 19:29 GMT+02:00 Stephan Eggermont <[hidden email]
> <mailto:[hidden email]>>:
>
>     How do I make sure a floating palette morph stays in front of all
>     of my application morphs (except the menu)? Do I have to manage
>     ordering myself?
>
>     Stephan
>
>


--
Dr. Geo
http://drgeo.eu
http://google.com/+DrgeoEu



Reply | Threaded
Open this post in threaded view
|

Re: Morph as floating palette?

Stephan Eggermont-3
On 15-06-15 20:42, Hilaire wrote:
> setProperty: #morphicLayerNumber toValue: 5

Thanks, that works fine.

Stephan


Reply | Threaded
Open this post in threaded view
|

Re: Morph as floating palette?

Stephan Eggermont-3
On 15-06-15 20:53, Stephan Eggermont wrote:
> On 15-06-15 20:42, Hilaire wrote:
>> setProperty: #morphicLayerNumber toValue: 5

And looks like https://vimeo.com/130781061

Stephan