Playground details

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

Playground details

Stephan Eggermont-3
And once we start looking to details:
- The blue rectangle indicating the focus is on the stack list, and its surrounding tab
have an incorrect size, the right side is cut off.


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

Re: Playground details

Goubier Thierry
Yes, I've noticed that there is a lot of stuff like that in the GT
tools, in GT Inspector for example.

Makes inspecting some data types a pain because you can't see (the
LinkedList containing the selected Morphs in MorphTreeMorph for example).

I also found navigating in code with Nautilus a pain. But I don't know
enough of the GTInspector to be able to use it to do code navigation.

Thierry

Le 04/07/2014 11:34, Stephan Eggermont a écrit :

> And once we start looking to details:
> - The blue rectangle indicating the focus is on the stack list, and its
> surrounding tab
> have an incorrect size, the right side is cut off.
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>

--
Thierry Goubier
CEA list
Laboratoire des Fondations des Systèmes Temps Réel Embarqués
91191 Gif sur Yvette Cedex
France
Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Playground details

Tudor Girba-2
In reply to this post by Stephan Eggermont-3
Hi,

Indeed, this is a Tab widget bug. I lack the knowledge of how to solve it, but essentially, you will see this when the size of the tab+actions exceeds the available pane.

It would be cool to get someone working on a more powerful tab. Probably, the solution is to use and build on the new Tab morph that Ben created. Anybody interested in looking into this?

Cheers,
Doru




On Fri, Jul 4, 2014 at 11:34 AM, Stephan Eggermont <[hidden email]> wrote:
And once we start looking to details:
- The blue rectangle indicating the focus is on the stack list, and its surrounding tab
have an incorrect size, the right side is cut off.


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




--

"Every thing has its own flow"

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

Re: Playground details

Stephan Eggermont-3
In reply to this post by Stephan Eggermont-3
The new tab widget in Spec is not very different from the existing one.
It behaves the same

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

Re: Playground details

Tudor Girba-2
Which new tab widget in Spec?

Doru




On Wed, Jul 9, 2014 at 11:39 AM, Stephan Eggermont <[hidden email]> wrote:
The new tab widget in Spec is not very different from the existing one.
It behaves the same

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



--

"Every thing has its own flow"

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

Re: Playground details

Stephan Eggermont-3
In reply to this post by Stephan Eggermont-3
Spec-Examples-Morphic TabContainerMorph

initialize

        super initialize.
       
        self changeProportionalLayout.
        container := PanelMorph new
                changeTableLayout;
                listDirection: #bottomToTop;
                color: Color white;
                yourself.
       
        tab := PluggableTabBarMorph on: self.
        tab width: 150.
        tab color: Color white darker darker.
       
        self addAll.
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev