Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Physical Keyboard causing confusion (Read 5068 times)
Harshvir
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 37
Joined: Aug 26th, 2020
Physical Keyboard causing confusion
Sep 23rd, 2020 at 8:10pm
Print Post  
Hi,
I have another issue that I noticed, not sure if this is know or not, but I did not see anything similar on Forum for this.

When we have both MindFusion OSK, and Physical Keyboard. We run into an issue where if User presses, Caps or Shift on physical keyboard, then it do not update the UI on Mind Fusion OSK. I am mapping foreground color to Case variables, but none of the converters are called. Values are shown correctly in UI, but for my case, OSK do not raise alerts.

Is there a way to raise alert so that converters are triggered.
Here is what I am using for UpperCase.

Code
Select All
                        <TextBlock Text="{Binding UpperCase}">
                            <TextBlock.Foreground>
                                <MultiBinding Converter="{StaticResource UpperCaseColorConverter}" >
                                    <Binding Path="." />
                                    <Binding Path="CurrentCase" />
                                </MultiBinding>
                            </TextBlock.Foreground>
                        </TextBlock>
 




Thanks,
Harshvir
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3378
Joined: Oct 19th, 2005
Re: Physical Keyboard causing confusion
Reply #1 - Sep 24th, 2020 at 7:22am
Print Post  
The control does not track state of physical keyboard at this time, we'll have it in mind for next release.
  
Back to top
 
IP Logged
 
Harshvir
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 37
Joined: Aug 26th, 2020
Re: Physical Keyboard causing confusion
Reply #2 - Sep 24th, 2020 at 4:32pm
Print Post  
Thanks for the information. Do you know if there is an estimated timeframe for that?
  
Back to top
 
IP Logged
 
Harshvir
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 37
Joined: Aug 26th, 2020
Re: Physical Keyboard causing confusion
Reply #3 - Jun 3rd, 2022 at 9:09pm
Print Post  
Hi Slavcho, any updates on the physical keyboard state tracking?
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3378
Joined: Oct 19th, 2005
Re: Physical Keyboard causing confusion
Reply #4 - Jun 6th, 2022 at 9:33am
Print Post  
Hi Harshvir,

Try this build -
https://mindfusion.eu/_temp/vkb503.zip

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
Harshvir
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 37
Joined: Aug 26th, 2020
Re: Physical Keyboard causing confusion
Reply #5 - Jun 7th, 2022 at 2:29am
Print Post  
Hi Slavcho,
Is the main released code include this Fix or do we need to continue using this version that you shared above?

Thanks,
Harshvir
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3378
Joined: Oct 19th, 2005
Re: Physical Keyboard causing confusion
Reply #6 - Jun 7th, 2022 at 6:49am
Print Post  
Hi Harshvir,

We'll try to release it next week.

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
Harshvir
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 37
Joined: Aug 26th, 2020
Re: Physical Keyboard causing confusion
Reply #7 - Jun 7th, 2022 at 6:51am
Print Post  
Thanks Slavcho, will it be a Beta version or fully tested?
  
Back to top
 
IP Logged
 
Harshvir
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 37
Joined: Aug 26th, 2020
Re: Physical Keyboard causing confusion
Reply #8 - Jun 21st, 2022 at 2:36am
Print Post  
Hi Slavcho,
Any ETA for when this fix will be released.
I did not see any new release notification.

Thanks,
Harshvir
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3378
Joined: Oct 19th, 2005
Re: Physical Keyboard causing confusion
Reply #9 - Jun 21st, 2022 at 8:36am
Print Post  
Hi Harshvir,

We have released it -
https://mindfusion.eu/Forum/YaBB.pl?num=1655800030

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint