Please forgive an old guy whose memory is not what he wishes it to be.
I forgot that Active IPB looks like my code.
Regarding Active IPB, you must put the picture in your default folder under the skins folder in KM. There are two pictures, EIPB_16.bmp and EIPB_24.bmp. The one to use depends on the skin that you are using. If you do not have a folder named default under skins, then create one.
The klassic skin uses size 16 and some others use size 24. I use the klassic skin so the macro has 16 for a value in lines 41 and 50-52. If you use a skin requiring a size 24, just edit the macro and change the 16s to 24s.
but i am just wondering if it is possible to move it from the status bar
i can define a window title, so perhaps it's possible to show the external IP as it?!
Edited 1 time(s). Last edit at 11/14/2010 11:55PM by forever.
I was working on trying to combine the two macros functions when I had major problems with my computer. I am even thinking that my work might have caused the computer problem.
I am still going to try but it may take some time.
Try this fix. Edit your ActiveIPB.kmm file and add the line in blue as shown below. Make sure that you move the } as shown. Save the file and restart KM.
_ActiveIPB_StatusBarSet {
if ($ActiveIPB_Clip != "Refresh") {
if (length($ActiveIPB_Clip) != 0) {
statusbar("External IP ".$ActiveIPB_Clip);
$TITLE = $ActiveIPB_Clip . " " . $TITLE ;
}
}
}
but is it possible to get the IP at the end of the title because if it's at the beginning every browser window in my task tray shows the IP and thats very confusing
Edited 1 time(s). Last edit at 11/15/2010 04:50PM by forever.