Hello,
Is there a way to place the 'label' of a GenBitmapTextButton on the left side of the 'bitmap'.
Attached is what I get and what I'd like to get.
Thanks.
Raphael
Hello,
Is there a way to place the 'label' of a GenBitmapTextButton on the left side of the 'bitmap'.
Attached is what I get and what I'd like to get.
Thanks.
Raphael
Hi,
On Mon, Aug 2, 2010 at 1:34 PM, Raphael Mayoraz <maygeo@netplus.ch> wrote:
Hello,
Is there a way to place the 'label' of a GenBitmapTextButton on the left
side of the 'bitmap'.
Attached is what I get and what I'd like to get.
Thats not supported by default, but you could make a subclass that
overrides the DrawLabel method and just change the logic around to put
the bitmap on the right side of the label.
Cody
Cody Precord wrote:
Hi,
Hello,
Is there a way to place the 'label' of a GenBitmapTextButton on the left
side of the 'bitmap'.
Attached is what I get and what I'd like to get.
Thats not supported by default, but you could make a subclass that
overrides the DrawLabel method and just change the logic around to put
the bitmap on the right side of the label.Cody
Thanks, works nicely.
Raphael
On Mon, Aug 2, 2010 at 1:34 PM, Raphael Mayoraz <maygeo@netplus.ch> wrote: