Bin mit mobileSetKeyboardType „number“ leider nicht ans Ziel gelangt.
In meinem fld steht folgender Code:
set the numberformat to "#.00"
set traversalOn to true
on mouseDown
if the environment is "mobile" then
mobileSetKeyboardType "number"
end if
end mouseDown
//mobileSetKeyboardType "number"
## oder
//mobileSetKeyboardType "numeric"
## oder
//mobileSetKeyboardType "decimal"
Any idea?