satpong
Registered
- Messages
- 324
PacketManager screen is missing in xDreamy skin. Ask author to add itok found the problem is the skin you were using the xDreamy hides the files and they are not visible,
example for skin.xml
Code:
<!-- Packet Manager -->
<screen name="PacketManager" title="OPKG upgrade" position="fill" flags="wfNoBorder">
<widget source="list" render="Listbox" position="100,110" size="1720,860" zPosition="3" transparent="1" scrollbarMode="showOnDemand" scrollbarWidth="6">
<convert type="TemplatedMultiContent">
{"template": [
MultiContentEntryText(pos = (7,1), size = (1575,36), font=0, flags = RT_HALIGN_LEFT, text = 0), # index 0 is the name
MultiContentEntryText(pos = (7,40), size = (1575,36), font=1, flags = RT_HALIGN_LEFT, text = 2), # index 2 is the description
MultiContentEntryPixmapAlphaTest(pos = (1593,0), size = (72,72), png = 4), # index 5 is the status pixmap
MultiContentEntryPixmapAlphaTest(pos = (0,76), size = (1610,3), png = 5), # index 6 is the div pixmap
],
"fonts": [gFont("Regular",33),gFont("Regular",27)],
"itemHeight": 78
}
</convert>
</widget>
</screen>