|
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
|
||||
|
||||
Tables, Java - Java Not being Called for each TableComponent Cell
I have Table that display a List of Files as Movie objects. As part of my table component item, i have an Image and i'm setting the file source as
<File>=SageEMC_Videos_getIcon(CurVideo)</File> My issue is that SageEMC_Videos_getIcon(CurVideo) ONLY gets called for the first view of the table, such that, i get back valid "icons" for each table item, BUT when I scroll the table items, the SageEMC_Videos_getIcon(CurVideo) never gets called again. Then end result is that I get a first page of valid icons, but as I scroll the table items, Sage just randomly reuses an icon, but never calls my java code to get the actual file source. Am I missing something in how the STV and Java work together? Thanks for any assistance in helping me understand the error of my ways.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#2
|
||||
|
||||
Instead of setting the property, try passing it down to the Image widget using an Action widget like so:
Code:
(Action) SageEMC_Videos_getIcon(CurVideo) (Image)
__________________
-- Greg |
#3
|
||||
|
||||
Thanks Greg,
Moving the image source to to the action did enable sage to better pick up the image path. Even though I have read and re-read the Image documentation in the Studio guide, I don't see why there is a distinction between using the Action to dynamically set the file, and setting it using a java call (which works, except that it never updates it again). I guess that's where my lack of understanding the complexities of stv processing comes into play. Thanks for your help, Sean.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#4
|
||||
|
||||
You might want to submit a support request, if it's getting called for each tablecomponent in the displayed window, but not for non-displayed ones, that doesn't sound right.
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Java - Update or not ? | Ken C | General Discussion | 8 | 12-28-2007 02:03 PM |
sage tv won't work when java access bridge is installed, arg!!! (hairpulling!!) | whocrazy | SageTV Software | 7 | 11-20-2006 12:16 AM |
Troubling Tables | kuch68 | SageTV Studio | 5 | 09-13-2006 01:06 PM |
Sage UI disappears during playback | Keith | SageTV Software | 17 | 03-03-2006 03:31 AM |
Java problem with AwtToolkit | Ctrl-Z | SageTV Beta Test Software | 0 | 11-01-2005 09:32 AM |