Re: [Pharo-users] [Ann] DragPanels: Floating palette windows with drag-and-drop in Morphic

2015-07-03 Thread H. Hirzel
On 7/1/15, Stephan Eggermont step...@stack.nl wrote: On 01/07/15 13:00, H. Hirzel wrote: BTW Gofer new smalltalkhubUser: 'StephanEggermont' project: 'Documentation' package: 'CardsMorphic'; load. taken from above gives an error message. Needs a configuration,

Re: [Pharo-users] [Ann] DragPanels: Floating palette windows with drag-and-drop in Morphic

2015-07-01 Thread H. Hirzel
Thank you for the custom made class CardsSvgWriter I loaded it from http://smalltalkhub.com/#!/~StephanEggermont/Documentation CardsMorphic-StephanEggermont.57 through the Monticello Browser. BTW Gofer new smalltalkhubUser: 'StephanEggermont' project: 'Documentation' package:

Re: [Pharo-users] [Ann] DragPanels: Floating palette windows with drag-and-drop in Morphic

2015-07-01 Thread Stephan Eggermont
On 01/07/15 13:00, H. Hirzel wrote: BTW Gofer new smalltalkhubUser: 'StephanEggermont' project: 'Documentation' package: 'CardsMorphic'; load. taken from above gives an error message. Needs a configuration, depends on DragPanels and WebSocket from Zinc. I

Re: [Pharo-users] [Ann] DragPanels: Floating palette windows with drag-and-drop in Morphic

2015-06-30 Thread Stephan Eggermont
The export as SVG is indeed easy. I've added this helper class to CardsMorphic-StephanEggermont.56 It is not well-factored, and for now ignores font families. A class helper method to directly create a file: CardSvgWriter classnewFile: aString on: aCardWall ^self new write: aCardWall

Re: [Pharo-users] [Ann] DragPanels: Floating palette windows with drag-and-drop in Morphic

2015-06-29 Thread Peter Uhnák
On Mon, Jun 29, 2015 at 12:16 PM, Stephan Eggermont step...@stack.nl wrote: On 29-06-15 10:26, Hannes Hirzel wrote: Thank you, Stephan, for providing a well worked out example continuing where Morphic tutorials normally end. This is a real need to unearth functions which have been there

Re: [Pharo-users] [Ann] DragPanels: Floating palette windows with drag-and-drop in Morphic

2015-06-29 Thread Nicolai Hess
2015-06-29 10:26 GMT+02:00 Hannes Hirzel hannes.hir...@gmail.com: Thank you, Stephan, for providing a well worked out example continuing where Morphic tutorials normally end. This is a real need to unearth functions which have been there fore years but mostly unused. The two video clips

Re: [Pharo-users] [Ann] DragPanels: Floating palette windows with drag-and-drop in Morphic

2015-06-29 Thread H. Hirzel
On 6/29/15, Nicolai Hess nicolaih...@web.de wrote: 2015-06-29 10:26 GMT+02:00 Hannes Hirzel hannes.hir...@gmail.com: Thank you, Stephan, for providing a well worked out example continuing where Morphic tutorials normally end. This is a real need to unearth functions which have been there

Re: [Pharo-users] [Ann] DragPanels: Floating palette windows with drag-and-drop in Morphic

2015-06-29 Thread Nicolai Hess
2015-06-29 12:16 GMT+02:00 Stephan Eggermont step...@stack.nl: On 29-06-15 10:26, Hannes Hirzel wrote: Thank you, Stephan, for providing a well worked out example continuing where Morphic tutorials normally end. This is a real need to unearth functions which have been there fore years but

Re: [Pharo-users] [Ann] DragPanels: Floating palette windows with drag-and-drop in Morphic

2015-06-29 Thread H. Hirzel
On 6/29/15, Nicolai Hess nicolaih...@web.de wrote: 2015-06-29 12:55 GMT+02:00 Peter Uhnák i.uh...@gmail.com: On Mon, Jun 29, 2015 at 12:16 PM, Stephan Eggermont step...@stack.nl wrote: On 29-06-15 10:26, Hannes Hirzel wrote: Thank you, Stephan, for providing a well worked out example

Re: [Pharo-users] [Ann] DragPanels: Floating palette windows with drag-and-drop in Morphic

2015-06-29 Thread Stephan Eggermont
On 29-06-15 14:38, Nicolai Hess wrote: Yes, but clipping may be an issue, and any Morph with a slightly more advanded drawing method (like lists) may be more difficult. And you need a way to convert patterns/images to something that can be included in a svg file. Clipping paths in svg seem

Re: [Pharo-users] [Ann] DragPanels: Floating palette windows with drag-and-drop in Morphic

2015-06-29 Thread Stephan Eggermont
On 29-06-15 10:26, Hannes Hirzel wrote: Thank you, Stephan, for providing a well worked out example continuing where Morphic tutorials normally end. This is a real need to unearth functions which have been there fore years but mostly unused. The two video clips document the use cases of the

Re: [Pharo-users] [Ann] DragPanels: Floating palette windows with drag-and-drop in Morphic

2015-06-29 Thread H. Hirzel
On 6/29/15, Stephan Eggermont step...@stack.nl wrote: On 29-06-15 14:38, Nicolai Hess wrote: Yes, but clipping may be an issue, and any Morph with a slightly more advanded drawing method (like lists) may be more difficult. And you need a way to convert patterns/images to something that can

Re: [Pharo-users] [Ann] DragPanels: Floating palette windows with drag-and-drop in Morphic

2015-06-29 Thread Nicolai Hess
2015-06-29 14:52 GMT+02:00 H. Hirzel hannes.hir...@gmail.com: On 6/29/15, Nicolai Hess nicolaih...@web.de wrote: 2015-06-29 12:55 GMT+02:00 Peter Uhnák i.uh...@gmail.com: On Mon, Jun 29, 2015 at 12:16 PM, Stephan Eggermont step...@stack.nl wrote: On 29-06-15 10:26, Hannes Hirzel

Re: [Pharo-users] [Ann] DragPanels: Floating palette windows with drag-and-drop in Morphic

2015-06-29 Thread Hannes Hirzel
Thank you, Stephan, for providing a well worked out example continuing where Morphic tutorials normally end. This is a real need to unearth functions which have been there fore years but mostly unused. The two video clips document the use cases of the code nicely. A question not answered yet is:

Re: [Pharo-users] [Ann] DragPanels: Floating palette windows with drag-and-drop in Morphic

2015-06-28 Thread stepharo
Stefan It would be fun to see if you can implement the same in Bloc Stef

Re: [Pharo-users] [Ann] DragPanels: Floating palette windows with drag-and-drop in Morphic

2015-06-28 Thread Stephan Eggermont
On 28/06/15 20:22, Stephan Eggermont wrote: On 28/06/15 17:10, stepharo wrote: Stefan It would be fun to see if you can implement the same in Bloc Where do I find some info on how to structure that in Bloc? When should I subclass BlMorph and when BlView? It might be a good case to explain

Re: [Pharo-users] [Ann] DragPanels: Floating palette windows with drag-and-drop in Morphic

2015-06-28 Thread Stephan Eggermont
On 28/06/15 17:10, stepharo wrote: Stefan It would be fun to see if you can implement the same in Bloc Where do I find some info on how to structure that in Bloc? When should I subclass BlMorph and when BlView? It might be a good case to explain some of the design trade-offs in Bloc and

Re: [Pharo-users] [Ann] DragPanels: Floating palette windows with drag-and-drop in Morphic

2015-06-27 Thread Alain Plantec via Pharo-users
---BeginMessage--- yes great! thanks Cheers Alain On 27 Jun 2015, at 00:30, Thierry Goubier thierry.goub...@gmail.com wrote: Very cool. Thanks Stephan. Thierry Le 26 juin 2015 6:17 PM, Stephan Eggermont step...@stack.nl mailto:step...@stack.nl a écrit : Morphic offers everything

[Pharo-users] [Ann] DragPanels: Floating palette windows with drag-and-drop in Morphic

2015-06-26 Thread Stephan Eggermont
Morphic offers everything needed to create highly interactive applications in Pharo. It is however, difficult to find out how to actually create those applications. Morphic tutorials provide a starting point, and are not very good at showing how the different features interact and are supposed

Re: [Pharo-users] [Ann] DragPanels: Floating palette windows with drag-and-drop in Morphic

2015-06-26 Thread Stephan Eggermont
On 26-06-15 18:15, Stephan Eggermont wrote: On the wishlist are - migrate to Bloc - make sure the panels stay behind spotter - replace the dialogs by something in the same style - use the panels in MorphicDraw Stephan

Re: [Pharo-users] [Ann] DragPanels: Floating palette windows with drag-and-drop in Morphic

2015-06-26 Thread Thierry Goubier
Very cool. Thanks Stephan. Thierry Le 26 juin 2015 6:17 PM, Stephan Eggermont step...@stack.nl a écrit : Morphic offers everything needed to create highly interactive applications in Pharo. It is however, difficult to find out how to actually create those applications. Morphic tutorials