Posted by member 103440 on 2004-06-27 18:24:08 link

Hi @Smurth. Hi think i found a bug!

In the file wwm.mz (v1.1) should be this:

*script gotoif ("%{vwm_popupbuild}" = ".none") vwm_popupc1
*script exec !setevar vwm_popupc1 '"Add %{\2} to exclusion list" !execute [!textdel @$configdir$vwm_alpha.var@ @^%{\2} @][!textappend @$configdir$vwm_alphaex.var@ @%{\2} .none@][!varset %{\2} .none]
*script goto vwm_popupdend
*script label vwm_popupc1
*script exec !setevar vwm_popupc1 '"Remove %{\2} from exclusion list" !execute [!textdel @$configdir$vwm_alphaex.var@ @^%{\2} .none@][!varremove %{\2}]'
*script label vwm_popupcend


,instead of this:

*script gotoif ("%{vwm_popupbuild}" ".none") vwm_popupc1
*script exec !setevar vwm_popupc1 '"Remove %{\2} from exclusion list" !execute [!textdel @$configdir$vwm_alphaex.var@ @^%{\2} .none@][!varremove %{\2}]'
*script goto vwm_popupdend
*script label vwm_popupc1
*script exec !setevar vwm_popupc1 '"Add %{\2} to exclusion list" !execute [!textdel @$configdir$vwm_alpha.var@ @^%{\2} @][!textappend @$configdir$vwm_alphaex.var@ @%{\2} .none@][!varset %{\2} .none]
*script label vwm_popupcend


Correct me if i'm wrong ;)
Your work are amazing! May i include it on my theme (for releasing of course)?
I love the dynamic popup, maybe i will implement it in some of my theme functions.

Best regards!