The MP3car.com Store  

Welcome to the MP3Car.com forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Road Runner

Reply
 
Thread Tools Display Modes
Old 08-11-2006, 01:37 PM   #1
FLAC
GizmoQ's CarPC Specs
 
GizmoQ's Avatar
 
Join Date: Nov 2004
Location: St Louis
Vehicle: Several
Posts: 1,273
My Photos: (78)
Animated Weather Radar

I have modified the radar skin to load my animated radar gifs into Internet explorer on a generic skin. It took me a while to figure out how to insure there was only one instance of IE running (otherwise, RR would crash on exit), but my needs now have exceeded my expertise. I need your help with three issues:

1. Is there a way to load a new image into the existing IE window? I currently have to close the current IE window and open a new.

2. Is there a way to run these in kiosk mode?

3. IE resizes the image to fit its window, is there a way to disable this resizing?

The following command loads the skin:

B,660,410,50,65,"weathersat||Run;C:\Program Files\Internet Explorer\iexplore.exe|http://image.weather.com/images/maps...05.jpg;Current Map","radar"


And below is an excerpt of my radar.skin:

B00,439,415,68,66,"closewindow;http://||Run;C:\Program Files\Internet Explorer\iexplore.exe|http://image.weather.com/images/maps...05.jpg;Current Map"
B00,508,415,74,66,"closewindow;http://||Run;C:\Program Files\Internet Explorer\iexplore.exe|http://icons.wunderground.com/data/6...sf_anim.gif;US Fronts"
B00,583,415,73,66,"closewindow;http://||Run;C:\Program Files\Internet Explorer\iexplore.exe|http://icons.wunderground.com/data/6...m.gif;REGional radar"
B00,657,415,70,66,"closewindow;http://||Run;C:\Program Files\Internet Explorer\iexplore.exe|http://radblast-aa.wunderground.com/.../WUNIDS;nexrad radar"
B00,728,415,72,66,"CLOSE",""



Thanx in advance
__________________
HARDWARE: Fujitsu Stylistic 4121w/ WiFi & mini dock, Sierra Wireless Aircard 550, EXP PCMCIA Portable DVD-RW, Silabs FM, WinTV USB w/-26dB diversity antenna, XM Commander w/Timetrax USB, Delorme GPS, Saitek X-52 USB joystick, BluSoleil USB Bluetooth
GizmoQ is offline   Reply With Quote
Sponsored Links
Old 08-11-2006, 02:34 PM   #2
SMKFree
 
liquid_smoke's Avatar
 
Join Date: Aug 2003
Location: Chicago
Vehicle: VW Passat
Posts: 4,840
My Photos: (0)
1. I dont think so, currently if a link gets sent to IE in RR, or if you type in a URL it will close IE and open a new instance.

2.you can run in kiosk mode but not inside of RR

3. image resizeing can be turned off in IE settings Tools>Internet Options>Advanced>multimedia>second option under multimedia

some work still needs to be done with the web intergration in RR, personally i just open the browser outside RR
__________________
01101100 01101001 01110001 01110101 01101001 01100100 01011111 01110011
01101101 01101111 01101011 01100101

beer replenishment fund
http://www.mp3car.com/vbulletin/forumdisplay.php?f=93
mp3car live search

i have joost invites, just hit me up for one.
liquid_smoke is offline   Reply With Quote
Old 08-11-2006, 08:14 PM   #3
Road Runner & Mp3car Gatherings Moderator
JohnWPB's CarPC Specs
 
JohnWPB's Avatar
 
Join Date: Sep 2005
Location: West Palm Beach, Florida
Vehicle: 99 Mitsubishi Eclipse
Posts: 2,669
My Photos: (0)
If you are using IE to display the image, why not put a couple buttons on the IE page that match your skin to load diffferent images. If you do it this way, you have the ability to take full advantage of all of the html/asp code at your disposal.
You can do rollovers to match your skin's look and feel, Click on a button to change an existing image on the page and so many other options.

You can say, have your RR menu bar at the top of the page, and a html button bar at the bottom of the page to control the images in the center of the page either with frames, iframes, tables ect.

My house is automated, with a few touch screens throughout, as well as a couple viewsonic smart displays. I have designed the interface totally in html/asp so that it will work from any web broswer, either in the house, or from the internet.

Here is a capture of my weather screen I use in the automated screens throughout the house.


the buttons along the bottom of the screen change the display in the center of the page.

Here is what it look slike when the "Radar" button is pressed:


The images are also all animated, as is what you seem to be trying to do in RR.
__________________
.



CarPuter: 2.8Ghz P4 with 1 Gig Mem, 500 Gig HD, Iguidance 4.0, 7" Motorized Touchscreen, XM PCR1000, Visteon HDZ300 HD Radio, WIFI, Fusion Brain.
Powered By Road Runner & the DigitalFX 3.0 Skin
http://www.johnwpb.com

Last edited by JohnWPB : 08-11-2006 at 08:38 PM.
JohnWPB is online now   Reply With Quote
Old 08-11-2006, 09:31 PM   #4
FLAC
GizmoQ's CarPC Specs
 
GizmoQ's Avatar
 
Join Date: Nov 2004
Location: St Louis
Vehicle: Several
Posts: 1,273
My Photos: (78)
Quote: Originally Posted by JohnWPB
If you are using IE to display the image, why not put a couple buttons on the IE page that match your skin to load diffferent images. If you do it this way, you have the ability to take full advantage of all of the html/asp code at your disposal.

Cause I haven't coded html since college (and never thought of it for this.) Good call. Let's see where's a good UP TO DATE html manual.
__________________
HARDWARE: Fujitsu Stylistic 4121w/ WiFi & mini dock, Sierra Wireless Aircard 550, EXP PCMCIA Portable DVD-RW, Silabs FM, WinTV USB w/-26dB diversity antenna, XM Commander w/Timetrax USB, Delorme GPS, Saitek X-52 USB joystick, BluSoleil USB Bluetooth
GizmoQ is offline   Reply With Quote
Old 08-12-2006, 02:39 PM   #5
Variable Bitrate
 
Evolution VIII's Avatar
 
Join Date: Dec 2005
Location: Miami-Florida-USA
Vehicle: 2005/Mitsubishi/Evolution VIII
Posts: 342
My Photos: (0)
Quote: Originally Posted by GizmoQ View Post
I have modified the radar skin to load my animated radar gifs into Internet explorer on a generic skin. It took me a while to figure out how to insure there was only one instance of IE running (otherwise, RR would crash on exit), but my needs now have exceeded my expertise. I need your help with three issues:

1. Is there a way to load a new image into the existing IE window? I currently have to close the current IE window and open a new.

2. Is there a way to run these in kiosk mode?

3. IE resizes the image to fit its window, is there a way to disable this resizing?

The following command loads the skin:

B,660,410,50,65,"weathersat||Run;C:\Program Files\Internet Explorer\iexplore.exe|http://image.weather.com/images/maps...05.jpg;Current Map","radar"


And below is an excerpt of my radar.skin:

B00,439,415,68,66,"closewindow;http://||Run;C:\Program Files\Internet Explorer\iexplore.exe|http://image.weather.com/images/maps...05.jpg;Current Map"
B00,508,415,74,66,"closewindow;http://||Run;C:\Program Files\Internet Explorer\iexplore.exe|http://icons.wunderground.com/data/6...sf_anim.gif;US Fronts"
B00,583,415,73,66,"closewindow;http://||Run;C:\Program Files\Internet Explorer\iexplore.exe|http://icons.wunderground.com/data/6...m.gif;REGional radar"
B00,657,415,70,66,"closewindow;http://||Run;C:\Program Files\Internet Explorer\iexplore.exe|http://radblast-aa.wunderground.com/.../WUNIDS;nexrad radar"
B00,728,415,72,66,"CLOSE",""

I think to include native animated gif support in RR would be a better idea.

Last edited by Evolution VIII : 08-12-2006 at 02:41 PM.
Evolution VIII is offline   Reply With Quote
Old 08-12-2006, 05:05 PM   #6
FLAC
GizmoQ's CarPC Specs
 
GizmoQ's Avatar
 
Join Date: Nov 2004
Location: St Louis
Vehicle: Several
Posts: 1,273
My Photos: (78)
Quote: Originally Posted by Evolution VIII View Post
I think to include native animated gif support in RR would be a better idea.

Already available I thought, but only as images, i.e., I'd have to download the pics each time, create separate skins for each and unfortunately one of them doesn't download well.
__________________
HARDWARE: Fujitsu Stylistic 4121w/ WiFi & mini dock, Sierra Wireless Aircard 550, EXP PCMCIA Portable DVD-RW, Silabs FM, WinTV USB w/-26dB diversity antenna, XM Commander w/Timetrax USB, Delorme GPS, Saitek X-52 USB joystick, BluSoleil USB Bluetooth
GizmoQ is offline   Reply With Quote
Old 08-12-2006, 06:30 PM   #7
Variable Bitrate
 
Evolution VIII's Avatar
 
Join Date: Dec 2005
Location: Miami-Florida-USA
Vehicle: 2005/Mitsubishi/Evolution VIII
Posts: 342
My Photos: (0)
Quote: Originally Posted by GizmoQ View Post
Already available I thought, but only as images, i.e., I'd have to download the pics each time, create separate skins for each and unfortunately one of them doesn't download well.

I can make an executable to download new picture every time you accessing the skin.

Last edited by Evolution VIII : 08-12-2006 at 06:40 PM.
Evolution VIII is offline   Reply With Quote
Old 08-12-2006, 06:45 PM   #8
FLAC
GizmoQ's CarPC Specs
 
GizmoQ's Avatar
 
Join Date: Nov 2004
Location: St Louis
Vehicle: Several
Posts: 1,273
My Photos: (78)
Quote: Originally Posted by Evolution VIII View Post
I can make an executable to download new picture every time you accessing the skin.

Websites listed above. First one is easy - std jpg. Second and third are just long web addresses for current gif. Fourth is a pain in the *** to actually define for download but it too is an animated gif.
__________________
HARDWARE: Fujitsu Stylistic 4121w/ WiFi & mini dock, Sierra Wireless Aircard 550, EXP PCMCIA Portable DVD-RW, Silabs FM, WinTV USB w/-26dB diversity antenna, XM Commander w/Timetrax USB, Delorme GPS, Saitek X-52 USB joystick, BluSoleil USB Bluetooth
GizmoQ is offline   Reply With Quote
Old 10-17-2006, 08:35 AM   #9
Newbie
 
Join Date: Oct 2006
Posts: 27
My Photos: (1)
Yes I was about to post on this issue but stumbled accross this post. I have RR installed on a laptop and found several sources of animated gif's for radar and sattellite. When changing the url in weather.ini, only one of the frames loads. Is there a way to "turn on" animated gifs? OR perhaps some way to convert them to SWF then load them in the same place? I really need to see the radar moving or else the image is pretty useless if you cant see which direction a storm is moving.
drdream is offline   Reply With Quote
Sponsored Links
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Great Radar Idea swifty8083 Software & Software Development 10 04-09-2007 02:26 AM
Weather Cache danl Road Runner 8 05-28-2006 04:50 AM
Weather Radar Chuck Road Runner 61 05-07-2006 12:19 AM
Weather program for Map Monkey warnockm Other Cool Stuff 5 12-10-2005 08:14 PM
Enhanced Weather Links for Web browser GizmoQ Centrafuse 2 01-22-2005 10:25 PM


All times are GMT -5. The time now is 04:55 AM.


Sponsored Links
The MP3car.com Store

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
Ad Management by RedTyger
Message Board Statistics