Econ 2 ------------------------------- PROBLEMS 1> Bold text to printer 2> Load Settings (width/height) =============================== AMIGAGUIDE AREXX - When open range from disk, need to put nameID in comment header so I know how to puop up the GE window (which fn is used). So, read it, verify it(allowzero,allowfloat,commonsense), pop up GE and Range wdws with apropos values. Be sure to 'verify' each side of Range. - Need a Macros menu - Supply scripts for variable rate loans etc... DATA-ENTRY-WINDOW - Enable [PRINT] only after successful entry of non-range info. - Echo DE data in report lines (data integrity). FIXED-FONT - RangeLB/mainwdw -> fixed font (system default text) - Adjust LB width or shorten #chars for range name in LB GADGETHELP LOCALE-NUMBERIC-FORMATTING (currency) - Use FormatString() to format currencies, percentages, etc... LOCALE-TEXT - Use Devcon93/locale/localize tool for auto-localization. - Need to bring static init data into main proggy. Init in a subr. MENUHELP - Help: IMsg->Code == 0x5F - *NEVER* follow the NextSelect link for MENUHELP msgs. - You *WILL* be able to hear MENUHELP for a menuheader, item, subitem, etc... that has a children (i.e. you can hear MENUHELPs for non-terminal nodes as well as disabled nodes so you can tell user why something is disabled or give general info). - The IMsg->Code may be MENUNULL. - If user extend-selects checkmarked items then presses the checkmark msgs *MAY NOT BE SENT*!!! Proggy must re-examine state of checks manually. PRINT - [X] Print pages out-of-range? if an entire page's entries are all "--", print it? DEFAULT=NO - [X] Activate host after output complete? if printing to a host proggy, should Econ2 activate the host after printing? - Save these in econ.prefs - Print As... ASCII, ANSI, Final Copy, ProWrite, Excellence, Postscript, PCL5... THESE WILL BE AREXX SCRIPTS!!! RANGE-WINDOW - Show LO and HI in TEXT_KINDs when LB selected-item changes. - Only put step value in EF for editing. - struct Node pNode { double rng_dblStepValue; double rng_dblLo; double rng_dblHi; } -- take out of Range struct global var REPORT - On Report: if can't calc a value, put "--". - Use StyleTags so user can quickly edit report's appearance in Final Copy or other WPs... - Put (ROW,COL) id in upper right corner of all printed pages in tiny font to aid user in paste-up. - Print top to bottom then left to right. STARTUP - ToolTypes: NOGUI (ARexx server mode)