Hello again,
I'm creating an application, and i will give you an example for better understanding the situation.
I need to fill in the hardware that i will deliver this could be 1 piece but it also could be 20 pieces. You will understand when i need to place 20 or more textboxes in the app it would be a long form.
Example:
I have a textbox named txtHardware1, and i have another textbox named txtHardware2. I would like to know if its possible txtHardware2 only become visble when txtHardwar1 is filled in.
Thanks for all the help.
Solved! Go to Solution.
Hi
Have you input to the right variable?
It must be .Visible =
I can't reproduce yours.
Let me check again and share here later when my computer can access from web.
Hi
Yes, definitely possible.
Just sharing: All the Properties on the left hand side are NOT FIXED VALUE
All of them can be defined as a Variable or with Formula.
In this case, since the 3rd TextInput is moving from Top or Bottom and vice versa, then just set the formula for Y Value as
- TextInput.Y = If(IsBlank(TextInput1.Text), 170, 540)
The Value 170, 540 are the Y value, in which, before I set the formula, I manually move the TextInput to the position I wish to place and write the Y value before inputing here. It is up to you.
In fact, by using Timer and OnTimerEnd, we can have animation effect. (Move up and down automatically based on timer).
I don;t think you can find the asnwer in this forum, but you can get it in old forum at
- Project Siena Forum, Animation,
Top
Bottom
Hope this helps.
I tried this, but when i do it. and i will typ something in txtHardware1 txtHardware2 will show value true and when there is no value in txtHardware1 the value of txtHardware2 will be false
Hi
Have you input to the right variable?
It must be .Visible =
I can't reproduce yours.
Let me check again and share here later when my computer can access from web.
Thanks this is working. Now i have another question, the app does have datacards in the datacards are the textboxes, those are invisble now. But when i run the app the places where the textboxes are, are white now is there any way to fixt this?
Maybe with flexibel position or something like that?
So what i mean is i have more textboxes and between textbox Omschrijving and textbox Omschrijving_Werkzaamheden are the invisible textboxes hardware, But the space between omschrijving and Omschrijving_Werkzaamheden is white now, is there any way to make it possible that when there is no hardware to deliver (and the hardware texboxes are invisible) textbox Omschrijving_Werkzaamheden is directly under textbox Omschrijving?
Hi
I would be glad if you can have screenshot, with explanation for better understanding of your problems.
Have a nice day.
Thanks.
This is what i mean, you can see on the first screenshot when the first textbox does not have a value the textboxes are invisible, and in the second screenshot you can see when the first texbox does have value the second textbox is visble.
On the bottom is a visible textbox, now is my question, is it possible when the invisible textboxes does not have a value the textbox on the bottom, moves under the first visible textbox, and when the second textbox does have a value the bottom visible textbox comes under the second textbox.
Hi
Yes, definitely possible.
Just sharing: All the Properties on the left hand side are NOT FIXED VALUE
All of them can be defined as a Variable or with Formula.
In this case, since the 3rd TextInput is moving from Top or Bottom and vice versa, then just set the formula for Y Value as
- TextInput.Y = If(IsBlank(TextInput1.Text), 170, 540)
The Value 170, 540 are the Y value, in which, before I set the formula, I manually move the TextInput to the position I wish to place and write the Y value before inputing here. It is up to you.
In fact, by using Timer and OnTimerEnd, we can have animation effect. (Move up and down automatically based on timer).
I don;t think you can find the asnwer in this forum, but you can get it in old forum at
- Project Siena Forum, Animation,
Top
Bottom
Hope this helps.
Is there also anyway to auto change the height of a textbox? When i set Height on auto, i cant fill in the textbox, because the textbox is flat.
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
198 | |
172 | |
60 | |
32 | |
32 |
User | Count |
---|---|
334 | |
271 | |
103 | |
71 | |
56 |