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
2
votes
0 answers

GluonMobile's AutoCompleteTextField scrolling doesn't work as expected

When I type something in AutoCompleteTextField it shows me a drop-down list with suggestions based on my input. If there is too much items a scroll bar appears on the right of the drop-down list. But the scroll only works on Windows desktop and only…
oleg97
  • 87
  • 8
2
votes
0 answers

scenebuilder 8.4.1: custom font property not visible on custom properties section

create a custom component, make it a jar and add it to the scenebuilder libraries so that it is visible => OK declare string / float / integer / object properties etc so that they are visible in scenebuilder => Ok But I can not declare a property…
karlp
  • 21
  • 2
2
votes
1 answer

How does Gluon mobile paid license work?

I understand that Gluon shows nag screen for free users as per the documentation on the websiteand removes the nag for paid. "Licenses are validated online once per application install." Say, a developer purchases a paid subscription, builds and…
Binfer
  • 31
  • 5
2
votes
2 answers

Gluon Mobile androidinstall applyRetrobuffer Error

I get Execution failed for task ':ChatAppGluonApp:applyRetrobuffer'. trying to create an Android APK. I'm Using Eclipse Oxygen (4.7.3RC2) and Windows 7. The same error comes up with macOs 10.13.1 and Eclipse Oxygen (4.7.2). On both operating systems…
Viktor Stojanov
  • 708
  • 6
  • 20
2
votes
2 answers

Gluon Mobile ScrollPane Optimization

I'm trying to implement a JavaFX ScrollPane with a nested VBox, and I'm experience a strange issue when scrolling too fast in mobile. The issue is that if I scroll in smaller yet quick upward gestures, the scrollpane stalls for a half a second…
A.Sharma
  • 2,771
  • 1
  • 11
  • 24
2
votes
1 answer

How can I open/send a URL to another app on iOS with a Gluon application?

I hope to make use of existing functionalities in other apps on iOS in my own app. To my knowledge it should be able to be done with URL custom…
lelelo
  • 173
  • 2
  • 12
2
votes
1 answer

Can I modify a gluon swatch color?

I'd like to use the gluon swatch color scheme but the blue is not quite the right shade. Is it possible to change this with e.g. a css entry? What would be the key?
Dierk
  • 1,308
  • 7
  • 13
2
votes
0 answers

Where to call the Android Intent handler code in Gluon

Trying to handle the intents that are specified in AndroidManifest.xml. Not sure where to call the Service method that is created. Unlike in native android code where the intents are handled in the activity. Referring to…
Vaishnavi
  • 55
  • 6
2
votes
1 answer

How to use Gluon folders of iOS, android, desktop (And main) that make up a Gluon project?

I am trying to set up my Gluon project by putting platform/os specific code in their respective folder (The automatically created project set up in a newly created Gluon project). However no matter what task I do with Gradle it end up taking what is…
lelelo
  • 173
  • 2
  • 12
2
votes
1 answer

use Gluon plugins deploy an android apk then all of the chinese charactor is not disapear

I creat a gluon project use multi view project(FXML) ,then I just modify the buttons character to chinese . the project run under desktop it's no problem but using android->android to deploy an apk and when install on android phone or andorid…
Dalaii
  • 23
  • 4
2
votes
1 answer

JavaFX Scene Builder crash

I have some problem with screen builder. For some fxml it creash after load. I wwas trying many time to run it, but it block, and I must kill process. The fxml is OK, the content is correctly displaying in my application. Here is the example of…
VANILKA
  • 634
  • 1
  • 13
  • 32
2
votes
1 answer

javaFX-scene builder button event doesn't work

I'm trying from yesterday javaFX and scene builder in a very simple application to get button click to work, but everything I tried(by following some tutorials or related answers here) it doesn't work. I created a new javaFX project and these are…
dancer_69
  • 331
  • 2
  • 6
  • 20
2
votes
1 answer

Gluon mobile cross-platform adsView

Is there any way to integrate ads such as Google's Admob library into gluon mobile on either android or iOS or hopefully both? This is the gradle file, I have downloaded the Google Play Services library and the google Repository : buildscript { …
Aniket Joshi
  • 115
  • 1
  • 8
2
votes
1 answer

How to correctly put a dialog inside animation timer in JavaFX

I have an animation timer and when i handle the end, if a certain condition is true, i want to show a dialog to the user. When i simply tried to call the dialog after the stop() method i had this exception (only on mobile):…
FFdeveloper
  • 241
  • 3
  • 14
2
votes
2 answers

JavaFXPorts (Gluon) on Raspberry Pi installation and run a simple JFX-programm

My Hardware: Raspberry Pi 1 B+ Touch Display Watterott 320x240 FBTFT HifiBerry DAC+ My Software: Operating System: Raspbian GNU/Linux 8 (jessie Lite) [Ohne X] Kernel: Linux 4.4.21+ Architecture: arm Touch Display and Hifiberry activated with…
DRK
  • 127
  • 2
  • 6