haxe
Delegates in Haxe
Is there something like a delegate in Haxe? This would come in handy when I use a anonymous function but still want to maintain the current class\'es variable scope.[详细]
2023-04-09 00:55 分类:问答Unable to compile clippy (swf clipboard utility)
I am having trouble compiling clippy using the instructions here: https://github.com/mojombo/clippy/blob/master/README.md[详细]
2023-04-08 10:04 分类:问答Where is "setTimeout" from JavaScript in Haxe?
Is there an implementation of setTimeout() and clearTimeout() in Haxe? It\'s of course possible开发者_JS百科 to use the Timer class, but for a one-shot execution it\'s not the best way, I guess.For a[详细]
2023-04-08 09:07 分类:问答How to set .as and .hx files to open with FDT Powerflasher
Is it possible to set .as and .hx to open with FDT Powerflasher? Settings it to open with what seems t开发者_如何学编程o be a previously detected by Windows eclipse.exe (my Java one). Nothing special[详细]
2023-04-08 06:44 分类:问答Troubles with keyboardEvent.shiftKey in Chrome
I\'d met a very strange problem. Take a look at the following code: Lib.current.stage.addEventListener(KeyboardEvent.KEY_DOWN, onKeyPressed);[详细]
2023-04-06 22:39 分类:问答Is Haxe really good for php-targetting server side development?
I have such a conception, to build asimple web application using some php/mysql hosting service. I\'d also like to create a local version of that app. The local version should work similarly as the on[详细]
2023-04-06 14:47 分类:问答erazor set variable
a little question about erazor https://github.com/ciscoheat/erazor i know this framwork is based on Razor template engine. http://weblogs.asp.net/scottgu/archive/2010/07/02/introducing-razor.aspx[详细]
2023-04-06 10:37 分类:问答Detecting if there is a timeline mask
I am bumping into a very strange behaviour on Flash. If you on the Flash IDE create a shape with a mask associated to it, save it and then export it as a swf, you cannot programatically know there is[详细]
2023-04-04 01:56 分类:问答Is it possible to use Haxe parameterized types in ActionScript?
Is there any way I can use a parameterized Haxe type like this: class GenericTest<T> { public fu开发者_开发问答nction putSomething(value:T) {[详细]
2023-03-25 22:31 分类:问答In Haxe how do you implement array operators for a class?
I am trying to write a class in Haxe supporting array like access using the [] operator such as: var vec开发者_运维问答tor = new Vec3();[详细]
2023-03-23 15:43 分类:问答