peej
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2010
04:38 PM
refreshing OverhangSlice
Can you refresh the entire overhang slice once it has been shown? Screen.Show() doesn't seem to do it. However, .SetBreadcrumbText() + .Show() will refresh the piece of the slice underneath the breadcrumb text, so the new slice setting does "take".
FYI, I am using .SetBreadcrumbText("text", "") if that makes a difference.
FYI, I am using .SetBreadcrumbText("text", "") if that makes a difference.
2 REPLIES 2

RokuKevin
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2010
03:02 PM
Re: refreshing OverhangSlice
The theme attributes are not applied on a show(). They are applied when new screens are created....
So, if you change the overhead and then create a new screen, it should use the new overhang images.
--Kevin
So, if you change the overhead and then create a new screen, it should use the new overhang images.
--Kevin
peej
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2010
05:44 PM
Re: refreshing OverhangSlice
Thanks. I reworked my screen loop so that it would recreate the screen after an update. I also created an extra initial screen to cover for the time between the old screen closing and the new screen showing.