quote:
Originally posted by Sazologie
Btw I tried it with the Register file and still my plugin
won't come into that damn menu.
I'm also fairly new to programming, but have you built up your menu in the GetPublishCommandInfo function? As I assume this is where the menu is created from?
code:
'// Parameters for GetPublishCommandInfo(): //
'// * nCommandIdx: a number between 1 and nCommandCount //
'// representing the index of the command who's info is going to //
'// be retrieved. //
'// * sName: name you want to be displayed for the command in the //
'// Plugins menu. //
'// * sValue: command string. Do NOT include "/" at the beginning //
'// of the command. Example: "xping". //
'// * sHelp: optional help you want to be displayed when the user //
'// selects the command from the Plugins menu. This is useful //
'// only when the command accepts arguments. //