partsBin question

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

partsBin question

Davide Della Casa
Hi All,

I'm trying to copy morphs to the partsBin, but I'm struggling - this is what I do:

open webwerkstatt.xhtml - select any morph and then go to menu -> scripting -> copy to public partsBin (or copy the my partsBin) - but I get an error either way.

If I copy to the public partsBin I receive a "cannot copy to partsBin without a name", and the other option gives me an error "WorldMorph has no method promt".

I do have set a username. Am I using this feature in the wrong way? Should I configure something else first?

Cheers,
Davide
_______________________________________________
lively-kernel mailing list
[hidden email]
http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel
Reply | Threaded
Open this post in threaded view
|

Re: partsBin question

Lincke, Jens
Hi Davide,

every morph that should be copied into the PartsBin must have a name. You can rename a morph, by 
a) clicking on its name in the context menu
b) context menu > properties > edit name ...
c) by code: morph.name = "MyName"

You can copy morphs to the public parts bin and to the personal parts bin.
For the personal parts bin you have to set the username under "world menu > preferences > set username" to "davide"

But our current parts bin does not show your personal parts... the next one will do that ;-)

I created a home directory and a morph for you under 


Have fun,

Jens


On 27.04.2011, at 13:01, Davide Della Casa wrote:

Hi All,

I'm trying to copy morphs to the partsBin, but I'm struggling - this is what I do:

open webwerkstatt.xhtml - select any morph and then go to menu -> scripting -> copy to public partsBin (or copy the my partsBin) - but I get an error either way.

If I copy to the public partsBin I receive a "cannot copy to partsBin without a name", and the other option gives me an error "WorldMorph has no method promt".

I do have set a username. Am I using this feature in the wrong way? Should I configure something else first?

Cheers,
Davide
_______________________________________________
lively-kernel mailing list
[hidden email]
http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel


_______________________________________________
lively-kernel mailing list
[hidden email]
http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel
Reply | Threaded
Open this post in threaded view
|

Re: partsBin question

Davide Della Casa
Thanks Jens!

D

On 27 Apr 2011, at 13:59, Jens Lincke wrote:

Hi Davide,

every morph that should be copied into the PartsBin must have a name. You can rename a morph, by 
a) clicking on its name in the context menu
b) context menu > properties > edit name ...
c) by code: morph.name = "MyName"

You can copy morphs to the public parts bin and to the personal parts bin.
For the personal parts bin you have to set the username under "world menu > preferences > set username" to "davide"

But our current parts bin does not show your personal parts... the next one will do that ;-)

I created a home directory and a morph for you under 


Have fun,

Jens


On 27.04.2011, at 13:01, Davide Della Casa wrote:

Hi All,

I'm trying to copy morphs to the partsBin, but I'm struggling - this is what I do:

open webwerkstatt.xhtml - select any morph and then go to menu -> scripting -> copy to public partsBin (or copy the my partsBin) - but I get an error either way.

If I copy to the public partsBin I receive a "cannot copy to partsBin without a name", and the other option gives me an error "WorldMorph has no method promt".

I do have set a username. Am I using this feature in the wrong way? Should I configure something else first?

Cheers,
Davide
_______________________________________________
lively-kernel mailing list
[hidden email]
http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel



_______________________________________________
lively-kernel mailing list
[hidden email]
http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel
Reply | Threaded
Open this post in threaded view
|

Re: partsBin question

Davide Della Casa
P.S. this should be made clearer in the FAQ, where it gives an example about partBin http://localhost/lively/documentation/FAQ.xhtml

Maybe as soon as I configure a login with svn I'll give it a shot.

D

On 27 Apr 2011, at 15:22, Davide Della Casa wrote:

Thanks Jens!

D

On 27 Apr 2011, at 13:59, Jens Lincke wrote:

Hi Davide,

every morph that should be copied into the PartsBin must have a name. You can rename a morph, by 
a) clicking on its name in the context menu
b) context menu > properties > edit name ...
c) by code: morph.name = "MyName"

You can copy morphs to the public parts bin and to the personal parts bin.
For the personal parts bin you have to set the username under "world menu > preferences > set username" to "davide"

But our current parts bin does not show your personal parts... the next one will do that ;-)

I created a home directory and a morph for you under 


Have fun,

Jens


On 27.04.2011, at 13:01, Davide Della Casa wrote:

Hi All,

I'm trying to copy morphs to the partsBin, but I'm struggling - this is what I do:

open webwerkstatt.xhtml - select any morph and then go to menu -> scripting -> copy to public partsBin (or copy the my partsBin) - but I get an error either way.

If I copy to the public partsBin I receive a "cannot copy to partsBin without a name", and the other option gives me an error "WorldMorph has no method promt".

I do have set a username. Am I using this feature in the wrong way? Should I configure something else first?

Cheers,
Davide
_______________________________________________
lively-kernel mailing list
[hidden email]
http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel




_______________________________________________
lively-kernel mailing list
[hidden email]
http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel