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.
| Author |
Message |
|
unkamunka
Moderator
Joined: Sun Feb 04, 2007 2:57 pm Posts: 1008 Location: austria
|
 Re: BBsystraffic
Try commenting things out with a ! in front of the relevant items.
_________________ HTH
unkamunka - #bb4win
|
| Mon Dec 08, 2008 5:32 am |
|
 |
|
Google
Sponsored Links
|
|
 |
|
MikSchultzy
BBChild
Joined: Sun Oct 01, 2006 9:44 pm Posts: 7
|
 Re: BBsystraffic
unkamunka wrote: Try commenting things out with a ! in front of the relevant items. That's the odd thing. I had set the memory stuff to false, and that stuff will disappear. I set the ICON section for the IP icon to false, and it disappears. I set the battery stuff to false, yet that connection icon still shows up. Edit: Nevermind, the icon definition is lower down for that item. Would be alittle cleaner if we could just set it to false.
|
| Mon Dec 08, 2008 1:00 pm |
|
 |
|
Guest
|
 Re: BBsystraffic
BBsystraffic reports incorrect memory usesage. I am unsure why so I will post screenshots and .rc file. This is how it reports:  These are my actual specs  And this is my .rc file options. Any help would be appreciated, thank you. Code: BBsystraffic.x: 9 BBsystraffic.y: 56 BBsystraffic.width: 250 BBsystraffic.height: 230 BBsystraffic.alphaEnabled: false BBsystraffic.alphaValue: 200 BBsystraffic.sctEnabled: false BBsystraffic.sctColor: #FF00FF BBsystraffic.alwaysOnTop: false BBsystraffic.pluginToggle: true BBsystraffic.inSlit: false BBsystraffic.style.window: toolbar
BBsystraffic.timers.cpu: 1000 BBsystraffic.timers.memory: 1000 BBsystraffic.timers.battery: 3600 BBsystraffic.timers.uptime: 3600 BBsystraffic.timers.ip: 3600000 BBsystraffic.timers.disk: 5000
BBsystraffic.reconfigureUpdate: true
# CPU and memory graphs ------------------------------------------------- BBsystraffic.cpuGraph.visible: true BBsystraffic.cpuGraph.x: 5 BBsystraffic.cpuGraph.y: 90 BBsystraffic.cpuGraph.width: 240 BBsystraffic.cpuGraph.height: 30 BBsystraffic.cpuGraph.color: #AAAA00 BBsystraffic.cpuGraph.style: toolbar
BBsystraffic.memoryGraph.visible: true BBsystraffic.memoryGraph.x: 5 BBsystraffic.memoryGraph.y: 30 BBsystraffic.memoryGraph.width: 240 BBsystraffic.memoryGraph.height: 30 BBsystraffic.memoryGraph.color: #550055 BBsystraffic.memoryGraph.style: toolbar !BBsystraffic.memoryGraph.textColor: #FFFFFF
# memory labels --------------------------------------------------------- BBsystraffic.totalMemory.visible: true BBsystraffic.totalMemory.caption: Total Physical Memory BBsystraffic.totalMemory.caption.x: 25 BBsystraffic.totalMemory.caption.y: 10 BBsystraffic.totalMemory.caption.align: left BBsystraffic.totalMemory.content.x: 245 BBsystraffic.totalMemory.content.y: 10 BBsystraffic.totalMemory.content.align: right BBsystraffic.totalMemory.icon.x: 5 BBsystraffic.totalMemory.icon.y: 8 BBsystraffic.totalMemory.icon.path: images\total-memory.ico
BBsystraffic.usedMemory.visible: true BBsystraffic.usedMemory.caption: Used BBsystraffic.usedMemory.caption.x: 25 BBsystraffic.usedMemory.caption.y: 65 BBsystraffic.usedMemory.caption.align: left BBsystraffic.usedMemory.content.x: 80 BBsystraffic.usedMemory.content.y: 65 BBsystraffic.usedMemory.content.align: right BBsystraffic.usedMemory.icon.x: 5 BBsystraffic.usedMemory.icon.y: 63 BBsystraffic.usedMemory.icon.path: images\used-memory.ico
BBsystraffic.freeMemory.visible: true BBsystraffic.freeMemory.caption: Free BBsystraffic.freeMemory.caption.x: 150 BBsystraffic.freeMemory.caption.y: 65 BBsystraffic.freeMemory.caption.align: left BBsystraffic.freeMemory.content.x: 235 BBsystraffic.freeMemory.content.y: 65 BBsystraffic.freeMemory.content.align: right BBsystraffic.freeMemory.icon.x: 130 BBsystraffic.freeMemory.icon.y: 63 BBsystraffic.freeMemory.icon.path: images\free-memory.ico
# IP label --------------------------------------------------------------- BBsystraffic.ip.visible: true BBsystraffic.ip.caption: IP Address BBsystraffic.ip.caption.x: 1 BBsystraffic.ip.caption.y: 180 BBsystraffic.ip.caption.align: left BBsystraffic.ip.content.x: 120 BBsystraffic.ip.content.y: 180 BBsystraffic.ip.content.align: right BBsystraffic.ip.icon.x: 5 BBsystraffic.ip.icon.y: 180 # BBsystraffic.ip.icon.path: images\ip.ico
# battery label ---------------------------------------------------------- BBsystraffic.battery.visible: false BBsystraffic.battery.caption: Power Status (Battery) BBsystraffic.battery.caption.x: 25 BBsystraffic.battery.caption.y: 140 BBsystraffic.battery.caption.align: left BBsystraffic.battery.content.x: 245 BBsystraffic.battery.content.y: 140 BBsystraffic.battery.content.align: right BBsystraffic.battery.icon.x: -20 BBsystraffic.battery.icon.y: 138
# system uptime label ---------------------------------------------------- BBsystraffic.systemUptime.visible: true BBsystraffic.systemUptime.caption: System Uptime BBsystraffic.systemUptime.caption.x: 25 BBsystraffic.systemUptime.caption.y: 125 BBsystraffic.systemUptime.caption.align: left BBsystraffic.systemUptime.content.x: 245 BBsystraffic.systemUptime.content.y: 125 BBsystraffic.systemUptime.content.align: right BBsystraffic.systemUptime.icon.x: 5 BBsystraffic.systemUptime.icon.y: 123 BBsystraffic.systemUptime.icon.path: images\used-memory.ico
# icon definitions ------------------------------------------------------- BBsystraffic.icons.freedisk: images\disk-free.ico BBsystraffic.icons.fulldisk: images\disk-full.ico BBsystraffic.icons.battery: images\battery.ico BBsystraffic.icons.ACon: images\acon.ico BBsystraffic.icons.batteryCharge: images\charge.ico
# disk and full quota definitions ---------------------------------------- BBsystraffic.fullQuota: 50
BBsystraffic.diskCount: 2
BBsystraffic.disk[1].visible: true BBsystraffic.disk[1].id: C:\ BBsystraffic.disk[1].caption: C:\ BBsystraffic.disk[1].caption.x: 25 BBsystraffic.disk[1].caption.y: 150 BBsystraffic.disk[1].caption.align: left BBsystraffic.disk[1].content.x: 120 BBsystraffic.disk[1].content.y: 150 BBsystraffic.disk[1].content.align: right BBsystraffic.disk[1].icon.x: 1 BBsystraffic.disk[1].icon.y: 150
BBsystraffic.disk[2].visible: true BBsystraffic.disk[2].id: F:\ BBsystraffic.disk[2].caption: F:\ BBsystraffic.disk[2].caption.x: 25 BBsystraffic.disk[2].caption.y: 165 BBsystraffic.disk[2].caption.align: left BBsystraffic.disk[2].content.x: 120 BBsystraffic.disk[2].content.y: 165 BBsystraffic.disk[2].content.align: right BBsystraffic.disk[2].icon.x: 1 BBsystraffic.disk[2].icon.y: 165
|
| Fri Jul 24, 2009 9:07 pm |
|
 |
|
unkamunka
Moderator
Joined: Sun Feb 04, 2007 2:57 pm Posts: 1008 Location: austria
|
 Re: BBsystraffic
Maybe the link in this post can help you........
_________________ HTH
unkamunka - #bb4win
|
| Mon Jul 27, 2009 7:23 am |
|
 |
|
kzu
BBNewborn
Joined: Fri Oct 30, 2009 8:57 pm Posts: 2
|
 Re: BBsystraffic
Hmm, I just can't set this plugin transparent !  Here's my rc: BBsystraffic.x: 1030 BBsystraffic.y: 340 BBsystraffic.width: 250 BBsystraffic.height: 230 BBsystraffic.alphaEnabled: true BBsystraffic.alphaValue: 225 BBsystraffic.sctEnabled: false BBsystraffic.sctColor: #FF00FF BBsystraffic.alwaysOnTop: false BBsystraffic.pluginToggle: true BBsystraffic.inSlit: false BBsystraffic.style.window: toolbar I don't know what to do, i've tried different alpha values but it just stays solid... what's wrong with me? :J
|
| Sun Nov 01, 2009 3:36 pm |
|
 |
|
the3dge
|
 Re: BBsystraffic
Hey Pitris - no idea if anyone's still reading this, but I figured I'd drop you a note anyway.
I'm running Win7 Ultimate x64 with bbLean on top, and I've just loaded BBsystraffic and BBnettraffic . Sys traffic is reading memory, uptime, battery life, drive space, and IP addresses just fine, but CPU shows 0% consistently. I've got a dual-core HT system, so windows registers 4 procs. I know I saw a post from a while back asking about dual-core systems and you said you didn't have one to work with/test. If it's helpful, I'm happy to work with you outside the forum (by email?) to help you develop something. Be your lab rat, as it were.
And also, BBnetTraffic isn't showing any traffic. I've tried every one of my adapters (with Win7's virtual adapter technology, I have ~40 adapters listed.) but no joy. I know BB and plugins aren't being updated to work with x64 and/or Win7 technologies, but anything I can do to help keep it alive I'm more than happy to. It's a remarkable platform that's definitely increased the use of my system.
Cheers -
|
| Tue Oct 19, 2010 3:50 pm |
|
 |
|
Niniel
BBDinosaur
Joined: Mon Nov 05, 2007 3:39 pm Posts: 732
|
 Re: BBsystraffic
He said that he'll move to Linux, so his Plugins are essentially abandoned.
|
| Wed Dec 01, 2010 3:37 pm |
|
 |
|
Guest
|
 Re: BBsystraffic
how to fix this bug?=( incorrect 1 phys mem 2 graph phys mem 3 where my ip O_O  thx =) ps Code: BBsystraffic.x: 684 BBsystraffic.y: 2 BBsystraffic.width: 250 BBsystraffic.height: 230 BBsystraffic.alphaEnabled: false BBsystraffic.alphaValue: 200 BBsystraffic.sctEnabled: false BBsystraffic.sctColor: #0a0a0a BBsystraffic.alwaysOnTop: false BBsystraffic.pluginToggle: true BBsystraffic.inSlit: true BBsystraffic.style.window: clock
BBsystraffic.timers.cpu: 1000 BBsystraffic.timers.memory: 1000 BBsystraffic.timers.battery: 3600 BBsystraffic.timers.uptime: 3600 BBsystraffic.timers.ip: 3600000 BBsystraffic.timers.disk: 5000
BBsystraffic.reconfigureUpdate: false
# CPU and memory graphs ------------------------------------------------- BBsystraffic.cpuGraph.visible: true BBsystraffic.cpuGraph.x: 5 BBsystraffic.cpuGraph.y: 90 BBsystraffic.cpuGraph.width: 240 BBsystraffic.cpuGraph.height: 30 BBsystraffic.cpuGraph.color: #AAAA00 BBsystraffic.cpuGraph.style: toolbar
BBsystraffic.memoryGraph.visible: true BBsystraffic.memoryGraph.x: 5 BBsystraffic.memoryGraph.y: 30 BBsystraffic.memoryGraph.width: 240 BBsystraffic.memoryGraph.height: 30 BBsystraffic.memoryGraph.color: #550055 BBsystraffic.memoryGraph.style: toolbar BBsystraffic.memoryGraph.textColor: #FFFFFF
# memory labels --------------------------------------------------------- BBsystraffic.totalMemory.visible: true BBsystraffic.totalMemory.caption: Всего памяти BBsystraffic.totalMemory.caption.x: 25 BBsystraffic.totalMemory.caption.y: 10 BBsystraffic.totalMemory.caption.align: left BBsystraffic.totalMemory.content.x: 245 BBsystraffic.totalMemory.content.y: 10 BBsystraffic.totalMemory.content.align: right BBsystraffic.totalMemory.icon.x: 5 BBsystraffic.totalMemory.icon.y: 8 !BBsystraffic.totalMemory.icon.path: images\total-memory.ico
BBsystraffic.usedMemory.visible: true BBsystraffic.usedMemory.caption: Used BBsystraffic.usedMemory.caption.x: 25 BBsystraffic.usedMemory.caption.y: 65 BBsystraffic.usedMemory.caption.align: left BBsystraffic.usedMemory.content.x: 120 BBsystraffic.usedMemory.content.y: 65 BBsystraffic.usedMemory.content.align: right BBsystraffic.usedMemory.icon.x: 5 BBsystraffic.usedMemory.icon.y: 63 BBsystraffic.usedMemory.icon.path: images\used-memory.ico
BBsystraffic.freeMemory.visible: true BBsystraffic.freeMemory.caption: Free BBsystraffic.freeMemory.caption.x: 150 BBsystraffic.freeMemory.caption.y: 65 BBsystraffic.freeMemory.caption.align: left BBsystraffic.freeMemory.content.x: 245 BBsystraffic.freeMemory.content.y: 65 BBsystraffic.freeMemory.content.align: right BBsystraffic.freeMemory.icon.x: 130 BBsystraffic.freeMemory.icon.y: 63 BBsystraffic.freeMemory.icon.path: images\free-memory.ico
# IP label --------------------------------------------------------------- BBsystraffic.ip.visible: true BBsystraffic.ip.caption: IP Address BBsystraffic.ip.caption.x: 40 BBsystraffic.ip.caption.y: 210 BBsystraffic.ip.caption.align: left BBsystraffic.ip.content.x: 245 BBsystraffic.ip.content.y: 210 BBsystraffic.ip.content.align: right BBsystraffic.ip.icon.x: 5 BBsystraffic.ip.icon.y: 190 BBsystraffic.ip.icon.path: images\ip.ico
# battery label ---------------------------------------------------------- BBsystraffic.battery.visible: true BBsystraffic.battery.caption: Power Status (Battery) BBsystraffic.battery.caption.x: 25 BBsystraffic.battery.caption.y: 140 BBsystraffic.battery.caption.align: left BBsystraffic.battery.content.x: 245 BBsystraffic.battery.content.y: 140 BBsystraffic.battery.content.align: right BBsystraffic.battery.icon.x: 5 BBsystraffic.battery.icon.y: 138
# system uptime label ---------------------------------------------------- BBsystraffic.systemUptime.visible: true BBsystraffic.systemUptime.caption: System Uptime BBsystraffic.systemUptime.caption.x: 25 BBsystraffic.systemUptime.caption.y: 125 BBsystraffic.systemUptime.caption.align: left BBsystraffic.systemUptime.content.x: 245 BBsystraffic.systemUptime.content.y: 125 BBsystraffic.systemUptime.content.align: right BBsystraffic.systemUptime.icon.x: 5 BBsystraffic.systemUptime.icon.y: 123 !BBsystraffic.systemUptime.icon.path: images\used-memory.ico
# icon definitions ------------------------------------------------------- BBsystraffic.icons.freedisk: images\disk-free.ico BBsystraffic.icons.fulldisk: images\disk-full.ico BBsystraffic.icons.battery: images\battery.ico BBsystraffic.icons.ACon: images\acon.ico BBsystraffic.icons.batteryCharge: images\charge.ico
# disk and full quota definitions ---------------------------------------- BBsystraffic.fullQuota: 50
BBsystraffic.diskCount: 2
BBsystraffic.disk[1].visible: true BBsystraffic.disk[1].id: C:\ BBsystraffic.disk[1].caption: AD0:\ BBsystraffic.disk[1].caption.x: 25 BBsystraffic.disk[1].caption.y: 170 BBsystraffic.disk[1].caption.align: left BBsystraffic.disk[1].content.x: 120 BBsystraffic.disk[1].content.y: 170 BBsystraffic.disk[1].content.align: right BBsystraffic.disk[1].icon.x: 5 BBsystraffic.disk[1].icon.y: 168
BBsystraffic.disk[2].visible: true BBsystraffic.disk[2].id: D:\ BBsystraffic.disk[2].caption: AD1:\ BBsystraffic.disk[2].caption.x: 150 BBsystraffic.disk[2].caption.y: 170 BBsystraffic.disk[2].caption.align: left BBsystraffic.disk[2].content.x: 245 BBsystraffic.disk[2].content.y: 170 BBsystraffic.disk[2].content.align: right BBsystraffic.disk[2].icon.x: 130 BBsystraffic.disk[2].icon.y: 170
|
| Fri Jul 15, 2011 8:40 pm |
|
 |
|
pitris
BBSage
Joined: Mon Aug 14, 2006 10:44 pm Posts: 184 Location: Czech Republic
|
 Re: BBsystraffic
Hei guys! I'm not using BB4W anymore and to be honest I don't remember much of the plugins I wrote. But the source codes are available for download and there must be a developer who can fix those bugs. I don't even have a machine with windows and a development studio. If anyone wants a help with developing, I'm here to advise  --pitris
_________________ BBlean plugins @ http://pitris.info/BBlean
|
| Wed Aug 31, 2011 1:49 pm |
|
 |
|
pitkon
Site Admin
Joined: Tue Jan 25, 2005 1:13 am Posts: 741
|
 Re: BBsystraffic
pitris wrote: Hei guys! I'm not using BB4W anymore and to be honest I don't remember much of the plugins I wrote. But the source codes are available for download and there must be a developer who can fix those bugs. I don't even have a machine with windows and a development studio. If anyone wants a help with developing, I'm here to advise  --pitris Good thing to know that in mind you are still with us, pitris!
|
| Wed Aug 31, 2011 2:54 pm |
|
 |
|
Google
Sponsored Links
|
|
 |
|
Who is online |
Users browsing this forum: No registered users and 1 guest |
|
You cannot post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|