Recommended Posts

Lovely, just what i was thinking :p

Ty Br3tt :p

Now to wait for the mini player and im happy :p, wondering what will come up from that twisted mind that Br3tt has :p

EDIT: I had the urge to have the new iPod Nano on my desk... haha, i think it could make a good mini player, but itll be vista only... crap... stupid transparency :p

Edited by Dom
hi Br3tt

thanks for the awesome release!

am getting the same problem as 112233! ^^

just another thing, is there anyway to sort the Library via directory structure instead?

Hi,

i think i know what's th pb (XP users only)

I'll put a patch this afternoon to fix it ;)

bye

Edited by Br3tt
okay, lets see if i can get this right first time..

mogfuu0.2 is done!

mogfuu0.2.png

thanks for all of the feedback, and patience with the previous version.. heh

Moglenstar, did you ever happen to fix the issue with wsh causing the crash with this one?

Moglenstar, did you ever happen to fix the issue with wsh causing the crash with this one?

If I remember correctly, the problem was because of foo_uie_wsh_panel.dll, or something.. but you can achieve the same effects that I had, using foo_uie_powerpanels.dll and some fancy resizing drawrect's.

I don't use the config anymore myself, so I'm not offering any support, or modifying it, for now.

I'm using Brumal's Winter config.

I was first wondering how I can change the "Panel UI" at the top. heh sorry new to panelui.

My 2nd question is how can I change the number of panels that you can cycle through? I don't use explorer tree, lyrics, or playlist switcher. I tried to uncomment them in the config, but it still cycled to that spot but was just blank. Any ideas? Thanks in advance.

foobar.gif

obscure detour

That looks completely VS dependent, dreamz.

i know. i already created the visual style (using it right now). i just don't know how to remove the various elements from the foobar interface and create the layout and progressbar shown in my mockup.

fb2000jk4.png

// Global

$puts(bgColor,250-250-250)
$puts(pgBgColor,0-0-0)
$puts(pgAtColor,100-200-250)
$puts(fontColor,0-0-0)

$puts(padX,5)
$puts(padY,10)

$puts(scplX,$get(padX))
$puts(scplY,$get(padY))
$puts(scplW,$eval(%_width%-{$get(padX)*2}))

$puts(pgTxtH,28)
$puts(pgTxtX,$get(padX))
$puts(pgTxtY,$eval(%_height%-$get(pgTxtH)))
$puts(pgTxtW,$eval(%_width%-{$get(padX)*2}))

$puts(pgH,2)
$puts(pgX,$get(padX))
$puts(pgY,$eval($get(pgTxtY)+{{$get(pgTxtH)-$get(pgH)}/2}))

$puts(pgPad,5)



// Background

$drawrect(0,0,0,0,brushcolor-$get(bgColor) pencolor-$get(bgColor))



// PerTrack

$if(%isplaying%,
	$puts(scplH,$eval(%_height%-$get(padY)-$get(pgTxtH)))
,
	$puts(scplH,$eval(%_height%-{$get(padY)*2}))
)
$panel(scpl,Single Column Playlist,$get(scplX),$get(scplY),$get(scplW),$get(scplH),)



// PerSecond

$if(%isplaying%,

$alignabs($get(pgTxtX),$get(pgTxtY),$get(pgTxtW),$get(pgTxtH),left,middle)
$font(Webdings,10,,$get(fontColor))4
$puts(spaces1,$calcwidth(4))

$alignabs($get(pgTxtX),$get(pgTxtY),$get(pgTxtW),$get(pgTxtH),right,middle)
$font(Segoe UI,8,,$get(fontColor))%playback_time%/%length%
$puts(spaces2,$calcwidth(%playback_time%/%length%))

$puts(pgX,$eval($get(pgX)+$get(spaces1)))
$puts(pgW,$eval($get(pgTxtW)-$get(spaces1)-$get(spaces2)-$get(pgPad)))
$puts(currentPGW,$eval({$get(pgW)*%playback_time_seconds%}/%length_seconds%))

$drawrect($get(pgX),$get(pgY),$get(pgW),$get(pgH),brushcolor-$get(pgBgColor) pencolor-$get(pgbgColor))
$ifgreater($get(currentPGW),0,
$drawrect($get(pgX),$get(pgY),$get(currentPGW),$get(pgH),brushcolor-$get(pgAtColor) pencolor-$get(pgAtColor))
,)

)

dreamz, here my code as your request.

I don't know what you want foobar to look like when the song didn't play,

so I just hide the progress bar when not playing.

And for scpl config i'll leave it to you :)

My first attempt with Columns UI, let me know what you think?

2057835229_19d5dd3f5e_o.jpg

Only thing I'm disappointed with is that I can't find how to change the colour of the progress bar or indeed any of the light blue toolbar without Panels UI (which is too difficult for me at the mo).

Also the default windows scroller colour is quite obtruding on the black album list panel

(ANYONE WHO KNOWS HOW TO CHANGE THESE THINGS WITH COLUMNS UI PLEASE LET ME KNOW??)

Here my config, slawekebi.

Required components:

- foo_ui_panels (I recommended v.0.13.8)

- foo_cwb_hooks

My config was for minimalistic so don't expect it to had a lot of functionality :)

Edited: Oops.. I forgot something.. Fonts use in my config was Century Gothic (come with MS Office), and Calibri (Vista).

dreamz.zip

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • HomeBank 5.10.1 by Razvan Serea HomeBank is a free software (as in "free speech" and also as in "free beer") that will assist you to manage your personal accounting. It is designed to easy to use and be able to analyse your personal finance and budget in detail using powerful filtering tools and beautiful charts. If you are looking for a completely free and easy application to manage your personal accounting, budget, finance then HomeBank should be the software of choice. HomeBank also benefits of more than 19 years of user experience and feedback, and is translated by its users in around 56 languages. Highlights: Cross platform, supports GNU/Linux, Microsoft Windows, Mac OS X Import easily from Intuit Quicken, Microsoft Money or other software Import bank account statements (OFX, QIF, CSV, QFX) Duplicate transaction detection Automatic cheque numbering Various account types : Bank, Cash, Asset, Credit card, Liability Scheduled transaction Category split Internal transfer Month/Annual budget Dynamic powerful reports with charts Automatic category/payee assignment Vehicule cost HomeBank 5.10.1 changelog: change: the input field helper icon + fixed some spacing inconsistency change: transaction, added some missing input tooltips and reworked existing change: category, payee and tag window add input now have a tooltip and button change: split window, refactored the layout change: split window, add display of memo and date wish : #2106800 budget report option to exclude transfers from unbudgeted line bugfix: prevent deletion of non pending transaction when rejecting bugfix: transaction warning for no rate faultly showing in transfer bugfix: report missing space for filter tooltip icon bugfix: budget report missing filter tooltip bugfix: manage account closed icon was hidding budget icon bugfix: #2154771 view transcations requires hitting Escape or X twice to close dialog bugfix: #2154337 transfer to/from closed account with different currency don't show the amount bugfix: #2154234 scheduled transaction recurring pattern daily value limited to 100 bugfix: #2149897 view split for closed accounts bugfix: #2148561 global time chart do not shows current period by default bugfix: #2148456 the main screen Total Chart is no longer showing an overall total bugfix: #2147497 editing a transaction resets scroll position bugfix: #2147377 balance mixup with transaction same day sort by amount bugfix: #2147052 quarter are wrong when fiscal year is jan 1 bugfix: #2147048 all events for the month are late but today is only the 1st bugfix: #2144993 impossible to search for transactions by value for values >999,99 bugfix: #2144698 adding new Category/Payee/Tags requires hitting -Enter- bugfix: #2144419 QIF Account name detection fail on import bugfix: #2142349 can't delete account groups bugfix: #2139409 account maximum limit is not fully used (example credit card) bugfix: #2133783 transfers shouldn't add to dashboard top spending reports Download: HomeBank 5.10.1 | 20.5 MB (Open Source) Download: 3rd party packages (macOSX. Ubuntu...etc) View: HomeBank Website | Support | Features | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Same, price was right for my Home, laptop, phone. Works great!
    • Brave and Firefox. I’ve been using them as my primary browsers for a while now, perfect combo
    • They want Ring 0 access. Should be a hard no. A middle ground needs to be found.
  • Recent Achievements

    • Experienced
      JayZJay went up a rank
      Experienced
    • Reacting Well
      Sir_Timbit earned a badge
      Reacting Well
    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
    • Week One Done
      jojodbn earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      524
    2. 2
      PsYcHoKiLLa
      232
    3. 3
      Edouard
      135
    4. 4
      ATLien_0
      88
    5. 5
      Steven P.
      83
  • Tell a friend

    Love Neowin? Tell a friend!