Mosaic Cant Show Image

Discussion and development of skins for XBMC4XBOX
NOTTHESAME
Posts: 532
Joined: Thu Aug 02, 2012 7:46 am
Has thanked: 82 times
Been thanked: 61 times

Re: Mosaic Cant Show Image

Post by NOTTHESAME »

you might be right, I might of did something to make the images not show, let me try this and ill let you know thanks for digging into this Byron, let me grab the original textures and see if this helps :)

be back with results later on today
NOTTHESAME
Posts: 532
Joined: Thu Aug 02, 2012 7:46 am
Has thanked: 82 times
Been thanked: 61 times

Re: Mosaic Cant Show Image

Post by NOTTHESAME »

I downloaded and installed a fresh skin, I did try it on another builds of xbmc4xbox, that's how far I can go, im not sure what else could be wrong with this skin and im not sure its something big, for some crazy reason it wont show this.
User avatar
Dom DXecutioner
Posts: 587
Joined: Thu Jul 05, 2012 11:59 pm
Location: California
Has thanked: 249 times
Been thanked: 226 times
Contact:

Mosaic Cant Show Image

Post by Dom DXecutioner »

When using:

Code: Select all

Skin.SetFile(string,mask,folderpath)
You will never see a preview of the actual image, even if you do pass the mask for images only; xbmc is, for all intents and purposes, in file mode; it will, however, display the default images.

If you're wanting to display the previews of images, you can always use:

Code: Select all

Skin.SetImage(string[,value])
The only drawback is that you cannot pass a default folder.
Image
NOTTHESAME
Posts: 532
Joined: Thu Aug 02, 2012 7:46 am
Has thanked: 82 times
Been thanked: 61 times

Re: Mosaic Cant Show Image

Post by NOTTHESAME »

thanks dom I fixed it by using the setimage, thanks to everyone for helping and information, and thanks dom :)
User avatar
Rocky5
Posts: 975
Joined: Sat Feb 08, 2014 5:27 am
Has thanked: 101 times
Been thanked: 257 times

Re: Mosaic Cant Show Image

Post by Rocky5 »

That XML you posted works fine, so its something at your end.

remove your thumbnails directory from the xbox & start fresh. (requires a reboot)
Attachments
screenshot000.jpg
Download Xbox Softmodding Tool & Extras Disc
XBMC4Kids Mod


Xbox Gamertag = Connxtion
PSN ID = JCRocky5
NOTTHESAME
Posts: 532
Joined: Thu Aug 02, 2012 7:46 am
Has thanked: 82 times
Been thanked: 61 times

Re: Mosaic Cant Show Image

Post by NOTTHESAME »

it was not the filebrowser, it was the custom_1111.xml which all I had to do was change the setfile to setimage, which fixed the issue, I thought It was something bigger, but thanks again rock5.

its funny I did reboot, reinstalled xbmc4xbox tried even older builds, tried other filebrowsers lol, dang I must of did so much but it was that little issue and not even inside of filebrowser.xml

thank you.
NOTTHESAME
Posts: 532
Joined: Thu Aug 02, 2012 7:46 am
Has thanked: 82 times
Been thanked: 61 times

Re: Mosaic Cant Show Image

Post by NOTTHESAME »

NOte: thoses who also wanted to fix this or just in case you run into this issue here it goes,

this issue was not in filebrowser.xml

it was in the settings_1111.xml

find the setfile, it should bring you to setfile.

now change this to setimage if you wnat the image to be present while browsing for a background image.

thanks to everyone that helped and mostly thanks to dom hes the one that nailed it right on point.
Post Reply