have a question for morphic Designer in pharo.
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 pharo is not same. ok i can try. i make a this guide. Morphic Designer in Pharo2-writeen korean. http://workspace.onionmixer.net/mediawiki/index.php?title=Morphic_Designer_i... now i can run in pharo. but encounterd error in playtime. look this section please. http://workspace.onionmixer.net/mediawiki/index.php?title=Morphic_Designer_i... start drag item but rise debug error. debugger display "positionInWord" is nil. i misssion way for solution. where look then can find way to answer? you can then little hint give to me please. thank you...T.T -- http://onionmixer.net | http://gentoo.or.kr | http://gnome.or.kr peter yoo. ROK
On 20 December 2013 02:24, peter yoo <onionmixer@gmail.com> 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 > useful(maybe.... only loook movie file) > > > but use not easy! because squeak and pharo is not same. > ok i can try. > > i make a this guide. > Morphic Designer in Pharo2-writeen korean. > > http://workspace.onionmixer.net/mediawiki/index.php?title=Morphic_Designer_in_Pharo2 > > > > now i can run in pharo. but encounterd error in playtime. > > look this section please. > > http://workspace.onionmixer.net/mediawiki/index.php?title=Morphic_Designer_in_Pharo2#Step_06_::_.ED.94.84.EB.A1.9C.EA.B7.B8.EB.9E.A8_.EA.B5.AC.EB.8F.99.EC.84.B1.EA.B3.B5.21_.EA.B7.B8.EB.9F.AC.EB.82.98_.EC.95.84.EC.A7.81_.EB.81.9D.EB.82.98.EC.A7.80_.EC.95.8A.EC.95.98.EB.8B.A4._positionInWorld_.EB.A9.94.EC.84.9C.EB.93.9C > > > start drag item but rise debug error. > debugger display "positionInWord" is nil. > > > no idea, i cannot even find any references (senders/implementors) to #positionInWord in my pharo image (though it is 3.0 one). > i misssion way for solution. > where look then can find way to answer? > > i guess you better contact with authors/developers of Morphic Designer project. > you can then little hint give to me please. > > My little hint: 1. read code 2. try to understand what's wrong 3. contact authors of code for help 4. try to fix it 5. if nothing helps, repeat from step 1. :) > thank you...T.T > > > -- > http://onionmixer.net | http://gentoo.or.kr | http://gnome.or.kr > peter yoo. ROK > -- Best regards, Igor Stasenko.
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.... only loook movie file)
Yes it is nice. Now you should pay attention because once we looked at the events and it used a different event mechanism that used thisContext (too costly to be used for every morph events). Now I would be really interested to know if you succeed to make it work even partly.
but use not easy! because squeak and pharo is not same. ok i can try.
i make a this guide. Morphic Designer in Pharo2-writeen korean. http://workspace.onionmixer.net/mediawiki/index.php?title=Morphic_Designer_i...
this is REALLY impressive!
now i can run in pharo. but encounterd error in playtime.
look this section please. http://workspace.onionmixer.net/mediawiki/index.php?title=Morphic_Designer_i...
start drag item but rise debug error. debugger display "positionInWord" is nil.
i misssion way for solution. where look then can find way to answer?
try to see in squeak how positionInWorld was implemented and see how to migrate it to Pharo. I do not know if the implementors of Morphic Designer is still maintaining it. May be he can help or else I suggest that you fork and publish your work. May be we were too aggressive about some methods that we removed. If you get some methods that you need for your project, let us know because we could add them into pharo or you can package them as extension of your project. let us know if you make progress. what could be good is if you put an image somewhere so that we can have a look. Stef
you can then little hint give to me please.
thank you...T.T
-- http://onionmixer.net | http://gentoo.or.kr | http://gnome.or.kr peter yoo. ROK
participants (3)
-
Igor Stasenko -
peter yoo -
Stéphane Ducasse