2017-01-15, 12:41
@primaeval, so in simple word it means i cant a button which can take me to the lists of my reminders?
SJ
SJ
(2017-01-15, 12:41)samueljones Wrote: @primaeval, so in simple word it means i cant a button which can take me to the lists of my reminders?
SJ
...
<control type="button">
<description>reminders</description>
<posx>1030</posx>
<posy>30r</posy>
<width>90</width>
<height>30</height>
<label>REMIND</label>
<font>font13</font>
<aligny>center</aligny>
<align>center</align>
<textcolor>grey</textcolor>
<focusedcolor>black</focusedcolor>
<texturefocus>tvg-button-focus.png</texturefocus>
<texturenofocus>tvg-button-nofocus.png</texturenofocus>
<onclick>Number5</onclick>
</control>
(2017-01-15, 22:41)moshoodo123 Wrote: ^^^
ActivateWindow(10025,"plugin:/xxxxxxxxxxxr",return)
(2017-01-16, 18:26)moshoodo123 Wrote: @primaeval , just a quick question bro, just to confirm if it is possible to create a custom page xml in 720p file. am trying to create a custom page and call other kodi addons from there. since TV guide now support addon calls.
see the attach image to see what I am trying to mimickCode:ActivateWindow(10025,"plugin:/xxxxxxxxxxxr",return)
Thanks for your time.
(2017-01-16, 18:37)primaeval Wrote:(2017-01-16, 18:26)moshoodo123 Wrote: @primaeval , just a quick question bro, just to confirm if it is possible to create a custom page xml in 720p file. am trying to create a custom page and call other kodi addons from there. since TV guide now support addon calls.
see the attach image to see what I am trying to mimickCode:ActivateWindow(10025,"plugin:/xxxxxxxxxxxr",return)
Thanks for your time.
You'll need to make a separate addon for that window so you can call the window with the ActivateWindow command.
TV Guide Fullscreen runs as a script with RunScript calls and doesn't have urls for the separate pages.
Do you know how to do that or do you need some help?
If you want a page to come up within your skin that is integrated into the guide I need to add another window class in gui.py.
That might be an idea. I expect @myname would like that as he could fill it with buttons.
(2017-01-16, 18:39)coolstud Wrote: Hi primaeval
Just wanted to ask if it's possible to add "Catergories" tabs along top like I have edited the image above.
To explain it in more details you would add categories from the right click options as normal but as you save it, can it add to the main page automatically for us to browse in main page.
Just an idea hope it can be implemented.
Sanjay
(2017-01-17, 02:08)Cangeoboy Wrote: Just reading some of the threads about categories. I came onto this addon just before Christmas so I am still trying to catch up a bit. I understand how to create a category, add channels to it and access it through the context menu. Is there a quicker way to access/select a category from the EPG screen?
Cheers
<m>Menu</m>
(2017-01-17, 03:21)Scott00007 Wrote: Great work on the addon.....thanks for the continuous development!!
One little thing....every time there is an update the show the date in long form always gets checked. It would be great that if I turn it off it stayed that way from update to update.
<setting id="date.long" label="Show Long Date in EPG" type="bool" default="true" />
<setting id="date.long" value="true" />