You know how you can add a "caption" to a frame?
This caption then shows up in the top left hand corner.
Is there a way to center this caption at the top of the frame? It might look stupid, I don't know...still though, I'd like to try it.
Printable View
You know how you can add a "caption" to a frame?
This caption then shows up in the top left hand corner.
Is there a way to center this caption at the top of the frame? It might look stupid, I don't know...still though, I'd like to try it.
"Sneaky way"
set the caption = "" So the frame itself has no caption
draw a Label inside the frame... put your caption in it..
slide the label up to the top center. it will cover the frame border.. making it look just like the frame caption... and since you drew it inside the frame.. it "sticks" with it
see image attached
Cool. Thanks for not being one of those guys who use 55 API calls and 16 pages of code to do it!!
LOL!!
:wave:
Why go the "hard" route when sometimes the simple ones will do ;)