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?
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.