George Grigalashvili

Results 19 comments of George Grigalashvili

@Azzurite sorry I didn't realize this was your issue. Thought you were part of the TestFX team :)

I'm currently also trying to test `ComboBox` selections. Tried a few alternatives. So far the only thing that worked for me was `type(xTimes, KeyCode.DOWN)`. First tried to use `comboBox.getSelectionModel().select(INDEX)` which...

> @grigala Interactions with JavaFX components should be made within a lambda function using FxRobot#interact(). > > ```java > interact(() -> { > comboBox.getSelectionModel().select(INDEX); > }); > ``` Thanks for...

@cla-bot check

Hi @pap5508, nothing that's 100% tested so far, but you can give it a try and do this before you call/construct bghttp session: ```typescript if (android.os.Build.VERSION.SDK_INT >= 26) { const...

> I realize is something about the com.romandanylyk:pageindicatorview:1.0.3 repository, I put jcenter in app.gradle and it works > Thanks for confirming @jimmyrolando we can probably specify jcenter in the plugins...

Hi @grfalk, adding an empty `dependencies.json` to your project would not change much. I wish it was that easy. So, after my last discussion with the core members, they all...

@grfalk > ...does that imply that all the "current" (i.e.- v7) NativeScript Plugin documentation is no longer valid/applicable? No, it's valid if you are building with an older CLI tools....

@maxximee use `@nstudio/nativescript-barcodescanner` this one is not maintained. P.S. this has been addressed in the https://github.com/EddyVerbruggen/nativescript-barcodescanner/pull/278#issuecomment-981694534, so please take a time to read previous comments.