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 1318014 times) previous topic - next topic
0 Members and 25 Guests are viewing this topic.

foo_ui_panels

Reply #2525
Br3tt, what font is this (the LED dotted font)? And where available? Thx.


foo_ui_panels

Reply #2527
So I want to make a button to carry out file operations (Move, Rename or Copy Files), but I'm having trouble with it because of the ",".

I've got this, but it isn't working:

$button($sub(%_width%,1,43,),10,0,0,0,0,/images\btn-wiki.png,/images\btn-wikih.png,File Operations/Move, Rename or Copy Files,TOOLTIP:"Move & Rename Files")


foo_ui_panels

Reply #2529
So I want to make a button to carry out file operations (Move, Rename or Copy Files), but I'm having trouble with it because of the ",".

I've got this, but it isn't working:

$button($sub(%_width%,1,43,),10,0,0,0,0,/images\btn-wiki.png,/images\btn-wikih.png,File Operations/Move, Rename or Copy Files,TOOLTIP:"Move & Rename Files")

try 'Move, Rename or Copy Files'
Thinking Outside The Box

 

foo_ui_panels

Reply #2530
hello there,

I have a problem with command picture.

When i wrote this code

Code: [Select]
$if($fileexists ($replace(%path%,%filename_ext%,)folder.jpg,NOKEEPASPECT),
$imageabs2(60,60,,,,,110,3,/yeye\nocover.png,),
$imageabs2(60,60,,,,,110,3,$replace(%path%,%filename_ext%,)folder.jpg,NOKEEPASPECT)
)


i see folder.jpg but when this picture isn't in the folder, nocover.png doesn't display.

path "/yeye\nocover.png" is correct, because when i reverse the second with the last line, i see everywhere nocover pic even if no folder.jpg is present.

Someone can help me ?

foo_ui_panels

Reply #2531
A simple question (I guess its stupid).
I have looked in the wiki, and saw a picture of a Font Effects dialog that looks very helpful. But it says that I have to click on the Effects button in the configuration window.
I open the config. window and I don't see any button that opens that window. I'm using 0.13.8 beta. Is that feature deprecated? What did I do wrong?
Thanks in advance.

foo_ui_panels

Reply #2532
That was added in the 0.14.10 version.
However, all versions after 0.14.9 are quite crash-happy, and are generally unrecommended. 

The wiki will be updated this weekend to remove this sort of confusion.
elevatorladylevitateme

foo_ui_panels

Reply #2533
hello there,

I have a problem with command picture.

When i wrote this code
...
i see folder.jpg but when this picture isn't in the folder, nocover.png doesn't display.

path "/yeye\nocover.png" is correct, because when i reverse the second with the last line, i see everywhere nocover pic even if no folder.jpg is present.

Someone can help me ?


You have mixed up some parameters, also you logic is back to front. If the file exists you want to show that not the no-cover image.

Code: [Select]
$if($fileexists($replace(%path%,%filename_ext%,)folder.jpg),
$imageabs2(60,60,,,,,110,3,$replace(%path%,%filename_ext%,)folder.jpg,NOKEEPASPECT),
$imageabs2(60,60,,,,,110,3,/yeye\nocover.png,)
)

foo_ui_panels

Reply #2534
thank you ... i work on it for 5 hours, and i have head explosed.

foo_ui_panels

Reply #2535
Hurr another quick question.. sorry for being such a noob.

I can't figure out how to use the CONTEXT-SELECTED fuction.

say I have

Code: [Select]
$button($sub(%_width%,1,79,),10,0,0,0,0,/images\btn-discogs.png,/images\btn-discogsh.png,Discogs/Write tags...,TOOLTIP:"Get tags from Discogs")


from what I understand, all I would have to do is change it to

Code: [Select]
$button($sub(%_width%,1,79,),10,0,0,0,0,/images\btn-discogs.png,/images\btn-discogsh.png,Discogs/Write tags...,CONTEXT-SELECTED TOOLTIP:"Get tags from Discogs")


That doesn't appear to work though..

e-cookie to whoever can help!

foo_ui_panels

Reply #2536
Context-selected broke in 0.14.x, I believe, you'd have to use 0.13.8
elevatorladylevitateme

foo_ui_panels

Reply #2537
ok i try ask again same question: is it possible to get back "sort new added tracks at the end of playlist" in 0.14.12 back somehow?

foo_ui_panels

Reply #2538
I don't know what you are talking about. There has never really been such a panelsUI feature. PanelsUI uses the default that all of Foobar uses:

Preferences -> General -> sort incoming files by...
elevatorladylevitateme

foo_ui_panels

Reply #2539
sorry i just explained it wrong. i mean: 14.12 has new function draging tracks in playlist by mouse, you know. and now when i drag tracks to foobar from explorer for example, it always leave them where i drop them, but i want them at the end of playlist, like it was in the older versions? any chance to change this behaviour somewhere?

foo_ui_panels

Reply #2540
Nope, it's considered an improvement.
Just scroll to the end of the playlist before you drop them.
Not that hard, right?
elevatorladylevitateme

foo_ui_panels

Reply #2541
Nope, it's considered an improvement.
Just scroll to the end of the playlist before you drop them.
Not that hard, right?


not hard but annoying enough to me. according to versionhistory, it's available since 14.1 but not in 14.0 and i converted to 14.x mainly for hidetitlebar option available by button. does anybody has PanelsUI 14.0 version or anybody knows whereto get it?

foo_ui_panels

Reply #2542
Foobar is crashing when Im trying to configure the Group Display or the Item Display of a SingleColumnPlaylist. To be clear, it does not crash when I merely change the text, but when I alter it in any way i.e. if I delete the whole textbox to make its value equal "" or if I enter different code and then press OK.
Im configuring the SCP with the ColumnsUI configuration dialog.

Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 00EBE7B0h
Access violation, operation: read, address: 00000014h
Call path:
entry=>app_mainloop
This is the first crash logged by this instance.
Code bytes (00EBE7B0h):
00EBE770h:  99 F7 7F 08 C7 44 24 0C 1C 00 00 00 C7 44 24 10
00EBE780h:  02 00 00 00 89 74 24 1C 39 47 10 89 47 14 7E 12
00EBE790h:  6A 01 8D 4C 24 10 51 6A 01 53 FF 15 F8 33 F6 00
00EBE7A0h:  EB 0B 6A 00 6A 01 53 FF 15 30 33 F6 00 8B 77 24
00EBE7B0h:  3B 6E 14 7F 0F 8B 57 14 83 C2 01 0F AF 57 08 3B
00EBE7C0h:  56 18 7E 11 8B 47 14 83 C0 01 0F AF 47 08 8B CD
00EBE7D0h:  E8 2B 61 03 00 8B 47 0C 8B F7 E8 51 01 00 00 5E
00EBE7E0h:  5D 83 C4 20 C2 04 00 CC CC CC CC CC CC CC CC CC
Stack (0012E1CCh):
0012E1ACh:  0117DCDC 7C9D93C0 77F443DD 7C9D93C0
0012E1BCh:  00000004 00000000 0117D1E8 00000000
0012E1CCh:  7E36B5F5 0012E4FC 00FC6B50 0000001C
0012E1DCh:  00000002 00000001 0012E1EC 00000000
0012E1ECh:  0012E4FC 00EBEDA6 00EBEDB7 00ED7249
0012E1FCh:  00000000 00FC6B50 00000000 01FEB785
0012E20Ch:  0012E2E4 0012E4FC 00ED7249 00000000
0012E21Ch:  0012E2E4 00ED72CA E1143F71 00000000
0012E22Ch:  00FC6B50 00FC6B50 0012E358 773B1ED7
0012E23Ch:  00000000 001689E8 00000000 7E3684FC
0012E24Ch:  7E3685A4 00110946 00000000 00F6A5BC
0012E25Ch:  00000000 00000000 00000000 00000064
0012E26Ch:  00F6A5BC 00FCD160 00000011 00000011
0012E27Ch:  00000000 00000000 00F6A5BC 012237D0
0012E28Ch:  00000075 00000075 00000064 00F6A5BC
0012E29Ch:  00FCD218 00000018 00000018 00000007
0012E2ACh:  00F6A5BC 01223470 00000001 00000001
0012E2BCh:  00000000 00F6A5BC 012236A8 0000011C
0012E2CCh:  0000011C 0000010D 00000000 00FC6BC0
0012E2DCh:  00FC6B50 004DF5A4 0012E330 0012E374
Registers:
EAX: 00000000, EBX: 00000000, ECX: 0012E1B8, EDX: 7C91EB94
ESI: 00000000, EDI: 00FC6B50, EBP: 00ED7249, ESP: 0012E1CC
Crash location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h

Loaded modules:
foobar2000   loaded at 00400000h - 004F3000h
ntdll loaded at 7C910000h - 7C9C7000h
kernel32 loaded at 7C800000h - 7C907000h
COMCTL32 loaded at 773A0000h - 774A3000h
msvcrt   loaded at 77BE0000h - 77C38000h
ADVAPI32 loaded at 77DA0000h - 77E4A000h
RPCRT4   loaded at 77E50000h - 77EE1000h
GDI32 loaded at 77EF0000h - 77F37000h
USER32   loaded at 7E360000h - 7E3F0000h
SHLWAPI   loaded at 77F40000h - 77FB6000h
SHELL32   loaded at 7C9D0000h - 7D1EF000h
ole32 loaded at 774B0000h - 775ED000h
shared   loaded at 10000000h - 10029000h
comdlg32 loaded at 76350000h - 7639A000h
MSCTF loaded at 746A0000h - 746EB000h
foo_albumlist loaded at 00A20000h - 00A67000h
OLEAUT32 loaded at 770F0000h - 7717C000h
foo_cdda loaded at 00A70000h - 00AA6000h
foo_converter loaded at 00AC0000h - 00B29000h
foo_dsp_std   loaded at 00B50000h - 00B91000h
foo_input_std loaded at 00BC0000h - 00CD4000h
foo_rgscan   loaded at 00D00000h - 00D48000h
foo_uie_quicksearch   loaded at 00D70000h - 00DB6000h
foo_ui_columns   loaded at 00DE0000h - 00E86000h
foo_ui_panels loaded at 00EB0000h - 00F99000h
IMM32 loaded at 76330000h - 7634D000h
gdiplus   loaded at 4EBA0000h - 4ED43000h
uxtheme   loaded at 5B0F0000h - 5B128000h
foo_ui_std   loaded at 00FD0000h - 01027000h
foo_winamp_spam   loaded at 01050000h - 0106F000h
foo_uie_vis_channel_spectrum loaded at 01080000h - 010A8000h
MSIMG32   loaded at 76320000h - 76325000h
imagehlp loaded at 76C50000h - 76C78000h
DBGHELP   loaded at 59DD0000h - 59E71000h
VERSION   loaded at 77BD0000h - 77BD8000h

Stack dump analysis:
Address: 7E36B5F5h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "InvalidateRect" (+00000000h)
Address: 00EBEDA6h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00EBEDB7h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00ED7249h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00ED7249h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00ED72CAh, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 773B1ED7h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "RemoveWindowSubclass" (+000001ABh)
Address: 7E3684FCh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Address: 7E3685A4h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Address: 00F6A5BCh, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F6A5BCh, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F6A5BCh, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F6A5BCh, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F6A5BCh, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F6A5BCh, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 004DF5A4h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 773C0D5Dh, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+00004EBDh)
Address: 773B1ED7h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "RemoveWindowSubclass" (+000001ABh)
Address: 7C920732h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C91EE18h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "strchr" (+00000117h)
Address: 7C920738h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlAllocateHeap" (+00000164h)
Address: 7C920732h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C9206ABh, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlAllocateHeap" (+000000D7h)
Address: 7C9206EBh, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 7C9205D4h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlAllocateHeap" (+00000000h)
Address: 773C0D5Dh, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+00004EBDh)
Address: 773C0D5Dh, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+00004EBDh)
Address: 7E368816h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+0000014Fh)
Address: 7E36885Ah, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+00000193h)
Address: 7E36882Ah, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+00000163h)
Address: 7E390457h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E390457h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E368830h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+00000169h)
Address: 7E36882Ah, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+00000163h)
Address: 7E36B89Bh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetParent" (+0000016Ch)
Address: 773C0D5Dh, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+00004EBDh)
Address: 7E3688A6h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowLongW" (+00000000h)
Address: 7E36B903h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "SendMessageW" (+00000049h)
Address: 773BF3B3h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+00003513h)
Address: 773BEFB3h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+00003113h)
Address: 773BF01Ah, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0000317Ah)
Address: 7E36CE0Bh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowTextW" (+00000055h)
Address: 7C9205C8h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlFreeHeap" (+0000018Bh)
Address: 7C920551h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlFreeHeap" (+00000114h)
Address: 7C92056Dh, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 7E368734h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+0000006Dh)
Address: 7E368734h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+0000006Dh)
Address: 773BEFB3h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+00003113h)
Address: 00F614D5h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00ED53ECh, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 7C91EE18h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "strchr" (+00000117h)
Address: 7C920570h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlFreeHeap" (+00000133h)
Address: 7C92056Dh, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 00F43327h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F43346h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00EF3F81h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F4C6C0h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F43346h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00EB127Dh, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F615C1h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00ED7369h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00EDB08Ch, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F6A5BCh, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 7E36B393h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DefWindowProcW" (+00000057h)
Address: 7E36B3A7h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DefWindowProcW" (+0000006Bh)
Address: 7E3688A6h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowLongW" (+00000000h)
Address: 7E3688A6h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowLongW" (+00000000h)
Address: 7E390457h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E36B3B0h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DefWindowProcW" (+00000074h)
Address: 7E36B3A7h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DefWindowProcW" (+0000006Bh)
Address: 773C9954h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0000DAB4h)
Address: 773C8EA4h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0000D004h)
Address: 773C99B0h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0000DB10h)
Address: 7E36B3A7h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DefWindowProcW" (+0000006Bh)
Address: 773C9954h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0000DAB4h)
Address: 7E368734h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+0000006Dh)
Address: 773C8EA4h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0000D004h)
Address: 00EFAE80h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 7E373745h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "PrivateExtractIconExW" (+000002B2h)
Address: 7E368734h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+0000006Dh)
Address: 773C8EA4h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0000D004h)
Address: 773C8EA4h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0000D004h)
Address: 7E368816h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+0000014Fh)
Address: 7C9205C8h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlFreeHeap" (+0000018Bh)
Address: 7C920551h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlFreeHeap" (+00000114h)
Address: 7C92056Dh, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 7E368F9Ch, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetSystemMetrics" (+00000000h)
Address: 7E36882Ah, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+00000163h)
Address: 77EF5B80h, location: "GDI32", loaded at 77EF0000h - 77F37000h
Symbol: "SelectObject" (+00000000h)
Address: 7E375865h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DrawStateW" (+00000118h)
Address: 7E37587Ch, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DrawStateW" (+0000012Fh)
Address: 7E3C02C0h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Address: 77EF7591h, location: "GDI32", loaded at 77EF0000h - 77F37000h
Symbol: "CreateCompatibleBitmap" (+00000577h)
Address: 7C91EE18h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "strchr" (+00000117h)
Address: 7C920570h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlFreeHeap" (+00000133h)
Address: 7C92056Dh, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 773C8026h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0000C186h)
Address: 7E38E947h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DrawFrameControl" (+00000040h)
Address: 7E38E95Bh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DrawFrameControl" (+00000054h)
Address: 773C8A8Dh, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0000CBEDh)
Address: 77EF88B4h, location: "GDI32", loaded at 77EF0000h - 77F37000h
Symbol: "SetBrushOrgEx" (+000001D0h)
Address: 77EF89DBh, location: "GDI32", loaded at 77EF0000h - 77F37000h
Symbol: "SetBrushOrgEx" (+000002F7h)
Address: 773C8E67h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0000CFC7h)
Address: 77EF5A0Eh, location: "GDI32", loaded at 77EF0000h - 77F37000h
Symbol: "GdiReleaseDC" (+00000018h)
Address: 7E3688A6h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowLongW" (+00000000h)
Address: 7E3684B2h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Address: 7E3686BEh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "ReleaseDC" (+00000021h)
Address: 00F5BFC3h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F339F3h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F39004h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 773C90A0h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0000D200h)
Address: 77EF88B4h, location: "GDI32", loaded at 77EF0000h - 77F37000h
Symbol: "SetBrushOrgEx" (+000001D0h)
Address: 77EF89DBh, location: "GDI32", loaded at 77EF0000h - 77F37000h
Symbol: "SetBrushOrgEx" (+000002F7h)
Address: 7E369491h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowLongA" (+00000034h)
Address: 00F261FBh, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 7E390457h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E369498h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowLongA" (+0000003Bh)
Address: 7E369491h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowLongA" (+00000034h)
Address: 00F262A5h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F261FBh, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F261FBh, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F5BAFDh, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F262AAh, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 7E368734h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+0000006Dh)
Address: 00F261FBh, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F261FBh, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 7E368816h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+0000014Fh)
Address: 7E36885Ah, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+00000193h)
Address: 7E36882Ah, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+00000163h)
Address: 77EF6A48h, location: "GDI32", loaded at 77EF0000h - 77F37000h
Symbol: "GdiGetCodePage" (+00000068h)
Address: 77EF6A53h, location: "GDI32", loaded at 77EF0000h - 77F37000h
Symbol: "GdiGetCodePage" (+00000073h)
Address: 77EF88B4h, location: "GDI32", loaded at 77EF0000h - 77F37000h
Symbol: "SetBrushOrgEx" (+000001D0h)
Address: 77EF89DBh, location: "GDI32", loaded at 77EF0000h - 77F37000h
Symbol: "SetBrushOrgEx" (+000002F7h)
Address: 7E36B89Bh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetParent" (+0000016Ch)
Address: 00F261FBh, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 7E36B8BAh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "SendMessageW" (+00000000h)
Address: 7E36B903h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "SendMessageW" (+00000049h)
Address: 00EEE998h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00ED9E7Ch, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00EDAE37h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 773C8EA4h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0000D004h)
Address: 7E36BE69h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetForegroundWindow" (+0000001Eh)
Address: 7E36BE83h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "EnableWindow" (+00000012h)
Address: 00ED9912h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00EDAE37h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F2E534h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F5BEA1h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F2E534h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F33787h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F339F3h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 773C4990h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+00008AF0h)
Address: 773C3DBFh, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+00007F1Fh)
Address: 773C3DBFh, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+00007F1Fh)
Address: 7E36C487h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "IsWindowVisible" (+00000022h)
Address: 7E36C493h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "IsWindowVisible" (+0000002Eh)
Address: 00EDAE37h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00EDAE37h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00EDAE37h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F339F3h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 7E36882Ah, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+00000163h)
Address: 00EDAE37h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F26D81h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00EDAE37h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F261FBh, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 7E390457h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E369498h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowLongA" (+0000003Bh)
Address: 7E369491h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowLongA" (+00000034h)
Address: 00F262A5h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F261FBh, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F5BAFDh, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F262AAh, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 7E368734h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+0000006Dh)
Address: 00F261FBh, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00EDAE37h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 77EF7F38h, location: "GDI32", loaded at 77EF0000h - 77F37000h
Symbol: "TextOutW" (+0000007Ch)
Address: 7E36E5EAh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "UserLpkPSMTextOut" (+0000006Bh)
Address: 7E36E611h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "UserLpkPSMTextOut" (+00000092h)
Address: 00F61EA1h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00ED9EEFh, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 7E368B26h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowThreadProcessId" (+000000A6h)
Address: 00EFAE80h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 7E3688D1h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowLongW" (+0000002Bh)
Address: 7E3688DAh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowLongW" (+00000034h)
Address: 00F61F77h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00EFAEC7h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00EFAE80h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00EFAE80h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 7E368734h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+0000006Dh)
Address: 00EFAE80h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00EFAE80h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 7E373745h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "PrivateExtractIconExW" (+000002B2h)
Address: 7E373794h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "PrivateExtractIconExW" (+00000301h)
Address: 7E373761h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "PrivateExtractIconExW" (+000002CEh)
Address: 7E3688A6h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowLongW" (+00000000h)
Address: 7E390457h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E373768h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "PrivateExtractIconExW" (+000002D5h)
Address: 7E373761h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "PrivateExtractIconExW" (+000002CEh)
Address: 7E373591h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "PrivateExtractIconExW" (+000000FEh)
Address: 00EFAE80h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 7E3735A2h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "PrivateExtractIconExW" (+0000010Fh)
Address: 00F2C6A3h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 7E37765Ch, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowRgn" (+0000012Dh)
Address: 7E37F3CCh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "SendMessageA" (+00000049h)
Address: 00F24925h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Symbol: "foobar2000_get_interface" (+00001875h)
Address: 00F2A7CEh, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00F3077Dh, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 773C8EA4h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0000D004h)
Address: 7E3688D1h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowLongW" (+0000002Bh)
Address: 7E3688DAh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowLongW" (+00000034h)
Address: 773C8EA4h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0000D004h)
Address: 7E3688A6h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowLongW" (+00000000h)
Address: 7E390457h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E3688E0h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowLongW" (+0000003Ah)
Address: 7E368B26h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowThreadProcessId" (+000000A6h)
Address: 00EFAE80h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 7E3688D1h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowLongW" (+0000002Bh)
Address: 7E3688DAh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowLongW" (+00000034h)
Address: 00F61F77h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00EFAEC7h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00EFAE80h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 7E368734h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+0000006Dh)
Address: 00EFAE80h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 00EFAE80h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h
Address: 7E373745h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "PrivateExtractIconExW" (+000002B2h)
Address: 00EFAE80h, location: "foo_ui_panels", loaded at 00EB0000h - 00F99000h

Version info:
foobar2000 v0.9.4
UNICODE

Additional info:
ReplayGain Scanner 2.0.2  (foo_rgscan)
CD Audio Decoder 2.1.1  (foo_cdda)
Quick Search Toolbar 2.8l  (foo_uie_quicksearch)
Channel Spectrum panel 0.07  (foo_uie_vis_channel_spectrum)
WMA Decoder 1.1  (foo_input_std)
Album List 3.2.0  (foo_albumlist)
Panels UI 0.13.8 beta [Jun 12 2007 - 12:28:00]  (foo_ui_panels)
Standard Input Array 1.0  (foo_input_std)
Standard DSP array 1.0  (foo_dsp_std)
Winamp API Emulator 0.90  (foo_winamp_spam)
Converter 1.0.1  (foo_converter)
FLAC decoder 1.1.0  (foo_input_std)
Columns UI 0.2.0 beta 1  (foo_ui_columns)
foobar2000 core v0.9.4  (Core)
Default User Interface 0.9acc  (foo_ui_std)
Im sorry if this is a problem with ColumnsUI or a known bug, it would just be great if you could help me out.

foo_ui_panels

Reply #2543
I am having a problem with some %tags% and Panels UI (I assume its Panels UI anyways ):

Code: [Select]
// Globals
$puts(bgimage,$getpvar(background))
$puts(brush+alpha,$getpvar(boxcolor))
$puts(background,'C:\Program Files\foobar2000\FoOrby\bgs')

$puts(compx,10)
$puts(compy,10)
$puts(compw,$eval(%width%-$get(compx)))
$puts(comph,$eval(%height%-$get(compy)))

// Background
$imageabs2(%_width%,%_height%,0,0,$get(screen.width),$get(screen.height),0,0,$get(background)\$get(bgimage).jpg,NOKEEPASPECT)

// PerTrack
$drawrect($get(compx),$get(compy),$get(compw),$get(comph),$get(brush+alpha))
$drawrect($get(compx),$get(compy),$get(compw),$get(comph),brushcolor-NULL pencolor-0-0-0)
$panel(Components,Track Display,$eval($get(compx)+1),$eval($get(compy)+1),$eval($get(compw)-2),$eval($get(comph)-2),)

// PerSecond


Now look at the stuff:
$puts(compw,$eval(%width%-$get(compx)))
$puts(comph,$eval(%height%-$get(compy)))

This gets me the width of the window I have open, and not the screen. HOWEVER, since my $panel() code reads from these variables, it takes the %width% / %height% stuff and tries to read it. For some reason, it doesn't. However, if I use %_width% / %_height% it works; but gives me the SCREEN size instead of the WINDOW size.

Does anyone know how to fix this?
Song List: keikoniumboards.ke.funpic.org/files/songlist.html

foo_ui_panels

Reply #2544
I am having a problem with some %tags% and Panels UI (I assume its Panels UI anyways ):

Code: [Select]
// Globals
$puts(bgimage,$getpvar(background))
$puts(brush+alpha,$getpvar(boxcolor))
$puts(background,'C:\Program Files\foobar2000\FoOrby\bgs')

$puts(compx,10)
$puts(compy,10)
$puts(compw,$eval(%width%-$get(compx)))
$puts(comph,$eval(%height%-$get(compy)))

// Background
$imageabs2(%_width%,%_height%,0,0,$get(screen.width),$get(screen.height),0,0,$get(background)\$get(bgimage).jpg,NOKEEPASPECT)

// PerTrack
$drawrect($get(compx),$get(compy),$get(compw),$get(comph),$get(brush+alpha))
$drawrect($get(compx),$get(compy),$get(compw),$get(comph),brushcolor-NULL pencolor-0-0-0)
$panel(Components,Track Display,$eval($get(compx)+1),$eval($get(compy)+1),$eval($get(compw)-2),$eval($get(comph)-2),)

// PerSecond


Now look at the stuff:
$puts(compw,$eval(%width%-$get(compx)))
$puts(comph,$eval(%height%-$get(compy)))

This gets me the width of the window I have open, and not the screen. HOWEVER, since my $panel() code reads from these variables, it takes the %width% / %height% stuff and tries to read it. For some reason, it doesn't. However, if I use %_width% / %_height% it works; but gives me the SCREEN size instead of the WINDOW size.

Does anyone know how to fix this?


I'm guessing the work-around would be to define the panel sizes as PVARS in the panel layout config.

foo_ui_panels

Reply #2545
Is this thread still active?

I have a question. I use Panels UI for the track display panel only, but every time I restart foobar, the panel disappears from my layout. Is there anyway to save it there?

foo_ui_panels

Reply #2546
I'm a little confused as to what really changed so much from this version from the one I'm using:

foo_ui_panels.dll (2007-03-30 12:31:34)
    Panels UI 0.9.2 beta [Mar 30 2007 - 12:21:46]

I tried to update to take a look but everything broke... I can't see the png buttons in my layout nor the headers for each album... they've just completely gone.

I had everything backed up so it's not a worry, I'm just confused as to what broke, and since I'm trying to figure out all the quirks of Panels UI to build my own from the ground up... anyone know what part of the code is wonky?

I'm using a personalized version of gsm_flv.pui. I recoded a bunch of it, but essentially all the track display and buttons (the original stuff) options got broken.

foo_ui_panels

Reply #2547
Quote
Is this thread still active?

No,most of us are tired of talking about PanelsUI.We take too much time on skinning foobar2000.But we never satisfy,because compare with others' beautiful configs,the skin we had made always looks "ugly".I start to think that enjoying music is better than enjoying appearance.Maybe we should take a break,and take a look at other great components.My advice is: Don't take too much time for appearance.There're other better things to do in our life.
Quote
I have a question. I use Panels UI for the track display panel only, but every time I restart foobar, the panel disappears from my layout. Is there anyway to save it there?

Quote
I had everything backed up so it's not a worry, I'm just confused as to what broke, and since I'm trying to figure out all the quirks of Panels UI to build my own from the ground up... anyone know what part of the code is wonky?

Please read the previous pages,you'll find your answer.

foo_ui_panels

Reply #2548
No,most of us are tired of talking about PanelsUI.We take too much time on skinning foobar2000.But we never satisfy,because compare with others' beautiful configs,the skin we had made always looks "ugly".I start to think that enjoying music is better than enjoying appearance.Maybe we should take a break,and take a look at other great components.My advice is: Don't take too much time for appearance.There're other better things to do in our life.


The bolded. That has always been the main reason people use foobar I thought. It looks "ugly" out of the box, but handles music like a pro. Its still my favourite player with or without Panels UI, and all the 'pretty' things it can do. I like my config, but I base my config around my music. I make it do what I need to do with my music. Thats how I've always seen it anyways.
Song List: keikoniumboards.ke.funpic.org/files/songlist.html

foo_ui_panels

Reply #2549

No,most of us are tired of talking about PanelsUI.We take too much time on skinning foobar2000.But we never satisfy,because compare with others' beautiful configs,the skin we had made always looks "ugly".I start to think that enjoying music is better than enjoying appearance.Maybe we should take a break,and take a look at other great components.My advice is: Don't take too much time for appearance.There're other better things to do in our life.


The bolded. That has always been the main reason people use foobar I thought. It looks "ugly" out of the box, but handles music like a pro. Its still my favourite player with or without Panels UI, and all the 'pretty' things it can do. I like my config, but I base my config around my music. I make it do what I need to do with my music. Thats how I've always seen it anyways.

100% agree. That fact that my config has never had gradiants or reflections, probably says that without saying it, though.

-----------
and
@ eddy, please put spaces after your commas and periods. Your posts are almost unreadable.
elevatorladylevitateme