View unanswered posts | View active topics It is currently Thu Sep 09, 2010 12:49 am

Forum rules


Before posting make sure you have done the following:
  • Checked for an update
  • Read the plugin's supplied documentation
  • Read the General Plugin FAQ
  • Read the plugin's FAQ

Only moderators can post a new topic, so if you have a new plugin, create a thread in the BB4Win forum and we'll move it for ya.



 Post a reply 
Username:
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: =D> #-o =P~ :^o [-X [-o<
View more smilies
Font size:
Tip: Styles can be applied quickly to selected text.  Font colour
Options:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
Confirmation code
To prevent automated posts the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the Board Administrator.
Confirmation code
Confirmation code:
Enter the code exactly as it appears. All letters are case insensitive, there is no zero.
   

 Topic review - BBsky 
Author Message

Reply with quote Post Posted: Fri Jan 01, 2010 5:02 am
Re: BBsky
I have been fooling with this for hours and I can not get anything to work. Can someone please help?

No matter what I try, my bbSky won't display anything at all except my town name. It looks like this:

Image

Here are the contents of my bbSky.rc file:

Code:
# common plugin settings ------------------------------------------------------
BBsky.x:                                0
BBsky.y:                                0
BBsky.width:                            300
BBsky.height:                           150
BBsky.alphaEnabled:                     false
BBsky.alphaValue:                       100
BBsky.sctEnabled:                       false
BBsky.alwaysOnTop:                      true
BBsky.pluginToggle:                     true
BBsky.inSlit:                           false
BBsky.style.window:                     toolbar

# plugin settings -------------------------------------------------------------
BBsky.timerUpdate:                      true
BBsky.reconfigureUpdate:                true
BBsky.errorShout:                       true
BBsky.timer:                            5

# visual definitions ----------------------------------------------------------
BBsky.titleCaption.x:                   75
BBsky.titleCaption.y:                   0
BBsky.titleAlign:                       center
BBsky.titleFontRise:                    3
BBsky.titleIcon.x:                      43
BBsky.titleIcon.y:                      15

# main icon defitions ---------------------------------------------------------
BBsky.icons.iconCount:                  17
BBsky.icons.icon[1].id:                 I_SUNNY
BBsky.icons.icon[1].path:               images\sunny.png
BBsky.icons.icon[2].id:                 I_MOON
BBsky.icons.icon[2].path:               images\moon.png
BBsky.icons.icon[3].id:                 I_PCLOUDY
BBsky.icons.icon[3].path:               images\partly-cloudy.png
BBsky.icons.icon[4].id:                 I_PCLOUDY_N
BBsky.icons.icon[4].path:               images\partly-cloudy-night.png
BBsky.icons.icon[5].id:                 I_MCLOUDY
BBsky.icons.icon[5].path:               images\mostly-cloudy.png
BBsky.icons.icon[6].id:                 I_MCLOUDY_N
BBsky.icons.icon[6].path:               images\mostly-cloudy-night.png
BBsky.icons.icon[7].id:                 I_CLOUDY
BBsky.icons.icon[7].path:               images\cloudy.png
BBsky.icons.icon[8].id:                 I_FOG
BBsky.icons.icon[8].path:               images\foggy.png
BBsky.icons.icon[9].id:                 I_LRAIN
BBsky.icons.icon[9].path:               images\light-rain.png
BBsky.icons.icon[10].id:                I_RAIN
BBsky.icons.icon[10].path:              images\rain.png
BBsky.icons.icon[11].id:                I_RAINSNOW
BBsky.icons.icon[11].path:              images\rainsnow.png
BBsky.icons.icon[12].id:                I_FRAIN
BBsky.icons.icon[12].path:              images\freeze-rain.png
BBsky.icons.icon[13].id:                I_LSNOW
BBsky.icons.icon[13].path:              images\light-snow.png
BBsky.icons.icon[14].id:                I_SNOW
BBsky.icons.icon[14].path:              images\snow.png
BBsky.icons.icon[15].id:                I_HSNOW
BBsky.icons.icon[15].path:              images\snow.png
BBsky.icons.icon[16].id:                I_STORM
BBsky.icons.icon[16].path:              images\storm.png
BBsky.icons.icon[17].id:                I_UNKNOWN
BBsky.icons.icon[17].path:              images\unknown.png

# label definitions -----------------------------------------------------------
BBsky.labels.labelCount:                4
BBsky.labels.label[1].visible:          true
BBsky.labels.label[1].id:               T_SKY
BBsky.labels.label[1].caption:          Sky
BBsky.labels.label[1].caption.x:        10
BBsky.labels.label[1].caption.y:        80
BBsky.labels.label[1].caption.align:    left
BBsky.labels.label[1].content.x:        140
BBsky.labels.label[1].content.y:        80
BBsky.labels.label[1].content.align:    right
BBsky.labels.label[1].icon.x:           45
BBsky.labels.label[1].icon.y:           79
BBsky.labels.label[1].icon.path:        images\skybar.png

BBsky.labels.label[2].visible:          true
BBsky.labels.label[2].id:               T_TEMP
BBsky.labels.label[2].caption:          Temp [°C]
BBsky.labels.label[2].caption.x:        10
BBsky.labels.label[2].caption.y:        95
BBsky.labels.label[2].caption.align:    left
BBsky.labels.label[2].content.x:        140
BBsky.labels.label[2].content.y:        95
BBsky.labels.label[2].content.align:    right
!BBsky.labels.label[2].icon.x:           5
!BBsky.labels.label[2].icon.y:           80
!BBsky.labels.label[2].icon.path:        images\fore.ico

BBsky.labels.label[3].visible:          true
BBsky.labels.label[3].id:               T_WIND
BBsky.labels.label[3].caption:          Wind [kmph]
BBsky.labels.label[3].caption.x:        10
BBsky.labels.label[3].caption.y:        110
BBsky.labels.label[3].caption.align:    left
BBsky.labels.label[3].content.x:        140
BBsky.labels.label[3].content.y:        110
BBsky.labels.label[3].content.align:    right
!BBsky.labels.label[3].icon.x:           5
!BBsky.labels.label[3].icon.y:           80
!BBsky.labels.label[3].icon.path:        images\fore.ico

BBsky.labels.label[4].visible:          true
BBsky.labels.label[4].id:               T_FORECAST
!BBsky.labels.label[4].caption:          Forecast
BBsky.labels.label[4].caption.x:        10
BBsky.labels.label[4].caption.y:        125
BBsky.labels.label[4].caption.align:    left
BBsky.labels.label[4].content.x:        140
BBsky.labels.label[4].content.y:        125
BBsky.labels.label[4].content.align:    right
BBsky.labels.label[4].icon.x:           10
BBsky.labels.label[4].icon.y:           125
BBsky.labels.label[4].icon.path:        images\forecast.ico


# location definitions --------------------------------------------------------
BBsky.locations:                        1

BBsky.location[1].name:                 Lowell
BBsky.location[1].url:                  http://xml.weather.yahoo.com/forecastrss?p=USAR0344&u=f
BBsky.location[1].x:                    5
BBsky.location[1].y:                    5


I would be thrilled if anyone can help. I would love to have a current weather pane and then several days of forecast appear, but that comes after just getting something to show up. I appear to be totally helpless.

Reply with quote Post Posted: Mon Aug 10, 2009 10:36 am
Re: BBsky
Try the official home page:
http://pitris.info/BBlean

Reply with quote Post Posted: Thu Aug 06, 2009 5:35 am
Re: BBsky
I downloaded this plugin through this site and it didn't come with a .dll file. Am I missing something and this is the way it supposed to be? Or did I just get a bad link. The bbsky link the the bb4win site is also broken. I'd really like to use this plugin. :)

Reply with quote Post Posted: Tue May 12, 2009 1:48 am
Re: BBsky
nice plugin!, but i cant get it to work =(. everything is fine but the icon is always the unknown one, im using the lastest 0.0.5 ver.

Reply with quote Post Posted: Sat May 17, 2008 2:02 pm
Re: BBsky
eDio wrote:
Hello. I've made for personal use bbi module, that displays hint on mouseover on weather icon. And now I see, that people request such feature... So till there is no such feature you can use my module :wink:
You have to set right paths in weatherModule.rc (lines 28, 47, 75) and set needed coords and sizes. Also you have to edit weatherhint\BBHotSpots.rc - to set the same coords and sizes for hotspot, as for your weather icon...
Goodluck!

This is really great! Less work for me, at least for now. :wink:

Reply with quote Post Posted: Sat May 17, 2008 2:01 pm
Re: BBsky
Corsair wrote:
Excuse me, I'm a Chinese,and I want to translate the BBsky into Chinese.
How can I translate the weather name into Chinese?
How to change it?
I can't find the XML write in Chinese
thx.

If I understand right, you will need to find XML or website in Chinese, because BBsky only grabs the source and displays it. It doesn't translate anything.

Reply with quote Post Posted: Thu May 08, 2008 10:35 pm
Re: BBsky
eDio wrote:
Oh... forgot to show, how it looks :wink:

That looks awesome, that's how it looks ;)

Reply with quote Post Posted: Tue May 06, 2008 3:47 pm
Re: BBsky
Thank you! It is working now! Very cool effect.

Reply with quote Post Posted: Tue May 06, 2008 3:21 pm
Re: BBsky
You need to install bbCmd.
weatherhint.dll - is just renamed bbhotspots.dll... So maybe (dunno exactly), if you already have this plugin loaded you would get such error... But I do have renamed plugin to avoid such situation... So I think, you need bbCmd (you can get it on xoblite.net)

Reply with quote Post Posted: Tue May 06, 2008 3:15 pm
Re: BBsky
My interface can not load the weatherhint.dll.

Reply with quote Post Posted: Tue May 06, 2008 2:53 pm
Re: BBsky
Oh... forgot to show, how it looks :wink:
Attachment:
preview.gif
preview.gif [ 13.22 KiB | Viewed 608 times ]

Reply with quote Post Posted: Tue May 06, 2008 2:27 pm
Re: BBsky
Hello. I've made for personal use bbi module, that displays hint on mouseover on weather icon. And now I see, that people request such feature... So till there is no such feature you can use my module :wink:
You have to set right paths in weatherModule.rc (lines 28, 47, 75) and set needed coords and sizes. Also you have to edit weatherhint\BBHotSpots.rc - to set the same coords and sizes for hotspot, as for your weather icon...
Goodluck!

Reply with quote Post Posted: Fri May 02, 2008 3:18 pm
Re: BBsky
Excuse me, I'm a Chinese,and I want to translate the BBsky into Chinese.
How can I translate the weather name into Chinese?
How to change it?
I can't find the XML write in Chinese
thx.

Reply with quote Post Posted: Mon Apr 21, 2008 11:08 pm
Re: BBsky
pitris wrote:
Sure I can, but also you can!
Set BBsky.errorShout to false.


my bad, sorry & thanks pitris =D>

Reply with quote Post Posted: Mon Apr 21, 2008 8:48 pm
Re: BBsky
Quote:
This is really a good idea! I like it. You mean to extract the BBsky.icons section from the .rc and put it into its own file. And into .rc wrote something like BBsky.themefile.
With this could be more easy to change between the icons you want to be displayed. Better if you could access this through a menu.


Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.