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
1 answer

Gluon Mobile (JavaFX): Failed to execute goal com.gluonhq:client-maven-plugin:0.1.38

I encounter errors when I try to create a native-image of Gluon Mobile based application on Linux. I cloned the HelloGluon sample, and I could successfully run it as a Java application without any errors by selecting Plugins → javafx → javafx:run…
Elyas Hadizadeh
  • 3,289
  • 8
  • 40
  • 54
0
votes
1 answer

Not able to load resources from classpath

I build this app and tried to move to mobile/native desktop. In mobile and native I have error loading resources from classpath. Error in desktop version: Caused by: java.lang.NullPointerException at…
0
votes
1 answer

JavaFX - MaterialDesignIcons / GluonHQ Icon not showing

One of my coworkers created a mock-up of a JavaFX GUI using Netbeans. I am now in charge of turning it into a first prototype of the app. I imported the generated Java and FXML files in my Eclipse, but when I try to run it it fails to display the…
Gaëtan
  • 779
  • 1
  • 8
  • 26
0
votes
0 answers

Developing a native-image JavaFx-11 app. Upgraded from ubuntu 19-10 to 20-04 and now app doesn't deploy to desktop. What has changed?

The application continues to deploy to the desktop and iphone when developed and deployed on a macBook Pro, and it was deploying previously on ubuntu 19-10 desktop. So I am assuming a library or script change is preventing the application deployment…
0
votes
2 answers

JavaFX stage *sometimes* appears blank on Win10

My class extends a JavaFX Stage. In a development environment it never fails to load and process, but my users regularly report that sometimes it doesn't properly show which looks like this on Windows 10. The class itself is a fairly standard…
ranavir
  • 11
  • 5
0
votes
0 answers

Why can't I compile maven with OpenJFX and Deeplearning4J?

I have a small issue that I don't know how to solve. I have started a simple basic JavaFX application and my pom.xml file looks like this:
euraad
  • 2,467
  • 5
  • 30
  • 51
0
votes
0 answers

how to open file chooser in android using gluon moblie?

how to open file chooser in android using gluon mobile? how to save an image usng gluon mobile? I reffer many web sites but there was no answer.
Pradeep Simba
  • 282
  • 5
  • 15
0
votes
1 answer

Painting points on a MapLayer using GluonHQ Maps with JavaFX does not work

I am using GluonHQ Maps 1.0.3 in JavaFX and I have a problem painting nodes on the map. I have a class GridMapController which has a MapView called gridMap. I also have a class GridPaintLayer that extends the MapLayer and where all paintings are…
cmahr93
  • 1
  • 1
0
votes
1 answer

Add external JAR's to a Gluon project using Eclipse IDE?

I'm trying to include EasyModbusJava.jar and commons-lang3-3.8.1.jar in a JavaFX Gluon project using Eclipse. But when I compile, I get…
euraad
  • 2,467
  • 5
  • 30
  • 51
0
votes
0 answers

Why Push Notification is not working on Android?

I had push notifications working some time ago, but it is not working anymore. Is there any issue with Android 8.0? I did not change the AndroidManifest.xml since the last working version and I checked up the…
0
votes
2 answers

Newbie cannot properly run or debug fresh project using Gluon multi-view with FXML in IntelliJ

I created a brand new Gluon mobile multi view with FXML project in IntelliJ CE 2018.2.1 using the Gluon plugin version 2.7.0 and Gradle 4.10.1 I open the Gradle tool window, Pick Project(root), Tasks, Application, run and I do see the generated…
tpc1095
  • 109
  • 1
  • 12
0
votes
0 answers

Gluon Desktop - Runnable jar

I am using the 'gradle distZip' command to build my desktop project, but when running the generated script I am having a security error, so Settings and other functions are not working, but it works when using 'gradle run' `java.io.IOException:…
0
votes
1 answer

Gluon Charm Down PlatformFactory alternative?

first post. I am working to convert a standard JavaFX application to a Gluon project so I can re-use my code base across all the major platforms. I am still learning the Gluon framework/work-flow and thought it would be a good idea to look at an…
cdyrssen
  • 11
  • 1
0
votes
0 answers

Font scaling for different screen resolutions

Hi does anyone have any advice or links to docs for scaling my app fonts so their size is consistent cross different screen DPIs? In particular my fonts look good on my (osx) desktop build, but are very small on my (android) phone build. Thanks!
Not Mandatory
  • 166
  • 2
  • 7
0
votes
0 answers

ListView with dynamic pagination

I need a ListView/CharmListView with dynamic pagination, loading dynamically from server. Is this possible? My backend method already waits for start, page and limit url parameters. Thanks!