Jump to content
Sign in to follow this  
Nathan423

Adding items to the menuStrip

Recommended Posts

Hello, I am trying to add items to the menu strip using this example. The problem is that the 

items[] += {"string"};

does not appear to be working. How would I fix this issue?

 

EDIT: Turns out that you have to do

requiredAddons[] = {"3DEN"};

for the changes to work correctly.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×