Discussions

Ask a Question

Which companies are considered key players in the Cloud Management Platform Market?

The Cloud Management Platform (CMP) market is shaped by a mix of large global technology providers, cloud service leaders, and specialized software companies. These organizations focus on helping enterprises manage, optimize, govern, and secure cloud resources across public, private, and hybrid cloud environments. Below is a detailed overview of the companies widely regarded as key players, along with an explanation of their roles and strengths in the CMP ecosystem.

Integrating third party SDK in cocos creator

Hi All,

About Destructor

I have one question regarding Memory Deallocation of Cocos 2dx hello world code ,,,
And I'm also want to know about Destructor and its Usage in Memory Deallocation of game

UITextField not accepting keyboard input

Hello,
I have been trying to follow your Sonar Learning YouTube videos for Cocos2D JS, particularly the one for UITextField at
https://www.youtube.com/watch?v=LXmDdgcHQDw .
I have been able to get the code to run and display the ccui.TextField node object, but when I click on the text field, I cannot enter any text via my Mac keyboard, as you demonstrated in your YouTube video.
I am using Google Chrome Version 54.0.2840.98 (64-bit) and Cocos2d-JS v3.13
I created a video to demonstrate the problem. The link is below. I have breakpoints in the EventListener function textFieldEvent and the breakpoints hit. The logs to the console are also working. The problem is I cannot type any text into the UITextField after clicking on it. The breakpoints for ccui.TextField.EVENT_INSERT_TEXT: and ccui.TextField.EVENT_DELETE_BACKWARD: are never reached.
Is there some setting I need to have to get the UITextField to work properly after I click on it?

How to get access token when login google play services?

I tried to get access token when user Sonar Google Play game login. How to get it?

What is your name?

Ninh

Label font and color

I put my font in "fonts" folder and this I my code
var menuItemPlay = new cc.MenuItemSprite(
new cc.LabelTTF("Start!","fonts/after_shok.ttf", 24), // normal state image
new cc.Sprite(res.start_s_png), // selected state image
this.onPlay, this);

LogIn issue

Hi to everybody.
I have Cocos for Mac OSX when i lauch it, and i try to log in i have an error and i can't login...

Cocos2d-js-v3.6.1 compile error - NDK build failed

Hi