I'm still a little confused about BMax memory management generally.
Do I need the "Safety" line below?
' Safety
If Self.Toolbar <> Null FreeGadget(Self.Toolbar)
' Create the Toolbar
Self.ToolBar = CreateToolBar(s_icon_file, x,y,w,h,Self.Window)
Do I need the "Safety" line below?
' Safety
If Self.Toolbar <> Null FreeGadget(Self.Toolbar)
' Create the Toolbar
Self.ToolBar = CreateToolBar(s_icon_file, x,y,w,h,Self.Window)