All Posts

amidos2006

amidos2006
Total Posts: 1
Joined: June 09, 2013

Newbie Questions: Display issues

Hi,
Sorry if the question sounds newbie but I am really new to HaXe and NME and Wanted to use them for multiple platforms that it supports smiling

I made a class called Circle which extends Shape class from nme and at the it draws circle in the graphics fi…

Posted on June 09, 2013 at 9:51 AM

megamo

megamo
Total Posts: 23
Joined: January 03, 2013

Re: Android Facebook API integration

Thanks for the help I'm going to detox from Facebook for a couple days, I appreciate the help. The problem I was having with HypFacebook is still a bit bizarre, I think it's working well now, but I'm so burnt out on this I need a break smiling I'll probably …

Posted on June 08, 2013 at 9:06 PM

reptangle

reptangle
Total Posts: 5
Joined: June 07, 2013

Re: Executables (.exe) open but there's nothing to see

Well, the problem occurs even when there's nothing at all - no graphic - in the scene. Attached is a screenshot of what happens every time. In this particular case, it's a barebone project. You can see the square game window in the center of the screen, b…

Posted on June 08, 2013 at 12:46 PM

singmajesty

singmajesty
Total Posts: 2191
Joined: August 25, 2011

Re: Executables (.exe) open but there's nothing to see

Could you test to see if power of 2 (16x16, 32x32, etc) textures work?

Posted on June 08, 2013 at 11:57 AM

reptangle

reptangle
Total Posts: 5
Joined: June 07, 2013

Re: Executables (.exe) open but there's nothing to see

Ok, It's definitely a problem with my graphic card: when I disable it, the exes actually work as intended.

What might be the cause within NME's structure?

It would be a good thing to test on a different computer with the same graphic card (Mobile In…

Posted on June 08, 2013 at 11:20 AM

Jon

Jon
Total Posts: 279
Joined: March 08, 2012

Re: Does Assets.getSound() cache? If it does, how do I remove a sound from the cache?

I'm still stuck on this point, and it's holding back Stencyl's release. Does anybody know how to pull this off?

Posted on June 08, 2013 at 10:27 AM

tamper2

tamper2
Total Posts: 35
Joined: January 23, 2013

CPP TextField cursor (caret) support

After many searches as to why the cursor wasn't appearing on windows/android/etc, I found it it appears as a 1-pixel thick black line that is barely visible.
I found that it's drawn in the common/TextField.cpp file, and I thought that it could be nice if…

Posted on June 08, 2013 at 8:26 AM

tamper2

tamper2
Total Posts: 35
Joined: January 23, 2013

Re: Android Facebook API integration

Hi,
You need to follow this guide: https://developers.facebook.com/docs/tutorials/androidsdk/3.0/scrumptious/authenticate/
And add all the overrides they write to your GameActivity.java class (or you could extend it into some other activity class…

Posted on June 08, 2013 at 3:13 AM

megamo

megamo
Total Posts: 23
Joined: January 03, 2013

Re: Android Facebook API integration

I've tried to follow both of these guides(this and tamper2), I got real close with HypFacebook, but the login dialog wouldn't show(got the permissions dialog just fine though).
There seems to be a lot of holes in tamper's guide, and this guide I got so…

Posted on June 08, 2013 at 1:52 AM

reptangle

reptangle
Total Posts: 5
Joined: June 07, 2013

Re: Executables (.exe) open but there's nothing to see

hxcpp is version 3.0.1. I tried to revert to 2.10.3, to no avail.

Building with neko as target doesn't change anything either.

Thanks for the quick response, by the way.

I have a feeling this might be related to SDL vs my graphic card, maybe? In …

Posted on June 07, 2013 at 8:26 PM