|
SageTV Studio Discussion related to the SageTV Studio application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the Studio software application should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
||||
|
||||
Theme help!!!!
I've been inspired, I'm trying to redo the main menu, but right now I've run into a bit of a snag. I've got an item that I'm trying to put a couple of text widgets in, and the problem is that the text widgets seem to be getting "themed", but I can't figure out where from.
Why does the subpannel not fill the Item widget? |
#2
|
||||
|
||||
Alright, I suppose some ascii art to illustrate what I want.
I'm trying to build an item widget like this: Code:
------------------------------------------- | Text goes here | |-----------------------------------------| |Picture| More text here | |-----------------------------------------| | | ------------------------------------------- |
#3
|
||||
|
||||
w/o looking at the actual code... how is the themed Item defined? You are adding a full-width panel to every item that the theme applies to, but the item itself may not have a defined width.
Edit -- Oh, I see. Check the Item's insets. - Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#4
|
||||
|
||||
You should be able to use the UI Component view and then find the text widget in there and then right-click on it to get an option to view the Themed widget for it. This was one of the debugging features I added.
__________________
Jeffrey Kardatzke Founder of SageTV |
#5
|
||||
|
||||
Very cool, didn't know that...
OK, so how do I override it? It's pulling the theme from MainMenuTheme ItemTextTheme text widget. I tried putting a Text widget in my Item them, but even that get's themed by the MainMenuTheme. |
#6
|
||||
|
||||
If you add a text widget to the item in your theme, then you will add a text widget to each item on the screen. If you want to theme the item's text, then you have to put a text widget under a theme widget.
- Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#7
|
||||
|
||||
OK, here's the Item code:
Code:
Item (Item Widget) \if GetElement(MenuItems, LastIndex) -\branches to navigate pages -\GetElement(MenuItems, LastIndex) --\Untitled (text widget) |
#8
|
||||
|
||||
Did you check the "Insets" widget property that I mentioned above? I'm guessing that the themed Item uses Insets, like the default STV does.
- Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#9
|
||||
|
||||
I feel like an idiot.
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|