Re: How do I disable a tab in Win32lib?
- Posted by DerekParnell (admin) Jun 17, 2009
- 1065 views
When I tried to disable a tab, it disabled all of the tabs and all of the controls on all of the tabs.
Here is something I found http://msdn.microsoft.com/en-us/library/252t3cec.aspx
Is there win32lib or IDE support for this?
Andy K.
You should be able to just say ...
setEnable(theTab, 0)
I tried this and it disabled all of the tabs and controls, like I said. Where are the win32 experts lately? I also have a question concerning machine level errors.
Actually you didn't say that you tried setEnable.
Anyhow, I found the bug and uploaded a patch. You can get it at Source Forge (rev #58)
And by the way, I do this for free and in my own time.
As for the machine level error, have you tried hint text less than 80 characters to see if that makes a difference?