Re: Application getParameters() not returning Umlaute properly

2022-04-13 Thread Daniel Peintner
Hello John, all, Thanks for your information. Below are some more details and further feedback. > In my application I associate a file extension which works fine. Clicking > > on the desktop opens the app and loads the file I clicked on. > > > > This works fine for Windows and Mac on its own. >

Application getParameters() not returning Umlaute properly

2022-04-11 Thread Daniel Peintner
All, I run into a *strange* behaviour. In my application I associate a file extension which works fine. Clicking on the desktop opens the app and loads the file I clicked on. This works fine for Windows and Mac on its own. Assume a file named "Kostenschätzung.avax" is stored on MacOS and gets

Re: Question about fatal JavaFX crashes

2022-03-23 Thread Daniel Peintner
if > >>> you were running FX 17 on JDK 17 GA you maybe have picked up a later > update release of JDK 17 along with FX 18 ?? > >>> > >>> Regardless this doesn't look like an FX bug. > >>> But unless you can actually provide a test case, or, by luck t

Re: Question about fatal JavaFX crashes

2022-03-18 Thread Daniel Peintner
-client flag might help in some cases but unfortunately this flag is no longer taken into account for 64bit JVMS. Thanks, -- Daniel > > --John > > On 18/03/2022 09:43, Daniel Peintner wrote: > > Hello, > > > > I take the liberty to ask on the email reflector if th

Question about fatal JavaFX crashes

2022-03-18 Thread Daniel Peintner
Hello, I take the liberty to ask on the email reflector if there are other people with similar problems. Since updating my application to JavaFX18 I get random fatal crashes. Unfortunately it is not predictable but after some time the app crashes with "EXCEPTION_ACCESS_VIOLATION". The

Re: RFR: 8208088: Memory Leak in ControlAcceleratorSupport [v6]

2021-09-10 Thread Daniel Peintner
Hi, I don't wanna clutter the list but I noticed this issue also and can point you to a simple test (adding MenuButton is sufficient, no need for any MenuItem). See test here: https://github.com/Sandec/JMemoryBuddy/issues/5#issuecomment-911617849 The test provided fails on JavaFX (v17) and

Re: Dialog contentText does not wrap correctly always

2021-03-23 Thread Daniel Peintner
(new Scene(bp, 300, 250)); primaryStage.show(); } } On Thu, Mar 18, 2021 at 12:07 PM Daniel Peintner wrote: > Hello, > > Thank you all for your work. I believe JavaFX is getting better and better. > Some recent updates like [1] fixed some issues I was having wi

Dialog contentText does not wrap correctly always

2021-03-18 Thread Daniel Peintner
Hello, Thank you all for your work. I believe JavaFX is getting better and better. Some recent updates like [1] fixed some issues I was having with certain scaling levels. Today I stumbled over one issue that still exists with JavaFX version 16. It relates to dialog where the contentText usually

TableView Future/Enhancements

2020-10-13 Thread Daniel Peintner
All, I would like to ask some questions (and provide feedback) w.r.t. the current TableView control in JavaFX. If this is not the *right* place to ask such questions please let me know and I apologize. The desire of a table (spreadsheet) control is to be editable and usable also with the

Re: TabPane - initial select tab not working properly?

2020-08-20 Thread Daniel Peintner
the first layout is performed. > It can be confirmed, by wrapping a call to > System.out.println(stage.isShowing()); along with select() call OR by > wrapping the select() call inside stage.setOnShown(); instead of > Platform.runLater(). > > Regards, > Ambarish > > -

TabPane - initial select tab not working properly?

2020-08-19 Thread Daniel Peintner
All, I just stumbled over a problem which I think is a bug in JavaFX. In a program I create several tabs and initialize a selected tab upfront. The 'select' command works fine for the tab pane content but unfortunately not for the header that shows the current active tab (somehow the tab header

Re: JavaFX HiDPI layout bugs

2020-06-22 Thread Daniel Peintner
Hi Sam, all, FYI: I have been encountering a similar behaviour but I have been *wrongly* thinking it relates to ControlsFX PropertySheet which uses labels also. see https://github.com/controlsfx/controlsfx/issues/1235 The sample with buttons works fine while PropertySheet does not work as

JDK-8089514 - Clicking outside of the edited cell, node, or entry should commit the value

2019-11-08 Thread Daniel Peintner
All, I am following issue JDK-8089514 [1] given that I have a custom implementation for listening focusLost and committing the value in a TableCell (which doesn't work reliable). I believe having a solution in JavaFX default code itself would be desirable. Hence, I was wondering whether a)

Re: Table Input

2018-06-20 Thread Daniel Peintner
Hi, > I believe the last time I looked at the TableView2 contribution at > > ControlsFX (which can be used as a TableView replacement), commit on > focus > > lost was implemented/supported. > Do you have a link? > The PR has been merged but the contribution is not yet available as ControlsFX

Re: Table Input

2018-06-20 Thread Daniel Peintner
Hi, I believe the last time I looked at the TableView2 contribution at ControlsFX (which can be used as a TableView replacement), commit on focus lost was implemented/supported. -- Daniel Jonathan Giles schrieb am Mi., 20. Juni 2018, 10:28: > Yup, > > A great regret. I wish it were