Re: [Pharo-users] have a question for morphic Designer in pharo.

2013-12-31 Thread Tobias Pape
On 30.12.2013, at 10:44, Marcus Denker wrote: > > On 28 Dec 2013, at 14:25, Tobias Pape wrote: > >> >> On 28.12.2013, at 10:07, Stéphane Ducasse wrote: >> >>> I guess that >>> >>> #: should be #’:’ >> >> That is one way. >> In this particular case, >> self property asMutator >> was the

Re: [Pharo-users] have a question for morphic Designer in pharo.

2013-12-30 Thread Marcus Denker
On 28 Dec 2013, at 14:25, Tobias Pape wrote: > > On 28.12.2013, at 10:07, Stéphane Ducasse wrote: > >> I guess that >> >> #: should be #’:’ > > That is one way. > In this particular case, > self property asMutator > was the better version, tho. > > Best > -Tobias > PS: Just curiou

Re: [Pharo-users] have a question for morphic Designer in pharo.

2013-12-29 Thread Tobias Pape
On 29.12.2013, at 08:56, Stéphane Ducasse wrote: > > On 28 Dec 2013, at 14:24, Tobias Pape wrote: > >> >> On 28.12.2013, at 10:07, Stéphane Ducasse wrote: >> >>> I guess that >>> >>> #: should be #’:’ >> >> That is one way. >> In this particular case, >> self property asMutator >> was

Re: [Pharo-users] have a question for morphic Designer in pharo.

2013-12-29 Thread Stéphane Ducasse
On 28 Dec 2013, at 14:24, Tobias Pape wrote: > > On 28.12.2013, at 10:07, Stéphane Ducasse wrote: > >> I guess that >> >> #: should be #’:’ > > That is one way. > In this particular case, > self property asMutator > was the better version, tho. > > Best > -Tobias > PS: Just curiou

Re: [Pharo-users] have a question for morphic Designer in pharo.

2013-12-28 Thread Stéphane Ducasse
This is really cool :) I would love to see how we could change the event system used because using thisContext all the time does not work and breaks the idea of not reifying the stack all the time. Once it will be working, it would be really nice to see if we can generate spec specification.

Re: [Pharo-users] have a question for morphic Designer in pharo.

2013-12-28 Thread Tobias Pape
On 28.12.2013, at 10:07, Stéphane Ducasse wrote: > I guess that > > #: should be #’:’ That is one way. In this particular case, self property asMutator was the better version, tho. Best -Tobias PS: Just curious, what was the reason to no longer allow #: ? Or, where can I find

Re: [Pharo-users] have a question for morphic Designer in pharo.

2013-12-28 Thread Stéphane Ducasse
I guess that #: should be #’:’ On 27 Dec 2013, at 19:44, Stephan Eggermont wrote: > When trying to load Designer in Pharo 3.0 I find uncompilable code in > Animations: > > 'updateCurrentValue: aValue > > self target ifNil: [^ self]. > > self target > perform

Re: [Pharo-users] have a question for morphic Designer in pharo.

2013-12-27 Thread peter yoo
great! "source: (self ui widgetList);" this code line is real solution. before i dont know, where inittilize "source". drag and drop is ok. and look object is ok. but cannot edit object property.(maybe mouse focus event problem) encounter new error then make new thread right? ps. thank yo

Re: [Pharo-users] have a question for morphic Designer in pharo.

2013-12-27 Thread Stephan Eggermont
When trying to load Designer in Pharo 3.0 I find uncompilable code in Animations: 'updateCurrentValue: aValue self target ifNil: [^ self]. self target perform: (self property, #:) asSymbol with: aValue.'

Re: [Pharo-users] have a question for morphic Designer in pharo.

2013-12-27 Thread Stephan Eggermont
Peter Yoo wrote: >1. im look monticello now. can look more version now. 28, 30 Interesting. I still cannot see anything newer than .24 in http://www.hpi.uni-potsdam.de/hirschfeld/squeaksource/MetacelloRepository Are you sure that it is exactly the same repository? There is likely to be a differen

Re: [Pharo-users] have a question for morphic Designer in pharo.

2013-12-27 Thread Stéphane Ducasse
On 27 Dec 2013, at 01:41, peter yoo wrote: > 1. im look monticello now. can look more version now. 28, 30 > > 2. email to Marcel Taeumel already. but not receive return mail. mabe into > spam? > > 3. latest squeak is cannot use too. squeak 4.1 image(in squeak 4.4 all in one > vm) with morphi

Re: [Pharo-users] have a question for morphic Designer in pharo.

2013-12-26 Thread peter yoo
1. im look monticello now. can look more version now. 28, 30 2. email to Marcel Taeumel already. but not receive return mail. mabe into spam? 3. latest squeak is cannot use too. squeak 4.1 image(in squeak 4.4 all in one vm) with morphic designer standard version can use. but class not same(squeak

Re: [Pharo-users] have a question for morphic Designer in pharo.

2013-12-25 Thread Stéphane Ducasse
> hello smalltalker! this is my first thread. Welcome :) > > first! im smalltalk newbie and use ogly english. sorry!!! Don’t worry our korean is near to zero ;) > i want using "Morphic Designer" in pharo. > because pharo is smart smalltalk environment, and morphic designer is > useful(maybe.

Re: [Pharo-users] have a question for morphic Designer in pharo.

2013-12-19 Thread Igor Stasenko
On 20 December 2013 02:24, peter yoo wrote: > hello smalltalker! this is my first thread. > > first! im smalltalk newbie and use ogly english. sorry!!! > > welcome aboard! > > i want using "Morphic Designer" in pharo. > because pharo is smart smalltalk environment, and morphic designer is > use

[Pharo-users] have a question for morphic Designer in pharo.

2013-12-19 Thread peter yoo
hello smalltalker! this is my first thread. first! im smalltalk newbie and use ogly english. sorry!!! i want using "Morphic Designer" in pharo. because pharo is smart smalltalk environment, and morphic designer is useful(maybe only loook movie file) but use not easy! because squeak and pha