Is it possible to specify menu fonts in the menu designer? It can be done in
code. Except for the pads, which remain at the system-specified settings.

What am I doing wrong?

Re: menu fonts by Fred

Fred
Thu Dec 02 19:50:18 CST 2004

Not without resorting to some trickery. You can a FONT clause in the menu
designer by using the Message space under options like this: "" FONT
"Arial",14

You need the empty set of quotes so the Message clause thinks it's complete.

Be aware that this makes your menus *very* non-standard to any other
application.

--
Fred
Microsoft Visual FoxPro MVP


"Paul Pedersen" <no-reply@swen.com> wrote in message
news:uVNdUFM2EHA.3000@TK2MSFTNGP15.phx.gbl...
> Is it possible to specify menu fonts in the menu designer? It can be done
> in code. Except for the pads, which remain at the system-specified
> settings.
>
> What am I doing wrong?
>
>
>
>



Re: menu fonts by Paul

Paul
Fri Dec 03 18:02:32 CST 2004

Thanks.

It would have been nice to get object menus in VFP9, but given the choice
between that and upgraded reporting, I'll take the reporting!



"Fred Taylor" <ftaylor@mvps.org!REMOVE> wrote in message
news:OnvwypN2EHA.2592@TK2MSFTNGP09.phx.gbl...
> Not without resorting to some trickery. You can a FONT clause in the menu
> designer by using the Message space under options like this: "" FONT
> "Arial",14
>
> You need the empty set of quotes so the Message clause thinks it's
> complete.
>
> Be aware that this makes your menus *very* non-standard to any other
> application.
>
> --
> Fred
> Microsoft Visual FoxPro MVP
>
>
> "Paul Pedersen" <no-reply@swen.com> wrote in message
> news:uVNdUFM2EHA.3000@TK2MSFTNGP15.phx.gbl...
>> Is it possible to specify menu fonts in the menu designer? It can be done
>> in code. Except for the pads, which remain at the system-specified
>> settings.
>>
>> What am I doing wrong?
>>
>>
>>
>>
>
>



Re: menu fonts by Leemi

Leemi
Thu Dec 09 14:29:41 CST 2004

Hi Paul:

I am not sure it this will help, but look at the example of altering fonts
in a VFP menu found in this article:

http://support.microsoft.com/default.aspx?scid=KB;EN-US;130657

I hope this helps.

This posting is provided "AS IS" with no warranties, and confers no rights.

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

*-- VFP9 Public Beta Now Available!! --*
Download the VFP9 beta here: http://msdn.microsoft.com/vfoxpro/

*-- VFP8 HAS ARRIVED!! --*
Read about all the new features of VFP8 here:
http://www.universalthread.com/VisualFoxPro/News/VFP8Release.asp
Purchase VFP8 here:
http://shop.microsoft.com/Referral/Productinfo.asp?siteID=11518

Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003


>Thanks.

>It would have been nice to get object menus in VFP9, but given the choice
>between that and upgraded reporting, I'll take the reporting!



>"Fred Taylor" <ftaylor@mvps.org!REMOVE> wrote in message
>news:OnvwypN2EHA.2592@TK2MSFTNGP09.phx.gbl...
> Not without resorting to some trickery. You can a FONT clause in the
menu
> designer by using the Message space under options like this: "" FONT
> "Arial",14
>
> You need the empty set of quotes so the Message clause thinks it's
> complete.
>
> Be aware that this makes your menus *very* non-standard to any other
> application.
>
> --
> Fred
> Microsoft Visual FoxPro MVP
>
>
> "Paul Pedersen" <no-reply@swen.com> wrote in message
> news:uVNdUFM2EHA.3000@TK2MSFTNGP15.phx.gbl...
>> Is it possible to specify menu fonts in the menu designer? It can be
done
>> in code. Except for the pads, which remain at the system-specified
>> settings.
>>
>> What am I doing wrong?


Re: menu fonts by Paul

Paul
Thu Dec 09 17:52:58 CST 2004

Ah, an "official" hack!

Thanks.


"Lee Mitchell" <Leemi@online.microsoft.com> wrote in message
news:bgHFV3i3EHA.3512@cpmsftngxa10.phx.gbl...
> Hi Paul:
>
> I am not sure it this will help, but look at the example of altering fonts
> in a VFP menu found in this article:
>
> http://support.microsoft.com/default.aspx?scid=KB;EN-US;130657
>
> I hope this helps.
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
> Sincerely,
> Microsoft FoxPro Technical Support
> Lee Mitchell
>
> *-- VFP9 Public Beta Now Available!! --*
> Download the VFP9 beta here: http://msdn.microsoft.com/vfoxpro/
>
> *-- VFP8 HAS ARRIVED!! --*
> Read about all the new features of VFP8 here:
> http://www.universalthread.com/VisualFoxPro/News/VFP8Release.asp
> Purchase VFP8 here:
> http://shop.microsoft.com/Referral/Productinfo.asp?siteID=11518
>
> Keep an eye on the product lifecycle for Visual FoxPro here:
> http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
> - VFP5 Mainstream Support retired June 30th, 2003
> - VFP6 Mainstream Support retired Sept. 30th, 2003
>
>
>>Thanks.
>
>>It would have been nice to get object menus in VFP9, but given the choice
>>between that and upgraded reporting, I'll take the reporting!
>
>
>
>>"Fred Taylor" <ftaylor@mvps.org!REMOVE> wrote in message
>>news:OnvwypN2EHA.2592@TK2MSFTNGP09.phx.gbl...
>> Not without resorting to some trickery. You can a FONT clause in the
> menu
>> designer by using the Message space under options like this: "" FONT
>> "Arial",14
>>
>> You need the empty set of quotes so the Message clause thinks it's
>> complete.
>>
>> Be aware that this makes your menus *very* non-standard to any other
>> application.
>>
>> --
>> Fred
>> Microsoft Visual FoxPro MVP
>>
>>
>> "Paul Pedersen" <no-reply@swen.com> wrote in message
>> news:uVNdUFM2EHA.3000@TK2MSFTNGP15.phx.gbl...
>>> Is it possible to specify menu fonts in the menu designer? It can be
> done
>>> in code. Except for the pads, which remain at the system-specified
>>> settings.
>>>
>>> What am I doing wrong?
>



Re: menu fonts by Dan

Dan
Thu Dec 09 18:53:50 CST 2004

Not really ..... the menu designer is just a tool that writes code. You're
telling it to write a little extra. <g>

Dan

Paul Pedersen wrote:
> Ah, an "official" hack!
>
> Thanks.
>



Re: menu fonts by Rick

Rick
Mon Dec 13 17:30:19 CST 2004

Paul,
VFP 9.0 has hooks that allow alternate menu designers. I know of at =
least one that is in developement. Stay tuned for it shortly after the =
VFP 9.0 release. Hint: Check later at =
http://www.whitelightcomputing.com/.

Rick

"Paul Pedersen" <no-reply@swen.com> wrote in message =
news:uLp%23PSZ2EHA.2568@TK2MSFTNGP10.phx.gbl...
> Thanks.
>=20
> It would have been nice to get object menus in VFP9, but given the =
choice=20
> between that and upgraded reporting, I'll take the reporting!
>=20
>=20
>=20
> "Fred Taylor" <ftaylor@mvps.org!REMOVE> wrote in message=20
> news:OnvwypN2EHA.2592@TK2MSFTNGP09.phx.gbl...
>> Not without resorting to some trickery. You can a FONT clause in the =
menu=20
>> designer by using the Message space under options like this: "" FONT =

>> "Arial",14
>>
>> You need the empty set of quotes so the Message clause thinks it's=20
>> complete.
>>
>> Be aware that this makes your menus *very* non-standard to any other=20
>> application.
>>
>> --=20
>> Fred
>> Microsoft Visual FoxPro MVP
>>
>>
>> "Paul Pedersen" <no-reply@swen.com> wrote in message=20
>> news:uVNdUFM2EHA.3000@TK2MSFTNGP15.phx.gbl...
>>> Is it possible to specify menu fonts in the menu designer? It can be =
done=20
>>> in code. Except for the pads, which remain at the system-specified=20
>>> settings.
>>>
>>> What am I doing wrong?
>>>
>>>
>>>
>>>
>>
>>=20
>=20
>

Re: menu fonts by Paul

Paul
Mon Dec 13 18:10:11 CST 2004

Interesting. Thanks.


"Rick Bean" <rgbean@unrealmelange-inc.com> wrote in message
news:evUP2uW4EHA.3644@tk2msftngp13.phx.gbl...
Paul,
VFP 9.0 has hooks that allow alternate menu designers. I know of at least
one that is in developement. Stay tuned for it shortly after the VFP 9.0
release. Hint: Check later at http://www.whitelightcomputing.com/.

Rick

"Paul Pedersen" <no-reply@swen.com> wrote in message
news:uLp%23PSZ2EHA.2568@TK2MSFTNGP10.phx.gbl...
> Thanks.
>
> It would have been nice to get object menus in VFP9, but given the choice
> between that and upgraded reporting, I'll take the reporting!
>
>
>
> "Fred Taylor" <ftaylor@mvps.org!REMOVE> wrote in message
> news:OnvwypN2EHA.2592@TK2MSFTNGP09.phx.gbl...
>> Not without resorting to some trickery. You can a FONT clause in the
>> menu
>> designer by using the Message space under options like this: "" FONT
>> "Arial",14
>>
>> You need the empty set of quotes so the Message clause thinks it's
>> complete.
>>
>> Be aware that this makes your menus *very* non-standard to any other
>> application.
>>
>> --
>> Fred
>> Microsoft Visual FoxPro MVP
>>
>>
>> "Paul Pedersen" <no-reply@swen.com> wrote in message
>> news:uVNdUFM2EHA.3000@TK2MSFTNGP15.phx.gbl...
>>> Is it possible to specify menu fonts in the menu designer? It can be
>>> done
>>> in code. Except for the pads, which remain at the system-specified
>>> settings.
>>>
>>> What am I doing wrong?
>>>
>>>
>>>
>>>
>>
>>
>
>