Issue 1039 in moose-technology: Glamour layout clipping bug
by moose-technology@googlecode.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1039 by ssadams....(a)gmail.com: Glamour layout clipping bug
http://code.google.com/p/moose-technology/issues/detail?id=1039
When sizing a presentation row, I noticed the bottom pane extends below the
top window bounds and is clipped.
browser := GLMTabulator new.
browser row:#textField size:30;
row: #listField.
browser transmit to:#textField; andShow:[:a| a text
display:[:x| 'Hello Doru!']].
browser transmit to:#listField; andShow:[:a| a list
display:[:x| 1to:200]].
browser openOn: 123
Additional information: platform, context which may impact the problem
Pharo 2.0
ConfigurationOfGlamour-TudorGirba.123
* Type-Defect
* Component-Glamour
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
9 years, 2 months
Dark-theme compatibility :)
by Yuriy Tymchuk
Hi everyone,
now there is a dark theme for Pharo that I was waiting for a long time. Is it hard to make Moose-related tools be compatible with it? First thing that I noticed is GTInspector background:
Cheers
Uko
9 years, 3 months
What are you working on?
by Alexandre Bergel
Hi!
It has been very quiet these last few days? Are you busy working on cool projects? What is the name of it? What does it do?
I start. We are working on:
- a paper on Roassal 3d for ESUG. It will describe some cool visualizations, including a code city-like. Together with Ronie, Milton and Francisco
- additional interactions for roassal2, in particular avoiding collision between elements. This is useful when nodes are dynamically added to a canvas. With Juraj
- on a new IDE based on Roassal. You may have seen the video "browsing your code as a Disneyland ride" we are pushing this very hard. With Juraj
- Inti for Pharo, a very nice and interactive view for code profiling. Milton is the main architect
- many other cool stuff, such as event profiling, code metrics, Roassal book. People from Brazil are deeply involved in this
Yes, we are actively preparing our trip for ESUG :)
What do you work on these days?
Alexandre
9 years, 3 months
Re: [Pharo-dev] Pharo 3.0 / Roassal2 / Ubuntu
by Esteban Lorenzano
yeah, but where?
looks like a roassal problem, not a pharo one.
Redirecting to moose list :)
Esteban
On 17 May 2014, at 10:24, volkert(a)nivoba.de wrote:
>
> Am 01.05.2014 13:07, schrieb Alexandre Bergel:
>>> Yes yes yes ... it works. I quickly jumped through some examples. Roassal2 looks so nice. Thank you.
>> Let me know how it goes. Documentation is missing, but we have many many examples…
>> The chapter in Deep into Pharo (www.deepintopharo.com) contains a documentation about Roassal1 and the Mondrian builder, written on top of the core of Roassal.
>>
>> Roassal2 is largely compatible with Roassal1. When it is not, then small changes have to be made.
>>
>> Alexandre
>>
> today i started with a fresh pharo 3.0 image (#30848) und loaded roassal2 (following the video tutorial). But when
> selecting the example and evalution menu i got a "MessageNotUnderstood: ByteString>>replaceAllRegex:with:".
> Something is broken here.
>
> BW,
> Volkert
>
9 years, 4 months