Changing font size in VW7.8nc?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

Changing font size in VW7.8nc?

Conrad Taylor
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
Reply | Threaded
Open this post in threaded view
|

Re: Changing font size in VW7.8nc?

Steffen Märcker
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
Reply | Threaded
Open this post in threaded view
|

Re: Changing font size in VW7.8nc?

Steffen Märcker
... 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
Reply | Threaded
Open this post in threaded view
|

Re: Changing font size in VW7.8nc?

Thomas, Arden
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?

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
Reply | Threaded
Open this post in threaded view
|

Re: Changing font size in VW7.8nc?

Arden-8
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:

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?

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


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: Changing font size in VW7.8nc?

Conrad Taylor
On Wed, Jun 22, 2011 at 1:08 PM, Arden Thomas <[hidden email]> wrote:
You can also look at our screen casts for more detailed solutions:


Regards

Arden

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
 

On Jun 22, 2011, at 3:09 PM, Arden Thomas wrote:

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?

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



_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: Changing font size in VW7.8nc?

jarober
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:
You can also look at our screen casts for more detailed solutions:


Regards

Arden

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
 

On Jun 22, 2011, at 3:09 PM, Arden Thomas wrote:

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?

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


_______________________________________________
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
Reply | Threaded
Open this post in threaded view
|

Re: Changing font size in VW7.8nc?

Alan Knight-2
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.



[hidden email]
June 22, 2011 7:08 PM


On Wed, Jun 22, 2011 at 1:08 PM, Arden Thomas <[hidden email]> wrote:
You can also look at our screen casts for more detailed solutions:


Regards

Arden

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
 

On Jun 22, 2011, at 3:09 PM, Arden Thomas wrote:

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?

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


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc


[hidden email]
June 22, 2011 4:08 PM


You can also look at our screen casts for more detailed solutions:


Regards

Arden



_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc


[hidden email]
June 22, 2011 3:09 PM


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






_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc


[hidden email]
June 22, 2011 4:34 AM


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
Reply | Threaded
Open this post in threaded view
|

Re: Changing font size in VW7.8nc?

Conrad Taylor
In reply to this post by jarober
On Wed, Jun 22, 2011 at 4:19 PM, James Robertson <[hidden email]> wrote:
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


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
 
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:
You can also look at our screen casts for more detailed solutions:


Regards

Arden

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
 

On Jun 22, 2011, at 3:09 PM, Arden Thomas wrote:

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?

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


_______________________________________________
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



_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc