by R.M. ArceJaeger | Aug 31, 2018 | Computers |
It’s easy to hyperlink to a cell, or even a named cell/range. It’s even easy to get the first empty cell in column range (a range of cells in a column). But hyperlinking to that cell is a bit of a process. The following command though makes it super easy!...
by R.M. ArceJaeger | Apr 30, 2016 | Computers |
If you recently upgraded to Windows 10, you may be experiencing the following error when trying to run an Android Studio program: Unable to obtain result of ‘adb version’. As part of this error, Android Studio will not display any connected devices, even...
by R.M. ArceJaeger | Sep 18, 2015 | Computers |
This tutorial will walk you through how to successfully send push notifications to an application using Google Cloud Messaging (GCM). Part 1—Client App covers the setup needed for a client application to register with GCM, send that registration information to...
by R.M. ArceJaeger | Mar 30, 2015 | Computers |
Have you created a default Cocos 2d-x program only to be shocked by its gargantuan file size? A basic Cocos 2d-x program can be 2.5 gb or more. Highly unacceptable! The reason for such a large program is that Cocos 2d-x copies the cocos2d libraries into your...
by R.M. ArceJaeger | Mar 30, 2015 | Computers |
In order to successfully place and manipulate objects/images in Cocos2d, you have to understand its coordinate system. Before we get into more details, here are some things you could know: Origin (System) — The origin (0,0) of the coordinate system is the...
by R.M. ArceJaeger | Mar 30, 2015 | Computers |
Now that you have created a basic game using Cocos 2d-x (see this tutorial for how to do so), it’s time to learn how to modify it by changing the default picture to something else. The first step is to copy your picture file into the Resources folder located...