Armando Chibante Posted March 16, 2004 Report Posted March 16, 2004 Hi, I know how to add an entry to the modules menu, but now I'd like to know if it's possible to add sub menu items to that item, and if yes, how's that done. Thanks in advance for any help. Armando Chibante
Pete Dowson Posted March 16, 2004 Report Posted March 16, 2004 I know how to add an entry to the modules menu, but now I'd like to know if it's possible to add sub menu items to that item, and if yes, how's that done. You'd have to use normal Windows APIs. Are you writing an FS module or Gauge? If so, just use normal Windows methods. If you are writing an external program then I'm sorry, but this is not a facility FSUIPC provides. Your best bet is to use a single Modules menu entry to allow the user to call up a dialogue of your own. You'd probably want to opt for FS to pause too whilst the dialogue is visible, and you'll have to take steps to get your window to the top. In FS full screen mode this can be a bit of a problem since FS2004. You may get flashing. Regards, Pete
Armando Chibante Posted March 16, 2004 Author Report Posted March 16, 2004 Thank you Peter, yes, I'm writing an external program. I'll try your suggestion. Best regards Armando Chibante
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now