Lescasse Consulting
 Home    Company    News    Prices    Download    Buy    Forums   
Read Me
Buy
Forums
Resume
AntiSpam 1.2
wBackup 1.11
NetAccess 2.0
Visual APL 1.0 
APL+Win 8.0 
APL+Win Products 
APL+Win Objects™ 
APL+Win Training 
APL+Web Services
APL+Web Component 
APL+ History
Dyalog.Net Tutorial
Conferences 
Powerpoint
White Papers
Web Hosting
References
Links
 
APL+Win Objects™ 6.0

TADO5
TADO5 Tutorial
TAPLDraw5
TAPLEdit5
TAPLSession5
TAbale5
TAboutBox5
TAccess5
TAgent5
TBlatMail5
TButton5
TCDO5
TCRC5
TCancelButton5
TCheck5
TCheckGroup5
TChildForm5
TChooseColor5
TChooseFont5
TClipBoard5
TClock5
TCodeStats5
TColors5
TCombo5
TComboDrive5
TComboFilter5
TComboList5
TComboTree5
TCommandBar5
TCommandButton5
TControlClass5
TCueCard5
TDHTML5
TDHTMLEditor5
TDateTime5
TDateTimeFr5
TDates5
TDemoHandlers5
TDisplay5
TDOS5
TDualSelect5
TEdit5
TEditAmount5
TEditDir5
TEditEnter5
TEditFile5
TEditGrid5
TEditList5
TEditListview5
TEditMenu5
TEditNum5
TEditSelect5
TEditSpin5
TEmail5
TError5
TExampleForm5
TExcel5
TExcel5 Tutorial
TFindReplace5
TFOne5
TFTP5
TFTP5 Tutorial
TFileCompare5
TFileMenu5
TFileMenuDef5
TFlatButton5
TForm5
TFormClass5
TFormEditor5
TFrame5
TGetDir5
TGif5
TGifForm5
TGifWb5
TGoMenu5
TGraphX5
TGrid5
TGridDisplay5
TGridPrint5
TGUID5
THLine5
THTML5
THTML5 Tutorial
THTTP5
THelp5
THelpMenu5
TImagelist5
TInfo5
TIniFile5
TInstall5
TInternet5
TJpg5
TJpgWb5
TLabel5
TList5
TListview5
TLock5
TLogs5
TMAPI5
TMath5
TMDIForm5
TMSOutlook5
TMaskEdit5
TMedia5
TMenu5
TMessage5
TModalCall5
TMsgBox5
TNavigator5
TNetwork5
TNonVisualClass5
TODBC5
TOKButton5
TObject5
TOpenFile5
TOption5
TOptionGroup5
TOutlook5
TOutlookMail5
TOWCSpread5
TPDF5
TPFKeys5
TPage5
TPassword5
TPicture5
TPing5
TPopupMenu5
TPowerpoint5
TPowerpoint5 Tutorial
TPrinter5
TProgress5
TProgressDlg5
TQuestion5
TRegistry5
TRegistryKey5
TResource5
TRichEdit5
TSPX5
TSQLDMO5
TScheduler5
TScroll5
TSelector5
TSpinner5
TSplitter5
TStatus5
TStopWatch5
TTest5
TTestError5
TTextFile5
TTimer5
TTip5
TTipForm5
TTLI5
TToolBar5
TToolbox5
TToolsMenu5
TTrackbar5
TTranslate5
TTree5
TVLine5
TViewMenu5
TWebBrowser5
TWebServer5
TWebSite5
TWebSiteNet5
TWinMenu5
TWord5
TYesNo5
    Visits:  1104 (24 on line) Last Update: Nov 14, 2006  
    APL+Win 6.2    Printer Friendly  

What's New in APL+Win 6.2


Warning: Starting now with APL+Win 6.2, APL+Win Updates will only be available through APLDN Subscriptions (2-year Tier-7 Subscriptions). The overal cost will be significantly lower than if you purchased an Upgrade every year. APL2000 will be publishing more APL+Win updates, more often (one per quarter) which will allow you to stay always up to date with the latest version of the product.
 

Note: click on APL+Win Products in this site left menu to see all enhancements brought to previous APL+Win versions, or click on the following version numbers: 3.0, 3.0.15, 3.5, 3.5.03, 3.6, 4.0, 5.0, 5.2 and 6.0
 

The Unique Primitive Function

Unique (ž) is a monadic function that gives all but the first instance of each distinct element in a vector argument. The APL character for Unique is the "Cup" symbol.  It's mapped to  the ALT+V key.  See Unique in “Structural functions” section in Chapter 4: Primitive Functions and Operators Structural Functions in the User Manual for more information.

The ŒFX System Function for MOM object system objects

The ŒFX system function was implemented for MOM objects.  This works just like the ordinary ŒFX except that it defines the function inside the referenced object.

Example:

      obj_ref.ŒFX œ 'z„ DAB x'  'z„ (z ¬ " ") / x'
DAB
      obj_ref.ŒNL 3
DAB


See “Systems Functions as Members” section in Chapter 7: Using the MOM Object System in the System Functions Manual for more information.

The new )output STRICT System Command

The new ")OUTPUT STRICT" state to only produce "IMPLICIT OUTPUT" errors when visible output is generated.  In addition, this new state produces the "IMPLICIT OUTPUT" error message after the output has been generated, so the effect of the output can be seen. See )output in “System Command Reference” section in Chapter 6: System Commands in the User Manual for more information.

Printer Margins for the Session Manager

It is now possible to specify the margins to be used on the printed page when printing the contents of an APL session.  The margins can be specified by selecting the Editor... dialog from the Options menu and filling in the desired margins. The margins can be specified in inches, points, or millimeters by following the number with the desired units; ", in, inch, inches, mm, millimeter, millimeters, pt, point, and points are all accepted. See “The Options Menu” section in Chapter 5: Working in an APL Session in the User Manual for more information.

ŒWSELF localization

Delocalization of ŒWSELF to a non-existent name now sets ŒWSELF to an empty vector instead of producing an error message.

Zip Class Object

The Zip Class is an object programming model that provides facility for building archives of files and extracting files from those archives.  The Zip class provides an interface to the Info-ZIP dynamic load libraries zip32.dll and unzip32static.dll.  These dlls must be in the same directory as your APL interpreter.  The Zip class is manipulated with ŒWI. See Chapter 12: Zip and Unzip in APL+Win in the Windows Reference Manual for more information.

Bug Fixes

  • Fixed bug that caused a sporadic APL+Win assertion failure in line 303 of APLstate.cpp.
  • APL+Win gave a LENGTH ERROR when the Draw method was used to get the size of an empty string.  It now returns 0 0.
  • The Tree control didn’t display its list when deleting multiple nodes with the DeleteNodes method where the nodes were in ascending order and contained nodes for a parent node and it's child node(s).  This bug also caused the result from the DeleteNodes method to be incorrect.
 This entire Web site has been dynamically generated by APL+Win Objects™ 6.0
 For all questions contact:  info@lescasse.com
 Copyright © 2003-2005 Lescasse Consulting. All rights reserved.