Menu Icons

GuyBooth

Active Member
Licensed User
Longtime User
I have added two menus to my app using the code
Activity.AddMenuItem3("Pause/Stop","Pause_Stop",LoadBitmapSample(File.DirAssets, "MMELogo.png",28,28),True)

Is there any way at runtime to modify the logo without loading a new menu? I would like just to change the logo depending on status of my media player.
 

susu

Well-Known Member
Licensed User
Longtime User
No, you can not change the menu at runtime.
 
Upvote 0
Top