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
working towards initial LEKtrek 0.1 release
by Ben Coman
For the past few months I've been distracted by working on Issues for
Pharo 3.0 Beta. Now that it is almost released, its time for me to
return to packaging my masters project for release (it was good to have
the break after handing everything in). I wrote my project on top of
Moose 4.7-Development and I have modification against some of the
packages. Some of these are not worth merging into the current HEAD
since I'll be migrating to GraphET and Roassal2. However it would be
good to have them somewhere I can reference them for a Configuration of
a working system before I do that migration. It would be useful for them
to be in their main repositories rather than trying to work out
something else.
Can I get access to upload to the EyeSee, Glamour, Magritte and Roassal
repositories?
Here is a summary of what I would upload, compared to Moose47 and latest
versions:
* EyeSee had extension Dictionary class >> keys:values: that hardcoded a
reference to 'Dictionary' preventing use by subclasses that I had. So I
change that reference to 'self'.
Latest EyeSee-Core-VincentBlondeau.110
Moose47 EyeSee-Core-AndreHora.100
LEKtrek01 EyeSee-Core-BenComan.101
* I added two features to Magritte:
* MADropDownListMorph
* MASeparatorMorph
Latest Magritte-Morph-SeanDeNigris.86
Moose47 Magritte-Morph-NickAger.63
LEKtrek01 Magritte-Morph-BenComan.66
* I introduced #newView: to Glamour-Roassal so that #painting: could
receive a raw ROView rather than only ROMondrianBuilder. I believe
similar functionality ended up being integrated into the mainline later
on, but there are too many other changes for me to catch up for the 0.1
release.
Latest Glamour-Morphic-Renderer-AndreiChis.239
Moose47 Glamour-Morphic-Renderer -TudorGirba.183
LEKtrek01 Glamour-Morphic-Renderer -BenComan.181
Latest Glamour-Roassal-Presentations-TudorGirba.20
Moose47 Glamour-Roassal-Presentations-TudorGirba.8
LEKtrek01 Glamour-Roassal-Presentations-BenComan.10
Latest Glamour-Tests-Roassal-TudorGirba.6
Moose47 Glamour-Tests-Roassal-TudorGirba.4
LEKtrek01 Glamour-Tests-Roassal-BenComan.5
* I ended up a long way behind with Roassal. I added several features
that I think some made their way into the mainline, but I just didn't
keep up:
* adjust popup position
* added selections
* drag multiple items at a time
* work with ROView in Glamour
* keypress modifiers shift/control/alt
Latest Roassal-AlexandreBergel.757
Moose47 Roassal-AlexandreBergel.476
LEKtrek01 Roassal-BenComan.396
Latest RoassalMorphic-AlexandreBergel.170
Moose47 RoassalMorphic-VanessaPena.111
LEKtrek01 RoassalMorphic-BenComan.81
cheers -ben
9 years, 4 months
how to get a redbox
by Stéphane Ducasse
Take latest moose
click on Freetype to deselect it/ click to reselect it
execute in workspace TRExample new label
-> Boum.
Can you confirm that behavior?
Now I can reproduce it so I will see if I have the time to fix it.
Stef
9 years, 4 months
Issue 1038 in moose-technology: Debugger Shortcuts Problems
by moose-technology@googlecode.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-GlamorousToolkit
New issue 1038 by kurs....(a)gmail.com: Debugger Shortcuts Problems
http://code.google.com/p/moose-technology/issues/detail?id=1038
While using shortcuts in debugger, e.g. alt+t for step over, once upon a
time the focus is moved from the stack window to the code window and alt+t
starts modifying the text. One has to click back to the stack window...
How to reproduce the problem:
Just use debugger with alt+t for some time.
Additional information:
Ubuntu x64
--
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, 4 months