Sw4   >   About   >   Version 2008-02-29
This release is a maintenance release. No new features. Just bug fixes and some code cleanup.
To update to this new release:
Startup_Task/$closeApp (2008-02-06 Doug K.)
Added method which can be called by AutoUpdater to close the StudioWorks app and the StudioWorks core libraries.
oEmail/$:PingTimeout.$assign (2008-02-05 Doug K.)
Added method to allow developers to assign the $:PingTimeout value. If timeout is set to zero then this object skips pinging the server.
oEmail/$initialize (2008-02-05 Doug K per Andy H)
Call the method to define the enclosures list on initialization.
oEmail/$prepareEmail (2008-02-05 Doug K.)
Call oWebBrowser $createEmail, rather than $openURL. The $createEmailMethod has the smarts for proper formating, etc.
oEmail/$retEmptyEnclosuresList (2008-02-05 Doug K.)
Added method which returns a defined empty enclosures list.
oEmail/$sendEmail (2008-02-04 Doug K per Mike Matthews.)
Removed XtraHdrsList from the method. It is messing up HTML content and attachments.
oEmail/$sendEmail (2008-02-04 Doug K per Mike M.)
Added Priority and XtraHdrsList parameters to the non-authenticated SMTPSend. Set Priority to default to 3 (normal) instead of 5 (lowest priority)
oEmail/convertEnclosuresToMIMEList (2008-02-04 Doug K per Mike M.)
Added parameter 'base64' to the 'encoding' column value of each attached file added the MIMEList.
oEmail/convertEnclosuresToMIMEList (2008-02-05 Doug K based on Andy Hilton's code)
Added code to check for and add HTML to the email body if rawhtml is included in the enclosures list.
oEmail/defineEnclosuresList (2008-02-05 Doug K. per Andy H.)
Added method to define the enclosures list.
oEmail/pingSMTPServer (2008-02-05 Doug K.)
If the $:PingTimeout property method returns zero then skip pinging the service and return true.
oWebBrowser/$createEmail (2008-02-05 Doug K.)
Added encoding special character so that the subject and body appear correctly in the prepared email message.
wBase_ToolbarTitlebar_abstract/$_constructToolbar (2008-02-06 Doug K.)
Check the len(iWinsListRow.toolbarvisible) property. If empty default bToolbarVisible to true.