|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Magma and TweakI am writing simple educational applications for a customer that requires a good user interface with a database. So, I did some initial research and said, wow, Magma looks like a good choice and Tweak also looked like a good choice (I was also thinking about just using Morphic). I have been playing around with Croquet and Cobalt a bit also.
I am on a Mac so I loaded the current Squeak image and installed Magma. Now, when I try to use Monticello to install tweak from http://hedgehog.software.umn.edu:8888/Tweak. I get an error that I attached. I am trying to use the install.mcm file. I did go back to use an older version of Monticello and got it to load to a certain point before it started syntax erroring on CObject and other classes. I did update the package to the most current and still gives me this error. I hope this helps. I am brand new to Squeak and trying to learn the insides and out, Thanks for any advice! Keith _______________________________________________ Beginners mailing list Beginners@... http://lists.squeakfoundation.org/mailman/listinfo/beginners |
|
|
Re: Magma and TweakOn 10.04.2008, at 06:54, Dr Keith A. Morneau wrote: > I am writing simple educational applications for a customer that > requires a good user interface with a database. So, I did some > initial research and said, wow, Magma looks like a good choice and > Tweak also looked like a good choice (I was also thinking about just > using Morphic). I have been playing around with Croquet and Cobalt a > bit also. > > I am on a Mac so I loaded the current Squeak image and installed > Magma. Now, when I try to use Monticello to install tweak from http://hedgehog.software.umn.edu:8888/Tweak > . I get an error that I attached. I am trying to use the install.mcm > file. I did go back to use an older version of Monticello and got it > to load to a certain point before it started syntax erroring on > CObject and other classes. I did update the package to the most > current and still gives me this error. I hope this helps. The version of Monticello and MonticelloConfigurations from the Hedgehog repository should work. I'd try to start with the HomeBase image, it documents how to install Tweak. Then load Magma. Tweak will not load into a "current" Squeak image, it has not been ported from 3.8, yet. - Bert - _______________________________________________ Beginners mailing list Beginners@... http://lists.squeakfoundation.org/mailman/listinfo/beginners |
|
|
|
|
|
|
|
|
Re: Re: Magma and Tweak> Sorry, when I try to load Magma, I get the following syntax error:
> > Behavior *ma base additions maFirstCommentOrNilAt: That is only half of a syntax error. A common problem is that croquet by default disallows "_" for assignment, it only accepts ":=". Magma may still use "_". As mentioned at in the Croquet developr FAQ: http://www.opencroquet.org/index.php/Developer_FAQs Preferences enable: #allowUnderscoreAssignment. - Bert - _______________________________________________ Beginners mailing list Beginners@... http://lists.squeakfoundation.org/mailman/listinfo/beginners |
| Free Forum Powered by Nabble | Forum Help |