rmorgan001 / GSServer

ASCOM Synta protocol driver for SkyWatcher and Orion telescope mounts
GNU General Public License v3.0
40 stars 16 forks source link

Alignment settings ranges, import/export and a couple of bug fixes #24

Closed JPhilC closed 2 years ago

JPhilC commented 2 years ago

Hi Rob,

I have finally completed the changes I was working on for the alignment tab during the summer. The alignment options UI is updated as per your request. The Clear all, Delete and Import buttons all now make use of a two button message dialog to request the user confirm the operation. The dialog uses a view model to allow the caption, message, button captions and Actions to be passed as required instead of creating a new dialog class for each confirmation. It also abstracts the dialog box functionality away from the tab page view models.

While testing this I noticed that multiple command line arguments didn't work (e.g. /pec /showalignment) so I have fixed that. Also the PEC tab did not honour the setting of the PEC radio button in the main options page. I have fixed that too.