CCEditbox problems

I’ve tried using default methods but I can’t figure out how to do these things:

  1. Non-autocorrect field (like for a username or login)
  2. Not having to tap multiple times to leave the field (it’s two by default)
  3. How to programmatically call a CCEditBox entry (bring a keyboard up)

for 3 here is a solution:
editBox->touchDownAction(editBox, CCControlEventTouchUpInside);