6.4.001.002 should fix the errors which were in other parts of E2.
Posts by abu baniaz
-
-
onyx ATV 7.3 still not centred
Are you installing from plugin server or using ipk from this forum? The ones on the plugin server wont be updated until the moves have completed.
-
Use "flash online" to flash/install ATV 7.2/7.3. Press the blue button and you should be able to see Flash online. When flashing, choose the upgrade option.
-
Just performed an updated on ATV 7.3 and re-transfeerred the the files from https://github.com/kiddac/Slyk_Q_1080
Multiboot Manager and choicelist/recording all centered. Thank you.
-
Regrading the screenshot on post 1165, the screens is choicebox. Does something need to be changed? I vaguely recall a commit about multicontent templates
https://github.com/kiddac/Slyk_Q_1080/blob/master/Slyk_Q_1080/usr/share/enigma2/slyk-q-1080/q-openatv.xml#L193:L236
Edit: Choicebox history
https://github.com/openatv/enigma2/commits/360f594456fbd84ca7ea0d3e06f9bc51c870edba/lib/python/Screens/ChoiceBox.py
-
cool. Getting somewhere.
Slykq is "*top" not "*center"I had changed that while testing.
-
No, still not centred.
jbleyel mentioned that we need "ChoicelistNameSingle", I added that in the parameters and now bottom aligned.
Code<parameter name="ChoicelistVerticalAlignment" value="*center" /> <parameter name="ChoicelistNameSingle" value="68,20,900,74"/>Without those, it is top aligned.
I have also noticed that the record timer screens is also not working correctly. Log is with your stock files ( without the ChoicelistNameSingle).
-
On 7.3, channel selection is fine.
-
Just for reference purposes
```
00:05:32.5564 [Skin] Processing screen 'MultiBootManager', position=(0, 0), size=(1920x1080) for module 'MultiBootManager'.
00:05:32.5725 [Skin] Warning: Attribute 'secondfont' has been deprecated, use 'valueFont' instead!
00:05:32.5729 [Skin] Warning: Attribute 'textOffset' has been deprecated, use 'textPadding' instead!
00:05:32.5731 [Screen] Warning: Skin is missing element 'description' in <class 'Screens.MultiBootManager.MultiBootManager'>.
00:05:32.5753 [Skin] Parsing embedded skin '<embedded-in-SimpleSummary>'.
00:05:32.5759 [Skin] Processing screen '<embedded-in-SimpleSummary>' from list 'MultiBootManager_summary, SimpleSummary', position=(0, 0), size=(132x64) for module 'SimpleSummary'.
00:05:32.7527 [Screen] Showing screen '['MultiBootManager_summary', 'SimpleSummary']'.
00:05:32.7539 [Screen] Showing screen 'MultiBootManager'.
00:05:32.7553 [Skin] Parsing embedded skin '<embedded-in-ScreenNamesAutoScreen>'.
00:05:32.7559 [Skin] Processing screen '<embedded-in-ScreenNamesAutoScreen>', position=(0, 0), size=(1920x50) for module 'ScreenNamesAutoScreen'.
00:05:32.7576 [Screen] Showing screen 'ScreenNamesAutoScreen'.
```
metrix
<!-- MultiBootManager -->
<screen name="MultiBootManager" position="0,0" size="1280,720" title="Multiboot Image Manager" flags="wfNoBorder" backgroundColor="transparent">
<widget source="Title" render="Label" position="58,36" foregroundColor="layer-a-title-foreground" size="525,50" valign="bottom" font="global_title;34" backgroundColor="layer-a-background" transparent="1" />
<widget name="slotlist" position="70,100" size="700,390" itemHeight="35" zPosition="1" font="screen_text;20" scrollbarMode="showOnDemand"/>
<ePixmap position="890,145" size="256,256" zPosition="10" pixmap="icons/restart.png" transparent="1" alphatest="blend" />
<widget name="description" position="810,385" size="415,220" font="screen_info;20" foregroundColor="layer-b-foreground" halign="center" backgroundColor="layer-b-background" valign="center" transparent="1"/>
<panel name="ScreenTemplateAllColorButtons_template1" />
<panel name="template1_2layer" />
<panel name="_oe-buttons_template1" />
</screen>
slykq
<screen name="MultiBootManager" position="0,0" size="1920,1080" flags="wfNoBorder" backgroundColor="transparent">
<panel name="template1"/>
<ePixmap pixmap="q-backgrounds/setup-bg.png" alphatest="blend" position="540,384" size="1002,623" zPosition="1"/>
<widget name="slotlist" textOffset="15,0" position="540,385" size="1002,624" font="Regular;33" secondfont="Regular;33" foregroundColor="white" backgroundColor="mid" backgroundColorSelected="select-darkblue-bg" selectionPixmap="q-selectbars/q-menu-2.png" itemHeight="78" enableWrapAround="1" scrollbarMode="showNever" transparent="1" zPosition="2"/>
<panel name="New-Buttons-T1"/>
<widget source="description" render="Label" position="540,140" size="1002,195" font="Regular;33" foregroundColor="white" backgroundColor="topmid" transparent="1"/>
<ePixmap pixmap="buttons/key_help.png" position="1845,1030" size="38,38" alphatest="blend"/>
</screen>
Edit:
https://github.com/openatv/MetrixHD/commit/43704cbf744c792ed44a532d7d4c9aa04bc81875
-
Copy all them files across and if its still broken, then raise it with the openatv team.Reported.
-
I have fetched your latest files following your last commit. However on multiboot manager (nothing to do with openmultiboot plugin), this is how it looks on atv 7.3multiboot manager.jpg
-
And me to put in a new line in all of my skins.
What is this line please? 7.3 is now uncentred, it was last night.
-
Can we please tone down the aggressive posts. It does not matter who started it.
Thank you.
-
Why are you adding the buttons individually? Surely better to put all the buttons in one panel. Add it, and only the ones required should show. The general layout of your skins is the same across each one. So better to define that view and just add what's needed as an addition for other screens.
As an example, on simple 1080, the general look is SetupPanelPIG which would be a similar layout to yours
skins/vix_skin.xml at master · OpenViX/skinsContribute to OpenViX/skins development by creating an account on GitHub.github.com -
Is the design to vertically align at top or centre?
-
A guide to creating tags is here: https://docs.github.com/en/rep…-releases-in-a-repository
The whole point is that there is a tag/version number where you can even attach ipks. People can then pick a specific version. The bitbake files used to make the plugins can then be adapted to use those tags in the version numbers.
As a separate matter, we could even have branches where you have a main branch that people/distros can build from as well another develop/test branch where you make changes etc. Only merge in the changes to the main branch when ready. Allows you to park any changes without losing them. E.g the unfinished fixes you did for the Picon plugin. Other people will then be more able to assist/contribute . Perhaps you could also allow other people to be maintainers so they can merge, add tags etc.
-
In answer to your PM following the warning of your breach of forum rules:
You can build images here:
GitHub - OpenVisionE2/ov-expansion: Expansion for OE-A to build OVExpansion for OE-A to build OV. Contribute to OpenVisionE2/ov-expansion development by creating an account on GitHub.github.comAs all images copy code from each other, it isn't theft to copy code from others.
As if your laughing emoji makes any difference to me whatsoever!
-
There is no truth in your claim of stealing. You are trolling. You have stated someone has stolen with no proof whatsoever.
Please take your feuds elsewhere.
Forum rules are here:
-
Are you going to withdraw your malicious statement?
-
Display More
You have stated that openvision stole. Where is your evidence?
All the images take code from each other. So you need to substantiate your stealing claim.
Check the AML taken directly from OpenATV... LOL
TS
OK, so he has added code that is opensource and covered under GPL. Like all images do. Where is the theft/stealing?
