Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 3.0
Message
 
To
24/02/1997 16:37:04
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00021779
Message ID:
00021880
Views:
38
>>
>>You have to buy VFP3.0b for MAC, open project over there (VFP converter will come in) and run the App. It should work immeaditely except some form interface problems (label overlapping, etc.).
>I recommend that you start opening the project in the Mac as soon as possible. The more Win-specific things you add--OLe, DDe, etc.--the harder it will be to track down the offending code. Also, if you're going to create apps for Mac-experienced users, pay attention to the Apple Interface Guidelines; Mac users will expect certain keystrokes, menu names, etc., that aren't used by Windows folks.

VFP makes it easy to provide slightly different effects, because you can use the OS() method and provide necessary code with a do case.

do case
case os() = 'Macintosh'
** do Mac Menus

case os() = 'Win;
** do Windows Menus

endcase
Barbara Paltiel, Paltiel Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform