We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

How to make annotation text box always visible?

Home Forums General Questions How to make annotation text box always visible?

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #60881
    saranjivac
    Customer

    I am trying to show text in the 3D window on object selection.

    By default I have to show annotation first and then the user has to click on it to view the additional text box. I would like the text box to be always visible (whenever the annotation is visible).

    What would be the best way to approach this?

    Note: I am working on a Woocommerce app, so I don’t have direct access to the UI or any of the .css files, I have to access them through the iframe.

    #60883
    saranjivac
    Customer

    I tried this, but doesn’t work unfortunately even tho it looks like it should to me.

    The annotation is shown but the text box isn’t.

    Attachments:
    You must be logged in to view attached files.
    #60886
    kdv
    Participant

    The visibility of annotation dialogs is checked and changed every frame. All conditions are inside v3d.js. So the best way in this case is not to use v3d annotations. Create your own annotations.

    Puzzles and JS coding. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.

    #60887
    saranjivac
    Customer

    How do I do that?

    Or rather, how do I link it to follow the 3D object around the scene.

    #60890
    kdv
    Participant

    Use this puzzle

    Puzzles and JS coding. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.

    #60897
    saranjivac
    Customer

    I think I will format the initial annotation box to be closer to the text box instead. Something like this.

    I will have to adjust the hight depending on the individual annotation amount of text but oh well.

    Attachments:
    You must be logged in to view attached files.
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.