SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Studio
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

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.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-18-2006, 01:55 PM
sticky sticky is offline
Sage Advanced User
 
Join Date: Sep 2003
Posts: 91
Animation Q

Sorry this isn't some fancy STVi or STV. I have the very basic of basic questions right now.

The current method I use to show a menu item has been selected is simply background selected color for the item theme.

Rather then use the easy method I would like to have the image in the item to pop out when selected. I assume I need a Renderingstarted() hook with a If focused condition. After this, I really don't have a clue. Maybe an attribute.

Here is what I have thus far.
Attached Images
File Type: jpg Horizontal Mambo test.JPG (62.1 KB, 360 views)
Reply With Quote
  #2  
Old 02-18-2006, 03:17 PM
GKusnick's Avatar
GKusnick GKusnick is offline
SageTVaholic
 
Join Date: Dec 2005
Posts: 5,083
I'm not completely understanding your question, but you shouldn't need a RenderingStarted hook. Just use an If Focused() test to display one image if focused and another image if not focused. Sage will know when to refresh the screen as the focus changes.
__________________
-- Greg
Reply With Quote
  #3  
Old 02-18-2006, 04:27 PM
sticky sticky is offline
Sage Advanced User
 
Join Date: Sep 2003
Posts: 91
I was thinking Sage could manipulate that image to become larger when focused . Something like Mlbdude's animation in TVX but only once .
Reply With Quote
  #4  
Old 02-18-2006, 05:22 PM
GKusnick's Avatar
GKusnick GKusnick is offline
SageTVaholic
 
Join Date: Dec 2005
Posts: 5,083
Sure, you can do that a couple of different ways. Make two Image widgets with the same image file but different scaling parameters. Or have just one Image widget with expressions for the scaling parameters, like so:

Fixed Width: =If(Focused, 0.4, 0.3)

or whatever your actual scaling numbers are.
__________________
-- Greg
Reply With Quote
  #5  
Old 02-18-2006, 05:56 PM
stanger89's Avatar
stanger89 stanger89 is offline
SageTVaholic
 
Join Date: May 2003
Location: Marion, IA
Posts: 15,188
I think Narflex posted a couple demo STVs in the Download area that might give you some ideas how to do what you want.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 09:54 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.