Anyone know how to align this?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
marksmithhfx
- VIP Livecode Opensource Backer

- Posts: 939
- 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 15.6 (Sequola), Xcode 15.3, LC 10.0.2, iOS 18.6.2
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.


-
marksmithhfx
- VIP Livecode Opensource Backer

- Posts: 939
- 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 15.6 (Sequola), Xcode 15.3, LC 10.0.2, iOS 18.6.2
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 

-
marksmithhfx
- VIP Livecode Opensource Backer

- Posts: 939
- 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 15.6 (Sequola), Xcode 15.3, LC 10.0.2, iOS 18.6.2
-
richmond62
- Livecode Opensource Backer

- Posts: 10246
- 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