Question
Bridge beta 14 - inconsistent script windows
Bridge beta 14.0.0.57 - MacOS Monterey 12.6.8
Bridge draws script windows inconsistently.
The first script uses "prompt" in the script, the second uses "Window.prompt". Yes, I should use the same commands in all scripts but there should not be two distinct window styles.
There are similar inconsistencies in Bridge 12 and between Windows/Mac due to platform-specific window styles.
weight = Window.prompt(partNum + ' weight', ' ', 'Enter Item Weight');
newName = prompt('Enter part number');


