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
In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
rebar item .... lFixedSize prob ?
-
- Mensajes: 384
- Registrado: Mar May 01, 2007 5:49 pm
rebar item .... lFixedSize prob ?
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
>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 ?
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
>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