NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 58 59 60 61 62 … 93 Next »
Files plugin

 
  • 0 Vote(s) - 0 Average
Files plugin
dottore
Offline

Posting Freak

Posts: 986
Threads: 44
Joined: May 2004
#21
2006-01-31, 11:55 AM
i found a bug, error message, who knows what:


31.01.2006 12:53:32.699 ERROR [2] Error: msg=0x100 (WM_KEYDOWN) hwnd=0x190196 wparam=0x27 lparam=0x14d0001 result=0x0 : System.NullReferenceException: Object reference not set to an instance of an object.
at GbpvrUiElements.List.Render(Graphics g, Boolean hasFocus)
at GbpvrUiElements.List.Render(Graphics g)
at FilesGbpvrPlugin.FilesPlugin.render(Boolean& requiresMoreRendering)
at GBPVR.HorizontalMenuTask.OnKeyDown(KeyEventArgs xc4f45905cb1fc7ba)
at xae10db17d26ba033.xbb1566157f5f8b1f.xdae9991ab918b397(Object xdf2e3583f942db7b, KeyEventArgs xc4f45905cb1fc7ba)
at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)
at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
at System.Windows.Forms.Control.WmKeyChar(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at xae10db17d26ba033.xbb1566157f5f8b1f.WndProc(Message& x5f8f2c40c000ab2c)

i tried to open the favourites to see, how i must skin it...any thoughts? have i done something wrong?
---------------------
www.sitecomposer.de
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#22
2006-01-31, 12:10 PM
Can you post the contents of your favorites.txt.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
dottore
Offline

Posting Freak

Posts: 986
Threads: 44
Joined: May 2004
#23
2006-01-31, 12:16 PM
Favorite 1
C:\
Favorite 2
C:\
---------------------
www.sitecomposer.de
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#24
2006-01-31, 12:23 PM
Just realised the problem is probably the beta I sent you. I'm still working on the FileList class so the beta dll will not work with the current version of the Files plugin (will update the plugin this week).

Try using the old version of gbpvruielements (from the wiki).
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
dottore
Offline

Posting Freak

Posts: 986
Threads: 44
Joined: May 2004
#25
2006-01-31, 12:32 PM
i am using this old version. i unpacked the files from the wiki-zip, including the gbpvruielements.... i didn't test the new version yet, so i can't imagine, this could be the error.

can i do something to narrow the error down?
---------------------
www.sitecomposer.de
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#26
2006-01-31, 12:41 PM
Is the error only with the skin you're making, or the skin from the wiki?

Is the error only when you open the favorites list?
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
dottore
Offline

Posting Freak

Posts: 986
Threads: 44
Joined: May 2004
#27
2006-01-31, 01:35 PM
it's just the favorites list, nothing else. and i didn't change that much on the skin....especially on that list there were no changes.

you could add some more logging to the plugin, perhaps we can find the error.
---------------------
www.sitecomposer.de
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#28
2006-01-31, 01:55 PM
dottore Wrote:it's just the favorites list, nothing else. and i didn't change that much on the skin....especially on that list there were no changes.
There must be something missing in the skin. The list code uses these lines:

<TextStyle name="GbpvrUiElements_ItemText" color="LightGray" typeFace="Tahoma" size="13" style="bold" />

<SpecialElement name="GbpvrUiElements_FavoritesList" loc="190,90" spacing="40" />

<CompositeImage name="GbpvrUiElements_FavouriteListBoxImage" size="340,325">
<DrawRoundedRect loc="5,5" size="330,315" radius="5" borderWidth="4" borderColor="White" fillColor="Black" />
</CompositeImage>

<CompositeImage name="GbpvrUiElements_SelectedItemImage" size="340,40">
<DrawRoundedRect loc="10,10" size="320,30" radius="5" borderWidth="4" borderColor="DarkBlue" fillColor="DarkBlue" />
<DrawText text="@text" loc="10,14" size="310,20" textStyle="GbpvrUiElements_ItemText" align="Left" />
</CompositeImage>

- <CompositeImage name="GbpvrUiElements_UnselectedItemImage" size="330,40">
<DrawText text="@text" loc="10,14" size="310,20" textStyle="GbpvrUiElements_ItemText" align="Left" />
</CompositeImage>

Are these present and correct in your skin?
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
dottore
Offline

Posting Freak

Posts: 986
Threads: 44
Joined: May 2004
#29
2006-01-31, 02:01 PM
i'll take a closer look, thanks!

if it was me producing this error, i apologize ;-) but thanks for the help.
---------------------
www.sitecomposer.de
dottore
Offline

Posting Freak

Posts: 986
Threads: 44
Joined: May 2004
#30
2006-01-31, 03:16 PM
strange....everything is there:

Code:
<settings>
    <!-- text style -->
    <TextStyles>
        
        <TextStyle name="GbpvrUiElements_ItemText" color="white" typeFace="Trebuchet MS" size="13" style="regular"/>        
        <TextStyle name="GbpvrUiElements_ButtonText" color="white" typeFace="Trebuchet MS" size="13" style="regular"/>
        <TextStyle name="GbpvrUiElements_DisabledButtonText" color="Black" typeFace="Trebuchet MS" size="13" style="regular"/>    
        <TextStyle name="GbpvrUiElements_LabelText" color="White" typeFace="Trebuchet MS" size="12" style="regular"/>
        <TextStyle name="GbpvrUiElements_ChoosenFileItemText" color="Cyan" typeFace="Trebuchet MS" size="13" style="regular"/>
    </TextStyles>

    <!-- special elements -->
    <SpecialElements>    
        <SpecialElement name="GbpvrUiElements_MenuButtons" loc="280,110" spacing="37"/>
        
        <SpecialElement name="GbpvrUiElements_FileListBoxA" loc="0,100" spacing="32"/>
        <SpecialElement name="GbpvrUiElements_SourceLabelA" loc="40,390"/>
        <SpecialElement name="GbpvrUiElements_EntryInfoLabelA" loc="40,400"/>
        
        <SpecialElement name="GbpvrUiElements_FileListBoxB" loc="420,100" spacing="32" />        
        <SpecialElement name="GbpvrUiElements_SourceLabelB" loc="460,390"/>
        <SpecialElement name="GbpvrUiElements_EntryInfoLabelB" loc="460,400"/>
        <SpecialElement name="GbpvrUiElements_FavoritesList" loc="190,90" spacing="40"/>
        
        <SpecialElement name="Background" loc="0, 0"/>                
    </SpecialElements>
    
    
    <!-- Composite Images -->    
    <CompositeImages>
        <!-- Background image -->
        <CompositeImage name="Background" size="800,600">            
            <DrawImage filename="..\background.jpg" loc="0,0" size="800,600"/>
            <DrawImage filename="task.png" loc="20,20" size="35,35"/>
      <DrawImage filename="..\resources\recordings_backpanel.png" loc="-149,90" size="569,440"/>
      <DrawImage filename="..\resources\recordings_backpanel.png" loc="410,90" size="569,440"/>
        <DrawImage filename="..\resources\recordings_separator.png" size="550,1" loc="-140,130"/>    
        <DrawImage filename="..\resources\recordings_separator.png" size="550,1" loc="-140,480"/>
      <DrawText text="@Title" loc="60,20" size="400,50" textStyle="ScreenName" align="Left"/>
            <DrawText text="Source" loc="10,100" size="330,30" textStyle="GbpvrUiElements_LabelText" align="Center"/>
            <DrawText text="Destination" loc="360,100" size="330,30" textStyle="GbpvrUiElements_LabelText" align="Center"/>
        </CompositeImage>
        
        <!-- image used for the menu buttons button list box -->
        <CompositeImage name="GbpvrUiElements_ButtonListBoxImage" size="165,220">
            <DrawRoundedRect loc="5,5" size="155,210" radius="5" borderWidth="4" borderColor="White" fillColor="Black"/>
        </CompositeImage>
                    
        <!-- image used for the file list boxes -->
        <CompositeImage name="GbpvrUiElements_FileListBoxImage" size="370,280">
        </CompositeImage>            
    
        <!-- image used for the favourite list box -->
        <CompositeImage name="GbpvrUiElements_FavouriteListBoxImage" size="340,325">
        </CompositeImage>

        <!-- image used for the source labels -->
        <CompositeImage name="GbpvrUiElements_SourceLabelImage" size="330,25">
            <DrawText text="@text" loc="0,0" size="330,25" textStyle="GbpvrUiElements_LabelText" align="Left"/>        
        </CompositeImage>    
        
        <!-- image used for the entry info labels -->
        <CompositeImage name="GbpvrUiElements_EntryInfoImage" size="330,70">
            <DrawText text="@text" loc="0,0" size="330,70" textStyle="GbpvrUiElements_LabelText" align="Left"/>        
        </CompositeImage>
                    
                
        <!-- 'GBPVR UI Elements' list selectors -->
            <!-- image used for a selected item -->
            <CompositeImage name="GbpvrUiElements_SelectedItemImage" size="370,30">
            <DrawImage filename="..\resources\recordings_separator.png" size="370,1" loc="0,29"/>        
                <DrawText text="@text" loc="10,4" size="310,20" textStyle="GbpvrUiElements_ItemText" align="Left"/>
            </CompositeImage>

            <!-- image used for an unselected item -->
            <CompositeImage name="GbpvrUiElements_UnselectedItemImage" size="370,30">
            <DrawImage filename="..\resources\recordings_separator.png" size="380,1" loc="0,29"/>              
                <DrawText text="@text" loc="10,4" size="310,20" textStyle="GbpvrUiElements_ItemText" align="Left"/>
            </CompositeImage>    
        <!-- End of 'GBPVR UI Elements' list selectors -->
        
        
        <!-- 'GBPVR UI Elements' file list selectors -->
        <!-- image used for a selected item on the choosen list  -->
            <CompositeImage name="GbpvrUiElements_SelectedChoosenItemImage" size="370,30">
            <DrawImage filename="..\resources\recordings_separator.png" size="380,1" loc="0,29"/>        
                <DrawText text="@text" loc="10,4" size="310,20" textStyle="GbpvrUiElements_ChoosenFileItemText" align="Left"/>
            </CompositeImage>

            <!-- image used for an unselected item on the choosen list-->
            <CompositeImage name="GbpvrUiElements_UnselectedChoosenItemImage" size="370,30">
            <DrawImage filename="..\resources\recordings_separator.png" size="370,1" loc="0,29"/>    
                <DrawText text="@text" loc="10,4" size="310,20" textStyle="GbpvrUiElements_ChoosenFileItemText" align="Left"/>
            </CompositeImage>    
        <!-- End of 'GBPVR UI Elements' list selectors -->
        
        
        <!-- 'GBPVR UI Elements' buttons -->
            <!-- image used for a selected button -->
            <CompositeImage name="GbpvrUiElements_SelectedButtonImage" size="155,50">
                <DrawRoundedRect loc="15,15" size="135,30" radius="10" borderWidth="4" borderColor="White" fillColor="DarkBlue"/>        
                <DrawText text="@text" loc="15,19" size="135,30" textStyle="GbpvrUiElements_ButtonText" align="Center"/>
            </CompositeImage>

            <!-- image used for an unselected button -->
            <CompositeImage name="GbpvrUiElements_UnselectedButtonImage" size="155,50">
                <DrawRoundedRect loc="15,15" size="135,30" radius="10" borderWidth="4" borderColor="Black" fillColor="DarkBlue"/>
                <DrawText text="@text" loc="15,19" size="135,30" textStyle="GbpvrUiElements_ButtonText" align="Center"/>
            </CompositeImage>    

            <!-- image used for a selected button -->
            <CompositeImage name="GbpvrUiElements_SelectedDisabledButtonImage" size="155,50">
                <DrawRoundedRect loc="15,15" size="135,30" radius="10" borderWidth="4" borderColor="White" fillColor="DarkBlue"/>        
                <DrawText text="@text" loc="15,19" size="135,30" textStyle="GbpvrUiElements_DisabledButtonText" align="Center"/>
            </CompositeImage>

            <!-- image used for an unselected button -->
            <CompositeImage name="GbpvrUiElements_UnselectedDisabledButtonImage" size="155,50">
                <DrawRoundedRect loc="15,15" size="135,30" radius="10" borderWidth="4" borderColor="Black" fillColor="DarkBlue"/>
                <DrawText text="@text" loc="15,19" size="135,30" textStyle="GbpvrUiElements_DisabledButtonText" align="Center"/>
            </CompositeImage>
            
            <!-- image used for a wide selected button -->
            <CompositeImage name="GbpvrUiElements_SelectedWideButtonImage" size="215,50">
                <DrawRoundedRect loc="15,15" size="195,30" radius="10" borderWidth="4" borderColor="White" fillColor="DarkBlue"/>        
                <DrawText text="@text" loc="15,19" size="195,30" textStyle="GbpvrUiElements_ButtonText" align="Center"/>
            </CompositeImage>

            <!-- image used for a wide unselected button -->
            <CompositeImage name="GbpvrUiElements_UnselectedWideButtonImage" size="215,50">
                <DrawRoundedRect loc="15,15" size="195,30" radius="10" borderWidth="4" borderColor="Black" fillColor="DarkBlue"/>
                <DrawText text="@text" loc="15,19" size="195,30" textStyle="GbpvrUiElements_ButtonText" align="Center"/>
            </CompositeImage>            
        <!-- End of 'GBPVR UI Elements' buttons -->        
        
    </CompositeImages>            
</settings>
---------------------
www.sitecomposer.de
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (5): « Previous 1 2 3 4 5 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  PIP plugin for Kodi sgilani 2 3,119 2022-10-17, 12:44 AM
Last Post: sgilani
  Loading Local Video Files Syler 25 7,068 2021-03-07, 09:20 PM
Last Post: Syler
  New Systems Plugin kirschey 10 3,582 2020-11-14, 08:01 PM
Last Post: sub
  VIdeo playback from plugin mvallevand 5 3,663 2015-08-06, 10:43 PM
Last Post: sub
  Attention Sub: Open TV / Custom Data Grabber plugin Benoire 2 3,026 2014-11-14, 02:05 AM
Last Post: Benoire
  API docs to help with plugin development? McBainUK 3 2,901 2013-06-08, 06:14 PM
Last Post: sub
  Refreshing TV Guide Data (after System plugin EPG update) imilne 13 6,352 2013-03-24, 08:03 PM
Last Post: imilne
  sabnzbd plugin to show processed files Wakalaka 1 2,037 2013-03-12, 06:48 AM
Last Post: psycik
  Plugin problems with started from the command line mvallevand 11 5,284 2012-08-12, 07:56 PM
Last Post: sub
  Get NextPVR data directory from outside a plugin McBainUK 3 2,356 2012-02-11, 05:42 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode