I've created Balloon Tooltips using API
CreateWindow('tooltips_class32',<etc>)
This works well for most WinControl's except that it will stop working for a TRadioGroup once one item has been added to the radio group. The CreateWindow does return a handle. However, the ballon will never appear. Anyone have any ideas why? I am working with Delphi 2006.
Thanks
Tom
CreateWindow('tooltips_class32',<etc>)
This works well for most WinControl's except that it will stop working for a TRadioGroup once one item has been added to the radio group. The CreateWindow does return a handle. However, the ballon will never appear. Anyone have any ideas why? I am working with Delphi 2006.
Thanks
Tom