Hi Miriam,
To add a working area to a workflow, you need go into the workflow
editor and drag and drop your working area from the left to the right tree.
The working area should appear in the group Root->Common
If you want to show your working area by default in your workflow
step, you need to remove all other working areas (OrthoSliceWorkingArea,
SideBySideWorkingArea, ...)
Best regards,
Xavi
-----Original Message-----
From: Ana Maria Quintero Padron [mailto:[email protected]]
Sent: martes, 08 de mayo de 2012 12:55
To: [email protected]
Subject: Re: [Gimias-developers] Working area configuration Error
Hi Xavi,
Now I know that is wrong.
In plugin mode (File-> Perspective-> Plugin) I am able to get my working
area, just created with Working area configuration tools, but not in
Workflow mode (File -> Perspective-> Workflow).
I need to get my working Area in WorkFlow mode, have you any suggestion
about this?, have I to change any parameter in my .xml file?
Best,
MIRIAM
-----Original Message-----
From: Ana Maria Quintero Padron
Sent: Tuesday, May 08, 2012 9:48 AM
To: [email protected]
Subject: RE: [Gimias-developers] Working area configuration Error
Hi Xavi,
You are absolutely right
GetPluginTab()->ShowWindow("HemodynamicPostWA ");
This was an error when writing the email
GetPluginTab()->ShowWindow("HemodynamicPostWA.xml");
To give more information I could not even see my WA in View ->Working areas
-> . Now is fixed but I have no idea what I have done.
Thank you.
Miriam
-----Original Message-----
From: Xavier Planes [mailto:[email protected]]
Sent: Tuesday, May 08, 2012 8:54 AM
To: Ana Maria Quintero Padron; [email protected]
Subject: RE: [Gimias-developers] Working area configuration Error
Hi Miriam,
Try to use the working area name instead of the filename:
GetPluginTab()->ShowWindow("HemodynamicPostWA ");
Best,
Xavi
From: Ana Maria Quintero Padron [mailto:[email protected]]
Sent: lunes, 07 de mayo de 2012 13:13
To: [email protected]
Subject: [Gimias-developers] Working area configuration Error
Hello everyone
I have tried to create my own working area through the following tool
"Working area configuration" certainly I get my .xml (in my case
HemodynamicPostWA .xml) configuration file in ..\gimias\v1.4.1\WorkingAreas\
HemodynamicPostWA.xml.
However, when we write the following lines after, I do not get my working
area I get the default working area.
GetPluginTab()->ShowWindow("HemodynamicPostWA.xml");
Do you have any idea to solve this? I would appreciate your help.
Thank you very much in advance.
Best regards,
MIRIAM
XML structure:
HemodynamicPostWA.xml
<?xml version="0" ?>
<tagmap size="7">
<tag name="Icon"
type="std::string">HemodynamicPostWA.png</tag>
<tag name="Name" type="std::string">HemodynamicPostWA</tag>
<tag name="Size" type="unsigned int">4</tag>
<tag name="View0" type="class blSmartPointer<class
blTagMap>">Unsupported value type
<tagmap size="9">
<tag name="EnableDisplayPlaneSubtree" type="bool">1</tag>
<tag name="Factory"
type="std::string">Core::Widgets::MultiRenderWindowMITKFactory</tag>
<tag name="Layer" type="int">1</tag>
<tag name="Layout" type="int">1</tag>
<tag name="LevelWindowInteractor" type="bool">1</tag>
<tag name="Name" type="std::string">View0</tag>
<tag name="Row" type="int">0</tag>
<tag name="Size" type="unsigned int">1</tag>
<tag name="SliceView0" type="class blSmartPointer<class
blTagMap>">Unsupported value type
<tagmap size="6">
<tag name="FrontSide" type="bool">1</tag>
<tag name="Mapper" type="int">2</tag>
<tag name="Name" type="std::string">Win3D</tag>
<tag name="Rotated" type="bool">0</tag>
<tag name="Top" type="bool">1</tag>
<tag name="ViewDirection" type="int">3</tag>
</tagmap>
</tag>
</tagmap>
</tag>
<tag name="View1" type="class blSmartPointer<class
blTagMap>">Unsupported value type
<tagmap size="9">
<tag name="EnableDisplayPlaneSubtree" type="bool">1</tag>
<tag name="Factory"
type="std::string">Core::Widgets::MultiRenderWindowMITKFactory</tag>
<tag name="Layer" type="int">2</tag>
<tag name="Layout" type="int">1</tag>
<tag name="LevelWindowInteractor" type="bool">1</tag>
<tag name="Name" type="std::string">View1</tag>
<tag name="Row" type="int">0</tag>
<tag name="Size" type="unsigned int">1</tag>
<tag name="SliceView0" type="class blSmartPointer<class
blTagMap>">Unsupported value type
<tagmap size="6">
<tag name="FrontSide" type="bool">1</tag>
<tag name="Mapper" type="int">2</tag>
<tag name="Name" type="std::string">Win3D</tag>
<tag name="Rotated" type="bool">0</tag>
<tag name="Top" type="bool">1</tag>
<tag name="ViewDirection" type="int">3</tag>
</tagmap>
</tag>
</tagmap>
</tag>
<tag name="View2" type="class blSmartPointer<class
blTagMap>">Unsupported value type
<tagmap size="9">
<tag name="EnableDisplayPlaneSubtree" type="bool">1</tag>
<tag name="Factory"
type="std::string">Core::Widgets::MultiRenderWindowMITKFactory</tag>
<tag name="Layer" type="int">2</tag>
<tag name="Layout" type="int">1</tag>
<tag name="LevelWindowInteractor" type="bool">1</tag>
<tag name="Name" type="std::string">View2</tag>
<tag name="Row" type="int">0</tag>
<tag name="Size" type="unsigned int">1</tag>
<tag name="SliceView0" type="class blSmartPointer<class
blTagMap>">Unsupported value type
<tagmap size="6">
<tag name="FrontSide" type="bool">1</tag>
<tag name="Mapper" type="int">2</tag>
<tag name="Name" type="std::string">Win3D</tag>
<tag name="Rotated" type="bool">0</tag>
<tag name="Top" type="bool">1</tag>
<tag name="ViewDirection" type="int">3</tag>
</tagmap>
</tag>
</tagmap>
</tag>
<tag name="View3" type="class blSmartPointer<class
blTagMap>">Unsupported value type
<tagmap size="9">
<tag name="EnableDisplayPlaneSubtree" type="bool">1</tag>
<tag name="Factory"
type="std::string">Core::Widgets::MultiRenderWindowMITKFactory</tag>
<tag name="Layer" type="int">1</tag>
<tag name="Layout" type="int">1</tag>
<tag name="LevelWindowInteractor" type="bool">1</tag>
<tag name="Name" type="std::string">View3</tag>
<tag name="Row" type="int">0</tag>
<tag name="Size" type="unsigned int">1</tag>
<tag name="SliceView0" type="class blSmartPointer<class
blTagMap>">Unsupported value type
<tagmap size="6">
<tag name="FrontSide" type="bool">1</tag>
<tag name="Mapper" type="int">2</tag>
<tag name="Name" type="std::string">Win3D</tag>
<tag name="Rotated" type="bool">0</tag>
<tag name="Top" type="bool">1</tag>
<tag name="ViewDirection" type="int">3</tag>
</tagmap>
</tag>
</tagmap>
</tag>
</tagmap>
Miriam Quintero Padrón
T +34 922 533 917
[email protected]
C/ Fuente de Santa Cruz, 3
Edificio Ciudamar - Oficina 2º
38003 Santa Cruz de Tenerife
www.atos.net
------------------------------------------------------------------
This e-mail and the documents attached are confidential and intended solely
for the addressee; it may also be privileged. If you receive this e-mail in
error, please notify the sender immediately and destroy it.
As its integrity cannot be secured on the Internet, the Atos group liability
cannot be triggered for the message content. Although the sender endeavours
to maintain a computer virus-free network, the sender does not warrant that
this transmission is virus-free and will not be liable for any damages
resulting from any virus transmitted.
Este mensaje y los ficheros adjuntos pueden contener informacion
confidencial destinada solamente a la(s) persona(s) mencionadas
anteriormente pueden estar protegidos por secreto profesional.
Si usted recibe este correo electronico por error, gracias por informar
inmediatamente al remitente y destruir el mensaje.
Al no estar asegurada la integridad de este mensaje sobre la red, Atos no se
hace responsable por su contenido. Su contenido no constituye ningun
compromiso para el grupo Atos, salvo ratificacion escrita por ambas partes.
Aunque se esfuerza al maximo por mantener su red libre de virus, el emisor
no puede garantizar nada al respecto y no sera responsable de cualesquiera
danos que puedan resultar de una transmision de virus.
------------------------------------------------------------------
------------------------------------------------------------------
This e-mail and the documents attached are confidential and intended
solely for the addressee; it may also be privileged. If you receive
this e-mail in error, please notify the sender immediately and destroy it.
As its integrity cannot be secured on the Internet, the Atos
group liability cannot be triggered for the message content. Although
the sender endeavours to maintain a computer virus-free network,
the sender does not warrant that this transmission is virus-free and
will not be liable for any damages resulting from any virus transmitted.
Este mensaje y los ficheros adjuntos pueden contener informacion
confidencial
destinada solamente a la(s) persona(s) mencionadas anteriormente
pueden estar protegidos por secreto profesional.
Si usted recibe este correo electronico por error, gracias por informar
inmediatamente al remitente y destruir el mensaje.
Al no estar asegurada la integridad de este mensaje sobre la red, Atos
no se hace responsable por su contenido. Su contenido no constituye ningun
compromiso para el grupo Atos, salvo ratificacion escrita por ambas partes.
Aunque se esfuerza al maximo por mantener su red libre de virus, el emisor
no puede garantizar nada al respecto y no sera responsable de cualesquiera
danos que puedan resultar de una transmision de virus.
------------------------------------------------------------------
----------------------------------------------------------------------------
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gimias-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gimias-developers
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gimias-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gimias-developers