--- In [email protected], "entropyreduction" <[EMAIL PROTECTED]> wrote: > > dialogplugin1.13_provisional080426.zip in > http://tech.groups.yahoo.com/group/power-pro/files/0_TEMP_/AlansPluginProvisional/ > > Is work in progress: tooltips now stick around even if you have a > powerpro manifest, for buttons anyway. > > In case anyone cares, IsThemeActive() and IsAppThemed() both return > false on my XP test machine, but the problem occurs anyway. > > So I deduce problem occurs with comctrl32 v 6 loaded by manifest, > visual styles or not. > > So I test for presence of manifest and comctrl32 v 6 , and if found, > everytime there's a click on a button or derivatives, > I detach the control from the tooltip (TTM_DELTOOL) and reattach it > (TTM_ADDTOOL).
Interesting. Now I notice that there seems to be a hover type effect with manifest on bars which is being disabled by what you are doing (disabled for dialog, not for bar). E.g, the center of a "gray-checked" 3 state is light green. It is high intensity green only when hovered (on bar). On dialog (now) it starts out light green. After clicking, its in the high intensity state (and stays there). > > Seems to work for buttons: I'll have to add extra stuff to deal with > other controls. > > Tips seem okay on edit boxes. > > Tips not okay if you use some odd click (dialogPluginDemo1.powerpro, > cancel button, right shift for instance). I'll fix that. Currently doesn't seem to work for right click or middle click. Also I think tips that haven't been clicked, if hovered too long (not long enough to read a long one), disappear and don't come back. > > > Also, may have reintroduced the concentric shadows in 1.12, fixed > again in this version. > With current test ver of dialog plugin and current release of CA, I see a single shadow window when starting [EMAIL PROTECTED] It vanishes after hovering the researchmode 3state button. Seems I need to do more replacements of / with \n. Not sure why they didn't show up previously when not using manifest.
