Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
5677 posts
|
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 |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
7411 posts
|
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 > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > ... [show rest of quote] -- 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 |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
5677 posts
|
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." ... [show rest of quote] -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.list.inf.unibe.ch/listinfo/moose-dev |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
889 posts
|
HelpBrowser has #selectTopicSatisfying:. I used it to select the first item from the GTInspector help. Now you get the following help browser: ![]() On Fri, Jun 24, 2016 at 10:49 PM, Alexandre Bergel <[hidden email]> wrote: Yes, this is what I suspected but was not sure. ... [show rest of quote] _______________________________________________ Moose-dev mailing list [hidden email] https://www.list.inf.unibe.ch/listinfo/moose-dev |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
5677 posts
|
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 ... [show rest of quote] -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.list.inf.unibe.ch/listinfo/moose-dev |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
889 posts
|
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. ... [show rest of quote] _______________________________________________ Moose-dev mailing list [hidden email] https://www.list.inf.unibe.ch/listinfo/moose-dev |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
5677 posts
|
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 ... [show rest of quote] -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.list.inf.unibe.ch/listinfo/moose-dev |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
889 posts
|
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? ... [show rest of quote] _______________________________________________ Moose-dev mailing list [hidden email] https://www.list.inf.unibe.ch/listinfo/moose-dev |
Free forum by Nabble | Edit this page |