Página 1 de 1

Buddy Label

Publicado: Mié Mar 11, 2009 10:27 pm
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

Buddy Label

Publicado: Mié Mar 11, 2009 10:33 pm
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

Buddy Label

Publicado: Mié Mar 11, 2009 10:33 pm
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

Buddy Label

Publicado: Jue Mar 12, 2009 11:50 am
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

Buddy Label

Publicado: Jue Mar 12, 2009 11:50 am
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

Buddy Label

Publicado: Vie Mar 13, 2009 10:12 pm
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

Buddy Label

Publicado: Vie Mar 13, 2009 10:12 pm
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