[HELP]Edit Menu text
#1

Код:
mPhone = CreateMenu("Test", 1, 500.0, 180.0, 100.0, 200.0);
	AddMenuItem(mTest, 0, "Disable Test");
would it be possable to make it so when i select Disable Test the next time i open the menu it says Enable Test?
Reply
#2

Not without recreating the menu. Which would be pretty crap.

You could have both options, then HideMenuRow (can't quite think of the real name, but it's similar.)
Then when you click enable, hide the enable row, but show the disable. When disable, hide the disable row, but show the enable.

I think that would look pretty cool.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)