Hello BlueWall, I've published very simple demo:
0. Video: http://www.inral.ru/screen_demo/screen_demo_1.mp4 1. V2 skin XML's: http://www.inral.ru/screen_demo/skins.zip 2. Silverlight application VS2010 project: http://www.inral.ru/screen_demo/silver_pult.zip 3. OpenSim region module VS2010 project: http://www.inral.ru/screen_demo/PresModule.zip Warning: in this example module uses local DB 4. Presentation screen IAR: http://www.inral.ru/screen_demo/screen_new_1.iar And 5. VS2010 project template for region module with WCF service (based on your region module example): http://www.inral.ru/screen_demo/ModuleSkeleton.zip Vitaly 16.05.2011, 14:00, [email protected]: > Send Opensim-users mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.berlios.de/mailman/listinfo/opensim-users > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Opensim-users digest..." > > Today's Topics: > > 1. Re: Opensim-users Digest, Vol 45, Issue 32 (Vitaly Chashin) > (BlueWall) > 2. Re: Auto Backup Module (Sean McNamara) > 3. Re: Auto Backup Module (paul emery) > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 15 May 2011 11:58:29 -0400 > From: BlueWall <[email protected]>;; > To: [email protected] > Subject: Re: [Opensim-users] Opensim-users Digest, Vol 45, Issue 32 > (Vitaly Chashin) > Message-ID: <[email protected]>;; > Content-Type: text/plain; charset=KOI8-R > > On 05/15/2011 11:27 AM, ??????? ?????? wrote: >> Hello Jack, >> >> Actually, there is one way to create something like a plugin. >> >> As you may know, V2 uses HTML for some parts of interface, like Home Page. >> And, V2 interface is skin-based, so, for example, you could add your tab to >> the sidebar. >> Than you could create some RIA interface (Flash/Silverlight), and connect >> it with OpenSim region module, which should provide some kind of web service >> endpoint. >> I've tried this in my project, and it works. I've created a simple >> presentation screen, controlled from a tab in viewer sidebar. >> You could even send some information about user (like username), than, >> just for example, track avatar position in world and change the RIA >> interfaces dynamically - but in that case you have to use something like WCF >> double binding. >> The trouble is that the users have to install your customized skin for >> viewer. It's not a problem in a local enterprise network (my case), but with >> HG and public grids.... yes, it's a problem. >> >> If you are interested, I could publish VS2010 template for region module >> with WCF interface (very simple), and three parts of such "plugin" - >> modified XML's for viewer skin, Silverlight application and OpenSim region >> module. >> >> But, as it seems to me, it's really easy to create something like this >> without my bugs in code :) >> Vitaly > That would be great to see. > > BlueWall > _______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
