| 2.0b76 |
Release Date: Soon |
Implemented 3/8/10 |
Plan Creation Wizard - Restrict Catalogues Searched |
|
| |
It would be nice to be able to select or restrict the catalogues being searched when using the plan creation wizard.
Use Case: When preparing a plan to use at a Star Party, I wanted to generate a plan from only those catalogues built into Meade's AutoStar II database (LX200). This is far easier than looking up RA & Dec coordinates and entering those when 10 people are waiting at the scope!
Also could be used to generate AutoStar tours and, in general, when not using a laptop in the field.
Logical place would be the "Where & When" screen where restrictions on Date/Time and Constellation are entered. |
Developer Analysis |
Note that V2 uses a different mechanism from V1, and only certain catalogues are used. However, I think I can give a list of catalogues and filter where necessary. |
| Resolution |
Implemented. |
Fixed 3/8/10 |
MainWindow.Telescope_Change: Nil Object Exception |
| |
Exception Type: Nil Object Exception
1: Sub MainWindow.MainWindow.Telescope_Change( MainWindow.MainWindow ) 2: Sub ResourceChooser.ResourceChooser.rsrc_Change( ResourceChooser.ResourceChooser ) 3: Sub ResourcePopup.Event_Change() 4: Sub APPopupMenu.Event_Change() 5: Sub PopupMenu.ListIndex.Set( int32, int32 ) 6: Sub MainWindow.MainWindow.SetPopupValue( MainWindow.MainWindow, APPopupMenu, string ) 7: Sub App.NewPlanCreationWizard( MainWindow.MainWindow ) 8: Function App._FilePlanCreationWizard_Action() as boolean 9: Sub Delegate.Invoke() 10: Sub Application._CallFunctionWithExceptionHandling()
User description of above error trace:
Creating a plan using New Plan Wizard |
| Resolution |
Fixed. |
Fixed 3/6/10 |
SkyChart.DrawAlignmentStars: Nil Object Exception |
| |
Exception Type: Nil Object Exception
1: Sub SkyChart.DrawAlignmentStars() 2: Function SkyChart.MakeChart() as Picture
User description of above error trace:
Sky Tab, Options menu on the right screen side, Objects, I checked the Allignement option and AP freezes dislaying this form inmediately. It does every time I performed this action. |
Developer Analysis |
This happens if you don't have a telescope selected. |
| Resolution |
Fixed. |
Fixed 3/5/10 |
MainWindow.ResizeStuff: Stack Overflow Exception |
| |
Exception Type: Stack Overflow Exception
1: Sub MainWindow.MainWindow.ResizeStuff( MainWindow.MainWindow ) 2: Sub MainWindow.MainWindow.Event_Resized( MainWindow.MainWindow ) 3: Sub Window.Width.Set( int32, int32 ) |
| Resolution |
Fixed. Hopefully. Third time's the charm... |
Fixed 3/2/10 |
Conditional delete does not seem to work for user-defined fields |
| |
When I try to do a conditional delete on a user-defined field, APv2b75 asks if I want to delete all 93 objects in the plan.
Conditional delete seems to work properly for AP defined fields. |
| Resolution |
Fixed. |
Fixed 3/1/10 |
SkyComputeThread.Event_Run: Nil Object Exception |
| |
Exception Type: Nil Object Exception
1: Sub SkyComputeThread.Event_Run() 2: Sub APThread.Event_Run()
User description of above error trace:
Selected an object in a plan (with three objects) and clicked on the Sky tab and an application exception popped up. The Sky view does eventually come up. |
| Resolution |
Fixed. I hope. |
Fixed 3/1/10 |
ScriptWindow.SetSyntaxHighlighting: Nil Object Exception |
| |
Exception Type: Nil Object Exception
1: Sub ScriptWindow.ScriptWindow.SetSyntaxHighlighting( ScriptWindow.ScriptWindow ) 2: Sub ScriptPrefsWindow.ScriptPrefsWindow.Event_Close( ScriptPrefsWindow.ScriptPrefsWindow )
User description of above error trace:
Opened script editor window, opened scripting preferences, closed underlying script editor window, closed script editor window. |
| Resolution |
Fixed. |
| |
|
| 2.0b75 |
Release Date: Friday, February 26, 2010 |
Fixed 2/26/10 |
Fix problem with catalogue preferences |
| |
The catalogue preference specifying where to put additional IDs when creating a plan object does not work properly. |
| Resolution |
Fixed. |
Fixed 2/26/10 |
Major slowdown when going from registered to unregistered |
| |
If the user goes from registered to unregistered status (could happen if the user upgrades from V2 to V3*, or if the user registration info has been flagged as bogus), then there is a massive slowdown at startup time (that eventually clears itself if the app is allowed to continue). |
| Resolution |
Fixed. |
Fixed 2/25/10 |
script focusstar contains errors |
|
| |
The potenially very valuable script Focus Star contains two errors one in line 25 and one in line 210. |
Developer Analysis |
This script _requires_ 2.0b73 or after. Hence the errors with 2.0b72 (which you are running). However, I guess there should be some warning. |
| Resolution |
Fixed. Attempting to run a script with a minimum version requirement will elicit an alert before running. Also, any such script in the Download SCripts dialog will be marked in red. |
Fixed 2/24/10 |
Unusual behavior when entering a new object |
| |
Whenever adding a new object if I just enter the catalog designation and then choose "Best", say Messier (M) and DO NOT add the number, it puts M7. For NGC, it is NGC 185, for IC, it is IC 49. I have not tested this on any other catalogs. |
| Resolution |
Fixed. |
Fixed 2/24/10 |
Scripting Framework Reference window incorrect position |
Windows only |
The SFR window always reopens slightly lower than it should. The Debug window reopens exactly where it should. Not sure if the SFR location is being stored incorrectly (in preferences) or an offset is being added for some reason. |
| Resolution |
Fixed. And a few other windows that were similarly positionally-challenged. |
Fixed 2/24/10 |
Script editor PageUp/Down |
|
| |
Using PageUp or PageDown does not move the current cursor location (it should). Try using PageDown twice then LineDown once. The displayed text jumps back to where the cursor now is; one line down from its position prior to the two PageDown steps. The cursor should be someplace in the region of text displayed by the second PageDown. |
Developer Analysis |
Well, the current behaviour is what virtually every editor (I use) uses. I can make it a preferences option though. |
| Resolution |
Fixed. New script editor setting: "Page up/down moves insertion point". Each time you use the Page Up or Page Down keys, the insertion point is moved to the first visible line. |
Fixed 2/24/10 |
Scripting Framework Reference find results not preserved |
|
| |
If the SFR window is refreshed (e.g. by saving a lib_ file) any Find results are not preserved.
To be honest I find this occasionally useful for clearing out the Find results! Maybe a 'ClearFindResults' button :) |
| Resolution |
Fixed. Well, I'm not going to preserve Find results, but I have added a "Clear Find results" command to the right-click menu. |
Fixed 2/24/10 |
Scripting Framework Reference overlapping controls |
| |
If the SFR window is too narrow the 'Changes' and 'Search' controls overlap. This fault has been around for ages - just got around to reporting it - Sorry! |
| Resolution |
Fixed. Window cannnot be shrunk below a minimum width. Find text field will shrink down to a minimum size. |
Fixed 2/23/10 |
MainWindow.ResizeStuff: Stack Overflow Exception |
Windows only |
Exception Type: Stack Overflow Exception
1: Function Utility.WhatScreen( Window ) as int32 2: Sub MainWindow.MainWindow.ResizeStuff( MainWindow.MainWindow ) 3: Sub MainWindow.MainWindow.Event_Resized( MainWindow.MainWindow )
User description of above error trace:
Went through File\Setup Wizard and selected Finish (including download of catalogues) Note: had blocked connection to Internet when going through wizard. Unblocked and selected catelogue to download. Finished wizard and received this error. |
| Resolution |
Fixed. Hopefully. |
Fixed 2/23/10 |
MainWindow.ResizeStuff: Stack Overflow Exception |
Windows only |
Exception Type: Stack Overflow Exception
1: Sub MainWindow.MainWindow.ResizeStuff( MainWindow.MainWindow ) 2: Sub MainWindow.MainWindow.Event_Resized( MainWindow.MainWindow )
User description of above error trace:
Hit Windows+D to show desktop and crash report appeared.
Windows 7 Home Premium 64-bit, Core i7 920, 6 GB RAM |
| Resolution |
Fixed. Hopefully. |
Fixed 2/23/10 |
MainWindow.ResizeStuff: Stack Overflow Exception |
Windows only |
Exception Type: Stack Overflow Exception
1: Sub MainWindow.MainWindow.ResizeStuff( MainWindow.MainWindow ) 2: Sub MainWindow.MainWindow.Event_Resized( MainWindow.MainWindow )
User description of above error trace:
AP was open for a long time. I was browsing and a lot of other apps are open: maixm dll open office, skype, and firefox etc. I needed to get back to the desktop because I saw something strange with my icons (a hole row on the second screen, which is weird) Basically the same problem as I reported for version 72. (I fear continue will not work this time either) |
| Resolution |
Fixed. Hopefully. |
Fixed 2/22/10 |
Crashed when I went fromFoV to Sky |
MacOSX only |
Here is the diagnostic report:
Thread 7 Crashed: 0 com.ilanga.AstroPlanner 0x009b802e MainWindow.MainWindow.DrawSkyInRect%%o<MainWindow.MainWindow>bo<Graphics>i4i4i4b + 63391 1 com.ilanga.AstroPlanner 0x00c60e9e MainWindow.MainWindow.DrawSkyStuff%%o<MainWindow.MainWindow> + 10569 2 com.ilanga.AstroPlanner 0x0098b9b9 MainWindow.MainWindow.RedrawSky%%o<MainWindow.MainWindow> + 2089 3 com.ilanga.AstroPlanner 0x025c9e58 SkyComputeThread.Event_Run%%o<SkyComputeThread> + 240 4 com.ilanga.AstroPlanner 0x028c3fec APThread.Event_Run%%o<APThread> + 99 |
| Resolution |
Fixed. |
Fixed 2/22/10 |
Selecting the sky chart for minor planet 4 Vesta crashes 2.0b74 |
MacOSX only |
Two different crashes when selecting the Sky tab in b74 for minor planet 4 Vesta:
1) NilObjectException, application must be shut down dialog from AP.
2) SIGBUS, crash into apple crash catcher:
Thread 6 Crashed: 0 com.ilanga.AstroPlanner 0x009b802e MainWindow.MainWindow.DrawSkyInRect%%o<MainWindow.MainWindow>bo<Graphics>i4i4i4b + 63391 1 com.ilanga.AstroPlanner 0x00c60e9e MainWindow.MainWindow.DrawSkyStuff%%o<MainWindow.MainWindow> + 10569 2 com.ilanga.AstroPlanner 0x0098b9b9 MainWindow.MainWindow.RedrawSky%%o<MainWindow.MainWindow> + 2089 3 com.ilanga.AstroPlanner 0x025c9e58 SkyComputeThread.Event_Run%%o<SkyComputeThread> + 240 4 com.ilanga.AstroPlanner 0x028c400f APThread.Event_Run%%o<APThread> + 134 |
| Resolution |
Fixed. |
Fixed 2/21/10 |
Script names don't like angle brackets. |
| |
Select an existing script. Click the ++ button. In the New Script Name text box, type "Copy Name > ID". Click OK. Unhandled Nil object exception. |
| Resolution |
Fixed. You now should not be able to create/duplicate a script with a name which is not a valid filename on your OS (Windows doesn't like < or >, amongst other characters). |
Fixed 2/21/10 |
Select All doesn't work in Objects tab |
| |
It's grayed out in the menu. If you do the command-key-equivalent on Windows (cntrl-A), it selects the first plan object rather than all of them.
(Perhaps this code never got updated from the only-one-object-selected-at-a-time olden days?) |
| Resolution |
Fixed. |
Fixed 2/20/10 |
Scripting: APCallable Time conversion functions |
| |
Should APCallable.DoubleToTime and APCallable.TimeToDouble be deprecated to the Date class? |
| Resolution |
Fixed. DoubleToTime=>Date.ShortTime/LongTime. TimeToDouble=>Date.ParseTime |
Fixed 2/15/10 |
Third line of text not visible on DSS image window |
|
| |
In the Objects, show DSS image at the right of window , if the cursor is placed on a star which has more than 2 lines of text that appears in the description at the bottom of the image , only 2 and about 1/2 lines appears on the screen. |
Developer Analysis |
Workaround: Right-click the text and use the "Show in window command". |
| Resolution |
Fixed. Text is now shown in a tooltip underneath the image. |
Fixed 2/15/10 |
Conditional Delete does not work |
| |
in the Objects screen, in the row that contains "lookup" ..... "sort list", "add special" , "delete" When delete is selected , most of the delete commands appear to work , but with the "Delete CONDITIONALLY" , the window appears , the first 2 drop down boxes work, but when entering a value in the last box and the "Delete: button is not enabled and therefore it is impossible to perform the delete. |
| Resolution |
Fixed. |
Fixed 2/15/10 |
Scripting: Missing 'Destructor' autocomplete |
| |
Destructor is missing from the list of autocomplete words. Will do a more systematic check later. |
| Resolution |
Fixed. |
Implemented 2/9/10 |
Allow all fields a choice of Left/Centre/Right justify |
| |
Just noticed in the plan document that the columns are justified a specific way.
Const is Centre justified whils ID and More Id's are Left justfied. Chart# is centre justified and is hard to read if you have a number of Charts selected.
Perhaps include an option to select the justification for each column individually. |
Developer Analysis |
"Generalised" justification will have to wait for a future release. |
| Resolution |
Implemented. Charts is now left-justified. |
Fixed 2/9/10 |
Scripting: File extension showing in SR |
| |
A partial file extension is being displayed in the Scripting Framework window for a User library. The partial extension being displayed is '.apsc' (see attachment). |
| Resolution |
Fixed. |
| |
|
| 2.0b74 |
Release Date: Saturday, February 6, 2010 |
Fixed 2/6/10 |
image displays |
| |
image shows: cannot open image xxxx, I tried several images same result. V73 |
| Resolution |
Fixed. |
Fixed 2/6/10 |
DSS images no longer show up |
| |
Paul - just loaded b73 and now all my DSS images won't show. In all plans I just get an error in the window saying cannot open image #[number]
They were there in 72
This is with Windows 7 64 |
Developer Analysis |
This is an internal compiler framework problem (reported). Fortunately, there's a workaround. |
| Resolution |
Fixed. |
Fixed 2/5/10 |
Debugging code left in Focus Star script |
| |
Executed Focus Star and a window opened re debugging code left in script
2 HR2199 |
| Resolution |
Fixed. V1.1 uploaded. |