Le 19/03/2013 21:27, Kurt a écrit :
OK - Jean - this is Strange. When I replied to your Direct e-mail, that you
sent to my work e-mail, My reply was Rejected with an Error message claiming
Service Refused. ...
I have 2 adresses; can you try both ? jsm.maurice arobase wanadoo and contact arobase j-maurice
arobase is @; don't forget the .fr at the end

Anyway - from what you wrote below - it sounds like the menu must be running
from within a Main Form. Seems the system I am working on - I THINK the menu
is running from within _Screen. So - I may NOT be able to get things working
the way you have it. If anyone ELSE has any input - I'm open to it. In the
meantime - I shall continue to see what I can do on my End - to get the Menu
running within a proper form...
The first thing to think of is : does mwresize works with _screen ?

May be you can do something like this thing at the begining of your  .mpr :

LOCAL lnfontsize

lnfontsize = ICASE(_screen.width < 810, 8, _screen.width < 1200, 10, _screen.width < 1700, 12, 14)
DEFINE MENU mymenu BAR FONT 'Courier New', m.lnfontsize && may be  
(m.lnfontsize)
DEFINE PAD ....

But it supposes that the .mpr is launched after the _screen is initially resized and it will not work if you resize the _screen afterwards unless you release the menu and redefine it ...

Just my 2 cents !

The Foxil





_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to