Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MENU PICTURE not in compiled .exe
Message
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00634154
Message ID:
00634382
Views:
18
>Here is an example of what the Menu Builder generated in the .mpr.
>
>DEFINE POPUP cass MARGIN RELATIVE SHADOW COLOR SCHEME 4
>DEFINE BAR 1 OF cass PROMPT "Overview of CASS certification process" ;
> PICTURE "g:\graphics\fragezeichen05.bmp"
>
>According to the help for DEFINE POPUP the RELATIVE clause needs to be there if you are going to use the PICTURE clause in DEFINE BAR. I can't find any reference to the SHADOW clause, however. That's the only thing that could possibly be out of place. Maybe I'll try removing the SHADOW clause from the .mpr and see what happens.
>
>Ed


Ed
I've had no problems with pictures in the menu. The shadow clause is also present in my generated code.

The only obvious difference is that I'm not pathed explicitly to the file, maybe that's your problem but I'm not sure.
DEFINE BAR 6 OF file PROMPT "E\<xit" ;
  picture "..\images\exit.bmp"
HTH
Caroline
Previous
Reply
Map
View

Click here to load this message in the networking platform