Hi, there a programmatically way to change the font inVW7.8nc-nov10.3 of the refactoring browser (RB) to 'Monaco 14pt' or any other much larger font?
Thanks in advance, -Conrad
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Does this imply that vw 7.9 non-commercial is available / shipped now?
Ciao, Steffen Am 22.06.2011, 10:34 Uhr, schrieb Conrad Taylor <[hidden email]>: > Hi, there a programmatically way to change the font inVW7.8nc-nov10.3 of > the > refactoring browser (RB) to 'Monaco 14pt' or any other much larger font? > > Thanks in advance, > > -Conrad _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
... 7.8 of course -_-'
Am 22.06.2011, 11:11 Uhr, schrieb Steffen Märcker <[hidden email]>: > Does this imply that vw 7.9 non-commercial is available / shipped now? > > Ciao, Steffen > > > > > Am 22.06.2011, 10:34 Uhr, schrieb Conrad Taylor <[hidden email]>: > >> Hi, there a programmatically way to change the font inVW7.8nc-nov10.3 of >> the >> refactoring browser (RB) to 'Monaco 14pt' or any other much larger font? >> >> Thanks in advance, >> >> -Conrad > _______________________________________________ > vwnc mailing list > [hidden email] > http://lists.cs.uiuc.edu/mailman/listinfo/vwnc vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Conrad Taylor
Hi Conrad;
In my builds, I use this expression: TextAttributes setDefaultTo: #large in order to programmatically change the font size for use on a large monitor. hth Arden Thomas Arden Thomas Cincom Smalltalk Product Manager On Jun 22, 2011, at 4:34 AM, Conrad Taylor wrote: Hi, there a programmatically way to change the font inVW7.8nc-nov10.3 of the refactoring browser (RB) to 'Monaco 14pt' or any other much larger font? _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
You can also look at our screen casts for more detailed solutions: Regards Arden On Jun 22, 2011, at 3:09 PM, Arden Thomas wrote:
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
On Wed, Jun 22, 2011 at 1:08 PM, Arden Thomas <[hidden email]> wrote:
Hi, on Mac OS 10.6 and 10.7 with VW7.8nc-nov10.3, I tried the following:
NamedFontSelector open However, it appears to crash when attempting to select the font, Monaco: Unhandled exception: There are no fonts matching this font description.
I was able to make font size a little bigger by doing the following: Launcher -> Settings -> Tools -> Text size: Large Next, this font works with all my other applications. Last but not least, I would
recommend enabling a standard 'Preference' selection under the application name on Mac OS because it's currently greyed-out. -Conrad
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Ah yes, there's a bug in the bowels of Fonts I had to patch in BottomFeeder awhile ago. I'll see if I can find it
On Jun 22, 2011, at 7:08 PM, Conrad Taylor wrote: On Wed, Jun 22, 2011 at 1:08 PM, Arden Thomas <[hidden email]> wrote: James Robertson _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Conrad Taylor
I believe there are some fonts on the Mac that we can't use because
of issues with our font mechanisms, so that might be the reason. But
I'll leave it to people who understand the details to comment
further.
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by jarober
On Wed, Jun 22, 2011 at 4:19 PM, James Robertson <[hidden email]> wrote:
James, thanks for any information that you can provide. I'm hoping to spend a good chunk of time this week and next week getting back up to speed with Smalltalk after spending the past year+ working 100% with Ruby.
-Conrad
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |