GenBitmapTextButton

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

What_I_want.png

What_I_get.png

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: