| Author |
Message |
|
tresni
Site Admin
Joined: Sun Dec 05, 2004 8:59 pm Posts: 1316 Location: Boise, Idaho
|
 Re: BBsystraffic
Just don't use FoundLastValue. To use it you would have to reimplement a local version of ReadValue && FoundLastValue using the code that unkamunka posted. That's a nasty hack.. Do what I do, put some impossible value for the default and then test for that. The only place that doesn't work is booleans (but if your smart, you can do them as ReadString first and than ReadBool  ) Yes, I'm evil.
_________________ -- Brian ♠ ♥ ♣
|
| Sat Jun 21, 2008 5:22 pm |
|
 |
|
Google
Sponsored Links
|
|
 |
|
pitris
BBSage
Joined: Mon Aug 14, 2006 10:44 pm Posts: 184 Location: Czech Republic
|
 Re: BBsystraffic
I used the ReadString trick to check the existence. This BBsystraffic is already xoblite-loadable. http://pitris.org/programs/nightly/bbsy ... ghtly2.zip
_________________ BBlean plugins @ http://pitris.info/BBlean
|
| Sun Jun 22, 2008 11:27 pm |
|
 |
|
offerlam
BBAdult
Joined: Thu May 22, 2008 6:17 pm Posts: 33
|
 Re: BBsystraffic
Pitris tried to load your nightly build and now i don't get the error but i just get a black box on my desktop... so one step closer mate!  sorry i can't help you further im not into codeing xoblite plugins  but if there is anything you want testet im glad to help out 
|
| Mon Jun 23, 2008 8:41 am |
|
 |
|
pitris
BBSage
Joined: Mon Aug 14, 2006 10:44 pm Posts: 184 Location: Czech Republic
|
 Re: BBsystraffic
offerlam wrote: Pitris tried to load your nightly build and now i don't get the error but i just get a black box on my desktop... so one step closer mate!  sorry i can't help you further im not into codeing xoblite plugins  but if there is anything you want testet im glad to help out  Did you use the settings from 0.0.5? I tested it with latest xoblite and it worked fine.
_________________ BBlean plugins @ http://pitris.info/BBlean
|
| Mon Jun 23, 2008 7:38 pm |
|
 |
|
offerlam
BBAdult
Joined: Thu May 22, 2008 6:17 pm Posts: 33
|
 Re: BBsystraffic
Muhahahaha... MUHAHAHAHAH it works... IT WORKS!!!  great job pitris!!!  now could i get you to implement the same changes for BBnettrafik? it has the same bug 
|
| Mon Jun 23, 2008 8:17 pm |
|
 |
|
pitris
BBSage
Joined: Mon Aug 14, 2006 10:44 pm Posts: 184 Location: Czech Republic
|
 Re: BBsystraffic
offerlam wrote: now could i get you to implement the same changes for BBnettrafik? it has the same bug  Look at the BBnettraffic thread.  Nice to see satisfied users. 
_________________ BBlean plugins @ http://pitris.info/BBlean
|
| Mon Jun 23, 2008 8:21 pm |
|
 |
|
offerlam
BBAdult
Joined: Thu May 22, 2008 6:17 pm Posts: 33
|
 Re: BBsystraffic
im very satisfied! great job pitris!! really thanks allot and the nettrafic is working perfectly allso 
|
| Tue Jun 24, 2008 4:15 am |
|
 |
|
offerlam
BBAdult
Joined: Thu May 22, 2008 6:17 pm Posts: 33
|
 Re: BBsystraffic
now that i have working systraffic i have one problem left  when ever i log on it resets the position of my systraffic so every time i log on i have to CTRL left click and drag systraffic to where i want it. in the RC file the X and Y is set to 100 but shouldn't that change when i move the systraffic to the location I want and then chose the save configuration option? do I really have to use trial and error with the X Y in the RC file untill i have it where i want it? or am I missing a really big pice of how it works here?
|
| Wed Jun 25, 2008 6:35 am |
|
 |
|
Niniel
BBDinosaur
Joined: Mon Nov 05, 2007 3:39 pm Posts: 732
|
 Re: BBsystraffic
Yes, trial and error it is.  However, there's a plugin called bbMagnify that shows the x/y coordinates of your mouse cursor, that might help find the right values.
|
| Thu Jun 26, 2008 10:05 pm |
|
 |
|
offerlam
BBAdult
Joined: Thu May 22, 2008 6:17 pm Posts: 33
|
 Re: BBsystraffic
thanks Niniel... once again to the rescue 
|
| Thu Jun 26, 2008 10:39 pm |
|
 |
|
offerlam
BBAdult
Joined: Thu May 22, 2008 6:17 pm Posts: 33
|
 Re: BBsystraffic
is there a way to make systraffic transparent?
|
| Sat Jun 28, 2008 11:27 pm |
|
 |
|
Niniel
BBDinosaur
Joined: Mon Nov 05, 2007 3:39 pm Posts: 732
|
 Re: BBsystraffic
That depends... I have in the slit, and I can make that transparent (turn down Alpha to, say 120, or even less). Unfortunately, the writing will also be dimmed down so it may become somewhat difficult to read if you lower the value too much.
|
| Sun Jun 29, 2008 4:43 am |
|
 |
|
offerlam
BBAdult
Joined: Thu May 22, 2008 6:17 pm Posts: 33
|
 Re: BBsystraffic
If i have it in the slit wouldn't that mean i can't move it around my desktop as i please since it has to be where the slit is?
i was hoping for a solution that involved some adding of code to the RC file or something?
|
| Sun Jun 29, 2008 8:46 pm |
|
 |
|
pitris
BBSage
Joined: Mon Aug 14, 2006 10:44 pm Posts: 184 Location: Czech Republic
|
 Re: BBsystraffic
offerlam wrote: now that i have working systraffic i have one problem left  when ever i log on it resets the position of my systraffic so every time i log on i have to CTRL left click and drag systraffic to where i want it. in the RC file the X and Y is set to 100 but shouldn't that change when i move the systraffic to the location I want and then chose the save configuration option? do I really have to use trial and error with the X Y in the RC file untill i have it where i want it? or am I missing a really big pice of how it works here? Yes, trial and error is my favourite method.  Or you can use right click->settings->write. offerlam wrote: is there a way to make systraffic transparent? Yes. Set either BBsystraffic.alphaEnabled to true for alpha transparency or BBsystraffic.sctEnabled for single color transparency.
_________________ BBlean plugins @ http://pitris.info/BBlean
|
| Mon Jun 30, 2008 7:57 pm |
|
 |
|
Niniel
BBDinosaur
Joined: Mon Nov 05, 2007 3:39 pm Posts: 732
|
 Re: BBsystraffic
pitris wrote: Set either BBsystraffic.alphaEnabled to true for alpha transparency or BBsystraffic.sctEnabled for single color transparency. What's the difference?
|
| Tue Jul 01, 2008 6:30 pm |
|
 |
|
Google
Sponsored Links
|
|
 |
|