Jump to content


Photo

CI menu way too small


  • Please log in to reply
25 replies to this topic

#1 Just Me

  • Senior Member
  • 60 posts

0
Neutral

Posted 11 September 2016 - 14:49

Hey!

 

If I open the Common Interface menu the picture is correct and the settings are shown in the "standard" size:

Attached File  1_0_19_283D_3FB_1_C00000_0_0_0-2.jpg   38.81KB   6 downloads

But if I select the Alphacrypt settings menu the picture becomes tiny and you are not able to read the whole settings:

Attached File  1_0_19_283D_3FB_1_C00000_0_0_0.jpg   31.93KB   6 downloads

 

Box: Vu+ Duo 2

Image: Latest OpenPLi (all updates installed)

Skin: PLi FullNight HD


Edited by Just Me, 11 September 2016 - 14:50.


Re: CI menu way too small #2 littlesat

  • PLi® Core member
  • 56,905 posts

+695
Excellent

Posted 11 September 2016 - 15:50

Can you find the screen in the skin and adjust it?

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


Re: CI menu way too small #3 Just Me

  • Senior Member
  • 60 posts

0
Neutral

Posted 11 September 2016 - 16:06

Sorry, I'm not sure what you mean exactly. What I can say is that I'm not able to adjust a skin, no clue how skins work, what files must be edited and how to edit. 



Re: CI menu way too small #4 littlesat

  • PLi® Core member
  • 56,905 posts

+695
Excellent

Posted 11 September 2016 - 16:09

It are xml files... /use/share/enigma2/name of skin....

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


Re: CI menu way too small #5 Just Me

  • Senior Member
  • 60 posts

0
Neutral

Posted 11 September 2016 - 16:41

Thank you. I found a very impressive skin.xml file, the only thing related to CI seems to be this part:

	<!-- Common interface -->

	<screen name="MMIDialog" position="fill">
		<panel name="PigTemplate"/>
		<widget name="title" position="780,105" size="430,35" font="Regular;32" />
		<widget name="subtitle" position="780,145" size="430,35" font="Regular;32" />
		<widget name="entries" position="780,185" size="430,150" itemHeight="35" font="Regular;32" scrollbarMode="showOnDemand" />
		<widget name="bottom" position="780,225" size="430,35" font="Regular;32" />
	</screen>
	<!-- Common interface - selection -->
	<screen name="CiSelection" position="fill" title="Common Interface">
		<panel name="PigTemplate"/>
		<widget name="text" position="780,105" size="1100,35" font="Regular;32" />
		<widget name="entries" position="780,160" size="1100,570" itemHeight="38" font="Regular;28" scrollbarMode="showOnDemand" />
	</screen>

Well, I don't know what to do with this code. Maybe edit the size of the MMIDialog from size="430,35" to ???? No clue. Don't even know that this numbers mean? Pixels? Width and hight? 

 

I'm not sure if I should edit anything if I have no clue what I'm doing. 



Re: CI menu way too small #6 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 11 September 2016 - 16:48

Here's a correct working version of that screen:

    <screen name="MMIDialog" position="fill">
        <panel name="PigTemplate"/>
        <widget name="title" position="780,105" size="900,35" font="Regular;32" />
        <widget name="subtitle" position="780,145" size="900,35" font="Regular;32" />
        <widget name="entries" position="780,185" size="900,385" itemHeight="35" font="Regular;32" scrollbarMode="showOnDemand" />
        <widget name="bottom" position="780,575" size="900,35" font="Regular;32" />
    </screen>

 



Re: CI menu way too small #7 Just Me

  • Senior Member
  • 60 posts

0
Neutral

Posted 11 September 2016 - 17:13

Awesome! Thank you very much  :wub:  ;)  Now the settings screen shows all information. 



Re: CI menu way too small #8 littlesat

  • PLi® Core member
  • 56,905 posts

+695
Excellent

Posted 11 September 2016 - 17:39

Can you please post the mods here... Thanks for helping!

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


Re: CI menu way too small #9 Just Me

  • Senior Member
  • 60 posts

0
Neutral

Posted 12 September 2016 - 11:57

Post the mod? Rob von der Does already posted the needed modification to fix the screen. 



Re: CI menu way too small #10 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 12 September 2016 - 12:36

Diff/patch is easier.


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: CI menu way too small #11 WanWizard

  • PLi® Core member
  • 69,793 posts

+1,780
Excellent

Posted 12 September 2016 - 14:34

easier == less work.

 

It saves you from opening the file in the editor, looking for the stuff to replace, paste new stuff in, make sure you don't make mistakes, double check and test, then commit.

 

Compared to "git apply". With the added benefit that this will also log you as the author, instead of the dev committing 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: CI menu way too small #12 littlesat

  • PLi® Core member
  • 56,905 posts

+695
Excellent

Posted 12 September 2016 - 14:53

And more.... due it requires now copy and past work.... possible failures/mistakes.... ;)

 

I'm busy with merging it right now... so don't worry.... First I'm happy I promoted someone to made his own fix... :D


Edited by littlesat, 12 September 2016 - 14:54.

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


Re: CI menu way too small #13 WanWizard

  • PLi® Core member
  • 69,793 posts

+1,780
Excellent

Posted 12 September 2016 - 14:56

Which is what I wrote... ;) :P


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: CI menu way too small #14 littlesat

  • PLi® Core member
  • 56,905 posts

+695
Excellent

Posted 12 September 2016 - 14:59

FYI: https://github.com/l...71142d6ea4141e1


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


Re: CI menu way too small #15 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 12 September 2016 - 15:06

easier == less work.
 
It saves you from opening the file in the editor, looking for the stuff to replace, paste new stuff in, make sure you don't make mistakes, double check and test, then commit.

That's only the case when you merge a pullrequest blindfolded.
When you check the request before merging, which is what I find to be the normal and good procedure, the request is even more work.

Re: CI menu way too small #16 littlesat

  • PLi® Core member
  • 56,905 posts

+695
Excellent

Posted 12 September 2016 - 15:33

Rob,

 

With copy and paste I need to copy and paste it ... (bit of extra work for us)...

When still need to test (not extra work for us)...

When I make a copy and paste mistake I need to debug (could be much of unnecessary extra work for us - as previously the merge requester did it all right - not effective)

Then I have to create a commit (bit of extra work for us)...

 

For us more work and higher risk of mistakes...

 

But from the other side the merge requester needs to learn github and he has the extra work instead...


Edited by littlesat, 12 September 2016 - 15:36.

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


Re: CI menu way too small #17 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 12 September 2016 - 15:43

Sorry Littlesat, I don't agree for such a minor change: just swapping one screen for another screen isn't worth the effort of making a pullrequest.
If it would be a more complicated change I agree.

Re: CI menu way too small #18 littlesat

  • PLi® Core member
  • 56,905 posts

+695
Excellent

Posted 12 September 2016 - 15:52

I agree for a small change such as in this example the risks of complications are indeed low.. (but there might still a risk....)

 

But still a small mistake could give unexpected results... So still it is preferable to have clear patches, merge requests -or- a place where you can cherry-pick from... And a merge request directly on our git is the easiest way to go for us... 


Edited by littlesat, 12 September 2016 - 15:53.

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


Re: CI menu way too small #19 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 12 September 2016 - 16:02

For you, yes, but not for the corrector.
It's your skin, it's your mistake that's being corrected; so instead of always asking for more I would express some gratitude and happiness.
At least that's what I do when I'm being helped :)

Edited by Rob van der Does, 12 September 2016 - 16:03.


Re: CI menu way too small #20 littlesat

  • PLi® Core member
  • 56,905 posts

+695
Excellent

Posted 12 September 2016 - 16:12

"Think open-source"

 

As I offer the skin to the community it is basically not my skin anymore... but the communities' skin...

So it is a great attitude when the community helps the community to improve the communities' skin...

As the skin is offered to the community it is not the community helping me. Instead helping me it is the community helping the community...

 

B.t.w. what a discussion... the changes are pushed... File Done...


Edited by littlesat, 12 September 2016 - 16:13.

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



2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users