MyFirstWindow:TGadget=CreateWindow("My First window",200,200,400,80)
Repeat
WaitEvent()
Until EventID()=EVENT_WINDOWCLOSE
End
I copied this straight from the online tutorial and was dismayed that it did not work.
On attempting to compile it an error box reported:
Compile Error
Indentifier 'TGadget' not found
So. Where is it and how do I show it to BlitzMax?
Does this happen to every newbe?
A standard prank?
Julian (-_-)
Repeat
WaitEvent()
Until EventID()=EVENT_WINDOWCLOSE
End
I copied this straight from the online tutorial and was dismayed that it did not work.
On attempting to compile it an error box reported:
Compile Error
Indentifier 'TGadget' not found
So. Where is it and how do I show it to BlitzMax?
Does this happen to every newbe?
A standard prank?
Julian (-_-)