03-16-2005 01:12 PM
03-17-2005 04:23 PM
05-18-2009 01:56 AM
05-27-2009 04:19 PM
Hi Evan,
Four years later my memory is a bit foggy, but I do remember there were some functions that responded to callbacks, such as left clicking and dragging. The callbacks would occur, but no changes occurred on the activex control unless you used code to explicity make the change. For example clicking and dragging an object had no effect unless you had a callback that went to some code you had written explicitely saying to select object A at some specific x/y coordinate and then move object A to some new x/y coordinate. I had to write a bunch of functions through the callbacks to literally move/select/resize things when clicks occurred. It took a lot of time, and obviously wasn't as robust as using Visio through the MS Visio application.
Maybe newer versions of CVI have better support.