hexagon logo

Help basic script

will it be possible to put a picture on a button?
will it be possible with a basic scrip to run another basic script ?
If possible how can I do it?
Parents

  • I've been watching this script. But as I'm starting programming in vb.net in visual studio I need help. Someone can help by saying that it's wrong in my code.


    As you don't tell what errors you get, we can't tell how to fix it, we can only guess :-)

    Another suggestion is to makes sure your numbers are of type DOUBLE. There's a risk that "10" (and "12" and "-" etc.) is compiled into an integer constant, and never converted to double as PC-DMIS wants it. The ToPoints script uses double variables in this position instead of numeric constants. Try to do the same, just to see if there's any difference.
Reply

  • I've been watching this script. But as I'm starting programming in vb.net in visual studio I need help. Someone can help by saying that it's wrong in my code.


    As you don't tell what errors you get, we can't tell how to fix it, we can only guess :-)

    Another suggestion is to makes sure your numbers are of type DOUBLE. There's a risk that "10" (and "12" and "-" etc.) is compiled into an integer constant, and never converted to double as PC-DMIS wants it. The ToPoints script uses double variables in this position instead of numeric constants. Try to do the same, just to see if there's any difference.
Children
No Data