Need to know if this is a new v8 bug or not.
Any one with Mac SU 7.x, could you try:
UI.show_model_info
nothing on PC (v7.x and v8.0,); nothing on Mac (v8.0)
UI.show_model_info("")
last used panel on PC (v7.x and v8.0,) and on Mac (v8.0)
UI.model_info_pages
PC output >> ["Animation", "Components", "Credits", "Dimensions", "File", "Geo-location", "Rendering", "Statistics", "Text", "Units"]
UI.show_model_info("File")
displays File panel on PC (v7.x and v8.0) regardless of what panel was previously shown.
does not work on Mac (v8.0); only hilites the panel name in the selection box, and still displays the last panel that was used.
~