Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: foo_ui_panels (Read 1317980 times) previous topic - next topic
0 Members and 23 Guests are viewing this topic.

foo_ui_panels

Reply #500
Trying out the new windowsize option but this code seems to do nothing for me. Am I putting the command in the wrong place or something?

Code: [Select]
$button(135,0,0,0,15,15,images\hmm\placeholder.png,images\hmm\overlay.png,WINDOWSIZE:256:350:LEFT:TOP,)

I think this part is wrong
WINDOWSIZE:256:350:LEFT:TOP

As the PanelsUI readme says WINDOWSIZE has just two parameters, width and height.
Try removing the ":LEFT:TOP" part


It won't resize with or without the anchor points  Using the 0.7.5 release if that helps. Oh, tooltips are nifty


foo_ui_panels

Reply #502
Trying out the new windowsize option but this code seems to do nothing for me. Am I putting the command in the wrong place or something?

Code: [Select]
$button(135,0,0,0,15,15,images\hmm\placeholder.png,images\hmm\overlay.png,WINDOWSIZE:256:350:LEFT:TOP,)

Try placing command in single quotes maybe?

EDIT:  Just did a test.  It seems the WINDOWSIZE command does not work from within a Track Display.  It works fine, including anchor points, from the main PanelsUI config.

If image path contains # character then does not show image.

Code: [Select]
G:\Music\Honey Family\2006) Single - #01\Honey Family_Single.jpg

This is a known issue.  No workaround to my knowledge.

upgraded to latest panels UI and now i cant click on the scpl. Using fofr latest release 0.5 is displays the playlist i cant single or double click on any item. any ideas?

Do you have PrettyPopup installed?  This and a few other components are incompatible and cause similar problem with the latest version of PanelsUI.  Scan back in the thread to when 0.7.5 was released to see what people found.

foo_ui_panels

Reply #503
I'm trying to make a desktop foobar for myself. So i put my desktop background as background for foobar. But now i can't see the difference to foobar and desktop offcourse. So when i click and drag on foobar foobar gets moved. And i don't want that.
Is it possible to lock foobar to the desktop or just lock foobar in the place it is? If not, can you make that a feature?

Second, can you make a function where you can tell foobar to stand relative to the height of your desktop? So that you can still use other parts (icons, desktop property, rainlender2 etc) of the desktop, but also have foobar on it.
Inter Deum et Diabolum semper Musica est", Tanzwut

foo_ui_panels

Reply #504

upgraded to latest panels UI and now i cant click on the scpl. Using fofr latest release 0.5 is displays the playlist i cant single or double click on any item. any ideas?

Do you have PrettyPopup installed?  This and a few other components are incompatible and cause similar problem with the latest version of PanelsUI.  Scan back in the thread to when 0.7.5 was released to see what people found.


Dont have prettyPop installed, i'll have to have a look further back.

foo_ui_panels

Reply #505
After use shorcut key, play list lose focus.

It's not a big problem but annoying me...

pleasse, fix it..

foo_ui_panels

Reply #506
EDIT:  Just did a test.  It seems the WINDOWSIZE command does not work from within a Track Display.  It works fine, including anchor points, from the main PanelsUI config.


Thank you

foo_ui_panels

Reply #507
Bug
When I used "PanelsUI",I found that the plugin could not support chinese character perfectly. In "PanelsUI", a Chinese word is displayed in two bytes but not a word in 0.6,it still could be insert the panel in the chinese name,but in 0.7 it actually does not support to use chinese when you are editing something ....
as followed is the demonstrations the mistake by a section of codes:
Code: [Select]
$if(
$or(%ispaused%,$not(%isplaying%)),
$panel(Menu,Menu,0,0,%_width%,18,),
$panel(Playing,Track Display,0,0,%_width%,18,)
)
$panel(Playlist,Single Column Playlist,$sub(%_width%,320),18,320,$sub(%_height%,43),)

$panel(Playing,歌词秀,0,18,$sub(%_width%,320),$sub(%_height%,43),)

$panel(Buttons,Track Display,0,$sub(%_height%,25),%_width%,25,)

PS: 歌词秀 foo_uie_lyrics.dll

foo_ui_panels

Reply #508
Bug
I can't get $font() statements to work with $button2() anymore.
example doesn't work:
Code: [Select]
$button2(0,0,0,0,30,13,$font(tahoma,8,,0-0-0)Forward,$font(tahoma,8,underline,0-0-0)Forward,'Seek ahead by 10 seconds',)
this does work:
Code: [Select]
$button2(0,0,0,0,30,13,Forward,Forward,'Seek ahead by 10 seconds',)
request:
WIDOWSIZE:MAX:MAX
elevatorladylevitateme

foo_ui_panels

Reply #509
Question on transparency of panels:

I'm wondering if it's possible to make playlist tabs transparent in the same way that the menu bar or the seekbar are. I'm trying to put an brushed metal image behind the entire design, and it's working everywhere except the playlist tabs, which retain their nasty system gray color. Is this something that could be accomplished by foo_ui_panels, or would it have to be implemented by the panel itself? Or, does anybody have another idea for a way around this?

I made an animated gif to demonstrate what I'm talking about - click on the thumb:



Code: [Select]
$panel(NateButtons,Track Display,10,21,150,150,)
//$drawrect(-1,-1,$add(%_width%,2),$add(%_height%,2), brushcolor-212-208-200)
$imageabs2(%_width%,%_height%,0,0,3000,3000,0,0,images\brushed.jpg, nokeepaspect)
$panel(NateMenu,Menu,0,0,%_width%,20,)
$panel(NateWindow,Track Display,170,21,$sub(%_width%,170),150,)
$panel(NateSeekbar,Seekbar,10,175,$sub(%_width%,20),20,)
$panel(NateTabs,Playlist tabs,10,200,$sub(%_width%,20),$sub(%_height%,215),)
$panel(NatePlaylist,Columns Playlist,20,230,$sub(%_width%,40),$sub(%_height%,255),)


Thanks!

-Nate

foo_ui_panels

Reply #510
Bug
I can't get $font() statements to work with $button2() anymore.
example doesn't work:
Code: [Select]
$button2(0,0,0,0,30,13,$font(tahoma,8,,0-0-0)Forward,$font(tahoma,8,underline,0-0-0)Forward,'Seek ahead by 10 seconds',)

this does work:
Code: [Select]
$button2(0,0,0,0,30,13,Forward,Forward,'Seek ahead by 10 seconds',)

request:
WIDOWSIZE:MAX:MAX

Try this.
Code: [Select]
$button2(0,0,0,0,30,13,'$font(tahoma,8,,0-0-0)'Forward,'$font(tahoma,8,underline,0-0-0)'Forward,'Seek ahead by 10 seconds',)

foo_ui_panels

Reply #511
Nice. I've updated the wiki accordingly.
elevatorladylevitateme

foo_ui_panels

Reply #512
request:
- buttons in the single column playlist
- an answer why my first perfectly rating code doesn't work anymore? have you done something with the alignment of the buttons (see post 435)

bug:
if you load something from windows explorer with the right click menu and choose play in foobar the window changes size when it's first maximalised

btw great component

foo_ui_panels

Reply #513
Question @terrestrial:
Did you finally added unicode support?
This doesn't work
Code: [Select]
$font(Arial Unicode MS,9,,210-210-210)$char(266B)

foo_ui_panels

Reply #514
After use shorcut key, play list lose focus.

It's not a big problem but annoying me...

pleasse, fix it..


I agree, i have a quicksearch panel that is being focused when i press F3, but when i press enter (after having searched) it doesn't give focus to the playlist, so it's pretty annoying, and its the only thing that holds me from using panels_ui right now

 

foo_ui_panels

Reply #515
Nice. I've updated the wiki accordingly.

If you follow the example from the tagging section for $button() in the wiki, then the whole string should be enclosed in single quotes.  This is how I have mine setup, and everything works well.

Code: [Select]
$button2(0,0,0,0,30,13,'$font(tahoma,8,,0-0-0)Forward','$font(tahoma,8,underline,0-0-0)Forward','Seek ahead by 10 seconds',)


Question @terrestrial:
Did you finally added unicode support?
This doesn't work
Code: [Select]
$font(Arial Unicode MS,9,,210-210-210)$char(266B)

$char() values are decimal values.  Convert 266B to decimal and try it - $char(9835)

foo_ui_panels

Reply #516
Quote
$char() values are decimal values.  Convert 266B to decimal and try it - $char(9835)

Thanks   
I didn't know that.  So I have one question: How do I convert to decimal???


foo_ui_panels

Reply #518
If you follow the example from the tagging section for $button() in the wiki, then the whole string should be enclosed in single quotes.  This is how I have mine setup, and everything works well.

Well, the non-working example I posted in #509 came straight from the wiki.
(It is really is falling behind, I should have some free time tomarrow to give it some work.)
[edit] the above red comment refers to the track_info_mod reference page
elevatorladylevitateme

foo_ui_panels

Reply #519
Yeah I know, the wiki is inconsistent sometimes.  But I think placing everything in single quotes might be the safest way to go...what's your opinion?  I don't care which version is in the wiki as long as it's consistent and it works.

Quote

$char() values are decimal values.  Convert 266B to decimal and try it - $char(9835)

Thanks   
I didn't know that.  So I have one question: How do I convert to decimal???

The easy way is to open up the windows calculator, enter scientific mode, and just convert it.

If you wanna learn at the same time....it's like binary but base 16.  So the first (right-most) digit is 16^0 (16 to the power of 0), which is one.  So the digit is 0-9 then A-F (10-15).  To get the decimal value for that digit, multiply the digit times the value of the place it's in.  So for the first digit, 'A' would equal 10*1=10.  To get the decimal value for a hex number, add the decimal values of all the places.  They follow this pattern -

Place    Value            =
1      -      16^0      -      1
2        -    16^1      -      16
3        -    16^2      -      256
4        -    16^3      -      4096
etc....

foo_ui_panels

Reply #520
IMO the easiest way to convert between hex and decimal is using the windows calculator.

Winkey+R, "calc", <enter>
Switch to the scientific calculator from View> Scientific

Press F5, type in your Hex value, press F6 and the Decimal value is displayed
Press F6, type in your Decimal value, press F5 and the Hex value is displayed

foo_ui_panels

Reply #521
yeah, but if you can do it in your head, that's even easier.



</off topic>
elevatorladylevitateme


foo_ui_panels

Reply #523
Congratulations for your panel! I migrated lately, because I didn't know it supersedes trackinfo_mod. The migration from old trackinfo_mod went so fine... And all my bugs seem to be fixed... (high cpu on notebook/persecond, no leftclicking in preferences)...

foo_ui_panels

Reply #524
Congratulations for your panel! I migrated lately, because I didn't know it supersedes trackinfo_mod. The migration from old trackinfo_mod went so fine... And all my bugs seem to be fixed... (high cpu on notebook/persecond, no leftclicking in preferences)...

And also very important for album-art lovers: Panels_UI no longer has problems with progressive JPG. Trackinfo_mod would always show the first scan of a progressive JPG so you'd get very blurry and blocky JPG's, but Panels_UI doesn't
Les mots d'amour...