Jump to content


Photo

My favorite Skin PLi-HD1


  • Please log in to reply
38 replies to this topic

Re: My favorite Skin PLi-HD1 #21 ims

  • PLi® Core member
  • 13,623 posts

+212
Excellent

Posted 21 June 2020 - 21:52

try replace Skinselector screen in PLi-HD1 skin.xml with this. In final 7.3 it will be ok.

  <screen name="SkinSelector" position="fill" flags="wfNoBorder">
    <panel name="SelectionTemplate"/>
    <widget name="Preview" position="110,400" size="280,210" alphatest="on"/>
    <widget name="SkinList" position="520,70" size="740,600" itemHeight="25" font="Regular;22" scrollbarMode="showOnDemand"/>
    <widget source="introduction" render="Label" position="520,650" size="740,25" zPosition="1" transparent="1" font="Regular;22" halign="center"/>
  </screen>

 


Kdo nic nedělá, nic nezkazí!

Re: My favorite Skin PLi-HD1 #22 littlesat

  • PLi® Core member
  • 56,262 posts

+691
Excellent

Posted 21 June 2020 - 21:56

...

Edited by littlesat, 21 June 2020 - 21:56.

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


Re: My favorite Skin PLi-HD1 #23 WanWizard

  • PLi® Core member
  • 68,559 posts

+1,737
Excellent

Posted 21 June 2020 - 21:59

In final 7.3 it will be ok.

 

Howz that? Have I missed something?
 


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (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: My favorite Skin PLi-HD1 #24 FRAP

  • Senior Member
  • 329 posts

+23
Neutral

Posted 21 June 2020 - 22:30

 

try replace Skinselector screen in PLi-HD1 skin.xml with this. In final 7.3 it will be ok.

  <screen name="SkinSelector" position="fill" flags="wfNoBorder">
    <panel name="SelectionTemplate"/>
    <widget name="Preview" position="110,400" size="280,210" alphatest="on"/>
    <widget name="SkinList" position="520,70" size="740,600" itemHeight="25" font="Regular;22" scrollbarMode="showOnDemand"/>
    <widget source="introduction" render="Label" position="520,650" size="740,25" zPosition="1" transparent="1" font="Regular;22" halign="center"/>
  </screen>

I applied the changes but nothing happens to me. Or maybe this window has a different name? I see GUI Skin on the menu. Maybe the name SkinSelector is already out of date?


Alcohol for wimps. Strong people enjoy depression.


Re: My favorite Skin PLi-HD1 #25 ims

  • PLi® Core member
  • 13,623 posts

+212
Excellent

Posted 21 June 2020 - 22:48

Be patient. In final 7.3 it will be ok.


Kdo nic nedělá, nic nezkazí!

Re: My favorite Skin PLi-HD1 #26 FRAP

  • Senior Member
  • 329 posts

+23
Neutral

Posted 15 July 2020 - 17:01

ims

Hello  7.3 release Duo2 unchanged.

Attached Files


Alcohol for wimps. Strong people enjoy depression.


Re: My favorite Skin PLi-HD1 #27 ims

  • PLi® Core member
  • 13,623 posts

+212
Excellent

Posted 15 July 2020 - 17:11

Sorry, it is still pined in state before 5.6. due changes in e2 => still same.

 

Edit: 5.6.


Edited by ims, 15 July 2020 - 17:20.

Kdo nic nedělá, nic nezkazí!

Re: My favorite Skin PLi-HD1 #28 FRAP

  • Senior Member
  • 329 posts

+23
Neutral

Posted 15 July 2020 - 17:36

ims Thank you for the skin! I know that everything will be fine!


Alcohol for wimps. Strong people enjoy depression.


Re: My favorite Skin PLi-HD1 #29 FRAP

  • Senior Member
  • 329 posts

+23
Neutral

Posted 14 September 2020 - 07:06

In the new update, skin cannot be selected.
I click on the skin GUI and immediately an instruction appears on the screen on how to use toilet paper :)

Attached Files


Alcohol for wimps. Strong people enjoy depression.


Re: My favorite Skin PLi-HD1 #30 ims

  • PLi® Core member
  • 13,623 posts

+212
Excellent

Posted 14 September 2020 - 09:19

Weird, there was nothing changed imho. But confirmed.


Edited by ims, 14 September 2020 - 09:42.

Kdo nic nedělá, nic nezkazí!

Re: My favorite Skin PLi-HD1 #31 ims

  • PLi® Core member
  • 13,623 posts

+212
Excellent

Posted 14 September 2020 - 09:49

Replace in skin.xml part for SkinSelector (PLi-FullHD and PLi-FullNightHD ) with this old (or remove this part), pls:

	<screen name="SkinSelector" position="fill" flags="wfNoBorder">
		<panel name="SelectionTemplate"/>
		<widget name="preview" position="165,600" size="420,315" alphatest="on"/>
		<widget source="skins" render="Listbox" position="780,100" size="1110,912" enableWrapAround="1" scrollbarMode="showOnDemand">
			<convert type="TemplatedMultiContent">
				{
				"template": [
					MultiContentEntryText(pos = (15, 0), size = (700, 38), font = 0, flags = RT_HALIGN_LEFT | RT_VALIGN_CENTER, text = 1),
					MultiContentEntryText(pos = (715, 0), size = (355, 38), font = 0, flags = RT_HALIGN_RIGHT | RT_VALIGN_CENTER, text = 2)
				],
				"fonts": [gFont("Regular",28)],
				"itemHeight": 38
				}
			</convert>
		</widget>
		<widget source="description" render="Label" position="780,975" size="1110,34" zPosition="1" transparent="1" font="Regular;30" halign="center"/>
	</screen>

In PLi-HD/HD1/HD2 remove whole this part for "SkinSelector", if exists.


Edited by ims, 14 September 2020 - 09:52.

Kdo nic nedělá, nic nezkazí!

Re: My favorite Skin PLi-HD1 #32 WanWizard

  • PLi® Core member
  • 68,559 posts

+1,737
Excellent

Posted 14 September 2020 - 10:57

See the "Release 7.3" topic for further instructions.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (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: My favorite Skin PLi-HD1 #33 FRAP

  • Senior Member
  • 329 posts

+23
Neutral

Posted 14 September 2020 - 12:27

ims Hello Thank you very much !!! everything worked out, the problem disappeared. :)


Alcohol for wimps. Strong people enjoy depression.


Re: My favorite Skin PLi-HD1 #34 FRAP

  • Senior Member
  • 329 posts

+23
Neutral

Posted 7 November 2020 - 16:19

Wan Wizard Hello! I found in the file SkinSelector.py typos. Therefore, strings are not translated into other languages.
 
 
It should be like this ...
 
self['description']. setText(_('Press OK to keep the currently selected %s skin.') % msg)
        else:
            self['description'].setText(_('Press OK to activate the selected %s skin.') % msg)
 
        return
 

Attached Files


Alcohol for wimps. Strong people enjoy depression.


Re: My favorite Skin PLi-HD1 #35 WanWizard

  • PLi® Core member
  • 68,559 posts

+1,737
Excellent

Posted 7 November 2020 - 16:50

That seems already addressed: https://github.com/O...elector.py#L163 ?


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (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: My favorite Skin PLi-HD1 #36 FRAP

  • Senior Member
  • 329 posts

+23
Neutral

Posted 7 November 2020 - 16:56

WanWizard This is decided in development! And I'm writing for a specific version 7.3 :)


Alcohol for wimps. Strong people enjoy depression.


Re: My favorite Skin PLi-HD1 #37 WanWizard

  • PLi® Core member
  • 68,559 posts

+1,737
Excellent

Posted 7 November 2020 - 17:03

No point fixing it there, as we don't accept translations for release images anyway. Besides that, OpenPLi 8 is around the corner.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (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: My favorite Skin PLi-HD1 #38 FRAP

  • Senior Member
  • 329 posts

+23
Neutral

Posted 7 November 2020 - 17:03

WanWizard Design mistakes are allowed! But they are not errors, because this is a development. :) (draft book) And I am writing about a specific release of version 7.3, there should be no errors here :)


Alcohol for wimps. Strong people enjoy depression.


Re: My favorite Skin PLi-HD1 #39 FRAP

  • Senior Member
  • 329 posts

+23
Neutral

Posted 7 November 2020 - 17:07

WanWizard I fixed it for myself! (it was not difficult how to nail a fly with a slipper) :)


Alcohol for wimps. Strong people enjoy depression.



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users