Skip to main content

Notifications

Power Apps - AI Builder
Answered

How to set the control invisible when the Object Detector doesn't start to detect, not fail to detect.

(0) ShareShare
ReportReport
Posted on by 27

Hi,

I want to make a reminder label visible only when the Object Detector fails to detect the object, and invisible when I just enter the detection screen (that means I don't upload photos yet, like the following situation)

 
Categories:
  • Puco Profile Picture
    Puco 27 on at
    Re: How to set the control invisible when the Object Detector doesn't start to detect, not fail to detect.

    Hi, the method above is useful when first enter the screen, but if I change the drop-down list which changes the modelId of the object detector, the label control comes out. How can I control it?

    Screen Shot 2021-02-09 at 5.50.03 PM.pngScreen Shot 2021-02-09 at 5.50.18 PM.png

  • Verified answer
    Re: How to set the control invisible when the Object Detector doesn't start to detect, not fail to detect.

    Hi @Puco ,

     

    Could you tell me:

    Do you want the label control not to be displayed when entering the detection screen?

    Do you want to display the label control when detecting the object fails, rather than display the label control when detecting the object succeeds?

     

    If my assumptions are correct , I suggest you set a variable .

     

    1\ You could try to set the OnVisible property of the detection screen to :

    Set(Thevar,0)

     

    2\ Set the Onchange property of Object Detector control to:

    Set(Thevar,Thevar+1)

     

    3\ Set the visible property of the label control to:

    If(Thevar=0,false,First( ObjectDetector1.GroupedResults.ObjectCount).ObjectCount=0 && Thevar<>0 ,true,false)

     

    Best Regards,
    Wearsky
    If my post helps, then please consider Accept it as the solution to help others. Thanks.

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,636

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,942

Leaderboard