Mr_Waffle

Membres
  • Compteur de contenus

    45
  • Inscription

  • Dernière visite

Tout ce qui a été posté par Mr_Waffle

  1. For the repositioned home button, update index.html and /img/metro.css from here: index.html: http://pastebin.com/Yzse6swQ (Scroll down for RAW copy data) metro.css: https://raw.github.com/MrWaffle/xK3y-Metro-...ww/js/metro.css
  2. How's this? The entire title bar is clickable. Config -> Accents
  3. Guess I'll do that.
  4. Because it won't work with all the other menu's.
  5. Alright, I fixed the pinned thingy. Still don't know what to do with the icon, suggestions are welcome. I also have no idea why Chrome threw that message, so I expanded the message with some debug info. To apply, replace your "www/img/utils.js" contents with this: https://raw.github.com/MrWaffle/xK3y-Metro-...www/js/utils.js
  6. Well that's more than I expected I'll look into everything tonight or tomorrow, don't have time today (Queensday here=drinking ) I believe the messed up popup is from animation :/ not too sure though. I already knew of the icon location, but I have no idea where to put it elsewhere.
  7. Sooo any bugs?
  8. For making links clickable in infoitems: - Open www/img/code.js in Notepad or the equivelant. - Scroll down to line 440 - Replace this: $(xml).find('infoitem').each(function() { //Add them all to a long HTML string infoitems+=$(this).text()+'<br/>'; }); With: $(xml).find('infoitem').each(function() { var string=$(this).text(); //Add them all to a long HTML string if (string.indexOf('www')==0 || string.indexOf('http')==0) { string = '<a href="'+string+'" target="_blank">'+string+'</a>'; } infoitems+=string+'<br/>'; }); Tadaah
  9. Ye I plan to make a clever translation system that I can use with both the "official" web app and this one (the system, not the text) I think I have something in mind though, will make an announcement on the xk3y forum soon. How about checking if an infoitem is a URL, and making it clickable?
  10. Thanks Just saw a color bug on your screenshot about pinning games :$ fixing... Edit: Finding color bugs along the way, fixing moar Edit2: fix: http://dl.dropbox.com/u/49835260/www.rar I'll also add numeral to alpabetic listing. Edit: Added
  11. Alright, little update, I've finished fav lists, basicly rewrote it, it's better managable now. Added the infoitems Enzo mentioned. Added the home button thingy, though long titles will show over it, haven't decided yet on how to fix that. http://dl.dropbox.com/u/49835260/www.rar Actually just remembered I forgot to change some About menu text, will change in my workspace, but not in the download.
  12. Ye the not saving part is because you need a newer firmware for that.
  13. Ye but I meant the title of the folder, like the title of games, it will be hidden at first. So you don't know which tile is which folder before it starts to animate. I have had some kind of home or back button in mind for quite some time now, just haven't had the time/didn't feel like doing the CSS. I know about the screen size issue, it's because the web page is designed for 420px width screens. I've also been actively looking into that. It's a real pain though. I'm currently trying to force myself to add favorite lists I hate favorite lists, luckily there will be less options than on the integrated web interface. I had 2 kind of favorites in mind. One kind of which the lists are selectable through the favorites menu, and one on which you are able to "pin" game to the homescreen. A new tile will be created and it will act like any other game tile, animate and stuff. What do you think of that?
  14. What about all the other tiles? Like menu tiles or folders? I think it can be a bit annoying because you can't directly see which folder is what.
  15. Rephrase? Should I do it yes or no? I think it'll help for when there is no cover available etc or multi disc games, and add to the general Windows Phone experience.
  16. Valid arguments, I think I'll remove it then, and keep the individual details for Recent Played and Most Played lists, but with smaller icons. What do you think of the tile animation? Should I use it in coverwall and folder structure?
  17. Online demo can always be found here: http://mrwaffle.github.com/xK3y-Metro-Interface/www/ Finished folder structure, currently working on animating tiles (click the bottom right tile on the main screen for a demo), also working on making the titles apply correctly when longer than the tile width. Also a nice addition to firmware 1.22 (currently beta) is the ACTIVE tag in the XML, titles are highlighted when game is active. Edit: Fixed the titles Edit2: Finished the core of tile animations, only need to stick it into the page navigation Demo: http://mrwaffle.github.com/xK3y-Metro-Interface/www/ Also changed the tile stuff so it should look a bit better on PCs and tablets, though it might not work correctly on tablets YET, because of the viewport meta. Edit3: I need some opinion. I started making the list look like the list in the marketplace: http://i48.servimg.com/u/f48/16/58/20/43/detail10.png The icons are quite a bit larger, so there's less room for the titles. However, the extra is that additional info can be displayed. What are the opinions on this?
  18. Well here it is then: http://dl.dropbox.com/u/49835260/www.rar Stuff working (also in the about screen): - cover wall (beta-ish) - lists - search - config - about I did a lot of core enhancements today, so pages are easier to manage code-wise Give it a good test
  19. Hello! I'm Mr_Waffle, creator of this nifty web application I decided to sign up and show some new pictures: Google Translate: Bonjour! Je suis Mr_Waffle, créateur de cette chouette application web J'ai décidé de signer et montrer quelques nouvelles images: About screen: Config page: Accent popup: Success!: I revised a lot of the CSS yesterday, not a lot of visual changes, but let's just say that everything works a bit nicer and better now Also corrected all the font sizes. Nearing a first release. Google Translate: J'ai révisé un grand nombre de la CSS, hier, pas beaucoup de changements visuels, mais disons simplement que tout fonctionne un peu mieux et mieux maintenant Egalement corrigé toutes les tailles de police. Approchant une première version