application tag on taskbar

hi
when we run any photon application, its tag appears on the taskbar. in
one of our projects i want to execute multiple photon applications from a
photon application. so their will be one parent and multiple childs running
simultaneously. but i dont want the tags for childs to appear on the
taskbar.

how can i stop tag, for child applications, from appearing on the
taksbar?

thanks

sameer

sam <sito@vsnl.com> wrote:
s > hi
s > when we run any photon application, its tag appears on the taskbar. in
s > one of our projects i want to execute multiple photon applications from a
s > photon application. so their will be one parent and multiple childs running
s > simultaneously. but i dont want the tags for childs to appear on the
s > taskbar.

s > how can i stop tag, for child applications, from appearing on the
s > taksbar?

s > thanks

s > sameer

Look at Pt_ARG_WINDOW_MANAGED_FLAGS & Ph_WM_TASKBAR.

I believe that you’ll want to clear this flag on the windows in
question. Mind you, I haven’t tried it.

hi bill,

thanks for reply.
i am not able to locate the Ph_WM_TASKBAR flag you have mentioned in reply.
i am using qnx 4.25 with photon 1.13.

please reply if anybody have some information about the same

thanks
sameer

sam <sito@vsnl.com> wrote:
s > hi bill,

s > thanks for reply.
s > i am not able to locate the Ph_WM_TASKBAR flag you have mentioned in reply.
s > i am using qnx 4.25 with photon 1.13.

s > please reply if anybody have some information about the same

s > thanks
s > sameer

I was looking at QNX6 docs. But it seems to be defines in QNX4 in
/usr/include/photon/PhWm.h

I’m sorry I can’t be of more help. I haven’t used this in QNX4.