Confused on UISetRadio()
-
In my application, i use UISetCheck to check buttons in my menu. But i can't get UISetRadio() to work. It doesn't do a thing. I used UPDATE_ELEMENT(ID_TASKBAR_SIGNIN, UPDUI_MENUPOPUP) to make WTL handle it but do i need to do something else with it to make it handle radio buttons too? Thanks
-
In my application, i use UISetCheck to check buttons in my menu. But i can't get UISetRadio() to work. It doesn't do a thing. I used UPDATE_ELEMENT(ID_TASKBAR_SIGNIN, UPDUI_MENUPOPUP) to make WTL handle it but do i need to do something else with it to make it handle radio buttons too? Thanks
UIUpdateMenuBarElement() doesn't support radio-checking menu items, although it is possible to add the code to do it. I did it for my own work a few weeks ago, when I get home I'll see if I can find the code (I didn't end up using it after all, so I might not have kept it) --Mike-- THERE IS NO THERE IS NO BUT THERE IS MAGIC PIXIE DUST BUSINESS GENIE CODE PROJECT Homepage | RightClick-Encrypt | 1ClickPicGrabber "You have Erica on the brain" - Jon Sagara to me
-
UIUpdateMenuBarElement() doesn't support radio-checking menu items, although it is possible to add the code to do it. I did it for my own work a few weeks ago, when I get home I'll see if I can find the code (I didn't end up using it after all, so I might not have kept it) --Mike-- THERE IS NO THERE IS NO BUT THERE IS MAGIC PIXIE DUST BUSINESS GENIE CODE PROJECT Homepage | RightClick-Encrypt | 1ClickPicGrabber "You have Erica on the brain" - Jon Sagara to me
-
Well did you ding it :-)? And if you didn't, i can't mix up API calls with this UIEnable thingy, cause then the API calls don't seem to work...
It's right here[^] :) --Mike-- Mister Sparkle is disrespectful to dirt. Homepage | RightClick-Encrypt | 1ClickPicGrabber "You have Erica on the brain" - Jon Sagara to me