Page 1 of 1

Has handling of Labels (TextGadget) changed in 2.0.0 betas?

Posted: Wed Nov 30, 2016 9:26 am
by SparrowhawkMMU
When I re-export my webapps using 2.0.0, all my labels have shifted up a few pixels. Is this intended behaviour?

SB 2.0.0 b8

OS X 10.11.6

Occurs on all these browsers (have not tested others): Firefox, Safari, Chromium (all latest versions)

Should I now be using #PB_Text_VerticalCenter to align my text centrally (on vertical axis) ? Or is this a glitch and I should wait for 2.0.0 final?

Thanks
JY

Re: Has handling of Labels (TextGadget) changed in 2.0.0 bet

Posted: Wed Nov 30, 2016 12:54 pm
by Fred
Yes you should use #PB_Text_VerticalCenter now, defaut is aligned top left, like PureBasic.

Re: Has handling of Labels (TextGadget) changed in 2.0.0 bet

Posted: Wed Nov 30, 2016 1:55 pm
by SparrowhawkMMU
Thanks for the clarification Fred.