Feb. 12, 2011
1:14 p.m.
Hi, similarly to the example in http://book.pharo-project.org i do this: win := StandardWindow new. panel:=win newRow: {win newOKButton. } . y :=(panel minExtent y). win addMorph: panel fullFrame: (LayoutFrame fractions: (0@1 corner: 1@1) offsets: (0@(0-y) corner: 0@0)). win openInWorld . but the okbutton is not completely visible. how do i calc y correctly? werner
Feb. 13, 2011
10:21 a.m.
i guess i should mention that i use a tiny netbook, since the effect is probably resolution-dependent and perhaps is not visible on a big screen. werner
5647
Age (days ago)
5648
Last active (days ago)
1 comments
1 participants
participants (1)
-
Werner Kassens