Re: [Pharo-users] To get started with Gtoolkit and bloc

2018-09-17 Thread Hilaire
Thanks for the example and the article. How do you know to start with #draggableInParent? I will look more deeply at the links you gave. I like the story telling in your screenshot. This gives inspiration to apply to other domain. Hilaire Le 17/09/2018 à 09:02, Tudor Girba a écrit : > > I see

Re: [Pharo-users] To get started with Gtoolkit and bloc

2018-09-17 Thread Tudor Girba
Hi, I see where the issue comes from. The are like test methods that return an object. That object serves as example, but it is not necessarily a user facing object. Look at the picture below showing BlDragExamples>>#draggableInParent. BlDragExamples>>#draggableInParent calls several other

Re: [Pharo-users] To get started with Gtoolkit and bloc

2018-09-16 Thread Hilaire
Le 16/09/2018 à 08:00, Tudor Girba a écrit : > The examples are found in methods annotated with . What do you > mean that "Several examples are not actionable”? Could you provide examples > of that to find out what the problem is? For examples, in those classes I don't know what to do: * *BlDrag

Re: [Pharo-users] To get started with Gtoolkit and bloc

2018-09-16 Thread Hilaire
Ok, thanks for the tip. Hilaire Le 16/09/2018 à 00:02, Juraj Kubelka via Pharo-users a écrit : > We are aware of this issue. Current workaround is to save and then quit > without saving. -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] To get started with Gtoolkit and bloc

2018-09-15 Thread Tudor Girba
Hi, Thanks for trying. The examples are found in methods annotated with . What do you mean that "Several examples are not actionable”? Could you provide examples of that to find out what the problem is? Cheers, Doru > On Sep 15, 2018, at 10:10 AM, Hilaire wrote: > > Play a bit with the exa

Re: [Pharo-users] To get started with Gtoolkit and bloc

2018-09-15 Thread Juraj Kubelka via Pharo-users
--- Begin Message --- Hi Hilaire, We are aware of this issue. Current workaround is to save and then quit without saving. Juraj > On Sep 15, 2018, at 14:27, Hilaire wrote: > > > > Le 15/09/2018 à 10:10, Hilaire a écrit : >> By the way, once Bloc was installed on the image, the image does no

Re: [Pharo-users] To get started with Gtoolkit and bloc

2018-09-15 Thread Hilaire
Le 15/09/2018 à 10:10, Hilaire a écrit : > By the way, once Bloc was installed on the image, the image does not > save. Crash dump included. -- Dr. Geo http://drgeo.eu crash.dmp Description: application/vnd.tcpdump.pcap

Re: [Pharo-users] To get started with Gtoolkit and bloc

2018-09-15 Thread Hilaire
Play a bit with the examples. Help me to write some code in the playground Several examples are not actionable and seems to be part of some things bigger. Am I missing somethings? I see this pragma Is it intended to be search-able from the finder or another tool? By the way, once Bloc was insta

Re: [Pharo-users] To get started with Gtoolkit and bloc

2018-09-13 Thread Hilaire
Thanks. Hilaire Le 13/09/2018 à 18:35, Peter Uhnak a écrit : > Hi, > > you can start with the Bloc > booklet http://files.pharo.org/books-pdfs/booklet-Bloc/BLOCDRAFT.pdf > ... it is probably a bit outdated, but I think the API hasn't changed > that much. > and then in the image itself there is a

Re: [Pharo-users] To get started with Gtoolkit and bloc

2018-09-13 Thread Peter Uhnak
Hi, you can start with the Bloc booklet http://files.pharo.org/books-pdfs/booklet-Bloc/BLOCDRAFT.pdf ... it is probably a bit outdated, but I think the API hasn't changed that much. and then in the image itself there is a "Bloc-Examples" package that contains hundreds (thousands?) of examples. Pe

[Pharo-users] To get started with Gtoolkit and bloc

2018-09-13 Thread Hilaire
Hi, Is there any document to get start with bloc and gtoolkit? Thanks Hilaire -- Dr. Geo http://drgeo.eu