Button label on two lines?

WayneFrank

Member
I have a button with a long label, and I would like to put that label on two lines on the button. Is there a way to do this?

Thanks
 

palthe

Member
nope, that can't be done with the regular progress buttons. Maybe if you use an ocx.
But why not use a short label and add a more extensive tooltip to the button?
 

newprog

New Member
It can be done but not through button labels.

Create your button, with no label, on the window and then put 2 Text objects with your two lines into the button.

Then when you press anywhere in the button the 'on choose' trigger will fire.

See my attached doc for screen shots.

Tried this using v9.1E & 10.2A and worked OK.
 

Attachments

  • 2 line button.doc
    56.5 KB · Views: 72
Top