#2.04 Tags confusion
06-Feb-92 18:00:52
Sb: #20045-#2.04 Tags confusion
Fm: Harry Callesis 72025,117
To: KEITH YOUNG 73170,307
Keith –
It makes perfect sense 8^). I thought about the constant/variable thing
after I posted the message, but forgot about TAG_MORE (it was late …).
Assuming TAG_MORE takes a pointer to a tagitem list, and that "windowtags"
is my existing array of tagitems, I can do
OpenWindowTagList( NULL, WA_CustomScreen, (ULONG) myscreen,
TAG_MORE, windowtags );
or something like that (and windowtags ends with TAG_DONE). I'll give this
a try tonight. Thanks! On another note, if I want to have more than one
window on a screen, and the same menu active no matter what window I'm in
(like DiskMaster II seems to), all I have to do is SetMenu (or something)
the menu to every window, right? Thanks again …
Harry