Jump to content


Photo

LCD4linux - cannot change settings with button "Right"


  • Please log in to reply
26 replies to this topic

Re: LCD4linux - cannot change settings with button "Right" #21 WanWizard

  • PLi® Core member
  • 70,718 posts

+1,824
Excellent

Posted 8 December 2024 - 18:51

Hello OpenWeather weather in version 8.3 works very well. But in version 9.0 and in night builds it doesn't want to work.

 

Don't hijack someone elses topic. If you have something to report, open a new topic for it,


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: LCD4linux - cannot change settings with button "Right" #22 littlesat

  • PLi® Core member
  • 57,330 posts

+708
Excellent

Posted 8 December 2024 - 19:09

But maybe related as we might have more plugins… especially those that did cover configs not on a standard way (they included tricks) that may behave deviates due to the config changes.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: LCD4linux - cannot change settings with button "Right" #23 littlesat

  • PLi® Core member
  • 57,330 posts

+708
Excellent

Posted Yesterday, 08:33

Real solition for this issue just merged. Which also demonstrates less code can do more as only lines (32) were removed.
https://github.com/O...0b84962a9c117eb
And actualy even not all features are used here as there are stil even more lines that can be removed…

Edited by littlesat, Yesterday, 08:38.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: LCD4linux - cannot change settings with button "Right" #24 Stan

  • Senior Member
  • 429 posts

+1
Neutral

Posted Yesterday, 10:45

Thanks for fhat. :)

 

Is the REWIND / FORWARD navigation related?

 

With FORWARD you get to the last option of the selected list element. That's fine.

You would expect REWIND doing the opposite. But it jums to first element in the listbox instead...



Re: LCD4linux - cannot change settings with button "Right" #25 Stan

  • Senior Member
  • 429 posts

+1
Neutral

Posted Yesterday, 11:29

[...] Which also demonstrates less code can do more as only lines (32) were removed.

 

Unfortunately, it also demonstrates, that when removing code, you break things if not properly tested.

 

By removing the line

			"ok": self.keyOK,

the file/folder selection.is gone.


Edited by Stan, Yesterday, 11:30.


Re: LCD4linux - cannot change settings with button "Right" #26 littlesat

  • PLi® Core member
  • 57,330 posts

+708
Excellent

Posted Yesterday, 21:24

There is an issue with the new configuratie. Ok is now toffel/select list…so somehow the ok key Needs to be defined to another key somehow or made a different way.

Edited by littlesat, Yesterday, 21:38.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: LCD4linux - cannot change settings with button "Right" #27 Stan

  • Senior Member
  • 429 posts

+1
Neutral

Posted Yesterday, 22:05

Maybe we can workaround without re-assigning the OK button.

 

After this morning's patch, instead of file/folder selection the keyboard for manual entering the path comes up. This surely can be adapted.

For further code optimization, the myFileList module could be removed from the plugin, as a similar module is already in Enigma.

- from .myFileList import FileList as myFileList
+ from Components.FileList import FileList as myFileList



5 user(s) are reading this topic

1 members, 4 guests, 0 anonymous users