Bug: rs.BrowseForFolder() Dialog hidden by Rhino app

Hi All, @curtisw

Python’s BrowseForFolder dialog is always behind the Rhino window.
Its a critical bug which can mess up a lot.
V8, V9, Python 3

Thanks, Jess

Hi @Jess,

I’m not able to repeat here on Windows. Can you provide a simple test script that we can test?

Thanks,

– Dale

Hi Dale,

I checked again and now it works in Win Rhino V8 from _EditPythonScript and _ScriptEditor.

In Rhino WIP running the sample script in _ScriptEditor has the bug:

#! python 3
import rhinoscriptsyntax as rs
folder = rs.BrowseForFolder("C:\\Program Files\\" )
if folder: print(folder)

System Info:
Rhino 9 SR0 2026-5-12 (Rhino WIP, 9.0.26132.12305, Git hash:master @ e4ca4a25a2667146cdb0b9e48607c637ec745bdb)
License type: Commercial, build 2026-05-12
License details: Cloud Zoo
Expires on: 2026-06-26

Windows 10 (10.0.19045 SR0.0) or greater (Physical RAM: 32GB)
.NET 10.0.2

Thanks @Jess,

– Dale