Pharo 3 minor issue

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Pharo 3 minor issue

giorgiof
Hi, 

started looking at Pharo after many years.
First of all, you all did an awesome works, thank you! 
There is a small problems on System Browser
 open image
open system browser
choose one class 
select group
The class side checkbox is enabled, if you check it, you get a wall bak .
Giorgio

Inline image 2
Reply | Threaded
Open this post in threaded view
|

Re: Pharo 3 minor issue

EstebanLM
thanks for reporting, I will look at it (super weird that it did not arise before :( )

Esteban

On 30 Apr 2014, at 20:54, giorgio ferraris <[hidden email]> wrote:

> Hi,
>
> started looking at Pharo after many years.
> First of all, you all did an awesome works, thank you!
> There is a small problems on System Browser
>  open image
> open system browser
> choose one class
> select group
> The class side checkbox is enabled, if you check it, you get a wall bak .
> Giorgio
>
> <Screen Shot 2014-04-30 at 20.42.03.jpg>


Reply | Threaded
Open this post in threaded view
|

Re: Pharo 3 minor issue

giorgiof
it usually happens that way. You test everything and miss something obvious...

ciao

giorgio


On Thu, May 1, 2014 at 9:24 AM, Esteban Lorenzano <[hidden email]> wrote:
thanks for reporting, I will look at it (super weird that it did not arise before :( )

Esteban

On 30 Apr 2014, at 20:54, giorgio ferraris <[hidden email]> wrote:

> Hi,
>
> started looking at Pharo after many years.
> First of all, you all did an awesome works, thank you!
> There is a small problems on System Browser
>  open image
> open system browser
> choose one class
> select group
> The class side checkbox is enabled, if you check it, you get a wall bak .
> Giorgio
>
> <Screen Shot 2014-04-30 at 20.42.03.jpg>



Reply | Threaded
Open this post in threaded view
|

Re: Pharo 3 minor issue

Garth Holland
Hi, started looking a Pharo again. I was going to load Iliad from the Configuration browser. The window has two buttons: "Install Stable Configuration" and "Load Configuration". I was not sure why I would want to just load the configuration. This link provided some insight https://www.youtube.com/watch?v=se21CH4BfyE&feature=youtu.be

I did try right clicking on the buttons to get some guidance but that gave me a walkback.

TIA, Garth


BTW, I strongly recommend short well titled screen-casts as a precursor to real documentation. 



Date: Thu, 1 May 2014 10:28:35 +0200
From: [hidden email]
To: [hidden email]
CC: [hidden email]
Subject: Re: [Pharo-users] Pharo 3 minor issue

it usually happens that way. You test everything and miss something obvious...

ciao

giorgio


On Thu, May 1, 2014 at 9:24 AM, Esteban Lorenzano <[hidden email]> wrote:
thanks for reporting, I will look at it (super weird that it did not arise before :( )

Esteban

On 30 Apr 2014, at 20:54, giorgio ferraris <[hidden email]> wrote:

> Hi,
>
> started looking at Pharo after many years.
> First of all, you all did an awesome works, thank you!
> There is a small problems on System Browser
>  open image
> open system browser
> choose one class
> select group
> The class side checkbox is enabled, if you check it, you get a wall bak .
> Giorgio
>
> <Screen Shot 2014-04-30 at 20.42.03.jpg>




PharoScreenshot.png (149K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Pharo 3 minor issue

Sven Van Caekenberghe-2
That is apparently a Spec problem (i.e. all buttons created with Spec react like this):

ButtonModel new
  label: 'Right-click Me';
  action: [ self inform: 'Clicked !' ];
  openWithSpec

CC'ing to Pharo dev. We probably have to turn this into an bug tracker issue.

Thanks for reporting.

On 03 May 2014, at 03:11, S. Garth Holland <[hidden email]> wrote:

> Hi, started looking a Pharo again. I was going to load Iliad from the Configuration browser. The window has two buttons: "Install Stable Configuration" and "Load Configuration". I was not sure why I would want to just load the configuration. This link provided some insight https://www.youtube.com/watch?v=se21CH4BfyE&feature=youtu.be
>
> I did try right clicking on the buttons to get some guidance but that gave me a walkback.
>
> TIA, Garth
>
>
> BTW, I strongly recommend short well titled screen-casts as a precursor to real documentation.
>
>
> Date: Thu, 1 May 2014 10:28:35 +0200
> From: [hidden email]
> To: [hidden email]
> CC: [hidden email]
> Subject: Re: [Pharo-users] Pharo 3 minor issue
>
> it usually happens that way. You test everything and miss something obvious...
>
> ciao
>
> giorgio
>
>
> On Thu, May 1, 2014 at 9:24 AM, Esteban Lorenzano <[hidden email]> wrote:
> thanks for reporting, I will look at it (super weird that it did not arise before :( )
>
> Esteban
>
> On 30 Apr 2014, at 20:54, giorgio ferraris <[hidden email]> wrote:
>
> > Hi,
> >
> > started looking at Pharo after many years.
> > First of all, you all did an awesome works, thank you!
> > There is a small problems on System Browser
> >  open image
> > open system browser
> > choose one class
> > select group
> > The class side checkbox is enabled, if you check it, you get a wall bak .
> > Giorgio
> >
> > <Screen Shot 2014-04-30 at 20.42.03.jpg>
>
>
>
> <PharoScreenshot.png>