Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some knobs turning unwanted to the most left value/zero on mouse click #470

Closed
Hinkelstein2 opened this issue Aug 19, 2020 · 5 comments
Closed
Assignees
Labels
bug Something isn't working fixed
Projects

Comments

@Hinkelstein2
Copy link

Describe the bug
the followings knobs jumping to the most left value on click. This should not happen, One time a knob became unresponsible afterwards.

PNL/FLOOD knob both sides
MAP knob both sides
FLT DECK TEMP and CABIN TEMP at the overhead panel

To Reproduce
just click on it

Expected behavior
if already there, they could work like in 1.5.1 or should work like some other knobs(APU start/ Hydraulic/ INBD DISPL/CONTRAST etc.)

Desktop (please complete the following information):

  • OS:Windows 10
  • X-Plane 11.50r1
  • Version 1.6.0-cygnus8
@Hinkelstein2 Hinkelstein2 changed the title some knob turning unwanted to the most left value/zero on mouse click some knobs turning unwanted to the most left value/zero on mouse click Aug 19, 2020
@aeroniemi
Copy link
Contributor

it's caused by bad/invalid manips being used - needs to be normal click-drag ones with added mousewheel attr

@magknight1
Copy link

Positive and negative value commands for the following knobs are needed in order to fix the issue, affecting the following datarefs:

  • PNL/FLOOD Right: sim/cockpit2/switches/instrument_brightness_ratio[11]
  • PNL/FLOOD Left: sim/cockpit2/switches/instrument_brightness_ratio[12]
  • MAP light Left: sim/cockpit2/switches/instrument_brightness_ratio[13]
  • MAP light Right: sim/cockpit2/switches/instrument_brightness_ratio[10]
  • FLT DECK TEMP: aero787/cockpit/overhead/air/fltDeckTemp
  • CABIN TEMP: aero787/cockpit/overhead/air/cabinTemp
  • AUTOBRAKE: aero787/cockpit/gear/autobrakeKnob

@aeroniemi
Copy link
Contributor

just use ATTR_manip_axis_knob rotate_medium
for flt deck/cabin/brakes/the majority of knobs

@magknight1
Copy link

Ok. Problem solved.

@Hinkelstein2
Copy link
Author

Hinkelstein2 commented Sep 2, 2020

Nice, thanks a lot ! I'm not sure, but i think #427 can be closed as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed
Projects
Cockpit
  
Awaiting triage
Development

No branches or pull requests

3 participants