Profile

Member Since
September 02, 2011

Search Members

  

cornedor

5
@cornedor93

Badges

This user hasn't earned any badges yet.

Posts

Viewing 1 to 5 (5 Total)

Re: Problems with TextField.

No, i am not using any masks.

Posted on March 02, 2012 at 5:40 PM

Re: Problems with TextField.

That should be nice smiling

I also tried compiling it with a nightly build (http://builds.haxer.be/linux32/haxe_r4205.tar.gz), did still get the same problem.

Posted on March 02, 2012 at 5:54 AM

Re: Problems with TextField.

I've add hardware=false to the nmml file, I stop getting the "Couldn't set OpenGL mode: Couldn't find matching GLX visual" but I still get the segmentation fault. I did also test it on antoher computer now, It's running Fedora 16, I get the Segmentation fault too on that computer.

Corne'

[offtopic] Looks like there is something wrong with character encoding on this forum, éèëàáä are not being displayed right.[\offtopic]

Posted on February 29, 2012 at 2:53 AM

Re: Problems with TextField.

@RealyUniqueName: Thanks, that link could be usefull.

@singmajesty: i'm using Debian Sid 32-bit

Android problem is fixed, it didnt update the app, so I was looking at a older version all the time. Had to remove Export/android/bin first.

Output of linux version in terminal:

Couldn't set OpenGL mode: Couldn't find matching GLX visual
Segmentation fault

I did test it with the tutorial files, I only added the line textField.type = nme.text.TextFieldType.INPUT; (in tutorial it says testField.input?)

Compiled version + source:http://s3.amazonaws.com/corne.info/random/text.tar.gz...

Corné

Posted on February 28, 2012 at 5:46 AM

Problems with TextField.

Hello,

I'm using haXe for a longer time, but today I really started using NME and multiplatform targets. I'm working on a Linux machine. I tried to add a TextField using this tutorial:http://www.haxenme.org/developers/tutorials/TextFields/... If I target Linux it does show the textfield, but if I click on it (it's select-able text) I get a segmentation fault. If I target HTML5 it does show the text (but not the ttf font) but I cant select it or change the text. If I target to android, it doesn't show the text at all.

Do you have the same problems? And is there a way to let it work?

Corné

Posted on February 27, 2012 at 12:24 PM