afff1c02-e76c-436c-b4ab-4113adeae81a's Forum Posts

  • 7 posts
  • Are you asking how to get the selected part of the text? Check out this demo:

    https://www.dropbox.com/s/jx5y6cg8guncx1j/GetSelectedText.c3p?dl=0

    Well, that example is also just using inputText, just as I stated in my previous post.

    My use case may be very specific as I haven't seen many published games that support highlighting text and text to voice. However, as one of the primary uses of Construct is for web builds, it would be nice to make it possible to create ordinary html5 text element which also can be previewed in the editor.

    Who would have known? Using inputText (an HTML5 element) also got rid of text blur when zooming in with the browser. I guess it makes sense as the text is no longer shown as pure graphic.

  • I think you can use BBcode see the text examples from start page

    As I have understood it, BB code is only for styling you text. I have tried building both with disabled and enabled BBCode. It did not make a difference other than the text moved slightly in its own bounding box. Do you have any documentation or arguments that supports that BBCode is the way to do it?

    I might have found a workaround/solution. Using inputText which is a HTML5 element. I am disabling userinteraction on the input and then styling it with either the buildin css properties or a separate ccs style sheet. It's not preferable, but it seems to work.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hi,

    I was wondering if it is possible to let users select/mark/highlight text in a construct HTML5 build. I need it for users with dyslexia, so they can use their text to speech applications.

  • OBS:

    image 1 and 3 is iframe 100% and 125% zoom

    image 3, 4 and 5 is the origin webpage 100%, 200% and 250% zoom

  • Hi everyone,

    I hope someone can help me.

    I have created an interactive tool and build it for HTML 5. I have some issues regarding browser zoom both when using it in an iframe as well as on the origin webpage where I have put the tool. I will split it up into two sub-issues in this post.

    Issue 1 - browser zoom with iframe

    Everything looks fine in the iframe and the toll is working as expected, however, when you zoom using the browser's zoom functionalities everything starts to act a bit wonky. Layers seem to scale differently ad is offset, the text starts to offset from its position, creating a very weird an unusable interactive tool. Is this a known problem and is there a solution? I have tried exporting with various different project and layer settings, however, everything ends up acting the same way.

    Issue 2 - browser zoom on origin webpage

    Again, things look fine at first glance. On the origin webpage, however, I am not able to zoom using the mouse scroll. To use the browser zoom, I need to use ctrl and +. And, when zoomed in it is not possible to pan the view. Scroll bars are not even shown. Further, when zooming in, the text blurs out a lot and I have not been able to locate any settings that can help with higher-quality text. My UI elements stay crisp as they are rendered out in 4x the scale. Does anyone have a solution to these issues?

    Tagged:

  • > Hi,

    >

    > just bought UIpro for the radio button functionality. However, it seems like the comma separations to separate unchecked/checked frame-states are not working. I have followed the tutorial, everything seems to work for the unchecked frames, however, putting in frames after a comma doesn't seem to have any effect? Is this a known issue?

    Hello,

    Have you checked the demo project, and see how it's done there. You probably need to initialize proui.

    Let me know if you still have issues. Also make sure that the animation speed of the sprite is 0.

    Thanks, that was exactly what I was missing - the initialization:)

  • Hi,

    just bought UIpro for the radio button functionality. However, it seems like the comma separations to separate unchecked/checked frame-states are not working. I have followed the tutorial, everything seems to work for the unchecked frames, however, putting in frames after a comma doesn't seem to have any effect? Is this a known issue?

  • 7 posts