creating a highgui window

BlitzMax Forums/BlitzMax Programming/creating a highgui window

slenkar(Posted 2008) [#1]
hi, Im trying to create a highgui window with this code:

w.window_handle=Create:hi_Twindow("Decision",GraphicsWidth()/2,GraphicsHeight()/2, 200,100)


but it says 'create identifier not found'

EDIT-
turns out it was this
hi_Twindow.create