Help - Search - Members - Calendar
Full Version: foo_ui_panels
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57
The Judge
QUOTE(barry123 @ Jul 20 2007, 22:37) *

Oh I'm sorry here are codes

track:
$puts(isSingle,$if(%tracknumber%,0,1))
$puts(isVarious,$if($stricmp($meta(album artist),Various),1,0))

user:
$puts(coverPath,$replace(%path%,%filename_ext%,folder.*))
$puts(isSingle,$if(%tracknumber%,0,1))

edit lay out. (this is the pui code I think)
CODE

// config

// Global
$puts(full,680)
$puts(compact,120)
$puts(mini,20)

// Background
$imageabs2(%_width%,%_height%,,,,,,,/images\blue.png,NOKEEPASPECT)

// PerTrack
$drawrect(0,0,0,0,brushColor-null penColor-58-80-101)
$button(2,2,0,0,16,16,/images\menu.png,/images\menuh.png,MENU,TOOLTIP:"Menu")

$ifgreater(4,$getpvar(mode),
//mode = 1, 2 3 en 4
$button(485,2,0,0,16,16,/images\hide.png,,hide,TOOLTIP:"Minimize")
$button(505,2,0,0,16,16,/images\exit.png,,exit,)
$button(20,2,0,0,16,16,,,WINDOWSIZE:450:$get(mini):LEFT:TOP,)
$button(20,2,0,0,16,16,/images\minus.png,,'PVAR:SET:mode:4',TOOLTIP:"Mini View")
$button(14,$eval($get(mini)+90),0,0,22,26,/images\playlist.png,,'PVAR:SET:mode:1',TOOLTIP:"Columns Playlist")
$button(44,$eval($get(mini)+90),0,0,22,26,/images\albumlist.png,,'PVAR:SET:mode:2',TOOLTIP:"Album list")
$button(112,$eval($get(mini)+86),0,0,26,26,/images\previous.png,,previous,TOOLTIP:"Previous")
$button(137,$eval($get(mini)+86),0,0,26,26,
$if($or(%ispaused%,$not(%isplaying%)),/images\play.png,/images\pause.png),
$if($or(%ispaused%,$not(%isplaying%)),/images\play.png,/images\pause.png),Play or Pause,TOOLTIP:" Play/Pause ")
$button(162,$eval($get(mini)+86),0,0,26,26,/images\next.png,,next,TOOLTIP:"Next")
$button(187,$eval($get(mini)+86),0,0,26,26,/images\random.png,,random,TOOLTIP:"Random")
$button(428,$eval($get(mini)+92),0,0,22,26,/images\lyric.png,,'PVAR:SET:mode:3',TOOLTIP:"Lyric Show")
$button(455,$eval($get(mini)+90),0,0,22,26,/images\prefs.png,,Preferences,TOOLTIP:"Preferences")
$button(488,$eval($get(mini)+90),0,0,22,26,/images\library.png,,Rescan Media Library,TOOLTIP:"Rescan Media Library")
$if(%isplaying%,
$button(506,$eval($get(mini)+5),0,0,26,26,/images\exit14.png,,Stop,TOOLTIP:"Stop")
$panel(name,Peakmeter,453,30, 50,75,)
$panel(Seekar,Seekbar,36,$eval($get(mini)+55),250,20,)
$imageabs2(330,75,0,0,0,0,230,$eval($get(mini)+10),$replace(%path%,%filename_ext%,*.jpg),)
,)

$drawrect(0,$get(mini),%_width%,2,brushColor-58-80-101 penColor-58-80-101)

$if(%_isplaying%,
$font(Verdana,8,bold,231-237-241)
$alignabs(40,0,450,$get(mini),left,middle)
%artist% - %title%
$alignabs(40,20,260,$get(mini),left,middle)
Album: [%album%] [#%Tracknumber%]
$alignabs(40,32,260,$get(mini),left,middle)
Date: [%date%]
$alignabs(40,44,260,$get(mini),left,middle)
Genre: [%genre%]
$alignabs(40,56,260,$get(mini),left,middle)
Bitrate: [%BITRATE% kbps]
,
$font(Verdana,8,bold,231-237-241)
$alignabs(40,0,260,$get(mini),left,middle)
Not Playing)
,
)

$if(%_isplaying%
,)


$select($getpvar(mode),
// mode 1: Playlist View
$panel(Columns Playlist,Columns Playlist,5,$eval($get(compact)+$get(mini)),$sub(%_width%,-20),$eval($get(full)-$get(compact)-$get(mini)-29),)

$panel(playlists,Playlist tabs,5,$eval($get(full)-28),245,23,)
$panel(Order,Playback order,250,$eval($get(full)-28),115,23,)
$panel(Quick Search Toolbar,Quick Search Toolbar,364,$eval($get(full)-28),160,23,)

,



// mode 2: Album list
$panel(Album list,Album list,5,$eval($get(compact)+$get(mini)),$sub(%_width%,-20),$eval($get(full)-$get(compact)-$get(mini)-5),)


,
// mode 3: Lyric Show
$panel(Lyric Show,Lyric Show,5,$eval($get(compact)+$get(mini)),$sub(%_width%,10),$eval($get(full)-$get(compact)-$get(mini)-5),)

,
// mode 4: Mini View
$button(20,2,0,0,16,16,,,WINDOWSIZE:525:$get(full):LEFT:TOP,)
$button(20,2,0,0,16,16,/images\plus.png,,'PVAR:SET:mode:1',TOOLTIP:"Playlist View")
$button(360,2,0,0,16,16,/images\miniprev.png,/images\miniprevh.png,Previous,TOOLTIP:"Previous")
$button(375,2,0,0,16,16,
$if($or(%ispaused%,$not(%isplaying%)),/images\miniplay.png,/images\minipause.png),
$if($or(%ispaused%,$not(%isplaying%)),/images\miniplayh.png,/images\minipauseh.png),Play or Pause,TOOLTIP:" Play/Pause ")
$button(390,2,0,0,16,16,/images\mininext.png,/images\mininexth.png,next,TOOLTIP:"Next")
$button(410,2,0,0,16,16,/images\hide.png,,hide,TOOLTIP:"Minimize")
$button(430,2,0,0,16,16,/images\exit.png,,Exit,)
$if(%_isplaying%,
$font(Verdana,8,bold,231-237-241)
$alignabs(40,0,300,$get(mini),left,middle)
%artist% - %title%
,
$font(Verdana,8,bold,231-237-241)
$alignabs(40,0,260,$get(mini),left,middle)
Not Playing)
,

,
)

// PerSecond

$ifgreater(4,$getpvar(mode),
$font(Verdana,7,,58-80-101)
$alignabs(39,$eval($get(mini)+72),250,12,left,)
[%playback_time%]
$alignabs(42,$eval($get(mini)+72),240,12,right,)
[%length%]
,
)
$ifequal($getpvar(mode),4,
$font(Verdana,7,bold,231-237-241)
$alignabs(325,0,45,$get(mini),left,middle)
[-%playback_time_remaining%]
,
)




I gave your config a quick peek and it looks ok to me. I can't really say to be honest without your images as obviously they won't show up. I only saw one bit of errant code I think:

$if(%_isplaying%
,)

That shouldn't be breaking it though. If you could zip/rar your images and upload them somewhere I'd be able to help out a bit more. At least I'd be able to say if it works or not anyway. I have had issues personally with // Background images not rendering upon startup though. Try 'applying' your PUI after opening foobar and see if all the images show up. Doesn't seem to be much wrong with the code that I could see though.
metal_termite
I'm having trouble with the variable font.options in the following code. Using a comma as part of the declared value inside a $puts() function without quotation marks wrapped around it will break the $puts() function. However, the quotation marks are playing havoc with the $font() function.

Here's a small example of the code:

CODE
// Global
$newsyntax()

$puts(font.face,Tahoma)
$puts(font.size,11)
$puts(font.options,'nocleartype,bold')

// PerTrack
// $calcwidth() reports 21 using this method
$font(
$get(font.face),
$get(font.size),
$get(font.options)
)

// $calcwidth() reports 25 using this method
// $font(Tahoma,11,nocleartype,bold)

$calcwidth(Test)
metal_termite
Crash

I had the edit box window open while I was repeatedly clicking different textbuttons that set pvar values to open and close different panels.

CODE
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 03F7655Ah
Access violation, operation: read, address: 00000000h
Call path:
entry=>app_mainloop
This is the first crash logged by this instance.
Code bytes (03F7655Ah):
03F7651Ah: 0F 82 A4 01 00 00 81 F9 00 01 00 00 72 1F 83 3D
03F7652Ah: 1C 63 FB 03 00 74 16 57 56 83 E7 0F 83 E6 0F 3B
03F7653Ah: FE 5E 5F 75 08 5E 5F 5D E9 0C A1 00 00 F7 C7 03
03F7654Ah: 00 00 00 75 15 C1 E9 02 83 E2 03 83 F9 08 72 2A
03F7655Ah: F3 A5 FF 24 95 74 66 F7 03 90 8B C7 BA 03 00 00
03F7656Ah: 00 83 E9 04 72 0C 83 E0 03 03 C8 FF 24 85 88 65
03F7657Ah: F7 03 FF 24 8D 84 66 F7 03 90 FF 24 8D 08 66 F7
03F7658Ah: 03 90 98 65 F7 03 C4 65 F7 03 E8 65 F7 03 23 D1
Stack (0017C194h):
0017C174h: 00000000 00000000 00000000 00000000
0017C184h: 00000000 00000000 00000000 00000000
0017C194h: 0000000D 00000000 0A55EA58 03F4B011
0017C1A4h: 0A55EA58 00000000 0000057C 8E014138
0017C1B4h: 0996CFA0 9B014242 8E014138 0996CFA0
0017C1C4h: 0A55EA58 767F8845 0000015F 00000000
0017C1D4h: 00000000 00000000 0000057C 03F4FDFF
0017C1E4h: 8E014138 00000000 00000000 9B014242
0017C1F4h: 0000001B 0000000D 00FFFFFF 00000000
0017C204h: 00000000 00000000 3ACC1376 0017C9C8
0017C214h: 8E014138 0408AF40 00000044 00400000
0017C224h: 040C20E6 00000000 00000000 0000001B
0017C234h: 00000006 00000000 0017C278 040C21D8
0017C244h: 0017C9C8 00000000 0017C278 00000000
0017C254h: 040C20A0 00000000 00000000 0000001B
0017C264h: 098B0C60 00000000 0017C294 0996CFA0
0017C274h: 040C222A 00000000 00000000 00000000
0017C284h: 00000000 00000000 00000000 00000000
0017C294h: 00610054 0996CFA0 0996CFB8 0996CFB8
0017C2A4h: 00000028 00000000 000000AF 00000000
Registers:
EAX: 0000057C, EBX: 0000001B, ECX: 0000015F, EDX: 00000000
ESI: 00000000, EDI: 0A55EA58, EBP: 0017C19C, ESP: 0017C194
Crash location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Symbol: "Scintilla_DirectFunction" (+00020B39h)

Loaded modules:
foobar2000 loaded at 00400000h - 004F3000h
ntdll loaded at 77040000h - 77190000h
kernel32 loaded at 76390000h - 764A0000h
COMCTL32 loaded at 745E0000h - 74774000h
msvcrt loaded at 753B0000h - 7545A000h
ADVAPI32 loaded at 76B40000h - 76BFF000h
RPCRT4 loaded at 76530000h - 76620000h
Secur32 loaded at 75240000h - 752A0000h
GDI32 loaded at 767E0000h - 76870000h
USER32 loaded at 752D0000h - 753A0000h
SHLWAPI loaded at 76330000h - 76385000h
SHELL32 loaded at 75460000h - 75F2E000h
ole32 loaded at 768C0000h - 76A04000h
shared loaded at 10000000h - 10029000h
comdlg32 loaded at 76150000h - 761C4000h
IMM32 loaded at 76AE0000h - 76B40000h
MSCTF loaded at 76260000h - 76327000h
LPK loaded at 753A0000h - 753A9000h
USP10 loaded at 76C00000h - 76C7D000h
uxtheme loaded at 74080000h - 74100000h
foo_albumlist loaded at 00380000h - 003C7000h
OLEAUT32 loaded at 764A0000h - 7652C000h
foo_audioscrobbler loaded at 02320000h - 02357000h
WS2_32 loaded at 767B0000h - 767DD000h
NSI loaded at 76060000h - 76066000h
foo_autoplaylist loaded at 02360000h - 02390000h
foo_cdda loaded at 023D0000h - 02405000h
foo_channel_mixer loaded at 02410000h - 0244B000h
foo_converter loaded at 02630000h - 02699000h
foo_cwb_hooks loaded at 026F0000h - 0273D000h
foo_dbsearch loaded at 027A0000h - 02810000h
foo_dsp_fsurround loaded at 02930000h - 02961000h
libfftw3f-3 loaded at 63740000h - 6380B000h
foo_dsp_std loaded at 02970000h - 029B1000h
foo_input_std loaded at 02D50000h - 02E63000h
foo_masstag loaded at 02A30000h - 02A7F000h
foo_playcount loaded at 02AA0000h - 02AC8000h
foo_playlist_tree loaded at 02F20000h - 02F92000h
libmzsch360_000 loaded at 10400000h - 105D0000h
WSOCK32 loaded at 751B0000h - 751B7000h
libmzgc360_000 loaded at 02FF0000h - 03094000h
foo_removeplayed loaded at 02D10000h - 02D28000h
foo_rgscan loaded at 02E70000h - 02EB8000h
foo_run loaded at 02EE0000h - 02F0B000h
foo_scrobblecharts loaded at 030C0000h - 030F3000h
WININET loaded at 76A10000h - 76ADF000h
Normaliz loaded at 77010000h - 77013000h
iertutil loaded at 76100000h - 76145000h
foo_uie_albumart loaded at 03120000h - 0315C000h
gdiplus loaded at 72A90000h - 72C3A000h
foo_uie_albumlist loaded at 032A0000h - 032E3000h
foo_uie_explorer loaded at 032F0000h - 0332C000h
foo_uie_lyrics loaded at 03330000h - 0338F000h
WINMM loaded at 736A0000h - 736D3000h
OLEACC loaded at 736E0000h - 73718000h
foo_uie_peakmeter loaded at 033A0000h - 033C8000h
foo_uie_quicksearch loaded at 033E0000h - 03426000h
foo_uie_wsh_panel loaded at 03440000h - 03476000h
foo_ui_columns loaded at 035A0000h - 03645000h
foo_ui_panels loaded at 03F00000h - 03FC7000h
foo_ui_std loaded at 03530000h - 03587000h
Msimg32 loaded at 738F0000h - 738F5000h
mswsock loaded at 738B0000h - 738EB000h
DNSAPI loaded at 73B10000h - 73B3B000h
winrnr loaded at 73670000h - 73678000h
WLDAP32 loaded at 76870000h - 768B9000h
PSAPI loaded at 77020000h - 77027000h
NLAapi loaded at 73660000h - 7366F000h
IPHLPAPI loaded at 73900000h - 73919000h
dhcpcsvc loaded at 73870000h - 738A5000h
WINNSI loaded at 73970000h - 73977000h
dhcpcsvc6 loaded at 73720000h - 73740000h
napinsp loaded at 73650000h - 7365F000h
pnrpnsp loaded at 73540000h - 73552000h
mdnsNSP loaded at 16080000h - 16099000h
rasadhlp loaded at 73680000h - 73686000h
imon loaded at 20B00000h - 20B4B000h
wship6 loaded at 72F50000h - 72F56000h
wshtcpip loaded at 73920000h - 73926000h
dwmapi loaded at 75150000h - 7515C000h
DSOUND loaded at 723E0000h - 72451000h
POWRPROF loaded at 73170000h - 7318A000h
CLBCatQ loaded at 761D0000h - 76254000h
MMDevApi loaded at 72E80000h - 72EA7000h
SETUPAPI loaded at 76620000h - 767A8000h
WINTRUST loaded at 74C20000h - 74C4D000h
CRYPT32 loaded at 73F80000h - 74071000h
MSASN1 loaded at 74540000h - 74552000h
USERENV loaded at 73F60000h - 73F7E000h
imagehlp loaded at 752A0000h - 752C9000h
audioses loaded at 72E20000h - 72E41000h
audioeng loaded at 72DB0000h - 72E16000h
AVRT loaded at 72F10000h - 72F17000h
WindowsCodecs loaded at 731C0000h - 73272000h
SXS loaded at 72D50000h - 72DAF000h
jscript loaded at 748A0000h - 74918000h
rsaenh loaded at 73B40000h - 73B78000h
dciman32 loaded at 75110000h - 75116000h
tskh loaded at 087A0000h - 087AD000h
idle loaded at 60300000h - 60307000h
MSVCR71 loaded at 7C340000h - 7C396000h
dbghelp loaded at 72150000h - 7222C000h

Stack dump analysis:
Address: 03F4B011h, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Symbol: "foobar2000_get_interface" (+00008541h)
Address: 767F8845h, location: "GDI32", loaded at 767E0000h - 76870000h
Symbol: "ExtTextOutW" (+00000000h)
Address: 03F4FDFFh, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Symbol: "foobar2000_get_interface" (+0000D32Fh)
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 752E0000h, location: "USER32", loaded at 752D0000h - 753A0000h
Address: 740922A9h, location: "uxtheme", loaded at 74080000h - 74100000h
Symbol: "Ordinal43" (+000001F4h)
Address: 74092266h, location: "uxtheme", loaded at 74080000h - 74100000h
Symbol: "Ordinal43" (+000001B1h)
Address: 752E8738h, location: "USER32", loaded at 752D0000h - 753A0000h
Symbol: "GetWindowLongW" (+000001DAh)
Address: 75350344h, location: "USER32", loaded at 752D0000h - 753A0000h
Symbol: "ShutdownBlockReasonDestroy" (+0000828Ch)
Address: 03F724E2h, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Symbol: "Scintilla_DirectFunction" (+0001CAC1h)
Address: 768400C0h, location: "GDI32", loaded at 767E0000h - 76870000h
Symbol: "XLATEOBJ_iXlate" (+0000ACE6h)
Address: 767F98FCh, location: "GDI32", loaded at 767E0000h - 76870000h
Symbol: "CreateFontIndirectExW" (+0000008Dh)
Address: 767F98CEh, location: "GDI32", loaded at 767E0000h - 76870000h
Symbol: "CreateFontIndirectExW" (+0000005Fh)
Address: 767F994Dh, location: "GDI32", loaded at 767E0000h - 76870000h
Symbol: "CreateFontIndirectW" (+00000049h)
Address: 767F9957h, location: "GDI32", loaded at 767E0000h - 76870000h
Symbol: "CreateFontIndirectW" (+00000053h)
Address: 00490001h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 03F4B32Fh, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Symbol: "foobar2000_get_interface" (+0000885Fh)
Address: 03F4B395h, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Symbol: "foobar2000_get_interface" (+000088C5h)
Address: 767F0100h, location: "GDI32", loaded at 767E0000h - 76870000h
Address: 03F4E1A8h, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Symbol: "foobar2000_get_interface" (+0000B6D8h)
Address: 03F90536h, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Symbol: "Scintilla_DirectFunction" (+0003AB15h)
Address: 03F4E1DAh, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Symbol: "foobar2000_get_interface" (+0000B70Ah)
Address: 10000000h, location: "shared", loaded at 10000000h - 10029000h
Address: 770686FCh, location: "ntdll", loaded at 77040000h - 77190000h
Symbol: "RtlDeactivateActivationContextUnsafeFast" (+000096D0h)
Address: 770A3251h, location: "ntdll", loaded at 77040000h - 77190000h
Symbol: "RtlFreeHandle" (+0000356Fh)
Address: 7707C028h, location: "ntdll", loaded at 77040000h - 77190000h
Symbol: "RtlpEnsureBufferSize" (+00000401h)
Address: 7706B700h, location: "ntdll", loaded at 77040000h - 77190000h
Symbol: "RtlTryEnterCriticalSection" (+0000009Eh)
Address: 7706EBF4h, location: "ntdll", loaded at 77040000h - 77190000h
Symbol: "wcsicmp" (+00000064h)
Address: 7706B581h, location: "ntdll", loaded at 77040000h - 77190000h
Symbol: "RtlFreeAnsiString" (+000001D6h)
Address: 7706B6ABh, location: "ntdll", loaded at 77040000h - 77190000h
Symbol: "RtlTryEnterCriticalSection" (+00000049h)
Address: 7706B797h, location: "ntdll", loaded at 77040000h - 77190000h
Symbol: "RtlTryEnterCriticalSection" (+00000135h)
Address: 770F1C78h, location: "ntdll", loaded at 77040000h - 77190000h
Symbol: "wcstombs" (+0000007Ah)
Address: 770F1C78h, location: "ntdll", loaded at 77040000h - 77190000h
Symbol: "wcstombs" (+0000007Ah)
Address: 76411D27h, location: "kernel32", loaded at 76390000h - 764A0000h
Symbol: "HeapFree" (+00000014h)
Address: 03F70100h, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Symbol: "Scintilla_DirectFunction" (+0001A6DFh)
Address: 03F7275Eh, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Symbol: "Scintilla_DirectFunction" (+0001CD3Dh)
Address: 03F70000h, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Symbol: "Scintilla_DirectFunction" (+0001A5DFh)
Address: 03F00000h, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Address: 03F90536h, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Symbol: "Scintilla_DirectFunction" (+0003AB15h)
Address: 03F420D2h, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Address: 7706BB75h, location: "ntdll", loaded at 77040000h - 77190000h
Symbol: "RtlImageNtHeaderEx" (+00000007h)
Address: 03F98058h, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Symbol: "Scintilla_DirectFunction" (+00042637h)
Address: 7706B2DFh, location: "ntdll", loaded at 77040000h - 77190000h
Symbol: "RtlDeactivateActivationContextUnsafeFast" (+0000C2B3h)
Address: 76411D27h, location: "kernel32", loaded at 76390000h - 764A0000h
Symbol: "HeapFree" (+00000014h)
Address: 03F7273Fh, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Symbol: "Scintilla_DirectFunction" (+0001CD1Eh)
Address: 03F7218Dh, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Symbol: "Scintilla_DirectFunction" (+0001C76Ch)
Address: 03F7277Ch, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Symbol: "Scintilla_DirectFunction" (+0001CD5Bh)
Address: 03F9058Bh, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Symbol: "Scintilla_DirectFunction" (+0003AB6Ah)
Address: 03F1345Bh, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Address: 752E8738h, location: "USER32", loaded at 752D0000h - 753A0000h
Symbol: "GetWindowLongW" (+000001DAh)
Address: 75350344h, location: "USER32", loaded at 752D0000h - 753A0000h
Symbol: "ShutdownBlockReasonDestroy" (+0000828Ch)
Address: 752EA6CCh, location: "USER32", loaded at 752D0000h - 753A0000h
Symbol: "DefWindowProcW" (+0000009Fh)
Address: 752EA698h, location: "USER32", loaded at 752D0000h - 753A0000h
Symbol: "DefWindowProcW" (+0000006Bh)
Address: 753480EBh, location: "USER32", loaded at 752D0000h - 753A0000h
Symbol: "ShutdownBlockReasonDestroy" (+00000033h)
Address: 752EA698h, location: "USER32", loaded at 752D0000h - 753A0000h
Symbol: "DefWindowProcW" (+0000006Bh)
Address: 03F12E53h, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Address: 03F16996h, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Address: 03F11940h, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Address: 752E858Ch, location: "USER32", loaded at 752D0000h - 753A0000h
Symbol: "GetWindowLongW" (+0000002Eh)
Address: 752E8598h, location: "USER32", loaded at 752D0000h - 753A0000h
Symbol: "GetWindowLongW" (+0000003Ah)
Address: 03F920EFh, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Symbol: "Scintilla_DirectFunction" (+0003C6CEh)
Address: 03F98058h, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Symbol: "Scintilla_DirectFunction" (+00042637h)
Address: 03F98058h, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Symbol: "Scintilla_DirectFunction" (+00042637h)
Address: 03F11940h, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Address: 03F11940h, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Address: 752E8989h, location: "USER32", loaded at 752D0000h - 753A0000h
Symbol: "GetWindowLongW" (+0000042Bh)
Address: 752E894Dh, location: "USER32", loaded at 752D0000h - 753A0000h
Symbol: "GetWindowLongW" (+000003EFh)
Address: 752E88E5h, location: "USER32", loaded at 752D0000h - 753A0000h
Symbol: "GetWindowLongW" (+00000387h)
Address: 0039000Eh, location: "foo_albumlist", loaded at 00380000h - 003C7000h
Address: 7706B2DFh, location: "ntdll", loaded at 77040000h - 77190000h
Symbol: "RtlDeactivateActivationContextUnsafeFast" (+0000C2B3h)
Address: 7706B2DFh, location: "ntdll", loaded at 77040000h - 77190000h
Symbol: "RtlDeactivateActivationContextUnsafeFast" (+0000C2B3h)
Address: 76411D27h, location: "kernel32", loaded at 76390000h - 764A0000h
Symbol: "HeapFree" (+00000014h)
Address: 03F7273Fh, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Symbol: "Scintilla_DirectFunction" (+0001CD1Eh)
Address: 767F5B04h, location: "GDI32", loaded at 767E0000h - 76870000h
Symbol: "BitBlt" (+00000098h)
Address: 767F5AE3h, location: "GDI32", loaded at 767E0000h - 76870000h
Symbol: "BitBlt" (+00000077h)
Address: 03F1386Dh, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Address: 752E7B4Bh, location: "USER32", loaded at 752D0000h - 753A0000h
Symbol: "IsWindow" (+000000BDh)
Address: 752E7B5Ah, location: "USER32", loaded at 752D0000h - 753A0000h
Symbol: "GetFocus" (+00000007h)
Address: 03F13895h, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Address: 03F16996h, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Address: 00470930h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 746C6664h, location: "COMCTL32", loaded at 745E0000h - 74774000h
Symbol: "TaskDialog" (+000025B5h)
Address: 03F98058h, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Symbol: "Scintilla_DirectFunction" (+00042637h)
Address: 76C0DC25h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptGetCMap" (+00002FFEh)
Address: 76C0E8BCh, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptTextOut" (+000000D2h)
Address: 03F98058h, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Symbol: "Scintilla_DirectFunction" (+00042637h)
Address: 03F98058h, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Symbol: "Scintilla_DirectFunction" (+00042637h)
Address: 76C57000h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptPositionSingleGlyph" (+00006020h)
Address: 76C0E7C8h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptStringOut" (+00000153h)
Address: 76C57124h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptPositionSingleGlyph" (+00006144h)
Address: 76C57268h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptPositionSingleGlyph" (+00006288h)
Address: 76C57428h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptPositionSingleGlyph" (+00006448h)
Address: 76C5753Ch, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptPositionSingleGlyph" (+0000655Ch)
Address: 76C57000h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptPositionSingleGlyph" (+00006020h)
Address: 76C0A1CEh, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptPlace" (+000000D5h)
Address: 76C0E6D2h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptStringOut" (+0000005Dh)
Address: 76C57000h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptPositionSingleGlyph" (+00006020h)
Address: 76C57124h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptPositionSingleGlyph" (+00006144h)
Address: 76C57428h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptPositionSingleGlyph" (+00006448h)
Address: 76C574E0h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptPositionSingleGlyph" (+00006500h)
Address: 76C57268h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptPositionSingleGlyph" (+00006288h)
Address: 76C5753Ch, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptPositionSingleGlyph" (+0000655Ch)
Address: 76C0E460h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptGetCMap" (+00003839h)
Address: 76C57100h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptPositionSingleGlyph" (+00006120h)
Address: 76C57000h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptPositionSingleGlyph" (+00006020h)
Address: 76C0A557h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptLayout" (+0000018Eh)
Address: 76C57000h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptPositionSingleGlyph" (+00006020h)
Address: 76C57268h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptPositionSingleGlyph" (+00006288h)
Address: 76C0A3B1h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptStringFree" (+00000182h)
Address: 76C5711Ch, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptPositionSingleGlyph" (+0000613Ch)
Address: 76C0A217h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptCacheGetHeight" (+00000022h)
Address: 76C57000h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptPositionSingleGlyph" (+00006020h)
Address: 76C0A7E6h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptLayout" (+0000041Dh)
Address: 76C57124h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptPositionSingleGlyph" (+00006144h)
Address: 76C5711Ch, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptPositionSingleGlyph" (+0000613Ch)
Address: 76C57000h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptPositionSingleGlyph" (+00006020h)
Address: 76C57124h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptPositionSingleGlyph" (+00006144h)
Address: 76C09D98h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptStringAnalyse" (+0000019Eh)
Address: 753A140Fh, location: "LPK", loaded at 753A0000h - 753A9000h
Symbol: "LpkDllInitialize" (+0000010Ch)
Address: 03F98058h, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Symbol: "Scintilla_DirectFunction" (+00042637h)
Address: 76C57000h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptPositionSingleGlyph" (+00006020h)
Address: 753A159Eh, location: "LPK", loaded at 753A0000h - 753A9000h
Symbol: "LpkDrawTextEx" (+0000014Eh)
Address: 76C0A1E2h, location: "USP10", loaded at 76C00000h - 76C7D000h
Symbol: "ScriptPlace" (+000000E9h)
Address: 03F98058h, location: "foo_ui_panels", loaded at 03F00000h - 03FC7000h
Symbol: "Scintilla_DirectFunction" (+00042637h)
Address: 76C00000h, location: "USP10", loaded at 76C00000h - 76C7D000h

Version info:
foobar2000 v0.9.4.3
UNICODE

Additional info:
Panels UI 0.14.12 beta [Jul 18 2007 - 13:39:30] (foo_ui_panels)
Last.fm Chart Player 0.2.3 (foo_scrobblecharts)
FreeSurround 0.3.5 (foo_dsp_fsurround)
WSH Panel (uie) 0.7.1 (foo_uie_wsh_panel)
Album List 3.2.0 (foo_albumlist)
Peakmeter Panel 0.0.3.1 (foo_uie_peakmeter)
WMA Decoder 1.1 (foo_input_std)
Standard DSP array 1.0 (foo_dsp_std)
Standard Input Array 1.0 (foo_input_std)
Database Search 1.4 (foo_dbsearch)
Quick Search Toolbar 2.8l (foo_uie_quicksearch)
Explorer Tree 1.04.6b (foo_uie_explorer)
Run services 0.3.2 (foo_run)
Playback Statistics 1.3.2 (foo_playcount)
Default User Interface 0.9acc (foo_ui_std)
Columns UI 0.2.0 alpha 3 (foo_ui_columns)
Remove played Files 1.2.0 [Nov 19 2006 - 14:55:48] (foo_removeplayed)
Audioscrobbler 1.3.6 (foo_audioscrobbler)
ReplayGain Scanner 2.0.2 (foo_rgscan)
Converter 1.0.1 (foo_converter)
FLAC Decoder 1.1.0 (foo_input_std)
cwbowron's title format hooks 1.2.5 [Jun 8 2007 - 08:49:42] (foo_cwb_hooks)
Playlist Tree Panel 3.0.BETA_2 [Mar 23 2007 - 16:44:16] (foo_playlist_tree)
Tagger Panel Window 1.0.5 [Jun 12 2007 - 15:14:00] (foo_cwb_hooks)
Channel Mixer 0.9.6.2 (foo_channel_mixer)
CD Audio Decoder 2.1.1 (foo_cdda)
Masstagger 1.6 (foo_masstag)
Album Art Panel 0.2.6 (foo_uie_albumart)
Autoplaylist Manager 1.0 (foo_autoplaylist)
Lyric Show Panels 0.3.1.1 (foo_uie_lyrics)
foobar2000 core 0.9.4.3 (Core)
Album list panel 0.2.3 beta (foo_uie_albumlist)

barry123
QUOTE(The Judge)
I gave your config a quick peek and it looks ok to me. I can't really say to be honest without your images as obviously they won't show up. I only saw one bit of errant code I think:

$if(%_isplaying%
,)

That shouldn't be breaking it though. If you could zip/rar your images and upload them somewhere I'd be able to help out a bit more. At least I'd be able to say if it works or not anyway. I have had issues personally with // Background images not rendering upon startup though. Try 'applying' your PUI after opening foobar and see if all the images show up. Doesn't seem to be much wrong with the code that I could see though.



alright, thanks for your time.
I think the main reason the images are invisible is because my background is totally black.
When I play a song the %title% is white and I can see it.
it began because I got a crash with a outdated ui_panels (I think from begin 2007)
I updated and now my background black.

edit, I see the newest is a Beta so maybe that is the problem? I can't find any other one.

it's from pic 1 to pic 2:

IPB Image

IPB Image


http://www.speedyshare.com/675480393.html
include:
\Foobar\components
\Foobar\images (C:\Program Files\foobar2000\images)
config_code.txt
leo.pui
failure_00000003.txt (crash file, with the old plugin)

I don't have the old plugin anymore.

thanks for your time!

The Judge
I thought so. Your code is fine. It works perfectly on mine.

If it still persists, just create a new PUI and dump the code into that one. Pretty sure that should do the trick if it's still not working.
DarkBlackCorner
QUOTE(blaxima @ Jul 21 2007, 17:12) *

QUOTE(DarkBlackCorner @ Jul 21 2007, 05:08) *

Does anyone know what the current incompatibilities with PanelsUI are? Currently having a few problems.
First of all I posted this already and actually reposted it just a few posts up from yours so READ a little first before you start new threads on old questions

QUOTE(blaxima @ Jul 19 2007, 18:43) *

QUOTE(blaxima @ Jul 14 2007, 03:33) *

I've had this problem for awhile and it changes but doesn't work, it just screws up in different ways with each release. When I have foo minimized to tray and exit from there the next time I open it it shows all fudged up. It kills the pui's after that too because it saves it in that state.


an answer for this would be great
Secondly, I reposted because I have yet to get a response and this is not a new problem. Like I said, It's been in ALL the versions I have used and it does this with EVERY config I've used including my own.

Finally, I hope that you saved your pui before you encountered this because it screws it up which means that code you posted in your thread would not be correct anymore because it got saved in the screwed up state.


Argh, sorry to make you repeat yourself sad.gif Thanks too, I'll keep that tip in mind.
mil3s
Terrestrial. I hope you don't take all the criticism in the 'Separate UI forum?' thread the wrong way. They don't know what they are talking about. Foobar is nothing without Panels UI. 99% of people in this thread support you and hope you will continue the development of this great component smile.gif
barry123
QUOTE(The Judge @ Jul 22 2007, 21:18) *

I thought so. Your code is fine. It works perfectly on mine.

If it still persists, just create a new PUI and dump the code into that one. Pretty sure that should do the trick if it's still not working.



I did, my background is still black. sad.gif
I deleted everything from Program Files and Application Data.
droped panels and images in proram files.
I start FB, it seems ok, white background and a play and menu button.
when I drop the pui the blackground is black again sad.gif
when I delete the orginal .pui, so the code is empty I just see a black background so maybe that is the problem?

edit.
when I make a new .pui and copy/paste my old config without the background code:

// Background
$imageabs2(%_width%,%_height%,,,,,,,/images\blue.png,NOKEEPASPECT)

and keep the old one.

// Background
$drawrect(0,0,0,0,brushcolor-SYSCOL-15 pencolor-NULL)

my background is grey.

I changed the numbers a little bit like:
$drawrect(1,1,1,1,brushcolor-SYSCOL-15 pencolor-NULL)

gives black.



I tried a totally different config and my background is still black.


foo_ui_panels.dll (2007-06-12 12:28:20)
Panels UI 0.13.8 beta [Jun 12 2007 - 12:28:00]

judge, do you use this one?
is there a place to download an older plugin?

radio_cascara
ok, one question, i'm sure i saw something about this, but now can't find it for last couple of hours. smile.gif

i got something like
$button(50,50,0,0,50,50,/images\something.png,,EXEC:'cmd',TOOLTIP:"test")
and on click nothing happens. if i change exec with foo_run command it runs. am i doing something wrong?

edit: it's panel 0.13.6, tried it with newest beta too.
The Judge
Barry123,

I'm using Panels 14.1beta at the moment so that may be why it works for me. The various releases over the past few weeks have been a tad buggy so that could well be it. Backup your PUI somewhere and then try out the latest beta. You CANNOT use a PUI with an old Panels release after you have opened it with a later version so this is why you should backup your PUI.

The only other reason I can think of for your config not working is because you have your images in the wrong folder. You have used '/images' - which is a folder relative to your PUI.

So if your PUI is C:\Program Files\Foobar2000\PanelsUI\leo.pui, then your images folder must be C:\Program Files\Foobar2000\PanelsUI\images.

But if your PUI is C:\Program Files\Foobar2000\PanelsUI\leo\leo.pui, then your images folder must be C:\Program Files\Foobar2000\PanelsUI\leo\images

That's the only other thing I can think of. It would explain why making a new PUI and using the same code won't work too.
zhdali
Excused the perhaps stupid question, but can be written more than a time in the code the same one redraw type? For example:

Two times // PerSecond
or
Three times // PerTrack

Or i must use these declaration only one time?
metal_termite
QUOTE(zhdali @ Jul 22 2007, 22:44) *

Excused the perhaps stupid question, but can be written more than a time in the code the same one redraw type? For example:

Two times // PerSecond
or
Three times // PerTrack

Or i must use these declaration only one time?

Each type can be written only once.
zhdali
QUOTE(metal_termite @ Jul 22 2007, 19:10) *

QUOTE(zhdali @ Jul 22 2007, 22:44) *

Excused the perhaps stupid question, but can be written more than a time in the code the same one redraw type? For example:

Two times // PerSecond
or
Three times // PerTrack

Or i must use these declaration only one time?

Each type can be written only once.


Simple and fast, Thanks.
eboomer
A couple of things. First, a crash, using 0.14.12 beta. I was just playing a song, I think Foobar was minimized, when it happened.
CODE

Illegal operation:
Code: C0000005h, flags: 00000000h, address: 0441AE1Eh
Access violation, operation: read, address: 00000000h
Call path:
entry=>app_mainloop
This is the first crash logged by this instance.
Code bytes (0441AE1Eh):
0441ADDEh: 10 89 44 24 14 89 5C 24 1C 89 44 24 18 7F 7C 8B
0441ADEEh: 44 24 44 83 C0 FF 03 C6 8B CF 89 44 24 28 8D 04
0441ADFEh: 32 2B CA 89 44 24 20 83 C1 01 3B C6 7D 04 8B C6
0441AE0Eh: EB 0A 8B 54 24 28 3B C2 7E 02 8B C2 8B 54 24 3C
0441AE1Eh: 8B 04 82 8B D0 C1 FA 18 81 E2 FF 00 00 00 01 54
0441AE2Eh: 24 10 8B D0 C1 FA 10 81 E2 FF 00 00 00 01 54 24
0441AE3Eh: 14 0F B6 D4 25 FF 00 00 00 01 44 24 18 8B 44 24
0441AE4Eh: 20 83 C0 01 03 DA 83 E9 01 89 44 24 20 75 AB 8B
Stack (044BF308h):
044BF2E8h: 0000000A 00000006 00000009 00000000
044BF2F8h: 004A0081 0008016D 00000000 00000001
044BF308h: 00000002 00000003 00000004 00000005
044BF318h: 00000006 00000007 00000008 00000009
044BF328h: 0000000A 0000000B 0000000C 0000000D
044BF338h: 0000000E 0000000F 00000010 00000011
044BF348h: 00000012 00000013 00000014 00000015
044BF358h: 00000016 00000017 00000018 00000019
044BF368h: 0000001A 0000001B 0000001C 0000001D
044BF378h: 0000001E 0000001F 00000020 00000021
044BF388h: 00000022 00000023 00000024 00000025
044BF398h: 00000026 00000027 00000028 00000029
044BF3A8h: 0000002A 0000002B 0000002C 0000002D
044BF3B8h: 0000002E 0000002F 00000030 00000031
044BF3C8h: 00000032 00000033 00000034 00000035
044BF3D8h: 00000036 00000037 00000038 00000039
044BF3E8h: 0000003A 0000003B 0000003C 0000003D
044BF3F8h: 0000003E 0000003F 00000040 00000041
044BF408h: 00000042 00000043 00000044 00000045
044BF418h: 00000046 00000047 00000048 00000049
Registers:
EAX: 00000000, EBX: 00000000, ECX: 00000001, EDX: 00000000
ESI: 00000000, EDI: 00000000, EBP: 00000000, ESP: 044BF308
Crash location: "foo_ui_panels", loaded at 043D0000h - 04497000h
Symbol: "foobar2000_get_interface" (+0000834Eh)

Loaded modules:
foobar2000 loaded at 00400000h - 004F3000h
ntdll loaded at 7C900000h - 7C9B0000h
kernel32 loaded at 7C800000h - 7C8F5000h
COMCTL32 loaded at 773D0000h - 774D2000h
msvcrt loaded at 77C10000h - 77C68000h
ADVAPI32 loaded at 77DD0000h - 77E6B000h
RPCRT4 loaded at 77E70000h - 77F01000h
GDI32 loaded at 77F10000h - 77F57000h
USER32 loaded at 7E410000h - 7E4A0000h
SHLWAPI loaded at 77F60000h - 77FD6000h
SHELL32 loaded at 7C9C0000h - 7D1D5000h
ole32 loaded at 774E0000h - 7761D000h
shared loaded at 10000000h - 10029000h
comdlg32 loaded at 763B0000h - 763F9000h
IMM32 loaded at 76390000h - 763AD000h
uxtheme loaded at 5AD70000h - 5ADA8000h
MSCTF loaded at 74720000h - 7476B000h
msctfime loaded at 755C0000h - 755EE000h
foo_2hyperim loaded at 003E0000h - 003FF000h
foo_abx loaded at 00A90000h - 00AC4000h
foo_AdvancedControls loaded at 00AF0000h - 00B21000h
foo_albumlist loaded at 00B40000h - 00B87000h
OLEAUT32 loaded at 77120000h - 771AC000h
foo_bitcompare loaded at 00BB0000h - 00BD7000h
foo_browser loaded at 00C00000h - 00C3B000h
foo_cdda loaded at 00C60000h - 00C96000h
foo_common loaded at 00CC0000h - 00CFA000h
foo_converter loaded at 00D20000h - 00D89000h
foo_convolve loaded at 00DB0000h - 00E01000h
foo_cwb_hooks loaded at 00E30000h - 00E66000h
foo_dsp_std loaded at 00E90000h - 00ED1000h
foo_freedb2 loaded at 00F00000h - 00F40000h
foo_input_monkey loaded at 00F60000h - 00FA9000h
foo_input_std loaded at 00FD0000h - 010E4000h
foo_masstag loaded at 01110000h - 01160000h
foo_midi loaded at 01180000h - 0122A000h
foo_navigator loaded at 01250000h - 01271000h
foo_out_asio loaded at 012A0000h - 012CE000h
foo_out_ks loaded at 012F0000h - 0131A000h
SETUPAPI loaded at 77920000h - 77A13000h
foo_playcount loaded at 01340000h - 01368000h
foo_playlist_manager loaded at 01390000h - 013D7000h
foo_playlist_tree loaded at 01400000h - 01469000h
foo_pqview loaded at 01490000h - 014AC000h
foo_prettypop loaded at 014D0000h - 0151D000h
mscoree loaded at 79000000h - 79045000h
MSVCR80 loaded at 78130000h - 781CB000h
msvcm80 loaded at 7C4C0000h - 7C53D000h
mscorwks loaded at 79E70000h - 7A3D6000h
mscorlib.ni loaded at 790C0000h - 79B90000h
mscorjit loaded at 79060000h - 790B3000h
rsaenh loaded at 0FFD0000h - 0FFF8000h
foo_queuemanager loaded at 039C0000h - 039E8000h
foo_random loaded at 03AE0000h - 03B1F000h
foo_rgscan loaded at 03B40000h - 03B88000h
foo_run loaded at 03BB0000h - 03BDB000h
foo_skip loaded at 03C00000h - 03C1B000h
foo_uie_albumart loaded at 03C40000h - 03C70000h
gdiplus loaded at 4EC50000h - 4EDF3000h
foo_uie_albumart_msn loaded at 03CA0000h - 03CBC000h
foo_uie_explorer loaded at 03CD0000h - 03D0C000h
foo_uie_playlists_dropdown loaded at 03D30000h - 03D6A000h
foo_uie_queuemanager loaded at 03D90000h - 03DC9000h
System.ni loaded at 7A440000h - 7AC06000h
System.Drawing.ni loaded at 7ADE0000h - 7AF6C000h
foo_uie_quicksearch loaded at 03F90000h - 03FD8000h
foo_uie_single_column_playlist loaded at 04110000h - 0415A000h
MSVCP80 loaded at 7C420000h - 7C4A7000h
foo_uie_tabs loaded at 04160000h - 04186000h
foo_uie_trackinfo loaded at 041B0000h - 041DE000h
foo_uie_trackinfo_mod loaded at 04200000h - 04255000h
foo_uie_vis_egoh loaded at 04270000h - 0428D000h
foo_uie_wsh_panel loaded at 042A0000h - 042D6000h
foo_ui_columns loaded at 04300000h - 043A3000h
foo_ui_panels loaded at 043D0000h - 04497000h
foo_ui_std loaded at 044C0000h - 04517000h
foo_unpack loaded at 04540000h - 0456E000h
foo_utils loaded at 04590000h - 045C9000h
foo_vis_channelusage loaded at 045F0000h - 04613000h
foo_ui_minilyrics loaded at 04640000h - 04662000h
System.Windows.Forms.ni loaded at 7AFD0000h - 7BC54000h
CLBCATQ loaded at 76FD0000h - 7704F000h
COMRes loaded at 77050000h - 77115000h
VERSION loaded at 77C00000h - 77C08000h
MiniLyrics loaded at 04E90000h - 04FD1000h
WS2_32 loaded at 71AB0000h - 71AC7000h
WS2HELP loaded at 71AA0000h - 71AA8000h
dciman32 loaded at 73BC0000h - 73BC6000h
Msimg32 loaded at 76380000h - 76385000h
dadkeyb loaded at 05BE0000h - 05BF3000h
WINTRUST loaded at 76C30000h - 76C5E000h
CRYPT32 loaded at 77A80000h - 77B14000h
MSASN1 loaded at 77B20000h - 77B32000h
IMAGEHLP loaded at 76C90000h - 76CB8000h
xpsp2res loaded at 20000000h - 202C5000h
pgusbwdm loaded at 06320000h - 0636F000h
WINMM loaded at 76B40000h - 76B6D000h
DBGHELP loaded at 59A60000h - 59B01000h

Stack dump analysis:
Address: 74746553h, location: "MSCTF", loaded at 74720000h - 7476B000h
Symbol: "TF_CheckThreadInputIdle" (+0000745Eh)
Address: 04343A67h, location: "foo_ui_columns", loaded at 04300000h - 043A3000h
Address: 04353104h, location: "foo_ui_columns", loaded at 04300000h - 043A3000h
Address: 00430004h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00E4004Ah, location: "foo_cwb_hooks", loaded at 00E30000h - 00E66000h
Address: 004E0020h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B0001h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B0001h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004A0001h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00490049h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00490008h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00460020h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00490055h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C005Ch, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00410020h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00460020h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00490055h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 74732428h, location: "MSCTF", loaded at 74720000h - 7476B000h
Symbol: "TF_InitSystem" (+000014FDh)
Address: 79616C50h, location: "mscorlib.ni", loaded at 790C0000h - 79B90000h
Address: 7473696Ch, location: "MSCTF", loaded at 74720000h - 7476B000h
Symbol: "TF_InitSystem" (+00005A41h)
Address: 10000000h, location: "shared", loaded at 10000000h - 10029000h

Version info:
foobar2000 v0.9.4.2
UNICODE

Additional info:
Kernel Streaming Output 1.2.2 (foo_out_ks)
Masstagger 1.6 (foo_masstag)
CD Audio Decoder 2.1.1 (foo_cdda)
Explorer Tree 1.04.6b (foo_uie_explorer)
Converter 1.0.1 (foo_converter)
FLAC Decoder 1.1.0 (foo_input_std)
FooBar2000 Advanced Controls 0.5.9.0 (foo_AdvancedControls)
Track info panel 0.8 (foo_uie_trackinfo)
Playback Statistics 1.3.2 (foo_playcount)
MIDI synthesizer host 1.7 (foo_midi)
ASIO support 1.2.4 (foo_out_asio)
Track info panel mod 0.7.1 beta [Nov 22 2006 - 03:51:45] (foo_uie_trackinfo_mod)
WSH Panel (uie) 0.7.1 (foo_uie_wsh_panel)
ReplayGain Scanner 2.0.2 (foo_rgscan)
Egoh Spectrum analyser (uie) 1.1.2 (foo_uie_vis_egoh)
Pretty Popup 1.2.3 (foo_prettypop)
ABX Comparator 1.3.1 (foo_abx)
Music Browser 1.2.2c [Jul 6 2006 - 09:42:02] (foo_browser)
freedb Tagger 0.5.2a (foo_freedb2)
Columns UI 0.2.0 alpha 2 (foo_ui_columns)
Album List 3.2.0 (foo_albumlist)
Tabbed panel modifyed 0.2.1 (foo_uie_tabs)
Playlists Dropdown 0.5.7.5 (foo_uie_playlists_dropdown)
Standard DSP array 1.0 (foo_dsp_std)
cwbowron's title format hooks 1.1.1 [May 4 2007 - 12:39:47] (foo_cwb_hooks)
Playlist Manager 1.0.2 (foo_playlist_manager)
Album Art Panel Mod (MSN) 0.2.1_8 (foo_uie_albumart_msn)
Panels UI 0.14.12 beta [Jul 18 2007 - 13:39:30] (foo_ui_panels)
Single Column Playlist Display 0.5.4 beta [Nov 24 2006 - 21:31:48] (foo_uie_single_column_playlist)
Channel Usage Visualisation 1.0 (foo_vis_channelusage)
Randomized playlist entry 1.2.3 (foo_random)
foo_skip 0.2 (foo_skip)
HyperIM Bridge 2.0 (foo_2hyperim)
Queue manager 0.1.1 (foo_queuemanager)
RAR reader 1.1 (foo_unpack)
WMA Decoder 1.1 (foo_input_std)
Playlist tools 0.5.8 (foo_utils)
Common services 0.1 (foo_common)
Standard Input Array 1.0 (foo_input_std)
Monkey's Audio decoder 2.1.1 (foo_input_monkey)
ZIP/GZIP reader 1.0 (foo_unpack)
Convolver 0.3 (foo_convolve)
Binary Comparator 1.1 (foo_bitcompare)
Navigator 0.2 (foo_navigator)
Run services 0.3.2 (foo_run)
Playlist Tree Panel 2.2.3 [Aug 25 2006 - 11:27:07] (foo_playlist_tree)
foobar2000 core 0.9.4.2 (Core)
Default User Interface 0.9acc (foo_ui_std)
Queue manager panel 0.2.1 (foo_uie_queuemanager)
Album Art Panel 0.164a (foo_uie_albumart)
Quick Search Toolbar 2.8i (foo_uie_quicksearch)


Second, it seems the "VALIGN" switch in $imageabs2 is now broken - it's causing my album art in SCPL to go window blind style.
barry123
thanks jugde it works!

but the only thing I can't fix is to remove the 'panel'
I think it's called 'main window panel' but the options I can find are:
Hide Taskbar
Tray Icon
Minimize to tray

IPB Image
Groten
Please give the direct reference to the latest the version (> 14) as itself I can not find. Many thanks.
The Judge
Barry, to get rid of the titlebar you need to add

$windowstyle(hidetitlebar)

to the // Background section



Terrestrial, good work recently but a quick question. Will there be a complete move to the new syntax at some point or will the old syntax still be valid?
Squeller
QUOTE(The Judge @ Jul 23 2007, 04:37) *
$windowstyle(hidetitlebar) to the // Background section
Hm, it doesn't work here. Is it only supposed to work if PanelsUI is chosen as the main UI in fb2k preferences?

EDIT: No, it doesn't work as well then. Maybe there's a basic misunderstanding on my side? Should it hide the fb2k main windows title bar? The top one with minimize, resize and exit on the right side? I wish it did... W2K here...
mscava
hello terrestrial...

I was just thinking(yeah sometimes I do).. Is it problem to make some functions for drawing other gfx primitives? $line, $circle and $polygon would be pretty enough and the are so many things you can do with them... and even more if we had $rand function, you could create different foobar each launch.

thank you very much for this perfect sandbox where we can put our creativity to use smile.gif
Groten
Prompt that on an official site the link to version 0.13.7 though already is available 0.14.12. Please tell where it is possible to download version 0.14.12 or above.
The Judge
Squeller,

My mini player without the titlebar:
IPB Image

My mini player with the titlebar:
IPB Image

I haven't tried it in Win2k with the latest releases so I'm not sure if it will work but it definitely works in XP.


Groten,

http://panels.fooblog2000.com/foo_ui_panels_beta.zip

That's the link for the latest release. But it's a beta version in testing at the moment. There have been a fair few changes so make sure you back up your PUI before 'upgrading'.
Squeller
QUOTE(The Judge @ Jul 23 2007, 06:38) *
My mini player without the titlebar:
IPB Image

My mini player with the titlebar:
IPB Image

OK, we're talking about the same titlebar. I'm using the latest version, yes. It doesn't work here on W2K. To be precise, my code starts like this:

CODE
// Background
$windowstyle(hidetitlebar)

// PerSecond
...
bulhakov
Hi, I've got (maybe) stupid question, but: what's '$newsyntax()' for?
metal_termite
QUOTE(bulhakov @ Jul 23 2007, 16:59) *

Hi, I've got (maybe) stupid question, but: what's '$newsyntax()' for?


$newsyntax

Skips the processing of older functions and syntax prior to version 0.14.10, thus enabling the full use of the newer functions and syntax.

This function must be used within the // Global redrew section.
Hakubo
QUOTE(Squeller @ Jul 23 2007, 18:52) *
OK, we're talking about the same titlebar. I'm using the latest version, yes. It doesn't work here on W2K. To be precise, my code starts like this:

CODE
// Background
$windowstyle(hidetitlebar)

// PerSecond
...
Maybe you're putting this into SCPL config instead of main PUI configuration?

QUOTE
Hi, I've got (maybe) stupid question, but: what's '$newsyntax()' for?
That's for using... err... the new syntax? There was a link to the reference not long ago in this thread.
metal_termite
I don't mean to be rude, I understand many of you may be new, but you need to start referring to the Panels UI wiki. It has links to the new (syntax) command reference (for versions 0.14.10+), user's guide, changelog, and feature requests. As well as the main foobar2000 titleformat reference. These would answer many of your questions.

QUOTE(mscava @ Jul 23 2007, 10:29) *

hello terrestrial...

I was just thinking(yeah sometimes I do).. Is it problem to make some functions for drawing other gfx primitives? $line, $circle and $polygon would be pretty enough and the are so many things you can do with them... and even more if we had $rand function, you could create different foobar each launch.

thank you very much for this perfect sandbox where we can put our creativity to use smile.gif

There already is a $rand() function. It's a core foobar2000 titleformat function.
radio_cascara
well after three days of tinkering i give up on trying to solve my dynamic titles problem by myself.

and since nobody replies, only thing remaining is to beg plugin coders for help smile.gif so please, please terrestrial, if there's any chance for:
a) fixing exec: so it runs window in the foreground and adding param: or something like that, that would be sent as a parameter to the program.
or b) ANY other way of exposing dynamic track titles to outside world, function to write them to file or copy to clipboard or anything as i guess there are no true global variables in foobar usable by all components.
Squeller
QUOTE(Hakubo @ Jul 23 2007, 13:10) *
QUOTE(Squeller @ Jul 23 2007, 18:52) *
OK, we're talking about the same titlebar. I'm using the latest version, yes. It doesn't work here on W2K. To be precise, my code starts like this:

CODE
// Background
$windowstyle(hidetitlebar)

// PerSecond
...
Maybe you're putting this into SCPL config instead of main PUI configuration?
Thanks for your reply. No, I haven't got an SCPL. I've put this into a track display panel, which is part of a columnsUI layout. I was wondering why this is supposed to work (still doesn't) anyway because I can have two track displays with oppossite commands then... What is "the main pui configuration"? I've also dropped the code into the panels ui preferences section (usually places I do not need to visit)... Not working either.

EDIT: OK, I've installed a fresh fb2k with panels ui as main UI and it works somewhat different. It works. And if PanelsUI is not the main UI, there is no such "main pui config" and the button in the panelsUI preferences page is disfunctional. I'll have to think about if I really want to make ui_panels my main ui. But this would mean (I have 3 layouts organized as foo_uie_tabs childs) a lot of code, no more layout editor as in columnsUI...
Anas
terrestial,
Will the VALIGN option in the imageabs-function be reimplemented? I'm greatly missing it sad.gif
anza
Version 0.14.12 crashes all the time when used as a Columns UI panel and trying to open it's settings. It works fine if I use only Panels UI.
The crash logs say the crash location is something different than Panels UI, but under stack dump analysis foo_ui_panels is always there.

CODE
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 032F836Bh
Access violation, operation: read, address: 00000000h
Call path:
entry=>app_mainloop
This is the first crash logged by this instance.
Code bytes (032F836Bh):
032F832Bh: E8 09 C0 07 00 56 FF 15 90 91 38 03 33 C0 40 8B
032F833Bh: 4D F4 5F 5E 64 89 0D 00 00 00 00 5B 83 C5 68 C9
032F834Bh: C2 0C 00 E9 2D F9 FC FF B8 3F 30 38 03 E8 7B 6B
032F835Bh: 08 00 83 EC 0C 53 56 8B F1 33 DB 89 5D FC 8B 0E
032F836Bh: 8B 01 57 89 65 F0 FF 50 0C 8B 10 8B C8 FF 12 8B
032F837Bh: F8 E8 0F 5C 01 00 3A C3 75 4D 83 4D FC FF 56 8D
032F838Bh: 45 E8 50 E8 2D 03 00 00 C7 45 FC 02 00 00 00 8B
032F839Bh: 0E 8B 01 8D 55 EC 52 FF 50 28 84 C0 74 12 8B 75
Stack (0017E3B0h):
0017E390h: 00000000 00000000 00000000 00000000
0017E3A0h: 00000000 00000000 00000000 00000000
0017E3B0h: 0017E4FC 00000001 00000001 0017E3E8
0017E3C0h: 032F835D 0017E3E8 0338303F 00000000
0017E3D0h: 0017E3F4 032F852C 033C0F10 00000000
0017E3E0h: 033C0F10 00000001 0017E4AC 03383763
0017E3F0h: 00000000 0356AD48 032E5535 00000000
0017E400h: 00000000 0017E484 0017E4C4 040EB104
0017E410h: 00000000 0017E4FC 00000000 032E5615
0017E420h: 00000000 0017E4FC 0017E484 0017E4C4
0017E430h: 040EB104 040E8058 04091A02 0017E484
0017E440h: 0017E4C4 0017E4FC 040EB104 C48DE14A
0017E450h: 00000000 0356AD48 033C0F10 00000000
0017E460h: 00000025 00000000 00000000 0405A34E
0017E470h: 00000000 00000018 0000000C 04058D7F
0017E480h: 00000000 040E8058 00000000 00000000
0017E490h: 00000000 00000000 00000000 0336EB42
0017E4A0h: 0000000C 0017E4B8 00000013 0017E534
0017E4B0h: 040DEF68 00000000 04091D56 000C0570
0017E4C0h: 0017E4FC 0356AD48 043168C0 04317E18
Registers:
EAX: 032F835D, EBX: 00000000, ECX: 00000000, EDX: 00000000
ESI: 0017E400, EDI: 0017E4FC, EBP: 0017E3D0, ESP: 0017E3B0
Crash location: "foo_input_std", loaded at 032C0000h - 033D3000h

Loaded modules:
foobar2000 loaded at 00400000h - 004F3000h
ntdll loaded at 77EB0000h - 78000000h
kernel32 loaded at 77990000h - 77AA0000h
COMCTL32 loaded at 75250000h - 753E4000h
msvcrt loaded at 76850000h - 768FA000h
ADVAPI32 loaded at 76910000h - 769CF000h
RPCRT4 loaded at 762C0000h - 763B0000h
Secur32 loaded at 760B0000h - 76110000h
GDI32 loaded at 76B60000h - 76BF0000h
USER32 loaded at 76430000h - 76500000h
SHLWAPI loaded at 76A30000h - 76A85000h
SHELL32 loaded at 76DB0000h - 7787E000h
ole32 loaded at 76170000h - 762B4000h
shared loaded at 10000000h - 10029000h
comdlg32 loaded at 77880000h - 778F4000h
IMM32 loaded at 769D0000h - 76A30000h
MSCTF loaded at 76BF0000h - 76CB7000h
LPK loaded at 77E90000h - 77E99000h
USP10 loaded at 763B0000h - 7642D000h
uxtheme loaded at 75400000h - 75480000h
RTSUltraMonHookX32 loaded at 18800000h - 18838000h
tiptsf loaded at 75CD0000h - 75D30000h
OLEAUT32 loaded at 77900000h - 7798C000h
version loaded at 75480000h - 75488000h
foo_abx loaded at 00370000h - 003A3000h
foo_ac3 loaded at 002C0000h - 002EB000h
foo_adpcm loaded at 00600000h - 0064F000h
foo_albumlist loaded at 02630000h - 02677000h
foo_autoplaylist loaded at 003D0000h - 00400000h
foo_benchmark loaded at 02690000h - 026B8000h
foo_bitcompare loaded at 02750000h - 02777000h
foo_browser loaded at 02780000h - 027B9000h
foo_burninate loaded at 02800000h - 02837000h
foo_cdda loaded at 02870000h - 028A5000h
foo_common loaded at 02900000h - 0293A000h
foo_converter loaded at 02990000h - 029F9000h
foo_convolve loaded at 02A40000h - 02A91000h
foo_dbsearch loaded at 02AA0000h - 02B10000h
foo_dop loaded at 02C90000h - 02CFF000h
SETUPAPI loaded at 76630000h - 767B8000h
gdiplus loaded at 725C0000h - 7276A000h
foo_dsp_crossfeed loaded at 02A00000h - 02A24000h
foo_dsp_std loaded at 02E70000h - 02EB1000h
foo_dumb loaded at 02F20000h - 02FB4000h
foo_freedb2 loaded at 02D00000h - 02D40000h
foo_gep loaded at 03220000h - 032B6000h
MSIMG32 loaded at 74ED0000h - 74ED5000h
foo_input_alac loaded at 02EC0000h - 02EDD000h
foo_input_monkey loaded at 02FC0000h - 03009000h
foo_input_shorten loaded at 02EE0000h - 02F0D000h
foo_input_std loaded at 032C0000h - 033D3000h
foo_input_tak loaded at 031B0000h - 031D9000h
tak_deco_lib loaded at 031E0000h - 0320F000h
foo_lunar2 loaded at 03510000h - 03531000h
foo_masstag loaded at 03580000h - 035CF000h
foo_midi loaded at 035E0000h - 0368A000h
foo_msnalt loaded at 03540000h - 03559000h
foo_psf loaded at 03740000h - 03821000h
foo_rgscan loaded at 036C0000h - 03708000h
foo_sic loaded at 03830000h - 03887000h
WS2_32 loaded at 76D80000h - 76DAD000h
NSI loaded at 77E80000h - 77E86000h
foo_sid loaded at 03A70000h - 03AF2000h
foo_uie_peakmeter loaded at 03A10000h - 03A38000h
foo_uie_playlists_dropdown loaded at 03B10000h - 03B49000h
foo_uie_quicksearch loaded at 03B60000h - 03BA7000h
foo_ui_columns loaded at 03E00000h - 03EA6000h
foo_ui_panels loaded at 04050000h - 04117000h
foo_ui_std loaded at 03EB0000h - 03F07000h
foo_unpack loaded at 03F10000h - 03F3E000h
foo_unpack_jma loaded at 04220000h - 04241000h
foo_unpack_lha loaded at 03CC0000h - 03CE0000h
foo_utils loaded at 04280000h - 042B8000h
foo_utils_matroska loaded at 042C0000h - 042DA000h
foo_verifier loaded at 04420000h - 04450000h
CLBCatQ loaded at 767C0000h - 76844000h
oleacc loaded at 74E60000h - 74E98000h
WINTRUST loaded at 74170000h - 7419D000h
CRYPT32 loaded at 74070000h - 74161000h
MSASN1 loaded at 74050000h - 74062000h
USERENV loaded at 74D10000h - 74D2E000h
imagehlp loaded at 76CC0000h - 76CE9000h
mswsock loaded at 75650000h - 7568B000h
wshtcpip loaded at 756C0000h - 756C6000h
mhook loaded at 04BE0000h - 04BE6000h
DSOUND loaded at 74480000h - 744F1000h
WINMM loaded at 74990000h - 749C3000h
POWRPROF loaded at 74EB0000h - 74ECA000h
MMDevApi loaded at 74360000h - 74387000h
audioses loaded at 74300000h - 74321000h
audioeng loaded at 73F90000h - 73FF6000h
AVRT loaded at 74D80000h - 74D87000h
PSAPI loaded at 76900000h - 76907000h
dbghelp loaded at 723D0000h - 724AC000h

Stack dump analysis:
Address: 032F835Dh, location: "foo_input_std", loaded at 032C0000h - 033D3000h
Address: 0338303Fh, location: "foo_input_std", loaded at 032C0000h - 033D3000h
Symbol: "foobar2000_get_interface" (+0004E0AFh)
Address: 032F852Ch, location: "foo_input_std", loaded at 032C0000h - 033D3000h
Address: 033C0F10h, location: "foo_input_std", loaded at 032C0000h - 033D3000h
Symbol: "foobar2000_get_interface" (+0008BF80h)
Address: 033C0F10h, location: "foo_input_std", loaded at 032C0000h - 033D3000h
Symbol: "foobar2000_get_interface" (+0008BF80h)
Address: 03383763h, location: "foo_input_std", loaded at 032C0000h - 033D3000h
Symbol: "foobar2000_get_interface" (+0004E7D3h)
Address: 032E5535h, location: "foo_input_std", loaded at 032C0000h - 033D3000h
Address: 032E5615h, location: "foo_input_std", loaded at 032C0000h - 033D3000h
Address: 040E8058h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "Scintilla_DirectFunction" (+00042637h)
Address: 04091A02h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Address: 033C0F10h, location: "foo_input_std", loaded at 032C0000h - 033D3000h
Symbol: "foobar2000_get_interface" (+0008BF80h)
Address: 0405A34Eh, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Address: 04058D7Fh, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Address: 040E8058h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "Scintilla_DirectFunction" (+00042637h)
Address: 0336EB42h, location: "foo_input_std", loaded at 032C0000h - 033D3000h
Symbol: "foobar2000_get_interface" (+00039BB2h)
Address: 040DEF68h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "Scintilla_DirectFunction" (+00039547h)
Address: 04091D56h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Address: 040E7F34h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "Scintilla_DirectFunction" (+00042513h)
Address: 7644B553h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "SendMessageW" (+00000000h)
Address: 033C0F10h, location: "foo_input_std", loaded at 032C0000h - 033D3000h
Symbol: "foobar2000_get_interface" (+0008BF80h)
Address: 040E80F4h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "Scintilla_DirectFunction" (+000426D3h)
Address: 040E8058h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "Scintilla_DirectFunction" (+00042637h)
Address: 040E8058h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "Scintilla_DirectFunction" (+00042637h)
Address: 040DFBE0h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "Scintilla_DirectFunction" (+0003A1BFh)
Address: 0407CD65h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Address: 040E7F34h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "Scintilla_DirectFunction" (+00042513h)
Address: 040E7F30h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "Scintilla_DirectFunction" (+0004250Fh)
Address: 040E8058h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "Scintilla_DirectFunction" (+00042637h)
Address: 77EDB6ABh, location: "ntdll", loaded at 77EB0000h - 78000000h
Symbol: "RtlTryEnterCriticalSection" (+00000049h)
Address: 77EDB797h, location: "ntdll", loaded at 77EB0000h - 78000000h
Symbol: "RtlTryEnterCriticalSection" (+00000135h)
Address: 77F61C78h, location: "ntdll", loaded at 77EB0000h - 78000000h
Symbol: "wcstombs" (+0000007Ah)
Address: 77ED3372h, location: "ntdll", loaded at 77EB0000h - 78000000h
Symbol: "RtlDeactivateActivationContextUnsafeFast" (+00004346h)
Address: 76447730h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "CallNextHookEx" (+00000050h)
Address: 75CD1535h, location: "tiptsf", loaded at 75CD0000h - 75D30000h
Address: 188013BFh, location: "RTSUltraMonHookX32", loaded at 18800000h - 18838000h
Address: 7644769Ah, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "UserClientDllInitialize" (+000001C3h)
Address: 76484A67h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "SetDlgItemTextW" (+0000008Dh)
Address: 75CD14F0h, location: "tiptsf", loaded at 75CD0000h - 75D30000h
Address: 7644A5DDh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "PostMessageW" (+000000F0h)
Address: 77EFA6B2h, location: "ntdll", loaded at 77EB0000h - 78000000h
Symbol: "NtCallbackReturn" (+00000012h)
Address: 7644A5F0h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "PostMessageW" (+00000103h)
Address: 77ECEE2Eh, location: "ntdll", loaded at 77EB0000h - 78000000h
Symbol: "KiUserCallbackDispatcher" (+0000002Eh)
Address: 77ECEDE0h, location: "ntdll", loaded at 77EB0000h - 78000000h
Symbol: "KiUserApcDispatcher" (+00000048h)
Address: 75CD14F0h, location: "tiptsf", loaded at 75CD0000h - 75D30000h
Address: 7644855Eh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetWindowLongW" (+00000000h)
Address: 7529586Ah, location: "COMCTL32", loaded at 75250000h - 753E4000h
Symbol: "ImageList_GetIcon" (+000000DFh)
Address: 7644855Eh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetWindowLongW" (+00000000h)
Address: 76448E88h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetWindowRect" (+0000002Fh)
Address: 76448E96h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetWindowRect" (+0000003Dh)
Address: 7644855Eh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetWindowLongW" (+00000000h)
Address: 7644A79Bh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetPropW" (+000000ACh)
Address: 7647B62Bh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetLastActivePopup" (+0000037Ch)
Address: 77EDBB41h, location: "ntdll", loaded at 77EB0000h - 78000000h
Symbol: "RtlTryEnterCriticalSection" (+000004DFh)
Address: 18808173h, location: "RTSUltraMonHookX32", loaded at 18800000h - 18838000h
Address: 77F61C78h, location: "ntdll", loaded at 77EB0000h - 78000000h
Symbol: "wcstombs" (+0000007Ah)
Address: 77ED09EAh, location: "ntdll", loaded at 77EB0000h - 78000000h
Symbol: "RtlDeactivateActivationContextUnsafeFast" (+000019BEh)
Address: 77EDBB41h, location: "ntdll", loaded at 77EB0000h - 78000000h
Symbol: "RtlTryEnterCriticalSection" (+000004DFh)
Address: 77EDB9FEh, location: "ntdll", loaded at 77EB0000h - 78000000h
Symbol: "RtlTryEnterCriticalSection" (+0000039Ch)
Address: 779B29B5h, location: "kernel32", loaded at 77990000h - 77AA0000h
Symbol: "GetAtomNameW" (+00000000h)
Address: 764B0344h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "ShutdownBlockReasonDestroy" (+0000828Ch)
Address: 76448E96h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetWindowRect" (+0000003Dh)
Address: 77EDB2DFh, location: "ntdll", loaded at 77EB0000h - 78000000h
Symbol: "RtlDeactivateActivationContextUnsafeFast" (+0000C2B3h)
Address: 77A11D27h, location: "kernel32", loaded at 77990000h - 77AA0000h
Symbol: "HeapFree" (+00000014h)
Address: 75415FE7h, location: "uxtheme", loaded at 75400000h - 75480000h
Symbol: "GetThemeInt" (+0000015Ch)
Address: 7541665Fh, location: "uxtheme", loaded at 75400000h - 75480000h
Symbol: "GetThemeInt" (+000007D4h)
Address: 779A13DDh, location: "kernel32", loaded at 77990000h - 77AA0000h
Symbol: "SetLastError" (+00000000h)
Address: 7541666Eh, location: "uxtheme", loaded at 75400000h - 75480000h
Symbol: "GetThemeInt" (+000007E3h)
Address: 752B6454h, location: "COMCTL32", loaded at 75250000h - 753E4000h
Symbol: "DPA_Grow" (+00000436h)
Address: 7644769Ah, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "UserClientDllInitialize" (+000001C3h)
Address: 76447730h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "CallNextHookEx" (+00000050h)
Address: 75CD1535h, location: "tiptsf", loaded at 75CD0000h - 75D30000h
Address: 76BC00C0h, location: "GDI32", loaded at 76B60000h - 76BF0000h
Symbol: "XLATEOBJ_iXlate" (+0000ACE6h)
Address: 76B798FCh, location: "GDI32", loaded at 76B60000h - 76BF0000h
Symbol: "CreateFontIndirectExW" (+0000008Dh)
Address: 76B798CEh, location: "GDI32", loaded at 76B60000h - 76BF0000h
Symbol: "CreateFontIndirectExW" (+0000005Fh)
Address: 76447730h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "CallNextHookEx" (+00000050h)
Address: 75CD1535h, location: "tiptsf", loaded at 75CD0000h - 75D30000h
Address: 0409AC10h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "foobar2000_get_interface" (+00008140h)
Address: 7644A2E0h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "CharPrevW" (+000000D2h)
Address: 76447730h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "CallNextHookEx" (+00000050h)
Address: 75CD1535h, location: "tiptsf", loaded at 75CD0000h - 75D30000h
Address: 76448598h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetWindowLongW" (+0000003Ah)
Address: 0409AC42h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "foobar2000_get_interface" (+00008172h)
Address: 0409AC10h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "foobar2000_get_interface" (+00008140h)
Address: 764487AFh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetWindowLongW" (+00000251h)
Address: 7644769Ah, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "UserClientDllInitialize" (+000001C3h)
Address: 76484A67h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "SetDlgItemTextW" (+0000008Dh)
Address: 76467052h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetWindowTextLengthW" (+000000A9h)
Address: 7644A5DDh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "PostMessageW" (+000000F0h)
Address: 77EFA6B2h, location: "ntdll", loaded at 77EB0000h - 78000000h
Symbol: "NtCallbackReturn" (+00000012h)
Address: 7644A5F0h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "PostMessageW" (+00000103h)
Address: 77ECEE2Eh, location: "ntdll", loaded at 77EB0000h - 78000000h
Symbol: "KiUserCallbackDispatcher" (+0000002Eh)
Address: 77ECEDE0h, location: "ntdll", loaded at 77EB0000h - 78000000h
Symbol: "KiUserApcDispatcher" (+00000048h)
Address: 7644A624h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "PostMessageW" (+00000137h)
Address: 76448738h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetWindowLongW" (+000001DAh)
Address: 764B0344h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "ShutdownBlockReasonDestroy" (+0000828Ch)
Address: 7644A6CCh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "DefWindowProcW" (+0000009Fh)
Address: 7644A698h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "DefWindowProcW" (+0000006Bh)
Address: 7644A79Bh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetPropW" (+000000ACh)
Address: 7647B62Bh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetLastActivePopup" (+0000037Ch)
Address: 18808173h, location: "RTSUltraMonHookX32", loaded at 18800000h - 18838000h
Address: 764487AFh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetWindowLongW" (+00000251h)
Address: 7529BD42h, location: "COMCTL32", loaded at 75250000h - 753E4000h
Symbol: "ImageList_GetIconSize" (+000008DFh)
Address: 7529BD42h, location: "COMCTL32", loaded at 75250000h - 753E4000h
Symbol: "ImageList_GetIconSize" (+000008DFh)
Address: 764B0344h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "ShutdownBlockReasonDestroy" (+0000828Ch)
Address: 7644A698h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "DefWindowProcW" (+0000006Bh)
Address: 76448989h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetWindowLongW" (+0000042Bh)
Address: 7644894Dh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetWindowLongW" (+000003EFh)
Address: 764488E5h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetWindowLongW" (+00000387h)
Address: 76448989h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetWindowLongW" (+0000042Bh)
Address: 764A80EBh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "ShutdownBlockReasonDestroy" (+00000033h)
Address: 7644894Dh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetWindowLongW" (+000003EFh)
Address: 18820BFEh, location: "RTSUltraMonHookX32", loaded at 18800000h - 18838000h
Symbol: "RTSHookCall" (+00017FE7h)
Address: 7644769Ah, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "UserClientDllInitialize" (+000001C3h)
Address: 76447730h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "CallNextHookEx" (+00000050h)
Address: 75CD1535h, location: "tiptsf", loaded at 75CD0000h - 75D30000h
Address: 75CD1D2Ah, location: "tiptsf", loaded at 75CD0000h - 75D30000h
Symbol: "ProcessCaretEvents" (+000001B7h)
Address: 7644769Ah, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "UserClientDllInitialize" (+000001C3h)
Address: 76484A67h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "SetDlgItemTextW" (+0000008Dh)
Address: 75CD14F0h, location: "tiptsf", loaded at 75CD0000h - 75D30000h
Address: 7644A5DDh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "PostMessageW" (+000000F0h)
Address: 77EFA6B2h, location: "ntdll", loaded at 77EB0000h - 78000000h
Symbol: "NtCallbackReturn" (+00000012h)
Address: 7644A5F0h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "PostMessageW" (+00000103h)
Address: 77ECEE2Eh, location: "ntdll", loaded at 77EB0000h - 78000000h
Symbol: "KiUserCallbackDispatcher" (+0000002Eh)
Address: 77ECEDE0h, location: "ntdll", loaded at 77EB0000h - 78000000h
Symbol: "KiUserApcDispatcher" (+00000048h)
Address: 7644A624h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "PostMessageW" (+00000137h)
Address: 76448738h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetWindowLongW" (+000001DAh)
Address: 764B0344h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "ShutdownBlockReasonDestroy" (+0000828Ch)
Address: 7644A6CCh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "DefWindowProcW" (+0000009Fh)
Address: 7644A698h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "DefWindowProcW" (+0000006Bh)
Address: 7644A79Bh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetPropW" (+000000ACh)
Address: 7647B62Bh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetLastActivePopup" (+0000037Ch)
Address: 18808173h, location: "RTSUltraMonHookX32", loaded at 18800000h - 18838000h
Address: 764487AFh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetWindowLongW" (+00000251h)
Address: 7529BD42h, location: "COMCTL32", loaded at 75250000h - 753E4000h
Symbol: "ImageList_GetIconSize" (+000008DFh)
Address: 7529BD42h, location: "COMCTL32", loaded at 75250000h - 753E4000h
Symbol: "ImageList_GetIconSize" (+000008DFh)
Address: 764B0344h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "ShutdownBlockReasonDestroy" (+0000828Ch)
Address: 7644A698h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "DefWindowProcW" (+0000006Bh)
Address: 76448989h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetWindowLongW" (+0000042Bh)
Address: 76447730h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "CallNextHookEx" (+00000050h)
Address: 75CD1535h, location: "tiptsf", loaded at 75CD0000h - 75D30000h
Address: 76447730h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "CallNextHookEx" (+00000050h)
Address: 76447730h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "CallNextHookEx" (+00000050h)
Address: 75CD1535h, location: "tiptsf", loaded at 75CD0000h - 75D30000h
Address: 0409AC10h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "foobar2000_get_interface" (+00008140h)
Address: 76447ACFh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "IsWindow" (+00000041h)
Address: 7644ECBDh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "SetPropW" (+0000010Ch)
Address: 7644EC9Ch, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "SetPropW" (+000000EBh)
Address: 040E2354h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "Scintilla_DirectFunction" (+0003C933h)
Address: 0409AC57h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "foobar2000_get_interface" (+00008187h)
Address: 0409AC10h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "foobar2000_get_interface" (+00008140h)
Address: 764487AFh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetWindowLongW" (+00000251h)
Address: 0409AC10h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "foobar2000_get_interface" (+00008140h)
Address: 0409AC10h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "foobar2000_get_interface" (+00008140h)
Address: 76466DCDh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "DefDlgProcW" (+00000173h)
Address: 0409AC10h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "foobar2000_get_interface" (+00008140h)
Address: 76466B82h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "DrawIcon" (+00000377h)
Address: 764A80EBh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "ShutdownBlockReasonDestroy" (+00000033h)
Address: 76466A55h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "DrawIcon" (+0000024Ah)
Address: 0409AC10h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "foobar2000_get_interface" (+00008140h)
Address: 76466C5Ah, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 76466C83h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "DefDlgProcW" (+00000029h)
Address: 764487AFh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetWindowLongW" (+00000251h)
Address: 76466C5Ah, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 76466C5Ah, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 76448936h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetWindowLongW" (+000003D8h)
Address: 76466C5Ah, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 04109C88h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "Scintilla_DirectFunction" (+00064267h)
Address: 764488E5h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "GetWindowLongW" (+00000387h)
Address: 764A80EBh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "ShutdownBlockReasonDestroy" (+00000033h)
Address: 7644A571h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "PostMessageW" (+00000084h)
Address: 76466C5Ah, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 04109C88h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "Scintilla_DirectFunction" (+00064267h)
Address: 76484A67h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "SetDlgItemTextW" (+0000008Dh)
Address: 764A80EBh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "ShutdownBlockReasonDestroy" (+00000033h)
Address: 7644A5DDh, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "PostMessageW" (+000000F0h)
Address: 76466C5Ah, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77ECEE2Eh, location: "ntdll", loaded at 77EB0000h - 78000000h
Symbol: "KiUserCallbackDispatcher" (+0000002Eh)
Address: 77ECEDE0h, location: "ntdll", loaded at 77EB0000h - 78000000h
Symbol: "KiUserApcDispatcher" (+00000048h)
Address: 76466C5Ah, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 7644A520h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "PostMessageW" (+00000033h)
Address: 7644CB23h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "RedrawWindow" (+000000A4h)
Address: 04109C88h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "Scintilla_DirectFunction" (+00064267h)
Address: 76468272h, location: "USER32", loaded at 76430000h - 76500000h
Symbol: "SetActiveWindow" (+0000053Fh)
Address: 04109998h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "Scintilla_DirectFunction" (+00063F77h)
Address: 04109C6Ch, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "Scintilla_DirectFunction" (+0006424Bh)
Address: 04050000h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Address: 00600179h, location: "foo_adpcm", loaded at 00600000h - 0064F000h
Address: 04109C86h, location: "foo_ui_panels", loaded at 04050000h - 04117000h
Symbol: "Scintilla_DirectFunction" (+00064265h)

Version info:
foobar2000 v0.9.4.3
UNICODE

Additional info:
Autoplaylist Manager 1.0 (foo_autoplaylist)
Highly Experimental 2.0.5 (foo_psf)
Quick Search Toolbar 2.8j (foo_uie_quicksearch)
sidplay2 1.13 (foo_sid)
Shorten decoder 0.4.2a (foo_input_shorten)
RAR reader 1.1 (foo_unpack)
ADX decoder 1.0 (foo_adpcm)
Game Emu Player 1.3 (foo_gep)
ABX Comparator 1.3.1 (foo_abx)
GCN DSP decoder 1.2 (foo_adpcm)
RAC decoder 1.0 (foo_adpcm)
WMA Decoder 1.1 (foo_input_std)
Masstagger 1.6 (foo_masstag)
ReplayGain Scanner 2.0.2 (foo_rgscan)
LHA unpacker 1.0 (foo_unpack_lha)
ALAC Decoder 1.0 (foo_input_alac)
MIDI synthesizer host 1.7 (foo_midi)
Decoding Speed Test 1.0 (foo_benchmark)
Panels UI 0.14.12 beta [Jul 18 2007 - 13:39:30] (foo_ui_panels)
foobar2000 core 0.9.4.3 (Core)
OKI-ADPCM decoder 0.14 (foo_adpcm)
Monkey's Audio decoder 2.1.1 (foo_input_monkey)
XA ADPCM decoder 1.1 (foo_adpcm)
Lunar 2 PCM decoder 0.5 (foo_lunar2)
CD Audio Decoder 2.1.1 (foo_cdda)
Converter 1.0.1 (foo_converter)
Matroska Utility Plugin 1.0.2 (foo_utils_matroska)
Binary Comparator 1.1 (foo_bitcompare)
FLAC Decoder 1.1.0 (foo_input_std)
Interplay ACM decoder 1.0 (foo_adpcm)
Standard Input Array 1.0 (foo_input_std)
Peakmeter Panel 0.0.3.1 (foo_uie_peakmeter)
File Integrity Verifier 1.0.1 (foo_verifier)
ZIP/GZIP reader 1.0 (foo_unpack)
Convolver 0.3 (foo_convolve)
freedb Tagger 0.5.2a (foo_freedb2)
Crossfeed 0.70 (foo_dsp_crossfeed)
TAK Decoder 0.2 (foo_input_tak)
Album List 3.2.0 (foo_albumlist)
iPod manager 0.4.5 TEST (foo_dop)
Common services 0.1 (foo_common)
Playlist Tools 0.5.9 (foo_utils)
MSN Now Playing (alt) 2.4 (foo_msnalt)
AC3 decoder 0.7 (foo_ac3)
Playlists Dropdown 0.6 alpha 3 (foo_uie_playlists_dropdown)
foosic music database 1.0 beta 11 (foo_sic)
JMA unpacker 1.0 (foo_unpack_jma)
BRR decoder and converter 0.7 (foo_adpcm)
Columns UI 0.2.0 beta 1 (foo_ui_columns)
Standard DSP array 1.0 (foo_dsp_std)
Audio CD Writer 2.0.1 (foo_burninate)
Music Browser 1.2.3b [Mar 23 2007 - 16:52:56] (foo_browser)
kode's ADPCM decoders 1.2 (foo_adpcm)
Database Search 1.4 (foo_dbsearch)
DUMB module decoder 0.9.7.5 (foo_dumb)
Default User Interface 0.9acc (foo_ui_std)

The Judge
Could we perhaps have a $right/$left function that takes double width characters into consideration? It would really help for titles that are too long. As it stands, limiting something using $right leads to things getting cut off at different relative points because of the number of double width characters.
foosion
TheJudge: There is a setting on the Display preferences page that affects how double-width characters are counted in titleformatting. See this screenshot for reference:
IPB Image
The Judge
^^ Ah cheers. Missed that setting smile.gif.
barry123
QUOTE(The Judge @ Jul 23 2007, 14:37) *

Barry, to get rid of the titlebar you need to add

$windowstyle(hidetitlebar)

to the // Background section




tried that.
it works but the first second foobar start the panel it pop ups.
I can't complain about that but it enlarge my foobar, I think because my foobar is smaller.
with the last update there was a option to hide the bar as well and that worked great.

IPB Image

btw I can't find 'always on top' as well since I updated.


are those things because it's a beta?

and judge dont' you have this problem?
Olaf
I have a question/request. (I hope it has not already been asked...)

Is it possible for a button to be visible over a panel ? I'd like to have a button to cycle through multiple panels, but I have no space to put it on my layout. Having it over the panel and visible only on mouse-over would be very nice. Maybe with an "ontop" option in the button declaration functions, or something like that.
barry123
Olaf:
In this topic they're talking about:

"Album art mode (Playback buttons are shown on mouse over)"

http://www.hydrogenaudio.org/forums/index....mp;#entry506502
Keikonium
QUOTE(Olaf @ Jul 24 2007, 08:06) *

I have a question/request. (I hope it has not already been asked...)

Is it possible for a button to be visible over a panel ? I'd like to have a button to cycle through multiple panels, but I have no space to put it on my layout. Having it over the panel and visible only on mouse-over would be very nice. Maybe with an "ontop" option in the button declaration functions, or something like that.


Just put the button at the end of the // PerTrack code in your main config editing options (where you declare the panels). Thats what I did for all my buttons in my config, and they are overtop of panels. For visible only on mouse over, you can just use a transparent gif for the normal state, and an image for the mouseover and I think that would work.

Just try it out and see what you come up with.
Olaf
My button is already visible only on mouse-over, the problem is being ontop of the panels. I already tried putting the button declaration at the end of "// Pertrack", at the beginning, and almost everywhere in the code, but the panel is always over the button.

Thanks anyway for the answers. I'll try to continue the investigation. Maybe the problem comes from the declaration of my panels...
The Judge
Barry, I think I used to have the same problem as you but it has been resolved for me with the newer releases. If you look a few pages back, you'll see a post I made regarding something similar. Are you using the latest beta? I have no problems using your PUI on my F2K.

And the always on top function still isn't implemented. I imagine it is coming at some point after Terrestrial has the latest release a bit more stable. I can't wait for it though smile.gif. Want to be able to see my miniplayer at all times! Haha.
barry123
As far as I know I am using the latest from http://panels.fooblog2000.com/.
nate
Is it possible to make a button that will apply a specific sort order to SCPL? I know you can give a button the command SORTGROUP-PRESETS-MENU and then choose from a dropdown list, but can you cut out the middleman? Like, one button that applies the Album sort order, another button that applies the Artist sort order, etc.?

-Nate
The Judge
QUOTE(barry123 @ Jul 24 2007, 20:33) *

As far as I know I am using the latest from http://panels.fooblog2000.com/.


Ahh, you're still on 13.7 then.

http://panels.fooblog2000.com/foo_ui_panels_beta.zip

That's the link for the latest beta. It's still in development so make sure you backup your PUI and all your code in case something goes awry. That should solve the issue you mentioned in your last post but it may raise other issues. Lol.
Keikonium
I am using version 0.14.12 beta of panels UI, and everytime I go to run a foo_run command, I get this error:
IPB Image

This is the code I use:
CODE
$button(180,$get(butY),0,0,15,15,$get(dir1)songmeanings.png,$get(dir1)songmeanings.png,Run/SM Song Title,)


Is my code wrong? The EXEC: commands don't work for me, and they never have so I have to stick with these.
Some help with the EXEC commands, or help with getting these buttons to work would be great. Thank you smile.gif
radio_cascara
when using foo_run you can launch application with argument.