Posted: Sat Jan 12, 2002 12:41 am
Restored from previous forum. Originally posted by preacher.
Gooday everyone.
I just want to ask you all what you thing about changing the syntax of many commands from the nummeric identifier to a handle if you know what I mean. Reason for me asking is simply because I don't want to ask fred to do so if there is no support for it amongst the registerd users.
Now on to what I mean:
OpenWindow(0,x,y,width,height etc etc...)
to
hwnd=OpenWindow(x,y,width,height etc etc...)
Startdrawing(windowoutput())
to
startdrawing(hwnd)
and similar to all functions requiering a identifier...
Hope you guys (and girls?!) understand my english...
[Preacher]
Gooday everyone.
I just want to ask you all what you thing about changing the syntax of many commands from the nummeric identifier to a handle if you know what I mean. Reason for me asking is simply because I don't want to ask fred to do so if there is no support for it amongst the registerd users.
Now on to what I mean:
OpenWindow(0,x,y,width,height etc etc...)
to
hwnd=OpenWindow(x,y,width,height etc etc...)
Startdrawing(windowoutput())
to
startdrawing(hwnd)
and similar to all functions requiering a identifier...
Hope you guys (and girls?!) understand my english...
[Preacher]