Please see the most recent updates in the "Where did the .com name go?" thread. Posts number 16 and 17.
Please see this thread for updates. Update Thread
SOH ADMINISTRATIONPJ,
I don't quite understand your question. Can you explain what you mean by a moving 2d panel?

Hi PJ
Open the panel.cfg
in notepad wordpad or some other text editor, (not a word processor like MS Word)
look down through the file to find the section that describes your main panel or the panel that is giving you grief, here is an example from my jetranger, this is the radio panel where I set radio frequencies.
[Window01]
Background_color=2,2,2
size_mm=156,265
position=8
visible=0
ident=RADIO_STACK_PANEL
window_size= 0.244, 0.494
(this section is followed by a list of gauges) to prevent this panel from being resized if I inadvertantly grab it when mousing a gauge I can insert the following
sizeable=0
like this
[Window01]
Background_color=2,2,2
size_mm=156,265
position=8
visible=0
ident=RADIO_STACK_PANEL
window_size= 0.244, 0.494
sizeable=0 <<<<<<<<<<
That should do it
For more than you ever wanted to know about panels and gauges check out the panel SDK
