Página 1 de 1

rebar item .... lFixedSize prob ?

Publicado: Mar Jun 26, 2007 11:16 am
por ChrisGillard
I am just learning what I can do with the Rebar control.
I am aligning it at the bottom of a panel .... it sits there ok.
If I add an Edit control, the edit control shows on the left end of the
Rebar ... as expected.
If I change the Rebar Edit item lFixedSize = TRUE .... the Edit goes to the
right hand end of the Rebar ... NOT as expected ?
2 images attached.
Also the blue Rebar Item 'hilight' in the IDE seems strangely positioned.
Couple of things not quite right here I think.
Regards
Chris



Attached files

rebar item .... lFixedSize prob ?

Publicado: Mié Jun 27, 2007 8:01 pm
por jfgimenez
Chris,
>I am just learning what I can do with the Rebar control.
>
> I am aligning it at the bottom of a panel .... it sits there ok.
>
> If I add an Edit control, the edit control shows on the left end of the
> Rebar ... as expected.
>
> If I change the Rebar Edit item lFixedSize = TRUE .... the Edit goes to
> the right hand end of the Rebar ... NOT as expected ?
>
> 2 images attached.
>
> Also the blue Rebar Item 'hilight' in the IDE seems strangely positioned.
>
> Couple of things not quite right here I think.
This property simply sets the band's style RBBS_FIXEDSIZE. The name property
isn't accurate but it's the same used by MS in its documentation. This style
causes what you are seeing, that is, the rebarband is moved to the right and
don't show its gripper to be resized.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info

rebar item .... lFixedSize prob ?

Publicado: Mié Jun 27, 2007 8:01 pm
por jfgimenez
Chris,
>I am just learning what I can do with the Rebar control.
>
> I am aligning it at the bottom of a panel .... it sits there ok.
>
> If I add an Edit control, the edit control shows on the left end of the
> Rebar ... as expected.
>
> If I change the Rebar Edit item lFixedSize = TRUE .... the Edit goes to
> the right hand end of the Rebar ... NOT as expected ?
>
> 2 images attached.
>
> Also the blue Rebar Item 'hilight' in the IDE seems strangely positioned.
>
> Couple of things not quite right here I think.
This property simply sets the band's style RBBS_FIXEDSIZE. The name property
isn't accurate but it's the same used by MS in its documentation. This style
causes what you are seeing, that is, the rebarband is moved to the right and
don't show its gripper to be resized.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info