Add more settings in the existing box

About the GUI application to design signal processing pipelines
Post Reply
chantrip
Posts: 42
Joined: Fri Jul 08, 2011 9:32 am

Add more settings in the existing box

Post by chantrip »

Hi

I would like to add more settings to the existing box. For example, in the box 'P300 Speller Visualization', there are 15 settings starting from 'interface filename' to 'Selected font size'. I tried to add additional setting using 'rBoxAlgorithmPrototype.addSetting' in the file 'ovpCBoxAlgorithmP300SpellerVisualisation.h' but somehow nothing shows up. Could you please let me know how to fix this?

Thank you very much in advance

-Jim

lbonnet
Site Admin
Posts: 417
Joined: Wed Oct 07, 2009 12:11 pm

Re: Add more settings in the existing box

Post by lbonnet »

Hi Jim,

Adding new settings in a box is done thanks to addSetting indeed.

And this is it :)

The changes you may make to box prototypes (settings, inputs, outputs) are visible only with new boxes in the scenarios.
The older versions of the box should be colored with grey, with "update" written on them. In that case, you have to remove the box and drag'n'drop a new one.

Hope this helps !

Laurent
Follow us on twitter >> openvibebci

Checkout my (old) blog for some OpenViBE tips & tricks : here !

chantrip
Posts: 42
Joined: Fri Jul 08, 2011 9:32 am

Re: Add more settings in the existing box

Post by chantrip »

Hi Laurent

Thanks a lot for your help. Somehow, I saw the 'update' and didn't drag the new one from the menu and that's why it didn't work at first :oops:.

-Jim

Post Reply