-
```
Put something into the "Data" field for publications or receive a message on an
active subscription so that the "Data" field gets populated.
In either case, the text is blurred.
Each field is …
-
```
Put something into the "Data" field for publications or receive a message on an
active subscription so that the "Data" field gets populated.
In either case, the text is blurred.
Each field is …
-
Hi Tomas,
You must have noticed that text nodes display text with some color distortion artifacts, particularly on text with vertical segments (e.g. the letter 'l' or 'T'). These are clearly visible …
-
```
Put something into the "Data" field for publications or receive a message on an
active subscription so that the "Data" field gets populated.
In either case, the text is blurred.
Each field is …
-
Hi!
Could you update the mqtt-spy link to point to http://kamilfb.github.io/mqtt-spy/?
Google Code is closing so I moved it to GitHub.
Many thanks for making RichTextFX available - great component…
-
How to reproduce :
1 Open example as java -cp richtextfx-demos-fat-0.6.3.jar org.fxmisc.richtext.demo.JavaKeywords
2 set caret to end of source (after RBRACE)
3 press and release up key in your keybo…
-
```
Put something into the "Data" field for publications or receive a message on an
active subscription so that the "Data" field gets populated.
In either case, the text is blurred.
Each field is …
-
Best way to do this is probably to use an enhanced version of https://bitbucket.org/shemnon/flowdown
Unfortunately JavaFX has pretty bad support for rich text. Whilst there is the TextFlow control, i…
-
Since there is no way of scrolling at the moment (see bug #98), I am using a workaround os selectRange(index,index). However, this is very slow.
In a 4800 lines file with 3 different styles per line,…
ghost updated
9 years ago
-
I am using RichTextFX in my project, but I am having an issue which seems to be contained to Flowless:
I use the following code to append a certain message in bold font:
```
private InlineCssTextAre…