Hi All,
I am new to Labwindows/CVI. I have written code like this for animation.
if ((panelHandle = LoadPanel (0, "test.uir", TESTPANEL)) <= 0)
return -1;
DisplayPanel (panelHandle);
controlID = NewCtrl (panelHandle,CTRL_PICTURE_RING,"Label_1",80, 90);
AnimateCtrl_ConvertFromPictRing(TESTPANEL, controlID );
AnimateCtrl_SetAttribute (panelHandle, controlID , ATTR_ANIMATE_ENABLED, 1);
AnimateCtrl_SetAttribute (panelHandle, controlID , ATTR_ANIMATE_FRAME_INTERVAL, 1);
AnimateCtrl_SetAttribute (panelHandle, controlID , ATTR_ANIMATE_STOP_ON_LAST_FRAME, 0);
RunUserInterface ();
When i execute this, with label-1 like that , on empty box is coming with up and down arrows.I want to add some pictures or text so that i can scroll down by using these arrows.Please help me regarding this.
Waiting for ur reply.
Regards,
Harika.
Honeywell technology solutions,
Bangalore.