| Author |
Message |
|
qwilk
Moderator
Joined: Mon Dec 06, 2004 12:06 am Posts: 405 Location: Kungsbacka, Sweden
|
Nightbreed wrote: Maybe you should let Qwilk know so he can update the plugins page?
Done! -> http://xoblite.net/plugins.html
BR//Karl -> qwilk
|
| Thu Jun 08, 2006 10:08 pm |
|
 |
|
Google
Sponsored Links
|
|
 |
|
Nightbreed
Moderator
Joined: Wed Jan 26, 2005 8:04 am Posts: 2252 Location: Philadelphia, PA
|
Thanks Qwilk 
_________________ if you can not believe it's not butter, then help out with the blackbox Wiki http://wiki.bb4win.org/wiki/Main_Page
|
| Thu Jun 08, 2006 11:06 pm |
|
 |
|
freeb0rn
Moderator
Joined: Mon Dec 06, 2004 1:43 am Posts: 109
|
Great job  Thanks for fixing it, I had problems compiling for some reason with newer versions of the VC toolkit that I didn't want to bother sorting because I'd forgotten how to code in C(++). I'm sorry for the awful code you had to sift through.
|
| Tue Jun 20, 2006 3:30 pm |
|
 |
|
KTamas
BBAdult
Joined: Sun Mar 19, 2006 8:18 pm Posts: 22
|
When I load bbfooamp 1.6, nothing happens. When I unload it, I get a few messageboxes saying: "Error: Could not open "<empty>" for writing."
|
| Sat Jun 24, 2006 10:32 am |
|
 |
|
pkt-zer0
BBDinosaur
Joined: Wed Feb 15, 2006 4:57 pm Posts: 249
|
You sure you're loading it into the slit?
What worked for me was loading bbSlit up, and putting bbFoomp in there. Made it unslitted afterwards, no more errors. I still have bbSlit loaded, though it might not even be necessary.
_________________ Dislike the lack of documentation for bb4win? You have the power to change this... Help out on the bb4win wiki.
|
| Sat Jun 24, 2006 1:24 pm |
|
 |
|
KTamas
BBAdult
Joined: Sun Mar 19, 2006 8:18 pm Posts: 22
|
pkt-zer0 wrote: You sure you're loading it into the slit? What worked for me was loading bbSlit up, and putting bbFoomp in there. Made it unslitted afterwards, no more errors. I still have bbSlit loaded, though it might not even be necessary.
I didn't see I have to load into the slit...anyways, tried to load into the slit, when I load it, same error.
|
| Sat Jun 24, 2006 1:29 pm |
|
 |
|
Ahnìon
BBNewborn
Joined: Wed Jun 28, 2006 2:36 pm Posts: 2
|
 Praise comment and feature pondering.
First of all, I love bbfoomp. I have a pretty minimalist bblean setup, but bbfoomp is, always was and most likely always will be a part of it.
Also, since no-one seems to have mentioned it, pkt-zer0's latest version seems to work perfectly with the 0.9.2 final release of foobar.
One minor issue though, cosmetic as it may be; bbfoomp seems to grab its info string from the same variable as bbleanbar does (i.e. the taskbar info line) and that now includes the appendage "[foobar2000 v0.9.2]".
I realise this has to relate to the earlier post about the "minimize to systray" function not working with bbfoomp - that is, it relates to figuring out how to grab foobar's own info strings rather than just the window title.
This rather makes me wish I'd learned to code, but then it doesn't really fit with my fuzzy logic way of thought.
At least, if someone does feel like attacking this issue (and probably solve a whole bunch of future issues with info lines and such in the process) the 0.9.2 SDK seems to be available now.
Once again, cheers to freeb0rn and the contributors for keeping this updated! It's very much appreciated.
|
| Wed Jun 28, 2006 2:59 pm |
|
 |
|
pkt-zer0
BBDinosaur
Joined: Wed Feb 15, 2006 4:57 pm Posts: 249
|
 Re: Praise comment and feature pondering.
Ahnìon wrote: Also, since no-one seems to have mentioned it, pkt-zer0's latest version seems to work perfectly with the 0.9.2 final release of foobar.  One minor issue though, cosmetic as it may be; bbfoomp seems to grab its info string from the same variable as bbleanbar does (i.e. the taskbar info line) and that now includes the appendage "[foobar2000 v0.9.2]".
Oh, so a new version is out. Hmm.
Well, I dealt with that appending thingy simply by cutting off the end of the text, if needed - since it wasn't there in previous versions. Changing the end of the search pattern (from "v0.9.1]" to "v0.9", for instance) should prove sufficient.
Attachments:
File comment: Minor cosmetic fix. Only changed files are included here.
changed.zip [25.21 KiB]
Downloaded 371 times
_________________ Dislike the lack of documentation for bb4win? You have the power to change this... Help out on the bb4win wiki.
Last edited by pkt-zer0 on Thu Jul 13, 2006 11:43 pm, edited 1 time in total.
|
| Wed Jun 28, 2006 10:31 pm |
|
 |
|
Ahnìon
BBNewborn
Joined: Wed Jun 28, 2006 2:36 pm Posts: 2
|
Cheers!
Of course... search pattern. Should've seen that one. Well, goes to show I shouldn't try coding, I suppose.
Thanks for the fix, pkt-zer0. Much appreciated.
I suppose foobar's tendency to "just work" doesn't really promote users to keep their eyes out for updates, eh?
Much the same with some of these plugins. As long as bbfoomp worked as intended I had no reason to request anything further.
Off to try this fix!
|
| Fri Jun 30, 2006 1:24 pm |
|
 |
|
qwilk
Moderator
Joined: Mon Dec 06, 2004 12:06 am Posts: 405 Location: Kungsbacka, Sweden
|
...FYI I'll post this update as "bbFoomp 1.6.1" on the xoblite.net plugins page, I hope that's OK with you. If not, let me know!
BR//Karl -> qwilk
|
| Tue Jul 11, 2006 11:38 pm |
|
 |
|
pkt-zer0
BBDinosaur
Joined: Wed Feb 15, 2006 4:57 pm Posts: 249
|

pkt-zer0 wrote: With that said, the source code isn't that horrible, and there are a few things I wouldn't mind to see in fooamp, so... *foreshadow* */foreshadow* Namely user defined button actions. Those are just command-line arguments, after all. Lack of playlist switching annoys me.
Took quite a while, eh? Anyway, I rewrote how buttons are handled now, therefore it's possible to select whatever image you want for each button, and set exactly what you want that button to do. Fairly easy to extend as well - adding extra button graphics and whatnot wouldn't be too hard now.
I still have to rewrite the style-handling part of the code, so that it'll work with shadows, but after that, I'm open for suggestions. I was thinking of a customizable number of buttons (doesn't make much sense to have more than nine now, with only so many icons, though), and other button arrangements, possibly.
Oh, and forget what I said about the source not being that horrible. It really is pretty bad.
EDIT: Okay, attached the DLL, source and docs are coming soon...
EDIT2: Added source/docs/whatever.
Attachments:
bbfoomp.zip [34.43 KiB]
Downloaded 413 times
_________________ Dislike the lack of documentation for bb4win? You have the power to change this... Help out on the bb4win wiki.
Last edited by pkt-zer0 on Sat Aug 19, 2006 10:03 am, edited 2 times in total.
|
| Fri Aug 11, 2006 9:20 pm |
|
 |
|
qwilk
Moderator
Joined: Mon Dec 06, 2004 12:06 am Posts: 405 Location: Kungsbacka, Sweden
|
pkt-zer0 wrote: Okay, attached the DLL, source and docs are coming soon...
...OK, then I'll wait for those before posting it on the plugins page...
BR//Karl -> qwilk
|
| Sun Aug 13, 2006 9:41 am |
|
 |
|
wscan
BBChild
Joined: Tue Aug 15, 2006 4:41 pm Posts: 6
|
 Can you post the src of blackbox :(
pkt-zer0
can you post the src of the black box, cuz' i can't rebuild with my sources
Code: http://xoblite.net/source/
and with dev-c++
in adviance thanks
|
| Fri Aug 18, 2006 2:54 pm |
|
 |
|
pkt-zer0
BBDinosaur
Joined: Wed Feb 15, 2006 4:57 pm Posts: 249
|
BBApi.h comes from here, blackbox.lib comes from here. Everything else should be included with the DLL. I think that should be enough to compile it...
_________________ Dislike the lack of documentation for bb4win? You have the power to change this... Help out on the bb4win wiki.
|
| Fri Aug 18, 2006 7:53 pm |
|
 |
|
qwilk
Moderator
Joined: Mon Dec 06, 2004 12:06 am Posts: 405 Location: Kungsbacka, Sweden
|
pkt-zer0 wrote: EDIT2: Added source/docs/whatever.
Hmm, I noticed the readme and the .cpp says "bbFoomp 1.7", but the pluginInfo says "bbFoomp 1.6.1". Are you sure the .dll is the latest build?
BR//Karl -> qwilk
|
| Fri Aug 18, 2006 9:15 pm |
|
 |
|
Google
Sponsored Links
|
|
 |
|
Who is online |
Users browsing this forum: Google [Bot] and 0 guests |
|
You cannot post new topics in this forum You cannot 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
|
|