Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

how to show scrolling Label

(0) ShareShare
ReportReport
Posted on by

how to create scrolling Right to left Label with hyperlinks ,data source from Excel Gallery.

Similar like this https://www.youtube.com/watch?v=unJNR-mcqeo

when user click hyperlink of Scrollable label, detail screen should popup in mainpage itself, any idea how to do this?

 

Categories:
  • TikshaAggarwal Profile Picture
    158 on at
    Re: how to show scrolling Label

    Hi @venky232 ,

    You may use AutoHeight if using label. But could you please share me the screenshot of how you are displaying data for more clarity.

     

    Please click Accept as solution if this helped you solve your issue. This will help others find it more readily. It also closes the item. Please consider giving it Thumbs Up.

  • venky232 Profile Picture
    on at
    Re: how to show scrolling Label

    its working good, but display only first 3 to 4 rows of excel table column in marquee text label.

  • TikshaAggarwal Profile Picture
    158 on at
    Re: how to show scrolling Label

    You can conact all gallery items if want to show them together

    Concat(Gallery.AllItems,Value," ")

    Although if you want them to launch URL's separately you might not be able to do that on single button, you are using for marquee text. Alternative option could be you can create gallery as well there.

     

  • venky232 Profile Picture
    on at
    Re: how to show scrolling Label

    If I want to show all links from gallery then?

  • TikshaAggarwal Profile Picture
    158 on at
    Re: how to show scrolling Label

    To open a link, you can set this onSelect of your button/label

     

    Launch("addUrlLink")

     

     

     

    Or,

    If you want to get a link value from selected gallery item, you can use

     

    Launch(gallery.Selected.Value);

     

     

    Hope this will resolve your query you asked.

    Please click Accept as solution if this helped you solve your issue. This will help others find it more readily. It also closes the item. Please consider giving it Thumbs Up.

     

  • venky232 Profile Picture
    on at
    Re: how to show scrolling Label

    @TikshaAggarwal understood about popup window, but how to show hyperlinks from gallery in scrollbar,will it open as popup?

  • TikshaAggarwal Profile Picture
    158 on at
    Re: how to show scrolling Label

    Hi @venky232
    As per video, if you want to add marquee text make sure to check the following properties true of timer

    TikshaAggarwal_0-1670600418583.png

    Also, if you want to show a popup on the select of marque text. Set the variable on select of label. Say, 

    UpdateContext({_showPopup:true})

    Then you may add the container on the same screen and set the visible property to that of variable

    Say, Container1 Visible property to _showPopup.

    Now you can add as many controls as you need in that container for popup. Also you can add Cancel icon in that container.

    And OnSelect of Cancel icon Set the variable to false.

    UpdateContext({_showPopup:false})

     

     

    One more suggestion could be you may use button instead of label. As it will provide you hand icon when you hover on it. 

     

    Hope this helps.
    Please click Accept as solution if this helped you solve your issue. This will help others find it more readily. It also closes the item. Please consider giving it Thumbs Up.

     

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,708 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,030 Most Valuable Professional

Leaderboard