Hello! I have an image and I want it is not shown when the screen is first loaded.
On the screen I have a text input and user needs to enter the exact text string in order for the image to appear.
This is what I have done but not working so please help.
1) I set my Image1 control property visible = OFF
2) On my image control I have the following text: If(Text1.Text="Show Image",Image1.Visible=true)
Thank you in advance for you help.
Solved! Go to Solution.
Wirte this on visible property of the Image:
If(Text1.Text="Show Image",true,false)
If you need additional help please tag me in your reply and please like my reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️!
Best regards,
Gonçalo Nogueira
Check my LinkedIn!
Buy me a coffee!
Check my User Group (pt-PT)!
Last Post on Community
My website!
Wirte this on visible property of the Image:
If(Text1.Text="Show Image",true,false)
If you need additional help please tag me in your reply and please like my reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️!
Best regards,
Gonçalo Nogueira
Check my LinkedIn!
Buy me a coffee!
Check my User Group (pt-PT)!
Last Post on Community
My website!
I tried but it does not work.
Thank you for taking the time Nogueira 1306.
It worked after I restarted the application.
Thank you.
User | Count |
---|---|
119 | |
86 | |
83 | |
74 | |
69 |
User | Count |
---|---|
215 | |
179 | |
140 | |
108 | |
83 |