问题标签 [gluon-desktop]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
gluon - 配置的 compileSdkVersion 无效
您好,我在这个 gluon 项目上构建或创建 apk 文件时遇到问题。我按照在此站点http://docs.gluonhq.com/charm/3.0.0/#_android_2上构建项目的步骤进行操作。我是这个框架的新手。请帮忙
执行:gradle:android
Gradle 构建文件
gluon - 无法在 Genymotion 上使用闪存 ARM 翻译运行 JavaFX 端口应用程序
我在 Genymotion 上运行我的 JavaFX 端口应用程序时遇到问题。当我尝试在模拟器上安装它时。它显示“失败 [INSTALL_FAILED_CPU_ABI_INCOMPATIBLE]”。所以我开始使用 ARM Trnaslation 来刷新它。最后,我成功地在 genymotion 上安装了我的应用程序。
问题是当我尝试运行该应用程序时,它显示“不幸的是 Gluon 已停止”。
下面的错误日志。
你能帮我解决这个问题吗?我是 JavaFX 端口的新手。
rest - 如何在 gluon javafx 应用程序中处理异步 API 调用
如何从 gluon 移动应用程序使用 REST API 服务器登录。我试过 HttpClient 确实可以调用 .
gluon - GluonHq 插件无法调试
我尝试了 gluonmobile 4.1.0 和 4.2.0,当我运行“调试”任务(任务/应用程序/调试)时,它只是阻塞:
正在执行外部任务“调试”...
:compileJava UP-TO-DATE
:processResources 最新
:classes UP-TO-DATE
:compileDesktopJava 最新
:processDesktopResources 最新
:desktopClasses 最新
:调试
在地址监听传输 dt_socket:5005
(永远封锁……)
java - 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 ones. http://docs.gluonhq.com/charm/4.3.0/#_adding_gluon_mobile_to_an_existing_project
When I try to compile I get an "could not resolve all dependencies", and indeed, if I take a peek in the Nexus repo mentioned in the documentation I do see a 4.3.0 for the base, but all the platform based artifact only go as high as 3... http://nexus.gluonhq.com/nexus/content/repositories/releases/com/gluonhq/charm/ http://nexus.gluonhq.com/nexus/content/repositories/releases/com/gluonhq/charm-android/
Has the repo moved or something?
javafx - 关于如何翻译 gluon 桌面程序
阿罗哈的家伙,
你能解释一下这个文件有什么好处吗?在项目资源管理器中 -> Gradle: org.controlsfx:controlsfx:8.40.12 -> Resource Bundel 'controlsfx' -> 这里是不同语言的不同文件。我可以用这个翻译我的程序内容英语、德国、波兰语吗?我可以让它可编辑吗
2.如果第一个是一个愚蠢的想法,我该如何翻译?我的想法是让翻译属性湖这个english.properties,Germany.properties,polish.properties 用这个加载资源
try { input = new FileInputStream( stateManager.getProperty("Languge").orElse("").toString().trim()+".properties");// 加载一个属性文件 prop.load(input);
/li>
xpath - Does gluon support Xpath in IOS
I tried running a gluon project that uses XML to initialize the project. Seeing the following error when running the application on an IOS device:
Caused by: java.lang.RuntimeException: XPathFactory#newInstance() failed to create an XPathFactory for the default object model: http://java.sun.com/jaxp/xpath/dom with the XPathFactoryConfigurationException: javax.xml.xpath.XPathFactoryConfigurationException: No XPathFactory implementation found for the object model: http://java.sun.com/jaxp/xpath/dom at javax.xml.xpath.XPathFactory.newInstance(XPathFactory.java:76
Note: Application runs successfully on Desktop Windows/Mac and on Android platform.
Is the Xpath not supported on IOS devices with Gluon
java - Gluon Scene Builder 已安装但未在 NetBeans 中打开
我已经在 Ubuntu 17.04 中安装了 Gluon Scene Builder,以便将它与 NetBeans 一起使用。
Gluon 在 NetBeans 之外可以正常工作,并且 Oracle Scene Builder 在安装 Gluon 之前也可以正常工作。
安装 Gluon 后,fxml 文件上的右键单击选项仍然有“打开”选项,但单击它不会打开 Gluon Scene Builder。
在系统监视器中,我可以看到进程实际上正在运行,但在 NetBeans 中,Gluon 窗口没有打开。终止进程并单击 Scene Builder 图标,应用程序列表(在 NetBeans 之外)确实会打开 Gluon。
没有错误消息。
在 NetBeans 选项中,Scene Builder Home 定义为默认值 (opt/SceneBuilder)。这似乎是正确的,因为系统监视器中的进程指向此位置。
知道我缺少什么吗?提示将不胜感激。
这是堆栈跟踪:
javafx - Gluon Desktop 中未显示的图标
我是 Gluon 移动和桌面的新手。我开始了一个新项目,并成功地为 android 和桌面构建了它。它在安卓设备上运行良好,没有任何问题。但是,当我在桌面上运行它时,图标没有出现,而是在它们应该出现的位置出现了一个矩形。下面是 fxml 文档的代码。
这就是我桌面上的样子:
请我真的希望这个问题可以得到回答。我检查并确保没有这样的问题。如果这最终成为重复,我深表歉意。谢谢。这是 build.gradle 文件
我在运行时收到这些警告
我正在使用 32 位 Linux 构建和运行。