Worked great but the Ok button is gone now! Rob 2009/3/25 Hernán Morales Durand <hernan.morales@gmail.com>
http://code.google.com/p/pharo/issues/detail?id=657
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Trial and error has this working for me: aboutThisSystem "Identify software version" ^ self inform: self systemInformationString withCRs extent: 680 @ 575. Does Squeak handle different resolution displays "uniformly?" Is it like working with twips or anything? Or, are these just pixels? Thanks! Rob On Wed, Mar 25, 2009 at 6:35 PM, Rob Rothwell <r.j.rothwell@gmail.com>wrote:
Worked great but the Ok button is gone now!
Rob
2009/3/25 Hernán Morales Durand <hernan.morales@gmail.com>
http://code.google.com/p/pharo/issues/detail?id=657
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Rob, the attachement is an image of what I see in my display (1024x768, old poor dying monitor), so if you use other resolution and the dialog shows different, the answer to your question it seems to be no. Hardcoding display resolutions in a ifTrue: stairway is obviously not a good solution, in the other hand, to write display policies (IIRC VW has something like this) it seems to be way too much just for an about dialog. There is another place in which this problem arises? Any tips? Hernán 2009/3/25 Rob Rothwell <r.j.rothwell@gmail.com>
Trial and error has this working for me:
aboutThisSystem "Identify software version"
^ self inform: self systemInformationString withCRs extent: 680 @ 575.
Does Squeak handle different resolution displays "uniformly?" Is it like working with twips or anything? Or, are these just pixels?
Thanks!
Rob
On Wed, Mar 25, 2009 at 6:35 PM, Rob Rothwell <r.j.rothwell@gmail.com>wrote:
Worked great but the Ok button is gone now!
Rob
2009/3/25 Hernán Morales Durand <hernan.morales@gmail.com>
http://code.google.com/p/pharo/issues/detail?id=657
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Hernán Morales Durand -
Rob Rothwell