Re: [Flightgear-devel] property browser

2005-06-06 Thread bass pumped
If I wanted to look at the code for the property browser where would I look? ___ Flightgear-devel mailing list Flightgear-devel@flightgear.org http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f585eeea02e2c79d7b1d8c4963bae2d

Re: [Flightgear-devel] property browser

2005-06-06 Thread Erik Hofman
bass pumped wrote: If I wanted to look at the code for the property browser where would I look? It's prop_picker.[ch]xx in FlightGear/src/GUI Erik ___ Flightgear-devel mailing list Flightgear-devel@flightgear.org

Re: [Flightgear-devel] property browser

2005-06-06 Thread Erik Hofman
Jim Wilson wrote: Hmmm...so why would that make a difference on the pui end? It makes more sense that the requirement of an active read (that is bound to a subsystem owned getter) would be the cause of no on screen update. I don't think the pui would care who owns the value, does it?

Re: [Flightgear-devel] property browser

2005-06-05 Thread Jim Wilson
From: Curtis L. Olson Jim Wilson wrote: From: Josh Babcock Did someone change the property browser so you can't watch the values change in real time? How do I get this back? Josh Which property are you looking at? It has been a very long time, so I might be a little

Re: [Flightgear-devel] property browser

2005-06-05 Thread Josh Babcock
Jim Wilson wrote: From: Curtis L. Olson Jim Wilson wrote: From: Josh Babcock Did someone change the property browser so you can't watch the values change in real time? How do I get this back? Josh Which property are you looking at? It has been a very long time, so I might be a little

[Flightgear-devel] property browser

2005-06-04 Thread Josh Babcock
Did someone change the property browser so you can't watch the values change in real time? How do I get this back? Josh ___ Flightgear-devel mailing list Flightgear-devel@flightgear.org http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] property browser

2005-06-04 Thread Jim Wilson
From: Josh Babcock Did someone change the property browser so you can't watch the values change in real time? How do I get this back? Josh Which property are you looking at? It has been a very long time, so I might be a little off here. IIRC the a property node is only updated if the

Re: [Flightgear-devel] property browser

2005-06-04 Thread Curtis L. Olson
Jim Wilson wrote: From: Josh Babcock Did someone change the property browser so you can't watch the values change in real time? How do I get this back? Josh Which property are you looking at? It has been a very long time, so I might be a little off here. IIRC the a property node is

Re: [Flightgear-devel] property browser

2005-06-04 Thread Josh Babcock
Curtis L. Olson wrote: Jim Wilson wrote: From: Josh Babcock Did someone change the property browser so you can't watch the values change in real time? How do I get this back? Josh Which property are you looking at? It has been a very long time, so I might be a little off here.

[Flightgear-devel] Property browser bugs

2002-06-22 Thread Julian Foad
I'm debugging the property browsers. Currently they don't handle indexing properly: multiple instances of /input/mice/mouse/mode[0]/button/ are shown without indices because the buttons are numbered 2,3,4 but the test it uses is Is there a child of this name with index 1?. Clicking on any of