Promote 59 Demote | Allow editing properties of groups of fieldsAllow selecting a number of fields and then allow editing all those properties that can be common to all those fields together. Some properties I would like to be able to set on multiple fields will include style properties, formatting, multi-value handling, etc... |
Promote 12 Demote | UI only editable fieldsThis would be an editable field that would not be saved. Essentially it's an area where I can edit some data and then have it parsed or in some way processed but the field itself would not be saved. It would exist only when the document is opened for editing. |
Promote 47 Demote | Debugger improvements |
Promote 48 Demote | Allow access to Designer/Notes/Admin Clients while debugging |
Promote 22 Demote | New @Formula: list := @ResponseDocuments (..., ...) |
Promote 31 Demote | Add a parameter to NotesDocument.Responses method to filter out conflicts |
Promote 50 Demote | CopySelectedAsTable method on NotesUiViewThis method might also have parameters to specify which columns to copy and whether to include column headers. |
Promote -18 Demote | view creation helper/wizard based on one or more forms |
Promote 36 Demote | allow lists and arrays as return types from functionsfunction getArray () as String[]
function getList () as String List 'or something more appropriate |
Promote 29 Demote | Editable views on par with a grid view controlThe current editable views are a step in the right direction but are still quite a long way away from fulfilling on the vision of what is possible with this sort of design element. Just look to a grid view control for a more complete feature set and the kind ... |
Promote -10 Demote | Ability to show in-memory documents in a view |
Promote 64 Demote | Allow agents to return a value |
Promote 32 Demote | Agents that remain loaded and ready to respond to requests |
Promote 38 Demote | Global script objectsAny object accessible from anywhere. Get a handle to any open view, form, page, etc. Instantiate an object when a database is opened, for example a log class, and have it accessible from everywhere.
It is similar to the revolution but without the need to jump through the hoops. |
Promote 21 Demote | Paste images as "Device Independent Bitmap" by defaultEdit: Ben Langhinrichs pointed out that there is some notes.ini magic to solve this. The magic line: OptimizeImagePasteSize=1 Explanation on Andre Guirard's blog www-10.lotus.com/ldd/bpmpblog.nsf/dx/purpose (Andre's very first post) Original idea: When I paste images into a rich text field, by default, they are pasted as bitmaps. I can ... |
Promote -1 Demote | Allow combobox/listbox to show two or more columnsFor example, a list like this: Fred Flintstone Forward Barnie Rubble Winger Wilma Flinstone Coach Betty Rubble Manager Of course I can set the sort direction of the columns and also show more context about the selected data. With a listbox I can mimic ... |
Promote -9 Demote | Plain text human-readable representation of all design elements - not DXL, think Java/SwingWhat I mean is you can read LotusScript and @Formula and understand it. But if you were to look at a form design document it is in binary only. Consequently I cannot look at it outside of Designer. I cannot post a form design online and have it discussed. I ... |
Promote 110 Demote | Work with attachments in LotusScript without detachingEspecially when I have an XML type attachment or some text attachment I would like to be able to work with it directly inside script. I don't want to have to detatch the attachment. If I process some XML and end up changing it I woud like to be able ... |
Promote 29 Demote | Add value/prevValue properties to a fieldWhen I write code in a field event that give me a source parameter that represents the current field I would like to be able to get the current value of the field by simply doing this Source.Value and to return the previous value of the field (if any) ... |
Promote 59 Demote | Implement onChange event on all fields in the Notes clientI would like all fields to have the onChange event implemented, perhaps excluding rich text fields. And I would like that event to fire right after a change in the field value, not when the field looses focus. By that time it is sometimes too late to do anything about ... |
Promote 56 Demote | Programmatically set agent scheduleI would like to be able to programmatically set when an agent is to be run on schedule. This may require an AgentSchedule class in which case add that, too. |
Promote 23 Demote | If I set "save window state on exit" honour that on ID switchCurrently when I set "save window state on exit" the opened tabs will be reopened for me (althouh only in stub form) next time I start up the Notes client. However, when I switch IDs all windows get closed before the switch and when I switch back I start with ... |
Promote 53 Demote | Ability to save LotusScript with errors |
Promote 23 Demote | Provide documentation for the archiving methodsThere are a bunch of undocumented methods to do with archiving. Have a look at this list Alain has uncovered them. I suspect that the archiving specific methods may be well enough entrenched in the product that they may warrant being made public and documented; ... |
Promote 2 Demote | allow tabs to be scrolled; to specify their size and placement |
Promote 19 Demote | Programmable events on backend objects |
Promote 5 Demote | Subclass/Redefine product classes |
Promote 46 Demote | Option to import into a rich text field directly from memory, bypassing a file |
Promote -4 Demote | Consistent boolean values in @Formula and LotusScriptBasically I would like these to be true:
@True = True
@False = False
So that when I set
Flag := @True
I can do this:
if Flag then doSomething else doSomethingElse
and vice versa. |
Promote 28 Demote | CSS for the Notes Client - ready made colour schemes to apply to a form/view/whole appI would like to see a few colour schemes that can be applied with a click of a button to a form, view, or a whole app. These would have to be designed by some graphics pro so that they are aesthetically pleasing and follow the usability rules. As ... |
Promote 25 Demote | add a grid view design elementI am thinking of your stock standard grid view control/widget. In Notes this design element could be used for displaying and editing multiple documents. So instead of embedding a catgegorized view showing only one of the categories this element could do the same but also allow easy editing of the ... |
Promote 38 Demote | Tables that can span 100% of the heightWeather the table is placed on a form, inside a cell of another table, in a frame of a frameset, on a page, etc it should be possible to have it's height take up 100% of the container. |
Promote 16 Demote | Movable and resizeable layers / modal-less dialogs |
Promote 16 Demote | Changes to hidden fields on a document in edit mode should not put it in dirty stateWhen you open a form to create a new document and the form sets some hidden fields up, say to provide values to drop downs, as far as the user is concerned they have not done anything. But if they cancel they will be prompted with save dialogue. It can ... |