Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.

View Entry Info: Virtual keyboard bugs

Category:
Possible Bug
What ViX Image build number are you using?
Please provide your ViX Team image build number. Menu > Information > About > Build number > ENTER THIS NUMBER e.g. 4.2.028
5.2.011
Have you tried a flash WITHOUT settings restore?
Have you tried this? PLEASE SELECT YES OR NO.
No
Have you tried a flash WITH settings restore?
Have you tried this? PLEASE SELECT YES OR NO.
No
Attachments
Page 7 of 10 FirstFirst ... 56789 ... LastLast
Results 91 to 105 of 146

Thread: Virtual keyboard bugs

  1. #91
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,442
    Thanked 9,160 Times in 6,235 Posts

    Virtual keyboard bugs

    Didn't realize making the keyboard look like a keyboard is a mess.

  2. #92
    Sicilian's Avatar
    Title
    The Boss
    Join Date
    Mar 2010
    Posts
    29,649
    Thanks
    23,584
    Thanked 26,052 Times in 7,638 Posts
    Quote Originally Posted by abu baniaz View Post
    Didn't realize making the keyboard look like a keyboard is a mess.
    Rowland said the 'code', not the 'look',
    D I S C L A I M E R

    My right to post information is protected under the rights for freedom act. In all instances, information discussed here on my posts are either hypothetical in nature, out of general curiosity, common knowledge, public knowledge, or role-play. Any use of the collective descriptions and shared knowledge from any of my posts are at the sole discretion of the reader. I am not responsible for what you do with it!

    Please help keep OpenViX online, donate HERE.
    Rules can be found
    HERE
    Support our sponsor World-Of-Satellite
    HERE
    GIGABLUE UHD QUAD 4K, VU+ DUO 4K SE, ZGEMMA H7S, VU+ UNO 4K SE
    Triax 1.1m Powered by TM2600, Fixed 28.2 Zone 2 dish with GT-SAT Unicable





  3. #93
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,442
    Thanked 9,160 Times in 6,235 Posts

    Virtual keyboard bugs

    Looks are made by code.



    Taapat had suggested to make the keyboard look like a real keyboard on PLI, I'm pretty it got rejected by someone. Taapat then added it.

    I'm not discussing other colour changes. Just the look.

  4. #94
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,442
    Thanked 9,160 Times in 6,235 Posts
    Correction, it was Pr2

    The claim that some languages would lose buttons is contradicted by the fact that not all languages have the wide keyboard.

    Is it possible to have the space bar bigger on VK like on real keyboard?
    This is not easy to do. The simplicity of the code lies in the easy calculations required to calculate the cursor position. Making any keys an irregular size would complicate the code for little return. This is not a change I would like to tackle at this late stage.



    The other issue is that some of the keyboard designs take advantage of every grid location available per screen. Removing available cells would require a rework of all the keyboards.

  5. #95

    Title
    Senior Member
    Join Date
    Mar 2015
    Posts
    1,184
    Thanks
    31
    Thanked 371 Times in 239 Posts
    Hi,
    Quote Originally Posted by abu baniaz View Post
    This is how the PLi keyboard looks like. A keyboard that looks like a real keyboard.

    Apparently, this is Eye Candy. So the claim that the changes were to make the keyboard like a real keyboard will not be honoured.
    This post does not reflect what I have actually posted. I did call the keyboard "eye candy" because it is visually pleasing. Unfortunately the many bugs and issues with the OpenPLi code have not been reported here. I have not dismissed coming up with a visual update but that won't happen until I can find an acceptable way to code the changes such that the code is not messy, bloated or more complicated than is warranted.

    It should also be noted that this visual change will require lots of complex skin changes for OpenViX and all images based on OpenViX.

    I stand by my original proposal that the newer VirtualKeyBoard is closer to physical keyboards because the layout / location of the buttons is much closer than the previous version. Having the different sized buttons is nice to look at but has little appreciable benefit when actually using the VirtualKeyBoard.

    Regards,
    Ian.
    Last edited by IanSav; 19-03-19 at 16:22.

  6. #96

    Title
    Senior Member
    Join Date
    Mar 2015
    Posts
    1,184
    Thanks
    31
    Thanked 371 Times in 239 Posts
    Hi,
    Quote Originally Posted by abu baniaz View Post
    The claim that some languages would lose buttons is contradicted by the fact that not all languages have the wide keyboard.
    I believe that all the keyboards I edited or created are in the wider form factor. If I have missed any locales please report them to me so I can correct them.

    Regards,
    Ian.

  7. #97
    Matrix10's Avatar
    Title
    Junior Member
    Join Date
    Jan 2012
    Posts
    9
    Thanks
    5
    Thanked 4 Times in 3 Posts
    @IanSav

    We have this error in Open Black Hole
    Space

    1165.726> [ActionMap] Keymap 'VirtualKeyBoardActions' -> Action = 'select'
    < 1165.726> Traceback (most recent call last):
    < 1165.726> File "/usr/lib/enigma2/python/Components/ActionMap.py", line 71, in action
    < 1165.726> File "/usr/lib/enigma2/python/Components/ActionMap.py", line 51, in action
    < 1165.726> File "/usr/lib/enigma2/python/Screens/VirtualKeyBoard.py", line 992, in processSelect
    < 1165.726> File "<string>", line 1
    < 1165.726> self['text'].char(.encode('UTF-8'))
    < 1165.726> ^
    < 1165.726> SyntaxError: invalid syntax

  8. The Following User Says Thank You to Matrix10 For This Useful Post:

    Ev0 (06-04-19)

  9. #98

    Title
    Senior Member
    Join Date
    Mar 2015
    Posts
    1,184
    Thanks
    31
    Thanked 371 Times in 239 Posts
    Hi Matrix10,
    Quote Originally Posted by Matrix10 View Post
    @IanSav

    We have this error in Open Black Hole
    Space

    1165.726> [ActionMap] Keymap 'VirtualKeyBoardActions' -> Action = 'select'
    < 1165.726> Traceback (most recent call last):
    < 1165.726> File "/usr/lib/enigma2/python/Components/ActionMap.py", line 71, in action
    < 1165.726> File "/usr/lib/enigma2/python/Components/ActionMap.py", line 51, in action
    < 1165.726> File "/usr/lib/enigma2/python/Screens/VirtualKeyBoard.py", line 992, in processSelect
    < 1165.726> File "<string>", line 1
    < 1165.726> self['text'].char(.encode('UTF-8'))
    < 1165.726> ^
    < 1165.726> SyntaxError: invalid syntax
    From where did the source code come?

    Can you please post a copy of VirtualKeyBoard.py that generates this error. May I also have the complete log to follow what happened.

    Regards,
    Ian.

  10. #99
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,790
    Thanks
    237
    Thanked 1,658 Times in 1,306 Posts
    Quote Originally Posted by IanSav View Post
    From where did the source code come?
    Looks like:
    Code:
     https://github.com/OpenPLi/enigma2/blob/develop/lib/python/Screens/VirtualKeyBoard.py
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

  11. #100
    Matrix10's Avatar
    Title
    Junior Member
    Join Date
    Jan 2012
    Posts
    9
    Thanks
    5
    Thanked 4 Times in 3 Posts
    Same with this file.
    At the moment of selecting Space with the OK button.

    error/ E2 crash


    shot1.jpg
    Last edited by Matrix10; 06-04-19 at 19:11.

  12. The Following 2 Users Say Thank You to Matrix10 For This Useful Post:

    abu baniaz (06-04-19),Ev0 (06-04-19)

  13. #101
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,442
    Thanked 9,160 Times in 6,235 Posts
    This is crashing on openvix too. Thanks for reporting.

    Crashlog on other side of forum

  14. The Following 3 Users Say Thank You to abu baniaz For This Useful Post:

    Ev0 (06-04-19),judge (07-04-19),Matrix10 (06-04-19)

  15. #102
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,790
    Thanks
    237
    Thanked 1,658 Times in 1,306 Posts
    Quote Originally Posted by birdman View Post
    Looks like:
    Code:
     https://github.com/OpenPLi/enigma2/blob/develop/lib/python/Screens/VirtualKeyBoard.py
    The problem is the exec(cmd) is evaling this statement (well, there are two...).
    u"SPACEICONALT": "self['text'].char(" ".encode('UTF-8'))"
    u"SPACEICON": "self['text'].char(" ".encode('UTF-8'))",
    which isn't going to work (as those are just two strings concatenated, no space in the middle).
    Perhaps:
    u"SPACEICONALT": "self['text'].char(' '.encode('UTF-8'))"
    u"SPACEICON": "self['text'].char(' '.encode('UTF-8'))",
    would work?
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

  16. The Following 2 Users Say Thank You to birdman For This Useful Post:

    IanSav (07-04-19),Matrix10 (07-04-19)

  17. #103

    Title
    Senior Member
    Join Date
    Mar 2015
    Posts
    1,184
    Thanks
    31
    Thanked 371 Times in 239 Posts
    Hi,

    Birdman is correct. The issue was caused by nested quotation marks.

    Pull requests have been made to the OpenViX and OpenPLi repositories. The OpenPLi request has already been merged.

    Regards,
    Ian.

  18. The Following User Says Thank You to IanSav For This Useful Post:

    Matrix10 (07-04-19)

  19. #104
    Matrix10's Avatar
    Title
    Junior Member
    Join Date
    Jan 2012
    Posts
    9
    Thanks
    5
    Thanked 4 Times in 3 Posts
    Perfect now

    Thanks to all

    shot1.jpg

  20. The Following User Says Thank You to Matrix10 For This Useful Post:

    Andy_Hazza (07-04-19)

  21. #105

    Title
    Senior Member
    Join Date
    Nov 2017
    Posts
    201
    Thanks
    35
    Thanked 25 Times in 23 Posts
    Not sure which recent update caused this, but I don't seem to have a virtual keyboard showing up anymore on OpenVix-5.2.037 when I press the yellow button to perform a new EPG search. I can still press the buttons on my Mut@nt HD51 remote keypad, but I can't delete any characters and therefore cannot edit the string to search with. I assume this is a bug?
    Kind regards,

    Mick

Page 7 of 10 FirstFirst ... 56789 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.