Re: Label Text Selection

2024-08-16 Thread Daniel Peintner
Hi Dirk, all, Personally I think this would be a great addition since I am getting the same request over and over again. I solved it by *mis-using* a TextField and making it look like a Label. Thanks all for your efforts, -- Daniel On Fri, Aug 16, 2024 at 12:13 PM Dirk Lemmermann wrote: > Hi

Re: [External] : Re: Q: Labeled.textTruncated Property (RFE)

2024-03-08 Thread Daniel Peintner
t rules (TableCellSkinBase:152, > TreeTableCellSkin:126). > > > > The consequence of this is that the new functionality **cannot** be fully > implemented with the public APIs alone. > > > > Cheers, > > -andy > > > > > > > > *From: *Daniel Peintner > *Da

Re: [External] : Re: Q: Labeled.textTruncated Property (RFE)

2024-03-07 Thread Daniel Peintner
; internal APIs, as can be seen here: > https://github.com/openjdk/jfx/pull/1389 > <https://urldefense.com/v3/__https:/github.com/openjdk/jfx/pull/1389__;!!ACWV5N9M2RV99hQ!LUwCrjMEKxlGC0k5v9-zO0Axw6TqddmMJM7_6onFdHOLL1eo5MDNu1lVj7grGquhgJdnqXX_eCyA7MGEMNyIivVMcBB9XfY$> > > > > -

Re: Q: Labeled.textTruncated Property (RFE)

2024-03-05 Thread Daniel Peintner
Hi Andy, all, Thank you for the effort which I very much appreciate. We have a similar use-case as the one mentioned in JDK-8205211. We would like to show a Tooltip with the corresponding text once the text is shown with ellipsis for a TableCell. The *hacky* solution we are using is sketched in [

Re: [External] : Re: Proposal: RichTextArea Control (Incubator)

2024-02-23 Thread Daniel Peintner
t; > At this moment, this functionality is not a part of any standard model, > but is certainly possible. > > > > It might be also possible to add a similar functionality to the regular > TextField/TextArea using public APIs, simply by adding a "squiggly" line > sha

Re: Proposal: RichTextArea Control (Incubator)

2024-02-22 Thread Daniel Peintner
Hi Andy, others, I highly appreciate and welcome the effort of a built-in RichTextArea 👍. A question that popped up in my mind is whether this work might include work in the area of *rich* TextField also? Probably it is out of scope. Anyhow, JavaFX Textfields are used in even more areas in UI con

Re: JavaFX 19-ea+11 Crashes

2022-09-14 Thread Daniel Peintner
Hi, In March 2022 we were experiencing some random crashes after upgrading to JavaFX 18 (see [1]). In the end it didn't have to do with JavaFX but with Java HotSpot. I created a bug report [2] which was later closed as a duplicate of JDK-8275610 (see [3]). By now (Java18) it should be fixed. Note

Re: [External] : Re: ConcurrentModificationException when calling stage.show()

2022-09-09 Thread Daniel Peintner
file a bug report at https://bugreport.java.com/ > with a complete standalone test case? > > -- Kevin > > On 9/7/2022 11:57 PM, Daniel Peintner wrote: > > Hi Kevin, all, > > I investigated further and I think I found the problem (or at least a > solution). > > In

Re: ConcurrentModificationException when calling stage.show()

2022-09-07 Thread Daniel Peintner
bug report? Thanks, -- Daniel On Mon, Sep 5, 2022 at 7:47 PM Kevin Rushforth wrote: > I suspect a JavaFX bug, unless there some other thread not shown in your > stack trace that is modifying any object in the now-live scene graph. > > -- Kevin > > > On 9/5/2022 6:34 AM

ConcurrentModificationException when calling stage.show()

2022-09-05 Thread Daniel Peintner
All, I have a strange issue popping up once in a while. I have an application (FXML+ Controller) that has a "new" button opening a new window. In 99% percent of the cases this works just fine. In some rare cases though, stage.show() fails due to a ConcurrentModificationException. Since this issue