NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information NextPVR Announcements v
« Previous 1 … 6 7 8 9 10 11 Next »
v0.95.11 available

Thread Closed 
 
  • 0 Vote(s) - 0 Average
v0.95.11 available
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,595
Threads: 387
Joined: Dec 2004
#81
2005-11-28, 11:46 PM
sub Wrote:Yeah, I know. I'm not so sure aboutthis one myself. I may yet remove this new feature and put it back to how it was.
Noooo!!! Keep the Resume button on the pop-up menu (or at least provide an option for it). I much prefer it this way round.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#82
2005-11-29, 12:03 AM
ShiningDragon Wrote:Ah! I think i found out this "error". It shouldn't be switched too fast! I saw the Task-Image on the right side. If this one is completely changed, i can navigate without problem through the menus.
If i am switching too fast (the task-image wasn't changed at this point), the menus jumps forward and backward.
Could this be fixed in the next version? Faster painting of the Task-Image? (I am using an AMD64 3.500+ with 2 GB RAM!!!) or changing of the steering interrupts?
You'll have to provide a more detailed description of exactly what you're doing and what happens. I dont really understand.

What skin are you using?
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#83
2005-11-29, 12:08 AM
@sub

Alright, i try to give my best with my bad english-knowledge.

1. I navigate from the main-menu to the TV-Guide.
2. I look and browse through the TV-Guide
3. I hit ESC to go back one step.
4. Now i try to navigate fast to the Mainmenu-Button and press Enter
5. Now comes the secret! If the TaskImage not fully built up on the screen, the navigation doesn't work right. I am then in the mainmenu, after this in LiveTV menu again and so on (till the TaskImage was fully built up for the Menuentry)
4b. This way i go SLOWLY to the Mainmenu-Button and WAIT till the TaskImage is fully built up. Pressing now Enter and i am without probs within the main menu.

Did you nearly understand, what i mean?
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#84
2005-11-29, 12:09 AM
sub Wrote:What skin are you using?

The default "blue" skin, with changed Wallpaper, Fonts/Fontsize and Screen Resolution (720 x 576)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#85
2005-11-29, 12:14 AM
Did you change these fonts/resolution etc in the last day (ie, since the release)?
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#86
2005-11-29, 12:17 AM
sub Wrote:Did you change these fonts/resolution etc in the last day (ie, since the release)?

Nope, it's 100 percent the same like 1 or 2 Month ago (since version 94.13 was out).

With this Version there was no problems. Actually the TaskImage need some Time to show up (1-2 seconds i think) and this slow down the whole thing.

I'll post my changes, right?
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#87
2005-11-29, 12:18 AM
<settings>
<!-- text style -->
<TextStyles>
<TextStyle name="ButtonText" color="White" typeFace="Tahoma" size="20" style="bold"/>
<TextStyle name="TaskDescription" color="LightGray" typeFace="Arial" size="14" style="bold"/>
</TextStyles>

<!-- Composite Images -->
<CompositeImages>
<CompositeImage name="Background" size="720,576">
<DrawImage filename="..\background.jpg" loc="0,0" size="720,576"/>
</CompositeImage>

<CompositeImage name="SelectedButtonImage" size="220,40">
<DrawRoundedRect loc="0,0" size="220,40" radius="15" borderWidth="0" borderColor="Black" fillColor="Blue"/>
<DrawText text="@buttonText" loc="0,4" size="220,40" textStyle="ButtonText" align="Center"/>
</CompositeImage>

<CompositeImage name="NormalButtonImage" size="220,40">
<DrawRoundedRect loc="0,0" size="220,40" radius="15" borderWidth="0" borderColor="Black" fillColor="DarkBlue"/>
<DrawText text="@buttonText" loc="0,4" size="220,40" textStyle="ButtonText" align="Center"/>
</CompositeImage>

<CompositeImage name="CenteredSelectedButtonImage" size="22s0,40">
<DrawRoundedRect loc="0,0" size="220,40" radius="15" borderWidth="0" borderColor="Black" fillColor="DarkBlue"/>
<DrawText text="@buttonText" loc="0,4" size="220,40" textStyle="ButtonText" align="Center"/>
</CompositeImage>

<CompositeImage name="MoreUp" size="50,20">
<DrawImage filename="moreup.png" loc="0,0" size="50,20"/>
</CompositeImage>

<CompositeImage name="MoreDown" size="50,20">
<DrawImage filename="moredown.png" loc="0,0" size="50,20"/>
</CompositeImage>
</CompositeImages>

<!-- special elements -->
<SpecialElements>
<SpecialElement name="Buttons" loc="70,123" spacing="50" alwayCentered="false" maxVisibleButtons="7" allowTopBottomWrap="false" showNumbers="false"/>
<SpecialElement name="TaskDescription" visible="true" loc="360,412" size="360,60" align="Center"/>
<SpecialElement name="TaskImage" visible="true" loc="390,132" size="300,300"/>
<SpecialElement name="MoreUp" loc="335,69"/>
<SpecialElement name="MoreDown" loc="335,360"/>
<!-- plugin panels -->
<SpecialElement name="Panel" panelName="NextRecording" visible="true" transparency="0.7" loc="360,0" size="360,80"/>
<SpecialElement name="Panel" panelName="Clock" visible="true" transparency="1.0" loc="45,0" size="270,80"/>
<SpecialElement name="Panel" panelName="News" visible="true" transparency="1.0" loc="0,516" size="720,60"/>
</SpecialElements>

</settings>

It's not really much changing, but enough to look good @ german Television *g*
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#88
2005-11-29, 12:21 AM
I didnt think it was the cause of your probably, but next time if I ask you if you're using the default blue skin, say "No". I change the blue skin every release. Yours is no longer the blue skin, but rather "ShiningDragon's custom skin that branched off the blue skin a long time ago".
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#89
2005-11-29, 12:23 AM
sub Wrote:I didnt think it was the cause of your probably, but next time if I ask you if you're using the default blue skin, say "No". I change the blue skin every release. Yours is no longer the blue skin, but rather "ShiningDragon's custom skin that branched off the blue skin a long time ago".

Sorry sub... Sad

But can you something say to my experience?
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#90
2005-11-29, 12:28 AM
ShiningDragon Wrote:Sorry sub... Sad

But can you something say to my experience?

Hm, if i change the TaskImage:

<SpecialElement name="TaskImage" visible="true" loc="390,132" size="300,300"/>

to

<SpecialElement name="TaskImage" visible="false" loc="390,132" size="300,300"/>

...i don't have this problem anymore. But no Taskimages too Big Grin What a crazy world...
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (25): « Previous 1 … 7 8 9 10 11 … 25 Next »
Jump to page 


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

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

Linear Mode
Threaded Mode