I\'ve spent days working on this code, it seems so simple, but yet it never works.All I\'m trying to do is make a loop automatically load person0.swf through person4.swf in the same directory. I\'ve g
I am using functions from an external .pas file. I can use some of the functions, but not others. As far as i can see the functions are declared the same way, I would like to post some of the file, bu
I am writing a third party javascript (my.js) that can be inserted in a HTML page usin开发者_如何学Gog script tag. I want to achieve the following:
I am writing a little GUI application that is used to start other external executables. It works on all the executables I want, except one. Here is the code I\'m using:
I\'m building a basic tile game containing 3 layers of \'tiles\' The tiles itself Objects Items image the game has a dimension of 3x3 my data array\'s look like this:
My iPad app ha开发者_如何学Gos the option to play videos. I use the MPMoviePlayerViewController class to play my videos.
Having problem to open form in new window, script is pulled 开发者_开发问答from external service.
I am running to the problem with using开发者_C百科 Droid X\'s Files app and Astro file manager to select an image file. This two apps return the selected image with the scheme \"file://\" while Galler
I would like to cache mustache templates. I know that I could include mustache templates directly, like this:
I have this class defined in Global.h class Global { public: static string InttoStr(int num); }; In Global.cpp, i have