New command not working in Panorama X Public Beta

Command bringpanaramaforward does not work. Panorama does not know the statement.

Error message “Unknown statement: bringpanaramaforward”

See coding below

image

;Stack the screens to open in the correct order
;********nothing saves the values from one opening to the next.
local myStyle
;myStyle = “NoPalette NoHarzScroll NoVertScroll”
myStyle = “”
;These values need to be zeroed out to start
EndCount = 0
PracticeCount = 0
LineMode = “Single”
FirstAorB = “-”
LineAB = “-”
LineNow = “-”
;The forms are not call to open they are called to be closed only
setwindowrectangle rectanglesize(25,100,870,750),myStyle
openprocedure “Clock”
setwindowrectangle rectanglesize(26,1,868,1435),myStyle
openform “Finished”
setwindowrectangle rectanglesize(26,1,868,1435),myStyle
openform “ClockScreen”
setwindowrectangle rectanglesize(26,1,868,1435),myStyle
openform “PracticeClockScreen”
setwindowrectangle rectanglesize(200,540,500,375),myStyle
openform “ClockParameters”
;
Opens the Sound program
openanything “”,“Shootonebell.mp3”
bringpanaramaforward
;Message “Click on Okay”
goform “ClockParameters”

Try BringPanoramaForward with an o instead of the a.

Spelling error: should be bringpanoramaforward, not bringpanaramaforward.

Thanks

I just copied and pasted from the help file. It has the “a”

openurl testWebSite
bringpanaramaforward

Sorry for the typo, I’ve submitted the correction.