Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Multiple instance of a view: (5 Items)
   
Multiple instance of a view  
I would like to be able to have multiple instances of a view, for example the malloc information view. That would allow 
me to see/collect data about more than one process at a time.
Re: Multiple instance of a view  
This can be done programmatically by assigning multiple view IDs to the 
same view reference, but it can not be done at the U.I. level since the 
view (e.g. malloc information) only has one ID.

Plus the malloc view is associated with the "target navigator" view to 
get the pid selected so you need to have multiple instances of the 
"target navigator" view.

You can detach the malloc view then it sits beside other view, e.g. 
process information view, so you can see both view data for one pid 
selected in the "target navigator" view. If this does not help you have 
to run multiple instances of the IDE.

Mario Charest wrote:
> I would like to be able to have multiple instances of a view, for example the malloc information view. That would 
allow me to see/collect data about more than one process at a time.
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post41968
>
>   
RE: Multiple instance of a view  
This was more a wishlist type of request ;-)

> -----Original Message-----
> From: Andy Jin [mailto:community-noreply@qnx.com]
> Sent: Friday, November 13, 2009 4:08 PM
> To: general-ide
> Subject: Re: Multiple instance of a view
> 
> This can be done programmatically by assigning multiple view IDs to the
> same view reference, but it can not be done at the U.I. level since the
> view (e.g. malloc information) only has one ID.
> 
> Plus the malloc view is associated with the "target navigator" view to
> get the pid selected so you need to have multiple instances of the
> "target navigator" view.
> 
> You can detach the malloc view then it sits beside other view, e.g.
> process information view, so you can see both view data for one pid
> selected in the "target navigator" view. If this does not help you have
> to run multiple instances of the IDE.
> 
> Mario Charest wrote:
> > I would like to be able to have multiple instances of a view, for
> example the malloc information view. That would allow me to see/collect
> data about more than one process at a time.
> >
> >
> >
> > _______________________________________________
> >
> > General
> > http://community.qnx.com/sf/go/post41968
> >
> >
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post41976
> 
AW: Multiple instance of a view  
+1
and I would like to set this in a more general way.
What about to have the chance to link an Editor instance with a specific View instance?!
For me the problem is to have multiple SysProfiler Editors open and the Views like Gerneral Stats can't be opened twice.


So if you add this to Santas list, add it in a general way.

/hp


-----Ursprüngliche Nachricht-----
Von:	Mario Charest [mailto:community-noreply@qnx.com]
Gesendet:	Fr 13.11.2009 22:15
An:	general-ide
Cc:	
Betreff:	RE: Multiple instance of a view

This was more a wishlist type of request ;-)

> -----Original Message-----
> From: Andy Jin [mailto:community-noreply@qnx.com]
> Sent: Friday, November 13, 2009 4:08 PM
> To: general-ide
> Subject: Re: Multiple instance of a view
> 
> This can be done programmatically by assigning multiple view IDs to the
> same view reference, but it can not be done at the U.I. level since the
> view (e.g. malloc information) only has one ID.
> 
> Plus the malloc view is associated with the "target navigator" view to
> get the pid selected so you need to have multiple instances of the
> "target navigator" view.
> 
> You can detach the malloc view then it sits beside other view, e.g.
> process information view, so you can see both view data for one pid
> selected in the "target navigator" view. If this does not help you have
> to run multiple instances of the IDE.
> 
> Mario Charest wrote:
> > I would like to be able to have multiple instances of a view, for
> example the malloc information view. That would allow me to see/collect
> data about more than one process at a time.
> >
> >
> >
> > _______________________________________________
> >
> > General
> > http://community.qnx.com/sf/go/post41968
> >
> >
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post41976
> 




_______________________________________________

General
http://community.qnx.com/sf/go/post41978 
 
*******************************************
Harman Becker Automotive Systems GmbH
Management Board: Dr. Klaus Blickle (Chairman), Dr. Udo Hüls, Michael Mauser
Chairman of the Supervisory Board: Ansgar Rempp | Domicile: Karlsbad | 
Local Court Mannheim: Register No. 361395

 
*******************************************
Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Wenn Sie nicht der richtige Adressat 
sind oder diese E-Mail irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und loeschen Sie diese Mail
. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have 
received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, 
disclosure or distribution of the contents in this e-mail is strictly forbidden.
*******************************************
Attachment: Text winmail.dat 3.94 KB
Re: AW: Multiple instance of a view  
There is no way to solve it generically, but it can be added for each view that you care about. For example it is 
implemented in App Profiler Timeline view as "Duplicate View" command. Duplicated view contains data same as original, 
but won't react on selection
of other elements, white main view always does.