NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 51 52 53 54 55 56 Next »
My Videos v2.1

 
  • 0 Vote(s) - 0 Average
My Videos v2.1
darrin75
Offline

Senior Member

Posts: 558
Threads: 103
Joined: Nov 2004
#121
2005-03-01, 11:49 PM
Bust your balls, bust mine...What ever gets the job done??GO REVEN>>>Programming guru...See ya dude..Looking for any more logos idea pm me...
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#122
2005-03-02, 12:34 AM
just want to give a heads up to any skinner who is skinning my videos, in the next release i have removed a lot of the "Buttons" from the buttons section it will look more like this:
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"><Buttons>
<!-- Ok_Message is for message boxs with only the "OK" option, so it can be placed in the center of the box -->
<Button name="Ok_Message" loc="186,123" size="120,32" imageNormal="custombtn.png" imageSelected="button-focus.png" />
<Button name="Ok" loc="127,123" size="120,32" imageNormal="custombtn.png" imageSelected="button-focus.png" />
<Button name="Cancel" loc="257,123" size="120,32" imageNormal="custombtn.png" imageSelected="button-focus.png" />
<Button name="PageUp" loc="670,434" size="27,27" imageNormal="pageup-nofocus.png" imageSelected="pageup-focus.png" />
<Button name="PageDown" loc="640,434" size="27,27" imageNormal="pagedown-nofocus.png" imageSelected="pagedown-focus.png" />
<Button name="PopupGenre" loc="20,83" size="460,34" imageNormal="empty.png" imageSelected="genrebutton-focus.png" />
</Buttons>[/QUOTE]
i have to keep those ones in there, since it would be a pain to remove them and set them up differently, all the other buttons are now just done via two composite images:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
<CompositeImage name="SelectedButtonImage" size="159,32">
<DrawImage filename="button-focus.png" loc="0,0" size="159,32"/>
<DrawText text="@buttonText" loc="7,6" size="155,34" textStyle="MenuButtonText" align="Left"/>
</CompositeImage>

<CompositeImage name="NormalButtonImage" size="159,32">
<DrawText text="@buttonText" loc="7,6" size="155,34" textStyle="MenuButtonText" align="Left"/>
</CompositeImage>[/QUOTE]

and two special elements
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
<SpecialElement name="Buttons" loc="33,60" spacing="3"/>
<SpecialElement name="InfoButtons" loc="33,320" spacing="3"/>[/QUOTE]

so the menu buttons are more like the rest of gbpvr now, this means each button cant have a unique image, but no one seemed to be taking advantage of that feature, so no point to keep it (and besides the rest of gbpvr doesnt allow for this). ive added the ability to turn off unwanted menu buttons in the config, so i had to change the skin to work with this. the next version should be out in a day or two, just having issues with the config form.
darrin75
Offline

Senior Member

Posts: 558
Threads: 103
Joined: Nov 2004
#123
2005-03-02, 02:56 AM
I agree With Tip..It would stink if you could not change things for yourself..



dottore
Offline

Posting Freak

Posts: 986
Threads: 44
Joined: May 2004
#124
2005-03-02, 07:52 AM
you can change everything, you can even use shapes instead of images. this is an improvement. the only thing, which you can't change anymore is the position of every single button. but you can change the menu-position and the spacing between the buttons, so pretty nothing will change (except the size of the skin-file) :-)
---------------------
www.sitecomposer.de
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#125
2005-03-02, 11:09 AM
dottore has it right, every button will use the same two images for selected and unselected, but these images are composite images so they can be anything you like, a png, a gif, 500 gif on top of 12432 png files with 32423 roundedrectangles around them. the same way sub does the menu buttons in recordings/main menu etc.
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#126
2005-03-02, 01:38 PM
in about an hour
just test the config form to make sure everything is fine, and finishing the blue skin.
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#127
2005-03-02, 01:57 PM
the only languages ive learnt at uni so far are java, C#, vb.net, some assembly, i can do databases quite well in C#, alright in java, learning some php and C++ and opengl this semester. im doing an internet programming paper which the first assignment (got it on the first day, how stink is that?) does php and mdb databases, i think it covers some basic perl and javascript aswell. but i want to get a job in C# doing something fun, dont really want to program something boring like word.
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#128
2005-03-02, 02:34 PM
v2.1.10.0

added
- now can turn off/on menu buttons in the config, and change their order

fixed
- checks if a dvd is in the drive before looking up info
- doesnt require the skin.xml to define the maximum description length

can someone download this and give it a quick test, using the blue theme. im pretty sure it works fine, replace the dll with the new one, run gbpvr see if my videos loads. then exit gbpvr, run the config, config my videos, play around with the menu order, and which buttons to show, click ok, ok again in config and run my videos, and see if the menu appears as it should.

i didnt change anything else in the skin, so the post i made before does reflect the changes in the skin.xml file. ill upload a new media experience in a few hours, just want to get away from computer now.

enjoy.

note: if you have several things on your virtual root, i suggest adding your dvd rom drive(s) to the virtual root so you can use the infoscreen on them to see whats in the drive (very handy ive found), also you can then remove the &quot;Play DVD&quot; button from the side menu.

note 2:im planning on adding one or two more things to the menu and it was running out of room, thats why i did this big reshuffle.

note 3: you cant drag and drop the treeview items, just click the move up/down buttons, it was far to much work to add the drag and drop feature to the treeview, i gave up, a lot of code, my time is better spent else where.

ps enjoy again Tongue
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#129
2005-03-02, 03:27 PM
[b Wrote:Quote[/b] ]So just the dll has changed, am I reading you right?
no i changed the skin.xml file aswell, the post i posted a few days ago saying which changes i will make, ive made. so everything in that post is true about this version. just look in the supplied skin.xml with the blue theme to get an idea.
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#130
2005-03-02, 05:27 PM
what does the log say?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (14): « Previous 1 … 10 11 12 13 14 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  PhotoFilter: New Photos/Videos plugin to browse using metadata cncb 1 2,226 2012-08-10, 04:06 PM
Last Post: cncb
  New Videos Library Plugin jasonbs10 0 1,359 2009-02-07, 07:45 PM
Last Post: jasonbs10
  CNN Videos Plugin HTPCGB 6 2,962 2006-11-16, 11:09 PM
Last Post: HTPCGB
  Started Beta testing My Videos 5 reven 0 1,353 2006-02-21, 07:33 AM
Last Post: reven
  My Videos 4 Maintenance Update reven 5 3,298 2005-07-23, 04:12 PM
Last Post: A_Brass
  My Videos v4.1 reven 5 3,365 2005-06-29, 12:35 PM
Last Post: reven
  My Videos 4.0.2.0 reven 4 3,754 2005-06-02, 06:46 AM
Last Post: reven
  My Videos v4.0 reven 8 3,999 2005-05-29, 08:49 PM
Last Post: reven
  My Videos 3.0 reven 71 21,757 2005-04-28, 10:22 AM
Last Post: reven
  My Videos won't show steeley7 1 1,664 2005-04-18, 06:54 AM
Last Post: steeley7

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode