Well I was just wondering how do people do this in their program?
Code Example would be nice :)
Code Example would be nice :)
; Create a window and some labels win=CreateWindow("Test Labels",100,100,200,150,0,17) CreatePanel(5,16,180,100,win,1) CreateLabel(" Label ",15,10,32,20,win,0) ; The simplest event loop possible! Repeat Until WaitEvent()=$803 End ; bye!
; Create a window and some labels win=CreateWindow("Test Labels",100,100,200,150,0,17) CreatePanel(5,16,180,4,win,1) CreatePanel(5,120,180,4,win,1) CreatePanel(5,18,4,102,win,1) CreateLabel(" Label ",15,10,32,20,win,0) ; The simplest event loop possible! Repeat Until WaitEvent()=$803 End ; bye!
; Create a window and some labels win=CreateWindow("Test Labels",100,100,200,150,0,17) CreatePanel(5,16,180,4,win,1) CreatePanel(5,18,4,102,win,1) CreatePanel(5,118,180,4,win,1) CreatePanel(181,18,4,103,win,1) CreateLabel(" Label ",15,10,32,20,win,0) ; The simplest event loop possible! Repeat Until WaitEvent()=$803 End ; bye!