makeKeyAndOrderFront "variable sender is not defined"

Hi! I have a property called “jW” which is linked to a window which does not show at startup. I am trying to show it with

jW's makeKeyAndOrderFront_(sender)

however I am getting an error: “testAppDelegate applicationWillFinishLaunching:]: The variable sender is not defined. (error -2753)”

Any help would be appreciated!! :slight_smile:

Use:

jW's makeKeyAndOrderFront_(me)

Thanks for that - it works - and sorry for the late reply! :slight_smile: