|
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
|
|||
|
|||
Circularities
What are those, and what is causing them ?
I noticed that I get a bunch of widgets in the Circularities folder after re-importing my stvi (the first import works fine). I am using Niel's utility functions, and it looks like that removing the existing menu (with DeleteWidgetTree) is causing it somehow ... Thanks, Dirk |
#2
|
|||
|
|||
For me it was loops. To get rid of them I put in unlinked widgets that had names like "ReplaceLoop1", "ReplaceLoop2" etc. and then used NIELM's Link routines to replace them with the appropriate linked widget and location. But YMMV.
BobP. |
#3
|
||||
|
||||
They are loops that have no parent outside the loop, so they become circular references...
They can do no harm (other than make the STV bigger) because they are never referenced... They often appear after an import because my delete widget tree code cannot handle them - it dereferences the loop from any parents in the tree it is deleting, but it cannot determine whether the starting widget of a loop is referenced only be widgets within the loop, so it does not delete it.
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#4
|
|||
|
|||
Quote:
Dirk |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|