Questions tagged [gluon]

Use for general questions related to Gluon that don't fit into more specific tags such as gluon-mobile or gluon-desktop, and also other tags like javafxports or scenebuilder.

Gluon is a Java technology company laser-focused on developing libraries, services, and tooling around the goal of having Java on mobile devices.

GluonFX enables Java development on Desktop, Android, iOS and Embedded devices, with the GluonFX plugins, JavaFX and GraalVM technologies, running on the JVM or as a native-image.

Gluon Mobile provides functionality for connecting to remote web services, accessing hardware specific functionality in a device-agnostic manner, and for building great looking user mobile interfaces using the latest in material design patterns.

Gluon Cloud enables easy data backup and synchronization between users, and our tools enable rapid development of applications that build upon Gluon Mobile and Gluon Cloud.

Product tags

Gluon Support

Find more about Gluon's open source and commercial projects here.

Asking a Good Question

Follow the Stack Overflow guides on asking a good question. For users to be able to help you with errors, the first step is to be able to reproduce them. For that, they need:

  • Sample code, following the MCVE convention
  • Project config: build.gradle file
  • Environment: Development OS, Mobile OS and Device.
  • Debug logs and exception stack traces.
    • On Android run adb logcat -v threadtime.
    • On iOS use Xcode->Windows->Devices to see your device logs and crash reports.
709 questions
-1
votes
2 answers

how can I disable landscape mode javafx?

I want to disable landscape modeon javafx app for the whole app. How can I do that? I'm also using Gluon plugin. Thanks in advance
Denise
  • 131
  • 10
-1
votes
1 answer

Launch iOS fails on init. Runs locally

buildscript { repositories { jcenter() } dependencies { classpath 'org.javafxports:jfxmobile-plugin:1.1.1' } } apply plugin: 'org.javafxports.jfxmobile' repositories { jcenter() maven { url…
tonimaroni
  • 1,062
  • 10
  • 19
-1
votes
1 answer

Approach to catch network errors when using Gluon Connect

I am using Gluon Connect to retrieve data from a REST service I built. I called the service from the mobile client when it wasn't running. What is the best approach to catch such a condition in the mobile code? I'd like to pop a dialog up for the…
-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
47
48