HMGSCRIPT R41

Moderator: Rathinagiri

Post Reply
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

HMGSCRIPT R41

Post by Roberto Lopez »

New in R41

- New: setUnits( units ) function. Set default length units. If not specified, default is
'px' (pixel).

Valid values for units are:

'em' Relative to the font-size of the element (2em means 2 times the size of
the current font)
'ex' Relative to the x-height of the current font (rarely used)
'ch' Relative to width of the "0" (zero)
'rem' Relative to font-size of the root element
'vw' Relative to 1% of the width of the viewport
'vh' Relative to 1% of the height of the viewport
'vmin' Relative to 1% of viewport's smaller dimension
'vmax' Relative to 1% of viewport's larger dimension
'%'
'px' pixels (1px = 1/96th of 1in)

- New setArrayEncoding(encoding) function. It sets the format used to send arrays to the
server by the httprequest function. Valid values are 'HARBOUR' and 'JSON'.

- Modified: RadioGroup requires new two additional parameters: 'spacing' and 'labelMargin'.

- New: When the user attempts to leave or reload the app page using browser commands, a
warning is shown, allowing the action cancellation.

- Modified: If width and height parameters are ommited, form assumes 100% for both.

- All new mobile samples.

Download: https://sourceforge.net/projects/hmgscript

Enloy!

Roberto.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: HMGSCRIPT R41

Post by bpd2000 »

Thank you, Sir
BPD
Convert Dream into Reality through HMG
User avatar
serge_girard
Posts: 3158
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: HMGSCRIPT R41

Post by serge_girard »

Thanks !

Serge
There's nothing you can do that can't be done...
User avatar
Steed
Posts: 427
Joined: Sat Dec 12, 2009 3:40 pm

Re: HMGSCRIPT R41

Post by Steed »

Thanks
Post Reply