OSDN Git Service

Use a scale widget to select a particular frame.
authorSiva Velusamy <vsiva@google.com>
Fri, 14 Oct 2011 17:40:13 +0000 (10:40 -0700)
committerSiva Velusamy <vsiva@google.com>
Fri, 14 Oct 2011 17:40:13 +0000 (10:40 -0700)
commit711c2dbbff633b136feded8f85d23d66deb3a505
tree382dc3326a6689287253e9818983ee3741a3d31a
parent68b70a237e2f316c217a2197178eec54fd39df32
Use a scale widget to select a particular frame.

Currently, a slider (looks like a scrollbar) is present at the top
of the view, with no indication that it can be used to select the
frame to be displayed.

Replace that with the following layout:

Frame: -------------------------------- [23]

where the -'es are the scale widget, and the spinner at the end
indicates the currently selected frame. The spinner and the scale
are linked together to go up/down when either one changes.

Change-Id: Ie5403a179d518e4ebe50dba720c29c5bc07c4369
eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/SampleView.java