Hi,
The ability to position text in the SpinGadget would be useful.
It looks a little weird with strings appearing on the right.
RichardL
SpinGadget ~ Text positioning in centre / left / right
Re: SpinGadget ~ Text positioning in centre / left / right
Hi how can you position the text to the left 

-
- Always Here
- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Re: SpinGadget ~ Text positioning in centre / left / right
If we are talking about the Spin Gadget numerical text, it is normal to have numbers justified right.
Work-around
It's easy to make your own custom spin gadget with a Text Gadget/String Gadget and two Button Image Gadgets.
Work-around
It's easy to make your own custom spin gadget with a Text Gadget/String Gadget and two Button Image Gadgets.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
Re: SpinGadget ~ Text positioning in centre / left / right
Maybe justified, but it is wrong, because the possibility of greatly narrowedIf we are talking about the Spin Gadget numerical text, it is normal to have numbers justified right.
Not so that it's easy to.It's easy to make your own custom spin gadget with a Text Gadget/String Gadget and two Button Image Gadgets.
But I found a solution for windows
Code: Select all
SetWindowLongPtr_(GadgetID(Gadget), #GWL_STYLE, GetWindowLongPtr_(GadgetID(Gadget), #GWL_STYLE) | #ES_CENTER)