February 9, 200719 yr Author Hi,Yes it can:Jan"Beatus ille qui procul negotiis..." Jan "Beatus ille qui procul negotiis..."
February 12, 200719 yr When I use , rather than the intended right button gauge click, I get the Windows "Close Window" message.How do I override the "Close Window" message?Additionally, I would like the cursor to be a Hand with a "+" or "-" sign next to the index finger. What are the names for these cursors?Thanks...
February 12, 200719 yr >When I use , rather than the>intended right button gauge click, I get the Windows "Close>Window" message.Beware that mouse events are case sensitive: LeftSingle; RightSingle; LeftDrag; etc.Also you have to test whether the event is being fired using a sintax like this: (M:Event) 'RightSingle' scmp 0 == if{ ..do what you want to .. }>Additionally, I would like the cursor to be a Hand with a "+">or "-" sign next to the index finger. What are the names for>these cursors?> for "+" sign for "-" signTom
February 12, 200719 yr Author Hi,Here is an example, one of my functioning clicks:"Anything you want"( or or }(M:Event) 'LeftSingle' scmp 0 == if{ (L:test,number) 1 - 0 max (>L:test,number) (L:fmc ped,bool) ! if{ 1 (>L:fmc ped,bool) } }(M:Event) 'RightSingle' scmp 0 == if{ (L:test,number) 1 + 10 min (>L:test,number) (L:fmc ped,bool) if{ 0 (>L:fmc ped,bool) } }When you "rightclick" outside the defined area things go wrong!Jan"Beatus ille qui procul negotiis..." Jan "Beatus ille qui procul negotiis..."
February 12, 200719 yr >> Yeah, those are the right ones! I was focused on the and didn't notice to change it for :-hmmm Tom
February 12, 200719 yr Author Yom,Totally different question:The AP ATT HOLD function.When does it works?Do you have to set yawdamper and autocoord off or must the acft.cfg default pitch and bank etc. be changed?When i put att hold on, it goes immediatly off.Jan"Beatus ille qui procul negotiis..." Jan "Beatus ille qui procul negotiis..."
February 12, 200719 yr Jan,I've never used AP ATT HOLD function so far, so I don't know how it behaves, sorry. :-( Tom
February 12, 200719 yr Author Tom,I 'll make it a new item..Jan"Beatus ille qui procul negotiis..." Jan "Beatus ille qui procul negotiis..."
Create an account or sign in to comment