Axel R
Axel R
X-Plane seems to crash as soon as you send a dataref which doesn't exist. This problem did not occur in older X-Plane versions if I remember correctly
Is there any progress on this? I'm looking for a way to write data datarefs to X-Plane. Do you guys have any other idea how to modify data datarefs via...
> > > you can encode characters and save as int array.. Thanks, I'll give a try
> > > you can encode characters and save as int array.. Have you been able to do this? I tried: set xxx [1,1] But this causes a crash as...
I have the same issue and had the same issue with my own plugin, but fixed it eventually. If you @leecbaker want, I can have a look at it here...
+3 on this issue ( me and 2 friends ). When running X-Plane not on the main monitor, all interactions are shifted by the monitor resolution, which makes it impossible...
Hi, yes, I just encountered the same problem and can't tell why. As soon as I initialize a new threebox(...), I can't click my markes on the map anymore. Were...
Looks like I found a solution. Just add a high css z-index to the react-map-gl object you want to click on. Like this: ``` {...} ``` So far I haven't...
Hi, thanks for the detailed report. I'll also give it a try. Best regards Axel