Re: [Newbies] Re: Loading Vivide IDE?

2015-07-16 Thread H. Hirzel
On 7/16/15, marcel.taeumel marcel.taeu...@hpi.de wrote:
 Hi Hannes,

 I also updated the FAQ about class creation:
 https://github.com/hpi-swa/vivide/wiki/FAQ

 Best,
 Marcel

Now very clear.

https://github.com/hpi-swa/vivide/wiki/FAQ#how-can-i-create-a-class-in-vivide

Very neat to have a video clip right in the FAQ.

Thank you.

--Hannes



 --
 View this message in context:
 http://forum.world.st/Loading-Vivide-IDE-tp4837445p4837741.html
 Sent from the Squeak - Beginners mailing list archive at Nabble.com.
 ___
 Beginners mailing list
 Beginners@lists.squeakfoundation.org
 http://lists.squeakfoundation.org/mailman/listinfo/beginners

___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


Re: [Newbies] Re: Loading Vivide IDE?

2015-07-16 Thread H. Hirzel
On 7/16/15, marcel.taeumel marcel.taeu...@hpi.de wrote:
 Hey Hannes,

 here is a latest stable build:
 http://www.lively-kernel.org/babelsberg/vivide

Thank you, this is more convenient.

--HH

 Best,
 Marcel



 --
 View this message in context:
 http://forum.world.st/Loading-Vivide-IDE-tp4837445p4837737.html
 Sent from the Squeak - Beginners mailing list archive at Nabble.com.
 ___
 Beginners mailing list
 Beginners@lists.squeakfoundation.org
 http://lists.squeakfoundation.org/mailman/listinfo/beginners

___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


Re: [Newbies] Re: Loading Vivide IDE?

2015-07-16 Thread H. Hirzel
Thank you.

At the moment I'd like to add a method.

The video here
https://github.com/hpi-swa/vivide/blob/master/howto/howto-createmethod.gif

says I should tap two times. I assume you mean type two times the enter key.

I do not get an area where I can add the method code.

--Hannes

On 7/16/15, marcel.taeumel marcel.taeu...@hpi.de wrote:
 In case you missed it: http://forum.world.st/Vivide-IDE-td4837299.html :)

 Best,
 Marcel



 --
 View this message in context:
 http://forum.world.st/Loading-Vivide-IDE-tp4837445p4837866.html
 Sent from the Squeak - Beginners mailing list archive at Nabble.com.
 ___
 Beginners mailing list
 Beginners@lists.squeakfoundation.org
 http://lists.squeakfoundation.org/mailman/listinfo/beginners

___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


Re: [Newbies] Re: Loading Vivide IDE?

2015-07-16 Thread H. Hirzel
And how do I get the System Organisation list shown here

https://github.com/hpi-swa/vivide/blob/master/howto/howto-createscript.gif

?

On 7/16/15, H. Hirzel hannes.hir...@gmail.com wrote:
 Thank you.

 At the moment I'd like to add a method.

 The video here
 https://github.com/hpi-swa/vivide/blob/master/howto/howto-createmethod.gif

 says I should tap two times. I assume you mean type two times the enter
 key.

 I do not get an area where I can add the method code.

 --Hannes

 On 7/16/15, marcel.taeumel marcel.taeu...@hpi.de wrote:
 In case you missed it: http://forum.world.st/Vivide-IDE-td4837299.html :)

 Best,
 Marcel



 --
 View this message in context:
 http://forum.world.st/Loading-Vivide-IDE-tp4837445p4837866.html
 Sent from the Squeak - Beginners mailing list archive at Nabble.com.
 ___
 Beginners mailing list
 Beginners@lists.squeakfoundation.org
 http://lists.squeakfoundation.org/mailman/listinfo/beginners


___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


Re: [Newbies] Re: Loading Vivide IDE?

2015-07-15 Thread H. Hirzel
Hello again, Marcel

Thank you for the instruction how to get an 'Add class' window.

Waiting a few seconds after dragging out the 'Add class' window
brought up a hint.

After pressing 'e' the window appeared.

However while adding the class an emergency evaluator came up.

Maybe this is related to Squeak 4.6 because I had the similar thing
trying to leave an MVC project I created.

The videos on github are fine in terms of content but they play too
fast. So it is difficult to see which steps are actually involved
defining a class.

I suggest to go for a Squeak 4.6 all-in-one with Vivide preloaded so
that we have the same artifact we talk about while exploring the
Vivide functions.

Kind regards
Hannes Hirzel


On 7/15/15, marcel.taeumel marcel.taeu...@hpi.de wrote:
 Most of the time, you are dragging objects around. In this case, it is a
 block that contains the instructions to create that (other) object. If this
 is the case anywhere, just hit 'e' while dragging the object to evaluate it
 before dropping it.

 Another drag-modifier is 's', which lets you script any dropped objects
 directly.

 If you drag long enough, there will be a hint about possible drag modifiers
 in the bottom-right corner.

 Best,
 Marcel



 --
 View this message in context:
 http://forum.world.st/Loading-Vivide-IDE-tp4837445p4837525.html
 Sent from the Squeak - Beginners mailing list archive at Nabble.com.
 ___
 Beginners mailing list
 Beginners@lists.squeakfoundation.org
 http://lists.squeakfoundation.org/mailman/listinfo/beginners

___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


Re: [Newbies] Re: Loading Vivide IDE?

2015-07-14 Thread H. Hirzel
Loading went fine.

I opened an 'Animated Morphic' project and wanted to add a class as
shown in the video

https://github.com/hpi-swa/vivide/blob/master/howto/howto-createclass.gif

However the result I got was different, see attached screen shot.

Is there something missing?



On 7/14/15, marcel.taeumel marcel.taeu...@hpi.de wrote:
 Metacello can be loaded into Squeak 4.6 like this:
 https://github.com/dalehenrich/metacello-work

 Get the Metacello configuration (for Squeak users)
 Installer gemsource
 project: 'metacello';
 addPackage: 'ConfigurationOfMetacello';
 install.

 Bootstrap Metacello Preview, using mcz files (#'previewBootstrap' symbolic
 version
 ((Smalltalk at: #ConfigurationOfMetacello) project
   version: #'previewBootstrap') load.

 Load the Preview version of Metacello from GitHub
 (Smalltalk at: #Metacello) new
   configuration: 'MetacelloPreview';
   version: #stable;
   repository: 'github://dalehenrich/metacello-work:configuration';
   load.
 Now load latest version of Metacello
 Metacello new
   baseline: 'Metacello';
   repository: 'github://dalehenrich/metacello-work:master/repository';
   get.
 Metacello new
   baseline: 'Metacello';
   repository: 'github://dalehenrich/metacello-work:master/repository';
   onConflict: [:ex | ex allow];
   load.

 Just do-it one code snippet after another in a workspace. Then:

 Metacello new
   baseline: 'Vivide';
   repository: 'github://hpi-swa/vivide/repository';
   load.

 For more examples, load the package VivideScripts:
 https://github.com/hpi-swa/vivide/tree/master/repository/VivideScripts.package

 I think this last step might work via the Monticello Browser tools.

 Best,
 Marcel



 --
 View this message in context:
 http://forum.world.st/Loading-Vivide-IDE-tp4837445p4837448.html
 Sent from the Squeak - Beginners mailing list archive at Nabble.com.
 ___
 Beginners mailing list
 Beginners@lists.squeakfoundation.org
 http://lists.squeakfoundation.org/mailman/listinfo/beginners

___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


Re: [Newbies] Re: Loading Vivide IDE?

2015-07-14 Thread H. Hirzel
P.S. It would  be helpful to have a ready-made Squeak 4.6 all-in-one
with Vivide preinstalled.

--HH

On 7/14/15, H. Hirzel hannes.hir...@gmail.com wrote:
 Loading went fine.

 I opened an 'Animated Morphic' project and wanted to add a class as
 shown in the video

 https://github.com/hpi-swa/vivide/blob/master/howto/howto-createclass.gif

 However the result I got was different, see attached screen shot.

 Is there something missing?



 On 7/14/15, marcel.taeumel marcel.taeu...@hpi.de wrote:
 Metacello can be loaded into Squeak 4.6 like this:
 https://github.com/dalehenrich/metacello-work

 Get the Metacello configuration (for Squeak users)
 Installer gemsource
 project: 'metacello';
 addPackage: 'ConfigurationOfMetacello';
 install.

 Bootstrap Metacello Preview, using mcz files (#'previewBootstrap'
 symbolic
 version
 ((Smalltalk at: #ConfigurationOfMetacello) project
   version: #'previewBootstrap') load.

 Load the Preview version of Metacello from GitHub
 (Smalltalk at: #Metacello) new
   configuration: 'MetacelloPreview';
   version: #stable;
   repository: 'github://dalehenrich/metacello-work:configuration';
   load.
 Now load latest version of Metacello
 Metacello new
   baseline: 'Metacello';
   repository: 'github://dalehenrich/metacello-work:master/repository';
   get.
 Metacello new
   baseline: 'Metacello';
   repository: 'github://dalehenrich/metacello-work:master/repository';
   onConflict: [:ex | ex allow];
   load.

 Just do-it one code snippet after another in a workspace. Then:

 Metacello new
   baseline: 'Vivide';
   repository: 'github://hpi-swa/vivide/repository';
   load.

 For more examples, load the package VivideScripts:
 https://github.com/hpi-swa/vivide/tree/master/repository/VivideScripts.package

 I think this last step might work via the Monticello Browser tools.

 Best,
 Marcel



 --
 View this message in context:
 http://forum.world.st/Loading-Vivide-IDE-tp4837445p4837448.html
 Sent from the Squeak - Beginners mailing list archive at Nabble.com.
 ___
 Beginners mailing list
 Beginners@lists.squeakfoundation.org
 http://lists.squeakfoundation.org/mailman/listinfo/beginners


___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners