On Tue, 4 Jul 2023 05:54:54 GMT, Prasanta Sadhukhan
wrote:
> When Japanse (IME on) is inputted to the TextFIeld, which is on JFXPanel,
> small window for inputting appears on top-left side of screen
>
> 
>> for an introduction to the Platform Preferences API, and how it interacts
>> with the proposed style theme and stage appearance features.
On Mon, 24 Jul 2023 22:09:49 GMT, John Hendrikx wrote:
>> modules/javafx.base/src/main/java/com/sun/javafx/binding/ListenerManager.java
>> line 143:
>>
>>> 141: */
>>> 142: public void fireValueChanged(I instance, T oldValue) {
>>> 143: Object data = getData(instance);
>>
>> T
On Wed, 27 Sep 2023 15:33:17 GMT, Phil Race wrote:
>> Changes requested by prr (Reviewer).
>
>> @prrace could you please take a look at this?
>
> Hmm. I did last week, but I see my review comments were still pending. I
> don't know why, I thought I submitted them. Now submitted for sure.
@prra
As of OpenJFX 21, `EventTarget` has methods to add and remove event listeners.
The `instanceof` checks in `com.sun.javafx.scene.control.ListenerHelper` should
be removed and replaced by a simple call to the respective interface method.
-
Commit messages:
- Use new EventTarget method
Hi,
I am investigating about prism on Wayland.
It looks like we could just replace the GLX calls on X11 backend to EGL and
it will work on both (maybe rename it).
It will need some work to pass the native display around - it assumes X11
Display everywhere and it could be a Display or a wl_displa
On Fri, 13 Oct 2023 01:24:36 GMT, Alexander Matveev
wrote:
> - Added support for libavcodec version 60.
> - Tested on Ubuntu 23.10 with all possible media formats.
> - Changed "--disable-yasm" to "--disable-asm". "--disable-asm" disables all
> assembler optimization and "--disable-yasm" only x8
Sorry, I meant an example / use case where it is important and cannot be solved
by the existing machinery. Any change in this area is going to introduce a
major regression risk, and before we talk about changing the foundation we need
to make sure we are solving a problem that exists.
-andy
Andy,
John Hendrikx has given specific instances where this is breaking down already.
The JavaDoc suggest that you can handle events on a node by installing event
handlers. What it does not say is that a control may have already installed
some unknown number of event handlers and there’s no gua
Hi Andy,
Thanks for the quick response!
Let me see if I can clarify some of your questions.
Thank you, John, for a detailed writeup.
Before going into details, I would like to ask you to clarify some of
the aspects of the alternative proposal:
1. What is the API for setting user event han
Martin:
What would be the use case for creating a public EventHandlerManager?
In general, what is the problem we are trying to address that is impossible to
solve using the existing machinery?
Thank you
-andy
From: Martin Fox
Date: Saturday, October 14, 2023 at 14:48
To: John Hendrikx
Cc: A
Thank you for clarification!
I just want to mention that here we are straying into what looks like a
parallel discussion about skins (nothing wrong about it!).
just the Skin part. This would likely be a big effort but perhaps it could be
split into smaller tasks till the end goal is achieved.
Thank you, John, for a detailed writeup.
Before going into details, I would like to ask you to clarify some of the
aspects of the alternative proposal:
1. What is the API for setting user event handlers vs. behavior event handlers?
2. Is there a way to conditionally invoke the default (behavior)
Nir, thank you for responding!
The behavior you describe (“logical” navigation) is what can be seen in many,
but not all applications, and that is what puzzles me. What’s more
interesting, the applications that use a “visual” kind of navigation, that is
the RIGHT ARROW key always moving the cu
This is a tricky one. All applications I have seen, and I think that's what
people expect, is that the cursor changes direction during traversal.
A key point is where the paragraph is aligned to (in Windows adjusted with
left CTRL+SHIFT and right CTRL+SHIFT). This sets the forward and backward
dir
Hi Andy, hi list,
I've had the weekend to think about the proposal made by Andy Goryachev
to make some of the API's surrounding InputMap / Behaviors public.
I'm having some nagging doubts if that proposal is really the way
forward, and I'd like to explore a different approach which leverages
16 matches
Mail list logo