0

Path to Framework Graphics

Hey everyone.

I'm looking for the path to Konfab's default graphics. Specifically, I'm looking for the glass/glow background from the KONtx.controls.TextButton class. You know, the one that people are always trying to get rid of? I tried digging through the class definitions and theme.js files with no luck.

I do know about: /home/admin/TVWidgets/Konfabulator-Latest/data/Overlay/Script/Framework/Themes/Assets/Common/960x540/ but none of the *.png files within seem to be what I'm looking for.
I also found: /home/admin/TVWidgets/Konfabulator-Latest/Framework/Themes/Assets/Common/960x540/ which appears to be the same collection of images.
To expound, there are some images from those folders in the TextButton directory but they are all inset panels, which does not match the default background.

Thanks in advance!

by
1 Reply
  • QUOTE (_buddy @ Jul 5 2011, 10:07 AM) <{POST_SNAPBACK}>
    Hey everyone.

    I'm looking for the path to Konfab's default graphics. Specifically, I'm looking for the glass/glow background from the KONtx.controls.TextButton class. You know, the one that people are always trying to get rid of? I tried digging through the class definitions and theme.js files with no luck.

    I do know about: /home/admin/TVWidgets/Konfabulator-Latest/data/Overlay/Script/Framework/Themes/Assets/Common/960x540/ but none of the *.png files within seem to be what I'm looking for.
    I also found: /home/admin/TVWidgets/Konfabulator-Latest/Framework/Themes/Assets/Common/960x540/ which appears to be the same collection of images.
    To expound, there are some images from those folders in the TextButton directory but they are all inset panels, which does not match the default background.

    Thanks in advance!


    The path is indeed /home/admin/TVWidgets/Konfabulator-Latest/data/Overlay/Script/Framework/Themes/Assets/Common/960x540. The other one(/home/admin/TVWidgets/Konfabulator-Latest/Framework/Themes/Assets/Common/960x540) is a symlink to the same path. The images under BaseFocusGlow, BaseObjectGlow and BaseGlowHighlight provide the glow effects, but the color for the theme(e.g. blue) is set through a different file i.e. /home/admin/TVWidgets/Konfabulator-Latest/data/Overlay/Script/Framework/Themes/themeconfig.js. That might be the reason you thought the images were not the correct ones.

    You can also implement your own theme.js or a subset of it, where you can remove these effects if you don't want them. The following thread shows an example of a custom page-indicator theme: http://developer.yahoo.net/forum/?showtopi...okiecheckonly=1

    Thanks,
    Vivek
    0

Recent Posts

in General - Yahoo! TV Widgets