As title.
It seems that JavaFX is not fully compliant with Linux Wayland.
Is there an ETA for the complete wayland support?
Thanks
This is the right approach.
If you wait for something to be deprecated before you start working on it,
then you end up like most of the AWT features were broken on latest
operating systems.
Davide
On 15/10/2024 02:50, Marius Hanl wrote:
In my opinion this is a nice change.
Modernizing the Win
sorry to everyone. wrong list :(
Il 09/08/2024 17:56, Davide Perini ha scritto:
Hi there,
thanks for the opportunity that you give us to write on this mailing-list.
I'm am playing with the Vector API bundled in Java 22 and wow, they
are amazing.
I have some serious benefits using them
Hi there,
thanks for the opportunity that you give us to write on this mailing-list.
I'm am playing with the Vector API bundled in Java 22 and wow, they are
amazing.
I have some serious benefits using them even for simple tasks on my AMD
Ryzen 9 7950X3D CPU that uses Zen4 architecture.
Can't
and it is now available here:
https://bugs.openjdk.org/browse/JDK-8325203
It is almost certainly a bug in jpackage.
-- Kevin
On 2/5/2024 2:01 AM, Davide Perini wrote:
Hi John,
thanks for the answer.
The problem happen even with other JDKs like the Azul, corretto...
The weird thing is that
hing there.
For more info, tips or other ways of doing restarts:
https://stackoverflow.com/questions/4159802/how-can-i-restart-a-java-application
--John
On 04/02/2024 02:49, Davide Perini wrote:
Hi there,
my JavaFX 21.0.2 app experienced a very weird regression when
switching
Wrong list sorry, this is a message for the users one...
Il 04/02/2024 02:49, Davide Perini ha scritto:
Hi there,
my JavaFX 21.0.2 app experienced a very weird regression when
switching from Temurin
OpenJDK21U-jdk_x64_windows_hotspot_21.0.1_12
to
OpenJDK21U-jdk_x64_windows_hotspot_21.0.2_13
Hi there,
my JavaFX 21.0.2 app experienced a very weird regression when switching
from Temurin
OpenJDK21U-jdk_x64_windows_hotspot_21.0.1_12
to
OpenJDK21U-jdk_x64_windows_hotspot_21.0.2_13
I use this method to restart my app.
public void restart() {
// path to my exe app plus one string arg
tion (using VisualVM or a
similar tool), to see where the bulk of memory consumption is?
-andy
*From: *Davide Perini
*Date: *Friday, August 25, 2023 at 16:16
*To: *Andy Goryachev ,
openjfx-dev@openjdk.org
*Subject: *Re: [External] : Re: Preload fxml to avoid slow show()
I tried it, 99% of
be a known problem
and at this point, I think that I'm out of luck.
Thank you anyway,
Davide
Il 25/08/2023 23:55, Andy Goryachev ha scritto:
Another suggestion might be to load tabs lazily. I don't think FXML
"pre-loading" is possible.
-andy
*From: *Davide Perini
*Date:
My tab pane is very complex with a lot of tabs,
having an FXML is very welcomed.
Thanks
Davide
Il 25/08/2023 16:45, Andy Goryachev ha scritto:
You can try creating the scene graph programmatically, thus avoiding
FXML entirely.
-andy
*From: *openjfx-dev on behalf of Davide
Perini
*Date
Hi,
I have a tabpane with 15 tabs, every tab has his own controller and it's
pretty crowded.
On a 13900K CPU, show() method requires more than 750ms,
this feels laggy...
After the first show() call, loading the tab pane is much faster...
Is there a way to "preload" an fxml?
I tried to show()
I answer my self for posters...
.table-view .table-cell {
-fx-alignment:center-left;
}
done the trick.
thanks
Davide
Il 14/08/2023 15:34, Davide Perini ha scritto:
Hi all,
hope that someone can help with this :)
I have a TableView like this:
If I add a remove button in the table
Hi all,
hope that someone can help with this :)
I have a TableView like this:
If I add a remove button in the table like this:
private TableColumngetSatelliteVoidTableColumn() {
TableColumn colBtn =new TableColumn<>("");
colBtn.setMaxWidth(Constants.REMOVE_BTN_TABLE);
Callback, Ta
Hi all,
I know that this a bit off topic but it could be interesting for many
JavaFX users.
I recently noted that java.awt.TrayIcon.displayMessage() method does not
work really well in Windows 11 anymore.
My notifications are shown with a strange icon and the notification is
not persistent
-phil.
On 5/23/23 12:31 PM, Davide Perini wrote:
As title.
I'm pretty sure that my JavaFX app is managed by efficiency cores
once reduced in tray icon since its performance drops significantly,
if I open a window and leave it open, the app goes at max speed on
performance cores.
Is there a
, May 24, 2023 at 3:31 AM Davide Perini
wrote:
As title.
I'm pretty sure that my JavaFX app is managed by efficiency cores
once
reduced in tray icon since its performance drops significantly,
if I open a window and leave it open, the app goes at max speed on
perfor
As title.
I'm pretty sure that my JavaFX app is managed by efficiency cores once
reduced in tray icon since its performance drops significantly,
if I open a window and leave it open, the app goes at max speed on
performance cores.
Is there a way to set the app runs on performance core even wit
hough I haven't used this API to do what you
want, I do know it provides easy access to ffmpeg and computer vision
and camera related features. It's a lot more complicated to use than
JavaFX, but should give you the flexibility you need.
--John
On 23/05/2023 10:42, Davide Perini wro
Hi all,
as far as I know JavaFX uses GStreamer for the video player
functionalities.
Why don't use GStreamer for screen recording too?
GStreamer is much faster than everything else in the Java world since it
uses native APIs like Desktop Duplication API in Windows and native APIs
on Mac an
This issue isn't solved yet.
https://stackoverflow.com/questions/74147187/issue-with-combobox-focus-in-fx-19
Is this a known issue from JavaFX devs?
Adding
|Platform.runLater works as a workaround. Thanks Davide |
21 matches
Mail list logo