Hi all,
I'm trying to use GIMIAS 1.4 under ubuntu and I have this error:
/error while loading shared libraries: libssl.so.0.9.8: cannot open
shared object file: No such file or directory/
I suppose that this error is because of we are not using the same
versions of this library but I'm really interested to have gimias under
linux.
Can you give me a solution?
Berta
El 10/02/2012 11:14, Xavier Planes escribió:
Hi Miriam,
I propose you this solution for what you are asking for:
1. From any widget you can change the currently selected working
area and switch to DICOM Working area:
GetPluginTab()->ShowWindow("DICOM working area",true);
2. You can send the event "open a directory" to the main menu from
your widget:
wxCommandEvent cmd( wxEVT_COMMAND_MENU_SELECTED );
cmd.SetId(wxID_OpenDirectoryMenuItem );
cmd.SetString( "C:\\Temp" );
Core::Runtime::wxMitkGraphicalInterface::Pointer gIface;
gIface = Core::Runtime::Kernel::GetGraphicalInterface();
wxFrame* mainFrame = dynamic_cast<wxFrame*> (
gIface->GetMainWindow() );
mainFrame->GetMenuBar( )->ProcessEvent( cmd );
3. The event will be processed by
DicomPlugin::DicomMenuEventHandler::OnMenuOpenDirectory( ). This handler
will open a wxDirDialog where the user can select a DICOM folder. Instead of
this behavior, you need to change this handler to use the string property of
the event if it's not empty. You can see an example here:
void MainMenu::OnMenuOpenFile(wxCommandEvent& event)
I hope this can help you.
Best,
Xavi
From: Ana Maria Quintero Padron [mailto:[email protected]]
Sent: jueves, 09 de febrero de 2012 12:32
To: [email protected]
Cc: Carlos Cavero Barca
Subject: [Gimias-developers] DICOM tree Viewer.
Hello everyone,
I'm writing you this email because we need to load an image in DICOM tree
Viewer.
Currently, DICOM Plugin handle the event fired by Load Directory and follow
the directory loading each image found. Is there any way to provide a valid
directory path to DICOM Plugin from our plugin? I mean, we have the path
already selected in our plugin and need to load those images in DICOM tree
Viewer.
Is there any public procedure or something, do you have any idea to solve
this?
I would appreciate your help.
Thank you very much in advance.
Best regards,
MIRIAM
------------------------------------------------------------------
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.
------------------------------------------------------------------
------------------------------------------------------------------------------
Virtualization& Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Gimias-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gimias-developers
--
Berta Martí
CIBER-BBN
Unitat de Biofísica i Bioenginyeria
Facultat de Medicina (UB)
c/Casanova 143 - 08036 Barcelona, Spain
tel.+34.93.402.45.16
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Gimias-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gimias-developers