statusbarItemXYZ.title = something doesnt work as i think(?) #2722
GronbergInfo
started this conversation in
General
Replies: 2 comments 1 reply
-
Try calling |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you be a little more specific? When should i run it? Is it enoug to run at the start/main once, or always when i need to update the text? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi.
I have this menubar item called statusPlaying.
In the start of the program, i set statusPlaying.title = "" and it becomes empty (as expected here)
Then when i click on the menu item or shortcut key for bitMenuItem.Action += new Action(StartMusic);
It does start playing the wav i have in that function, however, now statusPlaying.title = "something" does not update the statusbar item, UNTIL i click on the menubar.
Any idea what i am missing here as why it does not update the title?
Beta Was this translation helpful? Give feedback.
All reactions