Lonkero,
First things first: WOW WOW WOW
This looks really great!!!
Does it work behind a firewall (I'm @home now)?
Two adjustment suggestions though:
1.
found an error in inst.kix --> missing endif (used kixstrip410)
I changed:
code:
If ReadValue($bk,"version")
$oldversion=ReadValue($bk,"version")
to
code:
;If ReadValue($bk,"version")
$oldversion=ReadValue($bk,"version")
And it worked fine...
2.
Made minor adjustment in BBcheckerII script
I changed
code:
Function slide($sc)
Run 'wkix32 -i "@scriptdir\slider.kix" $$sc="$sc" $$b='+taskbar()
EndFunction
to
code:
Function slide($sc)
Run '@scriptdir\wkix32 -i "@scriptdir\slider.kix" $$sc="$sc" $$b='+taskbar()
EndFunction
This way wkix32 is always your Wkix32 version and not < 4.11 in the path...
_________________________
Greetz,
Patrick Rutten
- We'll either find a way or make one...
- Knowledge is power; knowing how to find it is more powerful...
- Problems don't exist; they are challenges...