Xbmc skin editor

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Closed
tiben20 Offline
Team-XBMC Developer
Posts: 995
Joined: Jun 2008
Reputation: 16
Post: #11
here we go i uploaded a build
http://code.google.com/p/xbmc-skin-edito...akechanges
(This post was last modified: 2012-07-19 00:26 by tiben20.)
find
Hitcher Offline
Skilled Skinner
Posts: 9,976
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #12
(2012-07-19 00:25)tiben20 Wrote:  here we go i uploaded a build
http://code.google.com/p/xbmc-skin-edito...akechanges

Many thanks.

[Image: sig_zps3af3b48e.jpg]
find
tiben20 Offline
Team-XBMC Developer
Posts: 995
Joined: Jun 2008
Reputation: 16
Post: #13
(2012-07-19 10:08)Hitcher Wrote:  
(2012-07-19 00:25)tiben20 Wrote:  here we go i uploaded a build
http://code.google.com/p/xbmc-skin-edito...akechanges

Many thanks.

if there any feature or bug you want me to add just ask it ill see what i can do
find
Hitcher Offline
Skilled Skinner
Posts: 9,976
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #14
I can't get it to control XBMC running on the same PC and on my networked one it just reloads the home screen.

[Image: sig_zps3af3b48e.jpg]
find
tiben20 Offline
Team-XBMC Developer
Posts: 995
Joined: Jun 2008
Reputation: 16
Post: #15
try to leave the port setting empty i only tested with the default port
find
Middle Offline
Senior Member
Posts: 120
Joined: Aug 2011
Reputation: 7
Post: #16
same here, i manage to control the xbmc running on the same PC but
got this everytime i try test window

Code:
15:54:58 T:4480   DEBUG: HttpApi Start command: SetResponseFormat  paras: SetResponseFormat
15:55:09 T:4480   DEBUG: Previous line repeats 2 times.
15:55:09 T:4480   DEBUG: HttpApi Start command: GetCurrentlyPlaying  paras: GetCurrentlyPlaying
15:55:09 T:4480   DEBUG: Previous line repeats 2 times.
15:55:09 T:4480   DEBUG: HttpApi Start command: GetVolume  paras: GetVolume
15:55:09 T:4480   DEBUG: HttpApi Start command: GetPercentage  paras: GetPercentage
15:55:09 T:4480   DEBUG: HttpApi Start command: ExecBuiltIn  paras: ExecBuiltIn; ActivateWindow(0)
15:55:09 T:4480   DEBUG: Activating window ID: 10000
15:55:10 T:4480   DEBUG: ------ Window Deinit (Home.xml) ------
just reload home.

got some UI issues when i resize the working window or maximize it.
the dropdown xml menu is fixed and hide if you resize.

nice stuff, can this in the future pull the includes of working window and/or perhaps show the xml it is located.
some tool to find dup ids and list of ids used will be fine too.

Many thanks.
find
tiben20 Offline
Team-XBMC Developer
Posts: 995
Joined: Jun 2008
Reputation: 16
Post: #17
(2012-07-19 21:10)Middle Wrote:  same here, i manage to control the xbmc running on the same PC but
got this everytime i try test window

Code:
15:54:58 T:4480   DEBUG: HttpApi Start command: SetResponseFormat  paras: SetResponseFormat
15:55:09 T:4480   DEBUG: Previous line repeats 2 times.
15:55:09 T:4480   DEBUG: HttpApi Start command: GetCurrentlyPlaying  paras: GetCurrentlyPlaying
15:55:09 T:4480   DEBUG: Previous line repeats 2 times.
15:55:09 T:4480   DEBUG: HttpApi Start command: GetVolume  paras: GetVolume
15:55:09 T:4480   DEBUG: HttpApi Start command: GetPercentage  paras: GetPercentage
15:55:09 T:4480   DEBUG: HttpApi Start command: ExecBuiltIn  paras: ExecBuiltIn; ActivateWindow(0)
15:55:09 T:4480   DEBUG: Activating window ID: 10000
15:55:10 T:4480   DEBUG: ------ Window Deinit (Home.xml) ------
just reload home.

got some UI issues when i resize the working window or maximize it.
the dropdown xml menu is fixed and hide if you resize.

nice stuff, can this in the future pull the includes of working window and/or perhaps show the xml it is located.
some tool to find dup ids and list of ids used will be fine too.

Many thanks.
i will try to request the window id instead of the window name it might fix the problem.
For the includes i did think about adding a window to select them and modify them.
Ill look into fixing this, this weekend.
find
Middle Offline
Senior Member
Posts: 120
Joined: Aug 2011
Reputation: 7
Post: #18
Im not going to lie to you, i use Microsoft Visual Studio Tools for Applications 2.0 it is awesome to build xml,
has nice auto complete function, nice bookmarks, split windows, pretty much all that i want to work with,
but
your program has potential because it searches inside my skin folder has nice shortcut for images and can preview and control xbmc,

since i cant help you in code (i still learning skin code) i decide to show you all tools that i use so it can give you some ideas or not XD, all i can help you is doing some UI design if you want.

anyway here is the mix of your tool and MVSTA 2.0

[Image: skineditor_layout.jpg]

there is a couple more things and tools that i use but let it be for next time XD.

i wondering what tools other skinners use.

Cheers
find
phil65 Offline
Skilled Skinner
Posts: 4,458
Joined: Mar 2009
Reputation: 56
Location: Cologne, Germany
Post: #19
(2012-07-20 19:43)Middle Wrote:  Im not going to lie to you, i use Microsoft Visual Studio Tools for Applications 2.0 it is awesome to build xml,
has nice auto complete function, nice bookmarks, split windows, pretty much all that i want to work with,
but
your program has potential because it searches inside my skin folder has nice shortcut for images and can preview and control xbmc,

since i cant help you in code (i still learning skin code) i decide to show you all tools that i use so it can give you some ideas or not XD, all i can help you is doing some UI design if you want.

anyway here is the mix of your tool and MVSTA 2.0

[Image: skineditor_layout.jpg]

there is a couple more things and tools that i use but let it be for next time XD.

i wondering what tools other skinners use.

Cheers

notepad++ including some plugins is unbeatabable IMO.
find
solidsatras Offline
Senior Member
Posts: 294
Joined: Mar 2010
Reputation: 10
Post: #20
(2012-07-20 20:47)phil65 Wrote:  notepad++ including some plugins is unbeatabable IMO.

what plugins do you use?
http://sourceforge.net/projects/npp-plugins/files/
find
Thread Closed