- Forums
- »
- General Discussion
- »
- why click does't work on target cpp
|
Viewing 1 to 19 (19 Total) why click does't work on target cpp |
|
|---|---|
wdl7770016Total Posts: 34
Joined: May 20, 2012
|
hello, I don't know why i could't click when i target my app to cpp,
Tags:
Posted on June 08, 2012 at 12:16 PM
|
singmajestyTotal Posts: 2140
Joined: August 25, 2011
|
Re: why click does't work on target cppDoes this work for you?
Posted on June 08, 2012 at 1:40 PM
|
wdl7770016Total Posts: 34
Joined: May 20, 2012
|
Re: why click does't work on target cppI'm sorry
Posted on June 08, 2012 at 9:00 PM
|
singmajestyTotal Posts: 2140
Joined: August 25, 2011
|
Re: why click does't work on target cppIt's possible that you aren't seeing trace messages.
Posted on June 08, 2012 at 9:02 PM
|
wdl7770016Total Posts: 34
Joined: May 20, 2012
|
Re: why click does't work on target cppsorry the code may be:
Posted on June 08, 2012 at 9:13 PM
|
singmajestyTotal Posts: 2140
Joined: August 25, 2011
|
Re: why click does't work on target cppWhat operating system and version are you using?
Posted on June 08, 2012 at 9:15 PM
|
wdl7770016Total Posts: 34
Joined: May 20, 2012
|
Re: why click does't work on target cppwinXP sp2
Posted on June 08, 2012 at 9:35 PM
|
wdl7770016Total Posts: 34
Joined: May 20, 2012
|
Re: why click does't work on target cppsorry it's sp3
Posted on June 08, 2012 at 9:37 PM
|
singmajestyTotal Posts: 2140
Joined: August 25, 2011
|
Re: why click does't work on target cppIf you treat them both like they are an Int, I think you should be fine.
Posted on June 08, 2012 at 9:38 PM
|
wdl7770016Total Posts: 34
Joined: May 20, 2012
|
Re: why click does't work on target cppso now if i want compare nme.event.KeyboardEvent.keyCode.A with MyKeyCode.A
Posted on June 08, 2012 at 9:50 PM
|
singmajestyTotal Posts: 2140
Joined: August 25, 2011
|
Re: why click does't work on target cppI'm not sure why you would do that?
Posted on June 08, 2012 at 9:59 PM
|
wdl7770016Total Posts: 34
Joined: May 20, 2012
|
Re: why click does't work on target cppwell when I use nme.ui.Keyboard.Z the FlashDevelop IDE report an error:
Posted on June 08, 2012 at 10:07 PM
|
singmajestyTotal Posts: 2140
Joined: August 25, 2011
|
Re: why click does't work on target cppOh, okay.
Posted on June 08, 2012 at 10:11 PM
|
wdl7770016Total Posts: 34
Joined: May 20, 2012
|
Re: why click does't work on target cppok thx
Posted on June 08, 2012 at 10:28 PM
|
wdl7770016Total Posts: 34
Joined: May 20, 2012
|
Re: why click does't work on target cppthe Keyboard.Z worked well on flash but not cpp
Posted on June 08, 2012 at 10:33 PM
|
singmajestyTotal Posts: 2140
Joined: August 25, 2011
|
Re: why click does't work on target cppOkay, I'll look into seeing if that's something we can fix. I bet it might have something to do with keyboard layouts, since the numbers might be hard-coded for a standard English keyboard layout.
Posted on June 08, 2012 at 10:41 PM
|
wdl7770016Total Posts: 34
Joined: May 20, 2012
|
Re: why click does't work on target cppok... but what I really want is you can fix the bug if u are free
Posted on June 08, 2012 at 10:57 PM
|
wdl7770016Total Posts: 34
Joined: May 20, 2012
|
Re: why click does't work on target cpphello now i had use the getKeyCode(key:String):Int to work but the problem is still exist Wouldn't you usually want to do something like... but now first solution is hardcode... and the later is down work well so when i target to cpp or flash may different ...
Posted on June 09, 2012 at 12:33 AM
|
singmajestyTotal Posts: 2140
Joined: August 25, 2011
|
Re: why click does't work on target cppMaybe you could just use something like this for now, so you can move forward past key codes ;)
Posted on June 09, 2012 at 12:44 AM
|
