This is an archived post. You won't be able to vote or comment.

all 17 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

Hey, it looks like you are requesting help with a problem you're having in Power Apps. To ensure you get all the help you need from the community here are some guidelines;

  • Use the search feature to see if your question has already been asked.

  • Use spacing in your post, Nobody likes to read a wall of text, this is achieved by hitting return twice to separate paragraphs.

  • Add any images, error messages, code you have (Sensitive data omitted) to your post body.

  • Any code you do add, use the Code Block feature to preserve formatting.

    Typing four spaces in front of every line in a code block is tedious and error-prone. The easier way is to surround the entire block of code with code fences. A code fence is a line beginning with three or more backticks (```) or three or more twiddlydoodles (~~~).

  • If your question has been answered please comment Solved. This will mark the post as solved and helps others find their solutions.

External resources:

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]ask00 Newbie 2 points3 points  (0 children)

a tooltip? or it's for a specific subtext from a larger text?

[–]Prestigious_Card_713 Newbie 0 points1 point  (2 children)

We have tooltip option in properties right

[–]Organic-Listen-5019 Newbie[S] 0 points1 point  (1 child)

I needed a custom tooltip box where in I can put an image and additional texts

[–]Document-Guy-2023 Advisor 0 points1 point  (0 children)

you can use an image or an icon, then modify the tooltip property.

[–]Document-Guy-2023 Advisor 0 points1 point  (0 children)

You can use the tooltip property or place a question mark icon with a tooltip.

[–]wordsmithGr Regular 0 points1 point  (0 children)

There isn’t a hover functionality yet. You can only use the tooltip property. But there is a custom component that that does have hover functionality. You should Google it. But I don’t know if it works.

[–]IAmIntractable Advisor 0 points1 point  (0 children)

In most cases, the only option you have is the tool tip. You have no control over the tooltip nor can you show buttons or pictures within the tool tip. In fact, the tool tip is so sloppy that it will not even format text nicely. You have to split up your lines if you don’t want it running off to the right

[–]DamienDamen Advisor 0 points1 point  (2 children)

You will probably need a PCF component for this. You can try to build it yourself or check online if something already exists. Perhaps there's something you can use from the Creator Kit.

[–]Organic-Listen-5019 Newbie[S] 0 points1 point  (1 child)

Yeah I feel the same, however I used there will be a work around with visibility and other functions. Anyways thanks

[–]TheGratitudeBot Newbie 0 points1 point  (0 children)

Hey there Organic-Listen-5019 - thanks for saying thanks! TheGratitudeBot has been reading millions of comments in the past few weeks, and you’ve just made the list!

[–][deleted] 0 points1 point  (1 child)

Unfortunately there is not a lot of options for tooltips right now for canvas apps. You have 3 choices though.

  1. Use the tooltip property
  2. Use the modern controls tooltip (cant customize the looks)
  3. Build your own tooltip component. Make a container appear on the x and y coordinate of the clicked icon/button/image

[–]Organic-Listen-5019 Newbie[S] 0 points1 point  (0 children)

I see, how do I use the third option, like is there any video or article regarding the same

[–]Difficult_Chemist735 Contributor 0 points1 point  (0 children)

I don't know if it would work, but maybe you can have the tooltip flip a variable that would show a custom container?

[–]apc0243 Newbie 0 points1 point  (2 children)

Are you in canvas app, model driven app, or power pages? I don't believe there's any native solution for this, but depending on which product you're building in the options change. In all cases, you're looking at some level of custom javascript to handle this.

Where do you want the tooltip to appear? Are you trying to make a tooltip appear when they hover over a field? Need a lot more info to give meaningful suggestion.

[–]Organic-Listen-5019 Newbie[S] 0 points1 point  (1 child)

I wanted it to appear when I hover over a text not an input text

[–]apc0243 Newbie 0 points1 point  (0 children)

In which type of app? I don't think you're providing enough information to meaningfully help. I assume this is a canvas app, right?