Whitelegs

Results 16 comments of Whitelegs

OK, I've sort of solved it. My hover method works if I include all parameters in order up to image source without using keywords eg. ```self.update('Cancel', ('white',sg.theme_background_color()), False, red_hovered)``` however...

Thanks, I thought I'd tried that but obviously not! That works to the extent that I don't get an error & the correct graphic is displayed but I get the...

Jason's workaround is great for Menu but crashes with IndexError on MenubarCustom. Any chance this can be enhanced or worked around also? Cheers

Hi Jason, just use the code from your workaround as above but change Menu to MenubarCustom, no other changes required. Try running it & you get the following error(s). >...

Thanks Jason, that's brilliant & your work to solve this is much appreciated. I notice however that the selected button (I'm referring to the MenubarCustom option) seems to be a...

Hmm, that's interesting. I've copied your code, run it & still have the same issue (I tried to get a screenshot of my result but from it you can't tell...

Yes, that's exactly it! and select_clear does indeed do the job. Thank you so much for continuing to explore the issue & coming up with a solution. After 30+ years...

Fair enough; when I first started programming back in the late 70s (yes, pre-dating PCs & DOS) we couldn't afford to duplicate code & it's stuck with me ever since....