Jump to content

Jonathan Borduas

Members
  • Posts

    26
  • Joined

  • Last visited

Posts posted by Jonathan Borduas

  1. I don't know if the drag events will work or not, but if not, I think you might have to do this with polling. You can use the initialization of the XControl to spawn a running VI which will use the mouse input VIs to monitor whether the mouse button is released when the VI is front most and the cursor is over the XControl. I'm assuming that if you grabbed a control, you will be able to get a reference to it using the panel's Selection List[] property.

    You can use the uninit code to destroy the process.

    See here for a similar topic - http://lavag.org/top...-in-an-xcontrol

    Thank you, it is working great !

    Jonathan

  2. Hello,

    I try to detect the following action in edit mode:

    I took control and moves over an xcontrol and then I released.

    Note that in my program, it must be the Xcontrol that detects the action.

    So I tried with the mouse up event, but since it happens on the control moved, the mouseup event is not triggered.

    After trying several strategies that have not given the desired results.

    Jonathan

  3. now that you have heard all of the good answers...

    It is possible to hide th 3d graph and show a pictue with the image from the 3d graph and make it LOOK like it is in the background.

    Ben

    It Might Be a good workaround, but the functions controlling the direction of the camera and the zoom would need to be implemented.

  4. Hi,

    I'm trying to programmatically control the position in depth(move to back, to front) of a tab control.

    I found these methods :

    http://decibel.ni.com/content/docs/DOC-12527 (attached)

    But it seems they are only good with panels (I'm not very familiar with it)

    So I did a test using the Vi's panel reference: I have this error:

    LabVIEW: This property is writable only when the VI is in edit mode, or this method is available only when the VI is in edit mode.

    Ok,so they are not very useful...

    Help would be greatly appreciated !

    Jonathan

    Panel Move Forward and Backward Methods.vi

  5. In case I don't find anything on the website of ICON technologies.

    I was thinking about a workaround:

    I get the picture of the content behind the window and I put a picture control behind the round shape of the corner.

    So you have the impression the window stop there but it doesn't.

    Do you think it's possible ?

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.