Hello,
i’vo done some FP App’s but didin’t done any PCSdk stuff, so hope someone can help me out!
When my Rapidprogramm comes to the point…
answer:= UIMessageBox (
Header:=“Sensormeasuremet OK? SPALT:=”+ValToStr(nValue)
Message:=“Index-Number.:”+ValToStr(Index)
BtnArray:=stMeasurement
Icon:=iconInfo);
GetSysData temp_toolObjectName:=toolname;
GetSysData temp_wobObjectName:=wobname;
ErrorPos:=CRobT(Tool:=temp_toolWObj:=temp_wob);
…the UIMessageBox should be shown in my PC SDK! Is something like that possible?
Normally i seen the messagebox on my Flexpendant and then i have to made my choice on the Flexpendant Touchscreen…
But i want to push the button “Ok” or “Not Ok” in my PCSDK App ![]()
Found something on Page 98 in the manual but i didn’t really understand that.
Has someone some similar code snippets in VB for that? Any snippets who can help me out in VB would be great! Then i puzzle something right for me :stuck_out_tongue_winking_eye:
Cheers “7”