Scolring - Forum

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.

#1 22-Nov-2010 03:54:43

kenshin1987
Member
Registered: 10-Nov-2010
Posts: 100

How to set a link data in OpenSpace3D?

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:
link data

Offline

#2 22-Nov-2010 13:11:20

arkeon
Admin. / Scol language & OpenSpace3D developer
From: Nantes
Registered: 30-Mar-2009
Posts: 5,081
Website

Re: How to set a link data in OpenSpace3D?

Hi kenshin
Just select the link and you can edit the text box with your Int value in your case.

Offline

#3 22-Nov-2010 21:49:00

kenshin1987
Member
Registered: 10-Nov-2010
Posts: 100

Re: How to set a link data in OpenSpace3D?

arkeon wrote:

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

Board footer

Powered by FluxBB