LightningChartJS - Is it possible to enable cursor with ChartXY & AxisScrollStrategy (progressive) - lightningchart

I'm using LightningChartJS v. 3.0.1 and have a chart with scroll strategy.
Live example: https://www.arction.com/lightningchart-js-interactive-examples/examples/lcjs-example-0803-scrollingHeatmap.html
Is it possible to enable the cursor on user hover while the series is scrolling ?
The current behavior showing the cursor only when the series stops scrolling (you can double tap one of the axis to check it out)
Thanks

The behavior of disabling cursor while series is scrolling can be modified with the method ChartXY.setMouseInteractionsWhileScrolling
However, I looked into it and it turns out that there is a bug and this method is not working properly in latest version or v.3.0.1.
Here's a snippet that seems to achieve what you want in v.3.0.1
chartXY.setMouseInteractionsWhileZooming(true)
After next version v.3.4.0 we will have fixed the bug after which you should use the intended method setMouseInteractionsWhileScrolling, not "zooming".
EDIT: The fix will be postponed to version v.4.0.0 because it is a breaking change which could have a detrimental effect on existing user applications when they do a minor version update.

Related

Is it possible to replicate the effects of disabling CSSOM View Scroll Coordinates flag in chrome using css code?

I want to know what disabling CSSOM View Scroll Coordinates flag in chrome://flags does and how can i replicate this behavior using code in my ReactJS app.
Additional information :
It seems after Chrome 85 update, ag-grid RTL support breaks and the grid is not able to scroll the content and sometimes the cells becomes white, i had to dig very deep into the past questions and try a lot of far fetched solutions to find what i have.
I found out that disabling CSSOM View Scroll Coordinates in chrome://flags will fix the bug!~ but the problem is i don't want to force my users and teach them to do this just so my app works, so i thought what ever disabling CSSOM View Scroll Coordinates does, maybe i can replicate it using css code or some other code
I have already reported this issue in ag-grid's git-hub but i'm still waiting for them to offer a solution in the mean time if i can get this to work only using code, it would be great as i have a lot of users which are not able to use my app just because of this simple bug ..
Thank you.

JavaFX 1.8.0_192 - Menu items leaving behind background box

Our customers have reported that the menu item background boxes do not clear in the JavaFX client being used (after a week or so of use) - see photo above.
If the menu items are clicked after this has occurred, they display and function properly, however the background boxes stay and will not clear.
We have reproduced this using a soak test (using xdotool to simulate repeated mouse use), but there appear to be no errors reported in the log files.
We have also ran this soak test using a Java 7 version and this behaviour does NOT occur.
The menu should look like this in normal behaviour:
We are using the latest version of Java 8.
Any ideas welcome, thank you.

How to get constraints back after shutting off autolayout?

I am relatively new to coding on Swift and Xcode. When I was attempting to fix the design of my app, I unchecked the "Use Auto Layout" button assuming that it would simply shut off auto layout for that specific entity (An MKMapView in this situation):
Unfortunately, this removed all the constraints that I had for the entire app! I quickly tried to revert my changes by rechecking the box but it did not return to normal. Are all my constraints gone forever or is there a way to recover them?
Unfortunately, my repository is slightly out of date and I would lose a lot of work if I were to reset with the most current version saved. Any help would be amazing and really end the extreme amount of stress I just placed on myself. Thank you!
Sadly, your constraints are probably gone. Unchecking this box removes all constraints.
If you did not close and open your project since unchecking the box, you can try and undo the change, it will revert to the previous state if the conditions are ideal.

Is it possible to use the GearVR trackpad to move around environment?

Hi I'm really struggling to find an answer to this, I've made a basic 3D environment which the user can move around. However inside GearVR by default it doesn't appear like you can move around the environment, only turn to look on a fixed axis.
Is there anyway this is achievable either by using the trackpad on GearVR or a bluetooth controller?
I've not tried the latest update, but check out this component --
https://github.com/chenzlabs/gearvr-controls
The set of locomotion constraints of GearVR are the same as for mobile/polyfill. Common options include A-Frame checkpoint-controls, touch-controls for teleporting via gaze or tap to move.

Knockoutjs not updating on lastest version of Edge

I have a knockoutjs app which has been running smoothly for years now. The browser receives a message via SignalR and then is rendered by Knockoutjs.
Now if you run the app in Microsoft Edge, the same fields are not updating on screen where as other fields are updating. It is always the same fields that update once, then never update again. If you inspect the DOM then you can see this being changed.
After a lot of process of elimination, I have actually discovered that the issue seems to be caused by 1 line of css
html { text-transform: uppercase; }
I have put together a small demo of this bug which you can then run in Chrome/FF/IE9/IE10 vs Edge. Run the code in Edge with the style applied, then comment it out to see the values updating.
http://jsbin.com/baqozusuge/edit?html,css,js,console,output
Link to code on github https://gist.github.com/anonymous/de7610c341e6ee737d8290eb608afb57
Anyone any idea what the heck is going on with this?! It seems as though Microsoft Edge is deciding to cache the display based on the similarity of the value currently displaying.
This is officially a Microsoft bug so something that cannot be "fixed" through code. https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7451374/

Resources