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

foo_ui_panels

Reply #2100
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: [Select]
// 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.

foo_ui_panels

Reply #2101
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: [Select]
// 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)

foo_ui_panels

Reply #2102
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: [Select]
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)


foo_ui_panels

Reply #2103
Quote
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:






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!

foo_ui_panels

Reply #2104
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.

foo_ui_panels

Reply #2105

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


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  Thanks too, I'll keep that tip in mind.
darkblackcorner - in the dark since 1986

foo_ui_panels

Reply #2106
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

foo_ui_panels

Reply #2107
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.
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
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?

foo_ui_panels

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

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.

foo_ui_panels

Reply #2109
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.

foo_ui_panels

Reply #2110
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?

foo_ui_panels

Reply #2111
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.


foo_ui_panels

Reply #2113
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: [Select]
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.

foo_ui_panels

Reply #2114
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


foo_ui_panels

Reply #2115
Please give the direct reference to the latest the version (> 14) as itself I can not find. Many thanks.

foo_ui_panels

Reply #2116
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?

foo_ui_panels

Reply #2117
$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...

 

foo_ui_panels

Reply #2118
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

foo_ui_panels

Reply #2119
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.

foo_ui_panels

Reply #2120
Squeller,

My mini player without the titlebar:


My mini player with the titlebar:


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'.

foo_ui_panels

Reply #2121
My mini player without the titlebar:


My mini player with the titlebar:

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: [Select]
// Background
$windowstyle(hidetitlebar)

// PerSecond
...

foo_ui_panels

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

foo_ui_panels

Reply #2123
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.

foo_ui_panels

Reply #2124
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: [Select]
// 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.