Questions tagged [gluon-desktop]

Use this tags for questions about the Gluon Desktop library and Gluon Ignite

See the Tag Info on for more information.

Find out more about Gluon Ignite here.

54 questions
0
votes
0 answers

Icons not displayed in Gluon Desktop

I'm new to Gluon mobile and desktop. I started a new project and built it successfully for android and desktop. It ran well without a hitch on the android device. However when I ran it on desktop, the Icons did not appear instead I got a rectangle…
i-mighty
  • 33
  • 1
  • 9
0
votes
2 answers

about how translate gluon Desktop Programm

Aloha guy's, can you explain the file for what this can be good?? in project explorer -> Gradle: org.controlsfx:controlsfx:8.40.12 -> Resource Bundel 'controlsfx' -> here the different file in different language. Can i with this translate my…
Harry05
  • 37
  • 6
0
votes
1 answer

Gluon 4.x.x artifacts not in the Nexus repo?

Upgrading my project to Gluon Charm 4.3.0 involved updating the dependencies in build.gradle. According to the docs I need to upgrade all 4 charm dependencies; the base and the three platform related…
tbeernot
  • 2,473
  • 4
  • 24
  • 31
0
votes
1 answer

GluonHq plugin can not debug

I tried gluonmobile 4.1.0 and 4.2.0, when I run the "debug" task(Tasks/application/debug), it just blocks: Executing external task 'debug'... :compileJava UP-TO-DATE :processResources UP-TO-DATE :classes UP-TO-DATE :compileDesktopJava…
Hailei Hu
  • 33
  • 6
0
votes
1 answer

How to handle a async API call in gluon javafx Application

How to login with a REST API server from gluon mobile application. I have tried HttpClient which does able to call .
Amit
  • 13
  • 3
0
votes
1 answer

Toolbar is not hidding on ParticleApplication

I have the following code: @ParticleView(isDefault=true, name="login") public class LoginView extends FXMLView { public LoginView() { super(LoginView.class.getResource("login.fxml")); } @Override public void start() { …
0
votes
1 answer

View gets created multiple times with Gluon

If you change the View multiple times sometimes a new View is getting created in the Viewfactory. (I'm using Afterburner btw, but that shouldn't be the Issue) This happens on every device (Desktop and Mobile) The following code is in the init…
LucaZ
  • 87
  • 8
-1
votes
1 answer

Scene Builder preview is different than Actual output

I am getting Scene Builder Preview as following but when I run my project It's displaying different as following Application:- JavaFX using Jfoenix and GluonDesktop Designing using:- Scene Builder Development IDE:- intelliJ OS:- MacOS…
GreenROBO
  • 4,725
  • 4
  • 23
  • 43
-1
votes
1 answer

Exception at launching gluon application on Web Start

I am having the following exception when launching a Gluon application via webstart... i understand this is not GLUON particle directly related... it seems more a problem with the jar sign. The Exception: java.lang.RuntimeException:…
1 2 3
4