Kodi Community Forum
Resize EventServer Window? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: Resize EventServer Window? (/showthread.php?tid=33925)



Resize EventServer Window? - knatsch - 2008-06-09

Is there a way to resize the popup window of the EventServer?
I modified the Python examples to announce some stuff in XBMC through unix shell but most information does not fit in.


- topfs2 - 2008-06-09

Its done in skin i think. kaidialog.xml. although it would be very usefull to create another notification type that could host more information.
what are you announcing through eventserver? if anything usefull feel free to add as a patch as it might be good for xbmc liveUsb. thx
/tobias


- knatsch - 2008-06-09

Could you please check the name of this xml file? I don't find anywhere a file with that name.
I am announcing messages from IRC. If there is interest I can cut out some private data and publish it.


- topfs2 - 2008-06-09

I wished i could but im out of town for the week so this is from my cellphone. hopefully a skinner can direct you Smile


- Jezz_X - 2008-06-10

DialogKaiToast.xml is the one your looking for


- knatsch - 2008-06-11

Thanks I successfully widened the Eventbox Smile
I also build a quick & dirty website with php to announce messages to the TV.
Should I submit my "experiments" as a patch,attach it to the forum or pastebin it? Or is there no interest in my gimmicks?


- Gamester17 - 2008-06-11

knatsch Wrote:Should I submit my "experiments" as a patch,attach it to the forum or pastebin it? Or is there no interest in my gimmicks?
I suggest you do both, it does not hurt to have it for future reference in any case. http://wiki.xbmc.org/?title=HOW-TO_submit_a_patch

Nod