Hi Aida,
The default namespace used by StartNewModule is with the first
lowercase letter. If you create a new plugin, the namespace will be the
same for all components. However, if you create a plugin manually and later
you add a new panel widget, the namespace will be different.
For the output, you need to be sure to add the option
ProcessorObservers to the WindowConfig:
Core::Runtime::Kernel::GetGraphicalInterface()->RegisterFactory(
sandboxPlugin::TestPanelWidget::Factory::NewBase(),
Core::WindowConfig( ).CommandPanel().ProcessorObservers().TabPage(
"Sandbox" ).Caption( "Test" ) );
The processor observer is responsible of observing a processor output
and adding it automatically to the data tree and the rendering tree. You
can find more information here:
http://sourceforge.net/apps/mediawiki/gimias/index.php?title=Extensible_Processing_Component
Best regards,
Xavi
2012/7/19 Aida Ninyerola <[email protected]>
> I've found the problem!
>
> With the new version of StartNewModule in all the files of the new Plugin
> Widget the namespace was quantiDopaPlugin instead of QuantiDopaPlugin.
> Is this a problem of the StartNewModule?
>
> I've also tried without changing anything, to load an image and a surface
> image but I don't get any output.
>
> Thanks,
> Aida
>
>
------------------------------------------------------------------------------
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