Rs.RealBox() wrong n latest wip

Hi Steve
The function rs.RealBox is wrong:

import rhinoscriptsyntax a

radius = rs.RealBox("Enter a radius value", 5.0 )

if radius:

    point = (0,0,0)

    rs.AddCircle( point, radius )

Message: Impossibile trovare il metodo ‘Void Eto.Forms.NumericUpDown.set_DecimalPlaces(Int32)’.

Traceback:
line 758, in RealBox, "C:\Users\Angela\AppData\Roaming\McNeel\Rhinoceros\6.0\Plug-ins\IronPython (814d908a-e25c-493d-97e9-ee3861957f49)\settings\lib\rhinoscript\userinterface.py"
line 3, in , "C:\Users\Angela\AppData\Local\Temp\TempScript.py"
Ciao Vittorio

Yeah, this looks odd… --Mitch

Ciao Mitch
I’ll see you tomorrow in Barcelona?
Vittorio

Absolutely!!! Leaving in an hour or so… --Mitch

@steve, @Alain

Here’s another one I just found:

import rhinoscriptsyntax as rs
filename=rs.SaveFileName("Name of file to save")
pass

>>> Message: 'SaveFileDialog' object has no attribute 'ShowDialog'