Click to cure didn't worked at all yesterday for my warden with the new version
Btw.: i use the file from _eq2ui_mainhud_groupmembers horizontal.zip
After looking into the XMLs i found the following, if i look for example at Cure noxious,
in the horizontal-version :
<Button LocalTooltip="Cure Noxious" Location="38,0" MouseOverTextColor="#FF0000" Name="CureEffect3" NormalTextColor="#FFFFFF"
OnPress="target_allow_pet_self_toggle 0 target_self useability Cure Noxious target_previous target_allow_pet_self_toggle 1"
Opacity="0.000" ScrollExtent="18,18" Size="18,18" Style="/Profit.invisible" Tooltip="Cure Noxious" />
And thats in the vertical-version:
<Button LocalTooltip="Cure Noxious" Location="38,0" MouseOverTextColor="#FF0000" Name="CureEffect3" NormalTextColor="#FFFFFF"
OnPress="useabilityonplayer Parent.Parent.Name.LocalText Parent.Parent.Parent.Parent.Parent.Parent.MainHUD.Cures.CureNoxious.Spell
use_itemvdl Parent.Parent.Parent.Parent.Parent.Parent.MainHUD.Cures.CureNoxious.PotionVDL"
Opacity="0.000" ScrollExtent="18,18" Size="18,18" Style="/Profit.invisible" Tooltip="Cure Noxious"/>
[edit]
Hmm.. after now looking at it at home, i noticed that the file in the zip seems to be exactly the same then the one i used before.
Date is 29.04.2007. Strange however that this one worked before but doesn't work anymore since habe 3.4.6

[/edit]