키보드타입시 UILabel 글자가 보이지 않는현상

page test Forums Forum 키보드타입시 UILabel 글자가 보이지 않는현상

This topic contains 3 replies, has 2 voices, and was last updated by OhYeah OhYeah 8 years, 8 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #927

    JonghoonPark

    안녕하세요.

    소프트키보드르로 글자를 입력하는데,

    UIInput의 NGUI UILabel에서 글자가보이지가 않는데요.

    현재 소프트키보드로 입력중인 string값을 얻어오려면 어떻게 해야되나요?

    답변부탁드리겠습니다.

    감사합니다.

    키보드 옵션을 다음과 같이 설정했습니다.
    AndroidKeyboardManager.Install();
    AndroidKeyboardManager.SetSoftInputMode(AndroidKeyboard.InputAdjustType.SOFT_INPUT_ADJUST_PAN);
    AndroidKeyboardManager.KeepKeyboardOn(true);
    AndroidKeyboardManager.SetHideInput(false);

    #928
    OhYeah
    OhYeah
    Keymaster

    UIInput의 KeepKeyboardOn과 hideInput 변수를 사용하십시오.

    #929

    JonghoonPark

    키보드 텍스트필드가아닌 NGUI UILabel에 글자가 갱신이 안되서 그러는데요. 어떻게 해야하죠?

    #930
    OhYeah
    OhYeah
    Keymaster

    NGUI사용시 UIInput 의 변수들을 활용한 코드들이 많이 있습니다.
    먼저 UIInput의 변수를 사용해보시고 이상현상이 발생한다면
    피드백 부탁드립니다.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Posted in