Help in GTInspector

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

Help in GTInspector

abergel
Hi!

I have addressed the bug:

Before, when you press the ? icon in GTInspector, you have:

Now, after my fix, you have:

I hope this is fine :-)

Cheers,
Alexandre

-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Help in GTInspector

Tudor Girba-2
Hi,

Thanks, but the previous behavior was the intended one. The reason is that we should allow people to see related topics in the help browser.

Cheers,
Doru

> On Jun 24, 2016, at 7:02 PM, Alexandre Bergel <[hidden email]> wrote:
>
> Hi!
>
> I have addressed the bug:
> https://pharo.fogbugz.com/f/cases/18223/GTInspector-compose-should-use-HelpBrowser-openOn-GTInspectorHelp
>
> Before, when you press the ? icon in GTInspector, you have:
> <Screen Shot 2016-06-24 at 12.55.18 PM.png>
>
> Now, after my fix, you have:
> <Screen Shot 2016-06-24 at 12.55.38 PM.png>
>
> I hope this is fine :-)
>
> Cheers,
> Alexandre
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>

--
www.tudorgirba.com
www.feenk.com

"Problem solving efficiency grows with the abstractness level of problem understanding."




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Help in GTInspector

abergel
Yes, this is what I suspected but was not sure.

I have produced a new slice.

So, the method #compose is:
        ...
        self
                act: [ :b | HelpBrowser open selectARootTopic: GTInspectorHelp ]
                icon: GLMUIThemeExtraIcons glamorousHelp
                entitled: 'Help’.
        ...

Cheers,
Alexandre


> On Jun 24, 2016, at 3:03 PM, Tudor Girba <[hidden email]> wrote:
>
> Hi,
>
> Thanks, but the previous behavior was the intended one. The reason is that we should allow people to see related topics in the help browser.
>
> Cheers,
> Doru
>
>> On Jun 24, 2016, at 7:02 PM, Alexandre Bergel <[hidden email]> wrote:
>>
>> Hi!
>>
>> I have addressed the bug:
>> https://pharo.fogbugz.com/f/cases/18223/GTInspector-compose-should-use-HelpBrowser-openOn-GTInspectorHelp
>>
>> Before, when you press the ? icon in GTInspector, you have:
>> <Screen Shot 2016-06-24 at 12.55.18 PM.png>
>>
>> Now, after my fix, you have:
>> <Screen Shot 2016-06-24 at 12.55.38 PM.png>
>>
>> I hope this is fine :-)
>>
>> Cheers,
>> Alexandre
>>
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>
> --
> www.tudorgirba.com
> www.feenk.com
>
> "Problem solving efficiency grows with the abstractness level of problem understanding."

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Help in GTInspector

Andrei Chis

HelpBrowser has #selectTopicSatisfying:. I used it to select the first item from the GTInspector help.
Now you get the following help browser:

Inline image 1

On Fri, Jun 24, 2016 at 10:49 PM, Alexandre Bergel <[hidden email]> wrote:
Yes, this is what I suspected but was not sure.

I have produced a new slice.

So, the method #compose is:
        ...
        self
                act: [ :b | HelpBrowser open selectARootTopic: GTInspectorHelp ]
                icon: GLMUIThemeExtraIcons glamorousHelp
                entitled: 'Help’.
        ...

Cheers,
Alexandre


> On Jun 24, 2016, at 3:03 PM, Tudor Girba <[hidden email]> wrote:
>
> Hi,
>
> Thanks, but the previous behavior was the intended one. The reason is that we should allow people to see related topics in the help browser.
>
> Cheers,
> Doru
>
>> On Jun 24, 2016, at 7:02 PM, Alexandre Bergel <[hidden email]> wrote:
>>
>> Hi!
>>
>> I have addressed the bug:
>> https://pharo.fogbugz.com/f/cases/18223/GTInspector-compose-should-use-HelpBrowser-openOn-GTInspectorHelp
>>
>> Before, when you press the ? icon in GTInspector, you have:
>> <Screen Shot 2016-06-24 at 12.55.18 PM.png>
>>
>> Now, after my fix, you have:
>> <Screen Shot 2016-06-24 at 12.55.38 PM.png>
>>
>> I hope this is fine :-)
>>
>> Cheers,
>> Alexandre
>>
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>
> --
> www.tudorgirba.com
> www.feenk.com
>
> "Problem solving efficiency grows with the abstractness level of problem understanding."

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Help in GTInspector

abergel
Yes I know. But I wanted to select GTInspector.  Not really an item below.

Alexandre


> On Jun 25, 2016, at 8:13 AM, Andrei Chis <[hidden email]> wrote:
>
>
> HelpBrowser has #selectTopicSatisfying:. I used it to select the first item from the GTInspector help.
> Now you get the following help browser:
>
> <Screen Shot 2016-06-25 at 2.09.16 PM.png>
>
> On Fri, Jun 24, 2016 at 10:49 PM, Alexandre Bergel <[hidden email]> wrote:
> Yes, this is what I suspected but was not sure.
>
> I have produced a new slice.
>
> So, the method #compose is:
>         ...
>         self
>                 act: [ :b | HelpBrowser open selectARootTopic: GTInspectorHelp ]
>                 icon: GLMUIThemeExtraIcons glamorousHelp
>                 entitled: 'Help’.
>         ...
>
> Cheers,
> Alexandre
>
>
> > On Jun 24, 2016, at 3:03 PM, Tudor Girba <[hidden email]> wrote:
> >
> > Hi,
> >
> > Thanks, but the previous behavior was the intended one. The reason is that we should allow people to see related topics in the help browser.
> >
> > Cheers,
> > Doru
> >
> >> On Jun 24, 2016, at 7:02 PM, Alexandre Bergel <[hidden email]> wrote:
> >>
> >> Hi!
> >>
> >> I have addressed the bug:
> >> https://pharo.fogbugz.com/f/cases/18223/GTInspector-compose-should-use-HelpBrowser-openOn-GTInspectorHelp
> >>
> >> Before, when you press the ? icon in GTInspector, you have:
> >> <Screen Shot 2016-06-24 at 12.55.18 PM.png>
> >>
> >> Now, after my fix, you have:
> >> <Screen Shot 2016-06-24 at 12.55.38 PM.png>
> >>
> >> I hope this is fine :-)
> >>
> >> Cheers,
> >> Alexandre
> >>
> >> --
> >> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> >> Alexandre Bergel  http://www.bergel.eu
> >> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> >>
> >>
> >>
> >
> > --
> > www.tudorgirba.com
> > www.feenk.com
> >
> > "Problem solving efficiency grows with the abstractness level of problem understanding."
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.list.inf.unibe.ch/listinfo/moose-dev
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.list.inf.unibe.ch/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Help in GTInspector

Andrei Chis
Hmm. Wouldn't it be easier if the element below (Overview) is automatically selected?
By default if only the root topic is selected no help text is shown.


Cheers,
Andrei

On Sat, Jun 25, 2016 at 2:54 PM, Alexandre Bergel <[hidden email]> wrote:
Yes I know. But I wanted to select GTInspector.  Not really an item below.

Alexandre


> On Jun 25, 2016, at 8:13 AM, Andrei Chis <[hidden email]> wrote:
>
>
> HelpBrowser has #selectTopicSatisfying:. I used it to select the first item from the GTInspector help.
> Now you get the following help browser:
>
> <Screen Shot 2016-06-25 at 2.09.16 PM.png>
>
> On Fri, Jun 24, 2016 at 10:49 PM, Alexandre Bergel <[hidden email]> wrote:
> Yes, this is what I suspected but was not sure.
>
> I have produced a new slice.
>
> So, the method #compose is:
>         ...
>         self
>                 act: [ :b | HelpBrowser open selectARootTopic: GTInspectorHelp ]
>                 icon: GLMUIThemeExtraIcons glamorousHelp
>                 entitled: 'Help’.
>         ...
>
> Cheers,
> Alexandre
>
>
> > On Jun 24, 2016, at 3:03 PM, Tudor Girba <[hidden email]> wrote:
> >
> > Hi,
> >
> > Thanks, but the previous behavior was the intended one. The reason is that we should allow people to see related topics in the help browser.
> >
> > Cheers,
> > Doru
> >
> >> On Jun 24, 2016, at 7:02 PM, Alexandre Bergel <[hidden email]> wrote:
> >>
> >> Hi!
> >>
> >> I have addressed the bug:
> >> https://pharo.fogbugz.com/f/cases/18223/GTInspector-compose-should-use-HelpBrowser-openOn-GTInspectorHelp
> >>
> >> Before, when you press the ? icon in GTInspector, you have:
> >> <Screen Shot 2016-06-24 at 12.55.18 PM.png>
> >>
> >> Now, after my fix, you have:
> >> <Screen Shot 2016-06-24 at 12.55.38 PM.png>
> >>
> >> I hope this is fine :-)
> >>
> >> Cheers,
> >> Alexandre
> >>
> >> --
> >> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> >> Alexandre Bergel  http://www.bergel.eu
> >> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> >>
> >>
> >>
> >
> > --
> > www.tudorgirba.com
> > www.feenk.com
> >
> > "Problem solving efficiency grows with the abstractness level of problem understanding."
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.list.inf.unibe.ch/listinfo/moose-dev
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.list.inf.unibe.ch/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Help in GTInspector

abergel
Yes, but any idea how to do this?
Selecting the topic just based on the name ‘Overview’ is not enough.

Alexandre


> On Jun 27, 2016, at 7:45 AM, Andrei Chis <[hidden email]> wrote:
>
> Hmm. Wouldn't it be easier if the element below (Overview) is automatically selected?
> By default if only the root topic is selected no help text is shown.
>
>
> Cheers,
> Andrei
>
> On Sat, Jun 25, 2016 at 2:54 PM, Alexandre Bergel <[hidden email]> wrote:
> Yes I know. But I wanted to select GTInspector.  Not really an item below.
>
> Alexandre
>
>
> > On Jun 25, 2016, at 8:13 AM, Andrei Chis <[hidden email]> wrote:
> >
> >
> > HelpBrowser has #selectTopicSatisfying:. I used it to select the first item from the GTInspector help.
> > Now you get the following help browser:
> >
> > <Screen Shot 2016-06-25 at 2.09.16 PM.png>
> >
> > On Fri, Jun 24, 2016 at 10:49 PM, Alexandre Bergel <[hidden email]> wrote:
> > Yes, this is what I suspected but was not sure.
> >
> > I have produced a new slice.
> >
> > So, the method #compose is:
> >         ...
> >         self
> >                 act: [ :b | HelpBrowser open selectARootTopic: GTInspectorHelp ]
> >                 icon: GLMUIThemeExtraIcons glamorousHelp
> >                 entitled: 'Help’.
> >         ...
> >
> > Cheers,
> > Alexandre
> >
> >
> > > On Jun 24, 2016, at 3:03 PM, Tudor Girba <[hidden email]> wrote:
> > >
> > > Hi,
> > >
> > > Thanks, but the previous behavior was the intended one. The reason is that we should allow people to see related topics in the help browser.
> > >
> > > Cheers,
> > > Doru
> > >
> > >> On Jun 24, 2016, at 7:02 PM, Alexandre Bergel <[hidden email]> wrote:
> > >>
> > >> Hi!
> > >>
> > >> I have addressed the bug:
> > >> https://pharo.fogbugz.com/f/cases/18223/GTInspector-compose-should-use-HelpBrowser-openOn-GTInspectorHelp
> > >>
> > >> Before, when you press the ? icon in GTInspector, you have:
> > >> <Screen Shot 2016-06-24 at 12.55.18 PM.png>
> > >>
> > >> Now, after my fix, you have:
> > >> <Screen Shot 2016-06-24 at 12.55.38 PM.png>
> > >>
> > >> I hope this is fine :-)
> > >>
> > >> Cheers,
> > >> Alexandre
> > >>
> > >> --
> > >> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> > >> Alexandre Bergel  http://www.bergel.eu
> > >> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> > >>
> > >>
> > >>
> > >
> > > --
> > > www.tudorgirba.com
> > > www.feenk.com
> > >
> > > "Problem solving efficiency grows with the abstractness level of problem understanding."
> >
> > --
> > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> > Alexandre Bergel  http://www.bergel.eu
> > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> >
> >
> >
> > _______________________________________________
> > Moose-dev mailing list
> > [hidden email]
> > https://www.list.inf.unibe.ch/listinfo/moose-dev
> >
> > _______________________________________________
> > Moose-dev mailing list
> > [hidden email]
> > https://www.list.inf.unibe.ch/listinfo/moose-dev
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.list.inf.unibe.ch/listinfo/moose-dev
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.list.inf.unibe.ch/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Help in GTInspector

Andrei Chis
I committed a version that selects the 'Overview' topic whose parent is the topic 'GTInspector'

On Tue, Jun 28, 2016 at 1:12 AM, Alexandre Bergel <[hidden email]> wrote:
Yes, but any idea how to do this?
Selecting the topic just based on the name ‘Overview’ is not enough.

Alexandre


> On Jun 27, 2016, at 7:45 AM, Andrei Chis <[hidden email]> wrote:
>
> Hmm. Wouldn't it be easier if the element below (Overview) is automatically selected?
> By default if only the root topic is selected no help text is shown.
>
>
> Cheers,
> Andrei
>
> On Sat, Jun 25, 2016 at 2:54 PM, Alexandre Bergel <[hidden email]> wrote:
> Yes I know. But I wanted to select GTInspector.  Not really an item below.
>
> Alexandre
>
>
> > On Jun 25, 2016, at 8:13 AM, Andrei Chis <[hidden email]> wrote:
> >
> >
> > HelpBrowser has #selectTopicSatisfying:. I used it to select the first item from the GTInspector help.
> > Now you get the following help browser:
> >
> > <Screen Shot 2016-06-25 at 2.09.16 PM.png>
> >
> > On Fri, Jun 24, 2016 at 10:49 PM, Alexandre Bergel <[hidden email]> wrote:
> > Yes, this is what I suspected but was not sure.
> >
> > I have produced a new slice.
> >
> > So, the method #compose is:
> >         ...
> >         self
> >                 act: [ :b | HelpBrowser open selectARootTopic: GTInspectorHelp ]
> >                 icon: GLMUIThemeExtraIcons glamorousHelp
> >                 entitled: 'Help’.
> >         ...
> >
> > Cheers,
> > Alexandre
> >
> >
> > > On Jun 24, 2016, at 3:03 PM, Tudor Girba <[hidden email]> wrote:
> > >
> > > Hi,
> > >
> > > Thanks, but the previous behavior was the intended one. The reason is that we should allow people to see related topics in the help browser.
> > >
> > > Cheers,
> > > Doru
> > >
> > >> On Jun 24, 2016, at 7:02 PM, Alexandre Bergel <[hidden email]> wrote:
> > >>
> > >> Hi!
> > >>
> > >> I have addressed the bug:
> > >> https://pharo.fogbugz.com/f/cases/18223/GTInspector-compose-should-use-HelpBrowser-openOn-GTInspectorHelp
> > >>
> > >> Before, when you press the ? icon in GTInspector, you have:
> > >> <Screen Shot 2016-06-24 at 12.55.18 PM.png>
> > >>
> > >> Now, after my fix, you have:
> > >> <Screen Shot 2016-06-24 at 12.55.38 PM.png>
> > >>
> > >> I hope this is fine :-)
> > >>
> > >> Cheers,
> > >> Alexandre
> > >>
> > >> --
> > >> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> > >> Alexandre Bergel  http://www.bergel.eu
> > >> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> > >>
> > >>
> > >>
> > >
> > > --
> > > www.tudorgirba.com
> > > www.feenk.com
> > >
> > > "Problem solving efficiency grows with the abstractness level of problem understanding."
> >
> > --
> > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> > Alexandre Bergel  http://www.bergel.eu
> > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> >
> >
> >
> > _______________________________________________
> > Moose-dev mailing list
> > [hidden email]
> > https://www.list.inf.unibe.ch/listinfo/moose-dev
> >
> > _______________________________________________
> > Moose-dev mailing list
> > [hidden email]
> > https://www.list.inf.unibe.ch/listinfo/moose-dev
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.list.inf.unibe.ch/listinfo/moose-dev
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.list.inf.unibe.ch/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev