PDA

View Full Version : HTML/Java and All related items



.seVered.][
06-06-2013, 11:59 AM
I've been playing with HTML and Windows 7 Desktop Gadgets, anyone else have a hobby like this? Got any ideas for Gadget?

http://i1102.photobucket.com/albums/g457/ChanClan66/Development/Mine/UnrealGadget_zps21c4bf12.png


Edit: Developing a Gadget for Windows Sidebar >Developing a Gadget for Windows Sidebar Part 1: The Basics (Windows) (http://msdn.microsoft.com/en-us/library/windows/desktop/bb456468%28v=vs.85%29.aspx)


Path to Windows 7 User Gadgets: C:\Users\Operator\AppData\Local\Microsoft\Windows Sidebar\Gadgets
Path to Windows 7 Global Gadgets: C:\Program Files\Windows Sidebar\Gadgets

Path to My UnrealGadget: C:\Users\Operator\AppData\Local\Microsoft\Windows Sidebar\Gadgets\UnrealGadgets.gadget
Unreal Icon download Link: https://dl.dropboxusercontent.com/u/124859421/UnrealTournament/Unreal.ico


Pastebin link to UnrealGadgets.html file (http://'http://www.r0t.co.uk/paste/p/FZUVpS40.html")

Pastebin link to Gadget.xml Manifest File (http://www.r0t.co.uk/paste/p/FHBqMe71.html)

Feralidragon
06-07-2013, 06:27 AM
Well, I never did anything like that. The only thing I did remotely close to "Unreal Gadgets" of sorts was a PHP class which reads UT packages and which is able to extract sounds and textures, read classes/objects and dependencies, etc...
It's possible that I may do something more serious usable online and worldwide (hence being done in PHP), but I actually already used it myself to check if a package had the right dependencies once for example.

It could be used by anyone with some PHP/SQL knowledge to build an online package database with dependencies, statistics and whatnot about mods and maps, then perhaps a gadget could go along with it for direct communication... idk... the possibilities are endless.

.seVered.][
06-07-2013, 10:57 PM
Ya, it was uber easy to make this, but I'd like to see something cool form someone who really knows how to do this well. Hint Hint.

http://i1102.photobucket.com/albums/g457/ChanClan66/Development/Mine/UnrealGadget_zps21c4bf12.png

SAM
06-08-2013, 12:26 PM
That's pretty nice. When you click it does it just show server info?

Chamberly
06-08-2013, 04:45 PM
Anyone noticed .seVered.][ have an upside down menu on the top? lmao...

Higor
06-08-2013, 04:52 PM
Anyone noticed .seVered.][ have an upside down menu on the top? lmao...
What the?

.seVered.][
06-08-2013, 05:43 PM
That's pretty nice. When you click it does it just show server info?

Actually, it has different embedd links... I can pull up stats for ANY player (that is online at that moment), my stats, server stats, and .... uhm Oh yes, PLAY (join). it's just the HTTP Embedded code form the GameTracker website... almost LITERALLY copied into my gadget.

--- Updated ---


Anyone noticed .seVered.][ have an upside down menu on the top? lmao...

LOL, I knew you would see that>.. THAT my dear is a secret... :) I'll show you someday..

|uK|B|aZe//.
06-08-2013, 06:06 PM
lmao upside down taskbar? da fuq?

.seVered.][
06-08-2013, 06:15 PM
I updated the First post and added a copy in the Tutorials Forum.. figured it belonged there anyways.