S.O.S. -> Buttons in der Track info mod verschwunden

Begonnen von Spirit_of_the_ocean, 26. Dezember 2006, 00:36:49

Vorheriges Thema - Nächstes Thema

Spirit_of_the_ocean

Hallo!Ich benutze die Track info mod.Ich hatte bisher keine Probleme. Ich benutze die Version 0.7.1 Beta vom 22. November

Ich benutze bisher den folgenden Code:

$imageabs(0,0,images\NightwishTrackinfomod.png,)
$imageabs(0,0,images\Inas Metalseries\Metalbackground.png,)
$imageabs(166,3,images\Inas Metalseries\Background.png,)

$font(Arial Unicode MS,9,,225-216-26)     
$char(10)  $font(lcdmono2,13,,225-216-26)                   %playback_time%   
 
///////PLAY/PAUSE
$button(10,5,0,0,28,30,
$if($or(%ispaused%,$not(%isplaying%)),images\Inas Metalseries\Blackplay.png,images\Inas Metalseries\Blackpause.png),
$if($or(%ispaused%,$not(%isplaying%)),images\Inas Metalseries\Blackplaygold.png,images\Inas Metalseries\Blackpausegold.png),
$if($or(%ispaused%,$not(%isplaying%)),play,pause)
,)

///////STOP
$button(40,5,0,0,28,30,images\Inas Metalseries\Blackstop.png,images\Inas Metalseries\Blackstopgold.png,stop,)

///////PREVIOUS
$button(70,05,0,0,28,30,images\Inas Metalseries\Blackprevi.png,images\Inas Metalseries\Blackprevigold.png,previous,)


///////NEXT
$button(100,05,0,0,28,30,images\Inas Metalseries\Blacknext.png,images\Inas Metalseries\blacknextgold.png,next,)

////////////////////////////////////////////////////////////////////
//////////PLAYBACK ORDER
////////////////////////////////////////////////////////////////////

//////DEFAULT//////
$if(
$not($stricmp(%cwb_playback_order%,default))
,
$button(130,05,0,0,28,30,images\Inas Metalseries\DEfaultplay.png,images\Inas Metalseries\DEfaultplaygold.png,default,)
,
$imageabs(130,05,imagesInas Metalseries\Shuffle.png,)
)

//////SHUFFLE///
$if(
$xor(
$stricmp(%cwb_playback_order%,default),
$stricmp(%cwb_playback_order%,'repeat (track)'),
$stricmp(%cwb_playback_order%,'repeat (playlist)'),
$stricmp(%cwb_playback_order%,'Shuffle (albums)')
)
,
$button(130,05,0,0,28,30,images\Inas Metalseries\Shuffle.png,images\Inas Metalseries\Blankshuffle.png,'Shuffle (tracks)',)
,
$button(130,05,0,0,28,30,
$if($stricmp(%cwb_playback_order%,'Shuffle (tracks)'),images\iconsPLAYBACK\DEfaultplay.png,),
$if($stricmp(%cwb_playback_order%,'Shuffle (tracks)'),images\iconsPLAYBACK\DEfaultplaygold.png,),
$if($stricmp(%cwb_playback_order%,'Shuffle (tracks)')'default','Shuffle (tracks)')
,)
)

////////////////////////////////////////////////////////////////////
//////////VOLUME
//////////////////////////////////////////////////////////////////

//VOLUME BAR

$alignabs(175,05,100,20,,)
$puts(volume,$substr($num(%cwb_volume%,4),2,4))
$puts(active,$rgb(179,0,0))
$puts(back,$rgb(225,216,26))
$font(arial,10,bold,)

$if($greater(1,$get(volume)),$puts(amp,12),
$if($greater(3,$get(volume)),$puts(amp,11),
$if($greater(6,$get(volume)),$puts(amp,10),
$if($greater(9,$get(volume)),$puts(amp,9),
$if($greater(13,$get(volume)),$puts(amp,8),
$if($greater(16,$get(volume)),$puts(amp,7),
$if($greater(21,$get(volume)),$puts(amp,6),
$if($greater(26,$get(volume)),$puts(amp,5),
$if($greater(33,$get(volume)),$puts(amp,4),
$if($greater(43,$get(volume)),$puts(amp,3),
$if($greater(58,$get(volume)),$puts(amp,2),
$puts(amp,1))))))))))))
$if($stricmp(100,$get(volume)),$puts(amp,0))
$font(wingdings,6,,)
$get(active)$repeat($char(376),$get(amp))
$get(back)$repeat($char(376),$sub(12,$get(amp)))

///nº Db///////
$font(kroeger 05_55,5,,179-0-0)$alignabs(193,13,35,20,right,)-$num($get(volume),1) Db

//VOLUME CONTROLS
$imageabs(240,10,images\iconsPLAYBACK\VOL.png,)

$if($stricmp(100,$get(volume)),
$button(240,10,0,0,12,22,images\iconsPLAYBACK\VOL_DOWN_M.png,images\iconsPLAYBACK\VOL_DOWN_OVER_M.png,Volume DOWN,),
$button(240,10,0,0,12,22,images\iconsPLAYBACK\VOL_DOWN_V.png,images\iconsPLAYBACK\VOL_DOWN_OVER_V.png,Volume DOWN,))

$if($stricmp(100,$get(volume)),
$button(263,10,11,0,11,22,images\iconsPLAYBACK\VOL_UP_M.png,images\iconsPLAYBACK\VOL_UP_OVER_M.png,Volume UP,),
$button(263,10,11,0,11,22,images\iconsPLAYBACK\VOL_UP_V.png,images\iconsPLAYBACK\VOL_UP_OVER_V.png,Volume UP,))
$puts(volume,$substr($num(%cwb_volume%,4),2,4))

$if($stricmp(100,$get(volume)),
$button(252,10,0,0,22,22,images\iconsPLAYBACK\VOL_MUTE.png,images\iconsPLAYBACK\VOL_MUTE_OVER.png,Volume mute,),
$button(252,10,0,0,22,22,images\iconsPLAYBACK\VOL_ON.png,images\iconsPLAYBACK\VOL_ON_OVER.png,Volume mute,))


Aber nun sehe ichkeine Buttons mehr, obwohl man sie anklicken kann.
Ich erinnere mich cniht heute da irgendwas im Code geändert zu haben. Allerdings hab ich heute meine neue Grafikkarte installiert. Kann es daran liegen?

EDIT: hab besagte .dll mal angehängt.

Spirit_of_the_ocean

Hmm anscheinend hat sich das Problem behoben, nach dem ich ne alte Track info mod, die ich in .old umbenannt hatte wieder aktiviert hatte und danach wieder die die oben gepostete wieder aktiviert hab.

Ehrlich gesgat kann ich mir dies nicht so richtig erklären...  :gaga:

Testaucount

Hallo, das geht mir ebenso, es scheint ein Bug zu sein.

Bisher hilft nur $imageabs2(20,30,,,,,,,images\Background.png,) statt $imageabs(20,30,images\Background.png,) wobei man in dem Falle 20 und 30 auch ganz weglassen kann: $imageabs2(,,,,,,,,images\Background.png,)