Anyone know how to align this?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- VIP Livecode Opensource Backer
- Posts: 931
- Joined: Thu Nov 13, 2008 6:48 am
Anyone know how to align this?
I think I am missing the obvious. I just want the 0 lined up above the other numbers. Any suggestions.
Thanks
Thanks
macOS 12.6.5 (Monterey), Xcode 14.2, LC 10.0.0, iOS 15.6.1
Targets: Mac, iOS
Targets: Mac, iOS
Re: Anyone know how to align this?
Maybe put a space before the 0 to make up for the + sign before all the other numbers?
*Edit - I should clarify that, I mean use a label instead of the name, and in the label contents put the space before the 0 to even it out, like this.

Alternately, you could use right align for the button text.

*Edit - I should clarify that, I mean use a label instead of the name, and in the label contents put the space before the 0 to even it out, like this.

Alternately, you could use right align for the button text.


-
- VIP Livecode Opensource Backer
- Posts: 931
- Joined: Thu Nov 13, 2008 6:48 am
Re: Anyone know how to align this?
I did try adding spaces but LC just ignores them. Also, I looked for align but apparently not hard enough. After you mentioned it I looked again and ah ha, there it was. That did the trick!
Thanks
Thanks
macOS 12.6.5 (Monterey), Xcode 14.2, LC 10.0.0, iOS 15.6.1
Targets: Mac, iOS
Targets: Mac, iOS
Re: Anyone know how to align this?
You are very welcome, I realized almost immediately after posting that I should have clarified that. The name label of the control doesn't allow a space to be recognized, but a label control *does*. Of course, right align would be the best easiest way to do it on the control itself. Doh moment 


-
- VIP Livecode Opensource Backer
- Posts: 931
- Joined: Thu Nov 13, 2008 6:48 am
Re: Anyone know how to align this?
No worries. I appreciate the time you took to reply. And it solved my problem 
Mark

Mark
macOS 12.6.5 (Monterey), Xcode 14.2, LC 10.0.0, iOS 15.6.1
Targets: Mac, iOS
Targets: Mac, iOS
-
- Livecode Opensource Backer
- Posts: 10099
- Joined: Fri Feb 19, 2010 10:17 am
Re: Anyone know how to align this?
Welcome to the club.I think I am missing the obvious.
This is where the helpful people on the Forum come in
