having tags that are not related to the control
#31
@Nuka1195: It's the number of _unique_ label/bools with parameters that we need.

If you have 1586 lines of them, are most of them different?
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#32
a fairly accurate count is 960. that's +/- a few, but that only includes the weather window. i don't know how many confluence has.

the reason there are so many. is for example the hourly forecast can have 28 entries, with 12 pieces of info each. it adds up quickly. and the map list has 30 items * 4 info * 3 lists.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#33
Code:
[color=black]#define LISTITEM_PROPERTY_START (LISTITEM_START + 200)[/color]
[color=black]#define LISTITEM_PROPERTY_END (LISTITEM_PROPERTY_START + 1000)[/color]
[color=black]#define LISTITEM_END (LISTITEM_PROPERTY_END)[/color]

i found this , but nothing similar for window properties. so do window.properties use the same or is this not the issue?

i'm going to increase that to test, but wondered in case my issue is conflicts with other includes.

edit: unfortunately, increasing to 2000 did not change anything.

edit2:
Quote:#define MULTI_INFO_START 40000

#define MULTI_INFO_END 41000 // 1000 references is all we have for now


edit3: this seems to have solved it. i increased to 2000. because non media windows like weather and home's properties do not get cleared is why this limitation affects other windows. they should not be cleared either. in case someone suggests that. reason, you want that info available throughout the skin.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#34
Nuka1195 Wrote:edit3: this seems to have solved it. i increased to 2000. because non media windows like weather and home's properties do not get cleared is why this limitation affects other windows. they should not be cleared either. in case someone suggests that. reason, you want that info available throughout the skin.
Umm yes they should be cleared because they are Window Properties not Global Properties. At least thats my opinion
Reply
#35
jezz, always with an opinion. and no they should not as i explained. especially weather. if you cleared them. the plugin would have to run evertime you entered weather. plus they wold not be available throughout the skin.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#36
haven't noticed any bad side effects from increasing to 2000. can you change it in svn? i want to release the weather mod for confluence.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#37
no problems here either. i seems to fix both nuka's weather problems as well is the issues i once had with my old (deprecated) studio flags code.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#38
I'll get this in (obviously not using 2000) once I get back from vacation.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#39
well i added 700 to make it 1700 and still had issues, so 2000 isn't too many.

but if your not going to add that let me know. i have another idea.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#40
No, I'll add a much, much larger number so we don't run out again.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#41
jmarshall Wrote:No, I'll add a much, much larger number so we don't run out again.

Thx a lot, I waited for this fix for so long Smile
seems to work great, all Aeon users will love you for that.
this f****n bug almost made me quit skinning
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#42
will camelot get this? if you don't see it as being problematic, it would be nice.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#43
nice to see some people (nuka) do have power in getting the devs to help, that us mere mortals don't lol
Reply
#44
don't think so, check trac Tongue
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#45
andyblac Wrote:nice to see some people (nuka) do have power in getting the devs to help, that us mere mortals don't lol

And the difference is he found the real reason and actually worked out a fix for it. So its pretty hard too ignore that
Reply

Logout Mark Read Team Forum Stats Members Help
having tags that are not related to the control0