Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

CCTextFieldTTF isn't working #55

Closed
mikebluestein opened this issue Nov 3, 2014 · 2 comments
Closed

CCTextFieldTTF isn't working #55

mikebluestein opened this issue Nov 3, 2014 · 2 comments
Labels

Comments

@mikebluestein
Copy link

Attempted to open a keyboard to accept text input using CCTextFieldTTF (running the TextInputTest in the tests.iOS project) and it has no effect.

@johnnyjr
Copy link

johnnyjr commented Dec 5, 2014

The same goes for Android

kjpou1 added a commit that referenced this issue Jul 28, 2015
…terface this should be very customisable. Users can implement there own platform versions to extend the minimalistic implementation that is there. Once an implementation is implemented to the users specifications they can override this functionality to create their own special fields by passing the implementation to the CCTextField's TextFieldIMEImplementation property.

+ Only Android is supported in this commit.
+ Implement Android IMEKeyboardInput version following ICCIMEDelegate interface.
+ ICCIMEDelegate updated to use events for Keyboard Hide/Show

See issue #55
kjpou1 added a commit that referenced this issue Jul 29, 2015
…n following ICCIMEDelegate interface.

See Issue #55
kjpou1 added a commit that referenced this issue Jul 30, 2015
…rdInput version following ICCIMEDelegate interface.

Add cancelable events InsertText, ReplaceText and DeleteBackwards that will give other event subscribers the ability to cancel an event before it gets passed on to the CCTextField.

Add keyboard input listener and CCKeys conversions to character  implementation.  This really should be refactored out and made overridable by user.  This will be an enhancement for later.

Add AutoRepeat property which allows the last key pressed to be repeated.

Cleanup the test code a little more.

See issue #55
kjpou1 added a commit that referenced this issue Jul 31, 2015
…sion following ICCIMEDelegate interface.

See Issue #55
kjpou1 added a commit that referenced this issue Aug 2, 2015
…lderTextColor.

Fix TextFieldActionTest to work with CCTextField implementation
Add new TextFieldUppercaseTest to show how to implement overriding field implementation.  This will change all all characters to uppercase.

See Issue #55
kjpou1 added a commit that referenced this issue Aug 2, 2015
… PlaceHolderText. Add Replace text input to tests for Character Limit and Uppercase.

See Issue #55
kjpou1 added a commit that referenced this issue Aug 3, 2015
…board Implementation. Mac, iOS and Android only in this commit.

+ Add new text input test TextFieldCustomIMETest+
+ Add custom implementations of the keyboard processing that converts all characters to uppercase.
+ Override the default implementation with the custom implementations in the test program TextFieldCustomIMETest

See Issue #55
kjpou1 added a commit that referenced this issue Aug 4, 2015
…KeyboardInput version following ICCIMEDelegate interface.

+ Implements softkeyboard for WP8.1
+ Move implementations to Platform directory
+ Add scroll to default test to move the field up and down as the keyboard moves in and out.  This is to also test the BeginEditing and EndEditing events that the CCTextField will fire.

See Issue #55
kjpou1 added a commit that referenced this issue Aug 5, 2015
kjpou1 added a commit that referenced this issue Aug 6, 2015
…KeyboardInput version following ICCIMEDelegate interface.

+ Implement softkeyboard for Windows 8/WinRT
+ Implement kyeboard handler if softkeyboard can not be used.

See Issue #55
kjpou1 added a commit that referenced this issue Aug 7, 2015
…tion.

Add pseudo implementation to WP8 implementation.  Still not able to find a way to attach this.

See issue #55
kjpou1 added a commit that referenced this issue Aug 11, 2015
…egins editing. Old implementation created a view that took over the whole game screen that did not allow interaction with the field itself. Now as you type on the keyboard you see the CCTextField values changing.

See issue #55
@kjpou1
Copy link
Contributor

kjpou1 commented Sep 8, 2015

Will close this for the current 1.6.0.0 release as have now implemented CCTextField for all platforms.

@kjpou1 kjpou1 closed this as completed Sep 8, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants