respond button is sometimes not selected.
Re: respond button is sometimes not selected.
Send by email
Re: respond button is sometimes not selected.
Thank you! I just downloaded it. I'll check it today and reply back.
Re: respond button is sometimes not selected.
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.
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.
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.
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.
I'll take another look at your project, too.
Re: respond button is sometimes not selected.
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.
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.
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.
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.
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.
During my day of debugging today, only one sentence had a problem, and almost no further problems.
Re: respond button is sometimes not selected.
Response button focus problem? Or do you think the response button focus problem is resolved?