-
30th January 2006 09:09 PM #25
Re: New Australian Weather(BOM) /News Addin - 'Big Screen Portal'
Hi -
Originally Posted by benneh
Well if I get some time maybe we can sort out how to include your addin in BigScreen Portal - will keep you posted on this..
Also re DirectX - yeah its kinda hairy - but there is some really great wrapper code on CodeProject for most of the managed stuff - the biggest issue I found was that the equivelent 'graphics' class only had very limited functions for string drawing etc - so I needed to use gdi+ for my bitmap creation and then draw it onto a ddraw surface (which is real slow if you need a lot of changing graphics).
With the VBScripts - well I was lazy and don't actually delete them from the installer - so just have a look in the install directory for BSP and you will see them there in original form. Probably better to install v0.6 of Bigscreen Portal (see above message) - as I removed some commented stuff out of the vbs which might be misleading.. The extra bit is you use the 'custom actions' in VS Installer Project for install/uninstall actions (and point to relevant vbs script) - as well as setting the CustomProperties to the hardcoded [TARGETDIR] variable (which points to your installation directory)..
feel free to PM/email me if you have some more specific q's on how to do all this..
cheers
Niall
-
30th January 2006 09:14 PM #26
Re: New Australian Weather(BOM) /News Addin - 'Big Screen Portal'
Hi - thanks glad u like it..
Originally Posted by philzgr8
I had a similar suggestion from a mate (and plan to include this in my next version as I am scraping all the required data anyhow for the 4 frame loop)... My friend also had same idea of keeping historical pics until deleted (so a movie file could be made after a few days)..
But yeah - I wonder if the forecasters are on some heavy medication sometimes its so innacurate...
cheers
Niall
-
30th January 2006 09:17 PM #27
Re: New Australian Weather(BOM) /News Addin - 'Big Screen Portal'
lol... rtfm they say.. (i do exactly the same and only look at manuals when it doesn't work)...
Originally Posted by Nudge
Ok anyhow - I think my v0.6 release (probably being uploaded while you typed your feedback) should address almost everything on your list.. (with exception to last point - I haven't moved that 'press ok' text as yet - but will do that for next release)...
cheers
Niall
-
30th January 2006 09:36 PM #28
Re: New Australian Weather(BOM) /News Addin - 'Big Screen Portal'
Cheers Niall, got the vbscript and vb.net express edition is downloading as I type, so with what little free time I have, I will have a crack at getting my code to some kind of release worthy level... I am feeling inspired to dust the cobwebs off my .vbproj
-
30th January 2006 11:49 PM #29
Re: New Australian Weather(BOM) /News Addin - 'Big Screen Portal'
Niall,
Excellent - downloaded 0.6 got most of what I had listed. The config file and installer still shows 0.5 but the help menu gives it away when running.
Any chance you could put your BIG SCREEN PORTAL icon in "more programs" on top of a blank icon attached below - just so I can give it the MCE look (blue back ground).
Later,
Nudge
Attachment 749Last edited by Nudge; 19th June 2006 at 12:38 PM.
-
31st January 2006 12:27 AM #30
Re: New Australian Weather(BOM) /News Addin - 'Big Screen Portal'
Niall,
Got some more bugs for you.
The day thing is still not fixed. Still shows the next day name instead of the current day.
When going into the state option and displaying a map for Queensland I only get the south east. Is that normal? The regional map is actually larger than the state map.
Hope this helps,
Andre
-
31st January 2006 07:30 AM #31
Re: New Australian Weather(BOM) /News Addin - 'Big Screen Portal'
Maybe you could configure how many images are retained. The problem of course is always going to be the fact that no images are collected while off-line so I think for me a few hours worth of images will be as much as I'd want.
Originally Posted by Niall
lol... I don't know about medication but I'm fairly sure some forecasters know Alison Durbin!
Bite Me!

-
31st January 2006 08:37 AM #32
Re: New Australian Weather(BOM) /News Addin - 'Big Screen Portal'
Niall,
Thanks again. This has become one of the most useful plugins I've got installed.
Thanks also for getting 0.6 out so fast and incorporating the feedback. I especially like the blue background and text zooming...
As a suggestion, the history graphs would be much easier to follow if there was a time scale along the bottom. Something like 9:00am (because that's when the rainfall measurements are reset), 12:00noon, 9:00pm, 12:00midnight for each day would be great. The animated radar would just top it off!!
Thanks Again. I've also got some interest in the Mobile Stock Market app that you have written. I'll send you a PM or e-mail on that shortly.
Cheers.Shuttle M2000 - Windows 7 - 46" Samsung Series 8 LED
Linksys DMA2100 extender. Thecus 4100+ NAS.
-
31st January 2006 12:30 PM #33
Re: New Australian Weather(BOM) /News Addin - 'Big Screen Portal'
Hi - yeah sorry - I saw that bug (next day name on history screen you mean?) on my setup the other day - but can't seem to reproduce it again.. (so haven't been able to fix it yet - and can't see a problem yet in the code).. I suspect it happens when there is non-updated data in the cache..
Originally Posted by aswigon
With the maps - the issue is to do with some unlinked Forecast<>Observation points in my internal data (as I use these forecast points to filter out which of the many observation points should be plotted on the map and the min/max zoom coordinates - however I think my qld data is not complete). I have a new way of doing this in my 'in dev' version which might fix those problems (i need to have a look at each state/district and see if it works better) - so please wait for new version ..
Niall
-
31st January 2006 12:36 PM #34
Re: New Australian Weather(BOM) /News Addin - 'Big Screen Portal'
Hi - I have the 4 frame loop (for 128km and 256km radar) working nicely in 'test' now - but need to optimize the download/saving routines (so it does some bettter caching/deleting/archiving of images)..
Originally Posted by philzgr8
There's a few ways this could be implemented/animated - so currently I'm doing 1 second per frame (from oldest image) - and then pausing for extra second on the last frame.. (to make it more apparent that it's the latest one).. let me know if you think there's a better way to do the frames.. (based on 4 frame loop being available as opposed to longterm history which needs a bit more thought)..
cheers
Niall
-
31st January 2006 01:45 PM #35
Re: New Australian Weather(BOM) /News Addin - 'Big Screen Portal'
Great News! As far as the looping goes I suppose if you want to get fancy you could fully replicate the BOM solution by allowing either 1-4-1-4 or 1,2,3,4,3,2,1 looping but I never use the latter so I'm happy with jumping back to 1. It might be interesting to see the relative visual plusses and minuses of either pausing as per your implementation or inserting a recognisable start image. This would allow for an unknown number of looping images if implemented correctly. (For example using date stamp as a place-holder?)
Originally Posted by Niall
Once again... great work Niall!Bite Me!

-
3rd February 2006 04:49 PM #36
Re: New Australian Weather(BOM) /News Addin - 'Big Screen Portal'
This looks much better!
Well done.
Just wondering if I uninstall MC Weather to give this a go, will I be required to reinstall MCE?
I know it seems like a dumb question, but everything is running great right now so I'm loath to muck about!
Watch this space for hardware sale...




Reply With Quote

Bookmarks