Jump to content


Photo

SystemTimePlugin PLiFullHD screen

PliFullHD

  • Please log in to reply
4 replies to this topic

#1 hulkman

  • Senior Member
  • 757 posts

+10
Neutral

Posted 13 January 2019 - 13:24

Hierbij mijn voorstel deze regels aan skin_plugins.xlm (map: PLi-FullHD) toe te voegen:

 

 

<!--SystemTimePlugin-->
<screen name="SystemTimeSetupScreen" position="fill" title="System time setup">
<panel name="PigTemplate"/>
<widget name="config" position="800,100" size="1100,500" itemHeight="40" font="Regular;28" />
<widget name="description" position="0,600" size="1820,300" font="Regular;34" />
   </screen>
 
 <screen name="SystemTimeConsole" position="fill" flags="wfNoBorder">
  <panel name="PigTemplate"/>
  <widget name="text" position="780,105" zPosition="1" size="1110,900" font="Regular;34" itemHeight="55" scrollbarMode="showOnDemand"/>
 </screen>

 



Re: SystemTimePlugin PLiFullHD screen #2 littlesat

  • PLi® Core member
  • 56,260 posts

+691
Excellent

Posted 13 January 2019 - 13:39

Looks good.... why does the first screen has a title and the second not. Do we really need that title?
Once you check title are’re able to create a merge request?

Edited by littlesat, 13 January 2019 - 13:40.

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


Re: SystemTimePlugin PLiFullHD screen #3 hulkman

  • Senior Member
  • 757 posts

+10
Neutral

Posted 13 January 2019 - 13:49

It's hardcopy from Original, i don't know which line Pli follows, i suggest to put it to both screen.

 

 

<!--SystemTimePlugin-->
<screen name="SystemTimeSetupScreen" position="fill" title="System time setup">
<panel name="PigTemplate"/>
<widget name="config" position="800,100" size="1100,500" itemHeight="40" font="Regular;28" />
<widget name="description" position="0,600" size="1820,300" font="Regular;34" />
   </screen>
 
 <screen name="SystemTimeConsole" position="fill" title="System time setup" flags="wfNoBorder">
  <panel name="PigTemplate"/>
  <widget name="text" position="780,105" zPosition="1" size="1110,900" font="Regular;34" itemHeight="55" scrollbarMode="showOnDemand"/>
 </screen>


Re: SystemTimePlugin PLiFullHD screen #4 hulkman

  • Senior Member
  • 757 posts

+10
Neutral

Posted 13 January 2019 - 13:56

Don't make the change, other information is dislayed on that part of screen like Information and Warning.

 

 

<!--SystemTimePlugin-->
<screen name="SystemTimeSetupScreen" position="fill" title="System time setup">
<panel name="PigTemplate"/>
<widget name="config" position="800,100" size="1100,500" itemHeight="40" font="Regular;28" />
<widget name="description" position="0,600" size="1820,300" font="Regular;34" />
   </screen>
 
 <screen name="SystemTimeConsole" position="fill" flags="wfNoBorder">
  <panel name="PigTemplate"/>
  <widget name="text" position="780,105" zPosition="1" size="1110,900" font="Regular;34" itemHeight="55" scrollbarMode="showOnDemand"/>
 </screen>


Re: SystemTimePlugin PLiFullHD screen #5 hulkman

  • Senior Member
  • 757 posts

+10
Neutral

Posted 13 January 2019 - 16:35

Ik heb het nog een beetje verbeterd. Nog meer PLi-stijl.

 

 

<!--SystemTimePlugin-->
<screen name="SystemTimeSetupScreen" position="fill" title="System time setup">
<panel name="PigTemplate"/>
<widget name="config" position="780,108" size="1110,900" itemHeight="40" font="Regular;34" />
<widget name="description" position="30,650" enableWrapAround="1" size="720,280" font="Regular;34" />
   </screen>
 
 <screen name="SystemTimeConsole" position="fill" title="System time setup" flags="wfNoBorder">
  <panel name="PigTemplate"/>
  <widget name="text" position="780,105" zPosition="1" size="1110,900" font="Regular;34" itemHeight="55" scrollbarMode="showOnDemand"/>
 </screen>



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users