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.

Buddy Label

Xailer professional forum in English
Responder
Nick Hilder
Mensajes: 328
Registrado: Mar Nov 21, 2006 2:10 am

Buddy Label

Mensaje por Nick Hilder »

Howdy
Is there anyway to change the offset of the buddy label. It's work great,
except I have to modify it from 80 to 50 each time.
Nick
notengo
Mensajes: 417
Registrado: Vie Oct 12, 2007 1:29 pm

Buddy Label

Mensaje por notengo »

Nick,
> Is there anyway to change the offset of the buddy label. It's work great,
> except I have to modify it from 80 to 50 each time.
CLASS TLabelBuddy FROM XLabelBuddy
PUBLISHED:
PROPERTY nBuddyOffset INIT 50
ENDCLASS
You can customize other properties in the same way.
Regards,
José Lalí­n
notengo
Mensajes: 417
Registrado: Vie Oct 12, 2007 1:29 pm

Buddy Label

Mensaje por notengo »

Nick,
> Is there anyway to change the offset of the buddy label. It's work great,
> except I have to modify it from 80 to 50 each time.
CLASS TLabelBuddy FROM XLabelBuddy
PUBLISHED:
PROPERTY nBuddyOffset INIT 50
ENDCLASS
You can customize other properties in the same way.
Regards,
José Lalí­n
Capsol Coder
Mensajes: 53
Registrado: Vie May 26, 2006 3:33 am

Buddy Label

Mensaje por Capsol Coder »

Hi Jose
Will that work in design mode when I right click in the form designer and
say "add Label" ??
Nick
"José Lalín" <notengo@correo.com> wrote in message
news:49b82eb9$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>
> Nick,
>
>> Is there anyway to change the offset of the buddy label. It's work great,
>> except I have to modify it from 80 to 50 each time.
>
> CLASS TLabelBuddy FROM XLabelBuddy
>
> PUBLISHED:
> PROPERTY nBuddyOffset INIT 50
>
> ENDCLASS
>
> You can customize other properties in the same way.
>
> Regards,
> José Lalín
Capsol Coder
Mensajes: 53
Registrado: Vie May 26, 2006 3:33 am

Buddy Label

Mensaje por Capsol Coder »

Hi Jose
Will that work in design mode when I right click in the form designer and
say "add Label" ??
Nick
"José Lalín" <notengo@correo.com> wrote in message
news:49b82eb9$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>
> Nick,
>
>> Is there anyway to change the offset of the buddy label. It's work great,
>> except I have to modify it from 80 to 50 each time.
>
> CLASS TLabelBuddy FROM XLabelBuddy
>
> PUBLISHED:
> PROPERTY nBuddyOffset INIT 50
>
> ENDCLASS
>
> You can customize other properties in the same way.
>
> Regards,
> José Lalín
notengo
Mensajes: 417
Registrado: Vie Oct 12, 2007 1:29 pm

Buddy Label

Mensaje por notengo »

Nick,
> Will that work in design mode when I right click in the form designer and
> say "add Label" ??
Not sure, but I think it won't work.
Regards,
José Lalí­n
notengo
Mensajes: 417
Registrado: Vie Oct 12, 2007 1:29 pm

Buddy Label

Mensaje por notengo »

Nick,
> Will that work in design mode when I right click in the form designer and
> say "add Label" ??
Not sure, but I think it won't work.
Regards,
José Lalí­n
Responder