Gabor Varadi

Results 11 issues of Gabor Varadi

When I wanted to add TextArea or Text to the stage (while target cpp windows), the app is stop working. When I check the Event Viewer I see this: Exception...

How can I get the current user is paid a specify pledge by api? I need to know, which tier is paid by the current usef.

There is option to show fields in editor when the fields is generated with macro? package core.base; ``` package core.utils; import haxe.macro.Context; import haxe.macro.Expr.Field; import haxe.macro.Expr.FieldType; import haxe.macro.Expr; typedef CallbackMap...

I have to create worker and use it in a SQLConnection. So the multiple worker solution is not good for me. How can I use again a thread, when it's...

There is possibility to change .as to .mxml to search Main{target} class?

When try to refresh a freshly created project I got the following: `Could not get unknown property 'source' for object of type org.gradle.api.internal.artifacts.dependencies.DefaultSelfResolvingDependency. `

There is a way to access object which is implemented in xml from haxe class? upload.xml ``` ``` UploadScreen.hx: ``` package view.screen; import ru.stablex.ui.UIBuilder; import view.screen.base.BaseScreen; class UploadScreen extends BaseScreen{...

I try the example, but the value is null, and I cant found the Greeting key in the registry. ``` var path: String = "org\\nekovm\\systools"; var key: String = "Greeting";...

How can I set timeout (how many time wait for response) for Client.fetch method?

What do I wrong? when you update submoduls, I successfuly install feathers, but when I try to compile one of the example project, I got compilation failed, because cant find...