rhomobile / rhoelements-issues

Issues area for RhoElements
0 stars 0 forks source link

B49 - System.get_property('is_emulator') is returning a string #24

Closed pascalw closed 11 years ago

pascalw commented 11 years ago

On RhoMobile 2.2 System.get_property('is_emulator') would correctly return a boolean true or false.

On Rho 4.0 B49 System.get_property('is_emulator') is returning a string 'true' or 'false'. Similarly this also happens for other boolean system properties like has_calendar.

Is this is a conscious choice? I would consider this a bug because it's both non semantic and breaking backwards compatibility.

genywind commented 11 years ago

will be fixed in beta 53

pascalw commented 11 years ago

Thanks. (How) can I be notified if new betas are available?

dmitrys commented 11 years ago

fixed in Master version