Quote:
Originally Posted by PhoneyDeveloper
A tag of zero is the default tag for any view that doesn't have a tag set. You need to use other values than zero.
The control state is a little confusing. You almost never want to or the enums together, at least not unless you really understand what that means.
|
Thanks. In the windows world, you can usually "OR" enums together that are meant to be different parts of the same behavior (enums decorated with the "Flags" attribute, like messagebox properties). I thought I had seen somewhere where the bitwise or was used w.r.t. control states. I just set the text for the Normal state, since I don't really need any different behavior for the highlighted or selected states.
Thanks again,
-MrB