Javier Sánchez

  • Registered on: 2012-03-13
  • Last connection: 2012-07-04
  • Posts: 16
  • Location:

Activity

Reported issues: 0

2012-07-12

13:05 cocos2d-x C++ Framework: RE: Problem refreshing graphics
No, the problem is that in the "update" procedure I need to refresh the same graphic several times, before the proced...

2012-07-11

13:09 cocos2d-x C++ Framework: Problem refreshing graphics
I've some synchronized calls to libcurl. In the progress callback I refresh a graphic (indicating activity).
This co...

2012-06-27

10:15 cocos2d-x C++ Framework: RE: Sprite flickering in scene transition
Tried:
CCDirector::sharedDirector()->setDepthTest(false);
Result: None.
Tried:
pDirector->setProjection(kCCDire...

2012-06-11

15:04 cocos2d-x C++ Framework: RE: Issue while looping sounds using playBackgroundMusic Method
Same problem in Windows && iOS: if trying to loop a sound, always sound a "gap" in the end (WAV, MP3, ...).
Version:...

2012-05-23

15:08 cocos2d-x C++ Framework: Help: Calling system to get screen properties from C++
I want to obtain some data from the Android Device:
[Java]
DisplayMetrics dm = new DisplayMetrics();
getWind...

2012-05-22

16:27 cocos2d-x C++ Framework: RE: Complicated question.
Searching I've found for Android:
DisplayMetrics metrics = new DisplayMetrics();
getWindowManager().getDefaultD...

2012-05-21

13:39 cocos2d-x C++ Framework: RE: Complicated question.
Thanks, but these are the formulas for calculation. What I need is the data (screen's dpi or ppi and physical resolut...
10:36 cocos2d-x C++ Framework: Complicated question.
Hi everyone!
This is a complicated question: I need to know the millimeters or inches that are crossed by clicking...

2012-04-09

11:20 cocos2d-x C++ Framework: RE: Problems with CCUserDefault
It was a "rebuild-all" problem.
No problem since!!
Thx!
Javier.

2012-03-28

11:06 cocos2d-x C++ Framework: Problems with CCUserDefault
...

Also available in: Atom