Guest
Hi,
I've been trying to add menu items to the library manager
programmatically with something like the following:
menuLabel = "Menu Label"
(lmgrCreateMenuItem menuName "simple" '(("label" menuLabel) ("callback" ("menuCallback"))))
This gives an error:
*Error* lmgrCreateMenuItem: label must have a string
value - ("label" menuLabel)
Is there any way round this, or do I have to write out the strings as
static strings?
Thanks,
Roger
I've been trying to add menu items to the library manager
programmatically with something like the following:
menuLabel = "Menu Label"
(lmgrCreateMenuItem menuName "simple" '(("label" menuLabel) ("callback" ("menuCallback"))))
This gives an error:
*Error* lmgrCreateMenuItem: label must have a string
value - ("label" menuLabel)
Is there any way round this, or do I have to write out the strings as
static strings?
Thanks,
Roger