Promote 12 Demote | Please make products downloadable as torrents Horrible "space", I know -- but it was downloading the Designer client that set me off. 700 megs is a lot of coffee at the ol' internet cafe (not the normal usage, perhaps, but I've worked in offices where the available speed on any given net node was less that ... |
Promote 17 Demote | Allow parentheses without Call keywordLotusscript already allows subs and methods to be called without using the Call keyword, but prohibits parentheses when the keyword is not used. Parens make it clear that one is supplying arguments to a method (the no-parens version is much less readable), but the Call keyword doesn't add any intelligence ... |
Promote 8 Demote | Remove CD offset from %%Detach field namesI can use $V2AttachmentOptions to hide the Domino-generated attachment icons in read mode, allowing me to display attachments where they make the most sense, but in order to allow the user to remove attachments, I need to allow the V2-style attachment display and MUST require JavaScript in order to move ... |
Promote 111 Demote | Function to test for an empty List (LS)There ought to be a better way of checking for an empty List than checking for a no-op Forall or trapping error 120. Perhaps extending IsEmpty to cover? I'd find that particularly helpful with class coding, when I'd often like to defer populating a List member until the first call ... |