Page 2 of 3
Re: respond button is sometimes not selected.
Posted: Sun Sep 20, 2020 10:14 am
by aaajiao
Re: respond button is sometimes not selected.
Posted: Sun Sep 20, 2020 10:47 am
by Tony Li
Thank you! I just downloaded it. I'll check it today and reply back.
Re: respond button is sometimes not selected.
Posted: Mon Sep 21, 2020 4:23 pm
by Tony Li
I'm just following up here. I replied to your email with a small script that should handle your issue.
Re: respond button is sometimes not selected.
Posted: Tue Sep 22, 2020 3:50 pm
by aaajiao
Hey Tony,
I chose to respond here, and the entire community can see it too.
First of all, thank you so much for your patience, I use the small script you gave me, which also sometimes works and sometimes doesn't.
After the bulid, the situation is also sometimes good and sometimes bad, and I'm still not able to find out what the reason is, but most of the bulid is normal afterwards.
Re: respond button is sometimes not selected.
Posted: Tue Sep 22, 2020 3:57 pm
by Tony Li
It it still also sometimes works and sometimes doesn't, then something else (external to the Dialogue System) is stealing focus. Can you identify what other systems in your project could be stealing focus? Can you make a simpler copy of your project and remove systems until it no longer steals focus? This way you can determine what is stealing focus.
I'll take another look at your project, too.
Re: respond button is sometimes not selected.
Posted: Tue Sep 22, 2020 4:42 pm
by aaajiao
Hey Tony,
I think it's a Rewired issue, I had the impression it was something we noticed appearing after we started using it, but I've always thought it was an issue with our setup, so I never cared.
Of course this is a guess, all of our controls are written based on Rewired, a bit of a momentary lapse in knowing where to take your hands off, and I look forward to your discoveries.
Re: respond button is sometimes not selected.
Posted: Wed Sep 23, 2020 7:24 pm
by aaajiao
- Screen Shot 2020-09-24 at 1.22.38 AM.png (123.45 KiB) Viewed 941 times
I think I found the problem, when I set it to 2 it works, before I wrote 1.
Re: respond button is sometimes not selected.
Posted: Wed Sep 23, 2020 9:14 pm
by Tony Li
Hmm, that just guarantees that the value of {{end}} will always be >= 2.
But if it works, it works! If you find any issues with that, let me know and we can investigate further.
Re: respond button is sometimes not selected.
Posted: Thu Sep 24, 2020 10:21 am
by aaajiao
During my day of debugging today, only one sentence had a problem, and almost no further problems.
Re: respond button is sometimes not selected.
Posted: Thu Sep 24, 2020 10:26 am
by Tony Li
Response button focus problem? Or do you think the response button focus problem is resolved?