Entraides et échanges autour de la technologie Scol - Informations and exchanges on the Scol technology
Vous pouvez changer la langue de l'interface une fois inscrit - You can change the language once registered
You are not logged in.
Pages: 1
Hi,
How to set a link data in OpenSpace3D?
the ctrl is gray ,I can't edit.
but
/*! \brief Callback on "Change value" dms action
*
* Change the bloc value with the value set in link parameter
*
* <b>Prototype:</b> fun [PInstance DMI S S I ObjBloc] I
*
* \param PInstance : plugIT instance
* \param DMI : DMS module who call the action (not used)
* \param S : name of the launched action
* \param S : data posted in DMS action link
* \param I : reply flag (not used)
* \param ObjBloc : bloc object
*
* \return I : 0
**/
fun cbChangeValue(inst, from, action, param, reply, bloc)=
_SETblocValue bloc atoi param;
0;;
in this function,the param value ,how do I set it?
like the pic:
Offline
Hi kenshin
Just select the link and you can edit the text box with your Int value in your case.
thanks,arkeon.
I was under the misapprehension that grey editbox can't edit....
Offline
Pages: 1