2 | Make PostDocumentDelete subject to ACLSue Topliss - 21 Nov 2008 / (1) PostDocumentDelete kicks in when you delete a document. BUT the access level of the user is not checked until after the code has run. This leads to people who don't have delete rights on the database appearing to delete stuff = confusion. For example, we have a postdocumentdelete to ... |
14 | Make all the UIs independent threadschris boote - 21 Nov 2008 / (1) All five 'clients' (Admin, Designer, Client, Debugger & properties box) should have their own threads and be independent of each other That way I can look at the client or the designer when in debug mode Or I can ALT-TAB from client to designer without having to close the properties ... |
11 | File does not exist...Jeroen Jacobs - 21 Nov 2008 / (3) When you give me the error "File does not exist ", at least tell me which file you are talking about... |
3 | Add LS function to determine if debugger is runningScott Leis - 20 Nov 2008 / (2) There should be a LS function (or perhaps a property of NotesSession) that returns True if the LS debugger is running, False otherwise. This would be useful in cases where an API call shows a modal window that prevents user interaction with the debugger - the code ... |
0 | @Function and LS method to get current formScott Leis - 20 Nov 2008 / (0) I'd like both a @function and a LS method (as a member of NotesUIDocument) to return the name and alias of the form used to display the currently open document. Both the @function and the method must work in a new (unsaved) document, thus removing the need for a ... |
7 | New format-string for @Text to get Hex, Oct and Bin versions of numbersKerr Rainey - 20 Nov 2008 / (0) Currently there is no way to easly get a hexidecimal, octal or binary representation of a number in @formula. I propose a new format-string be added to @Text such that it would be possible to specify the radix required for the conversion of a number to a string. The ... |
12 | Notes client - Tooltips on form and view Actions, View columns, etc.Richard Hogan - 19 Nov 2008 / (0) Recently I found myself mousing over a Notes view column header, expecting a little tooltip to appear to tell me what the column showed. After I spotted my error I thought why not? Ideally I would like options for: - Tooltips on view column headers - Tooltips on Action buttons ... |
8 | Allow us to programatically control category column coloursSue Topliss - 19 Nov 2008 / (1) I need to allow my users to personalise their Notes application by picking colour scheme. The app in question is now 12 years old and is need of a bit of 'sexing up', it's also big & complex. So I added a colour column to my view so that ... |
1 | disable the ViewShowSearchBar @command for a View |
12 | View\Go to menu option to be available in any contextPaul Davies - 17 Nov 2008 / (0) The menu option view\Go to... [view dialog] is only available if you already have a view open or from the workspace. If you have a page open, then it is not available.
This option should be made available in any context. |
5 | Provide comprehensive group calendar functionality within a users calendarAdam Ramsay - 17 Nov 2008 / (0) This is a common question, how can we have team/ group calendars that are truely integrated with a users personal calendar. Using the calendar overlay capabilities coming in 8.5 this could be easily achieved. A team calendar could have a profile document and an owner. Team members would be invited ... |
8 | Make the Notes RSS Reader compatible to the RSS button in Firefox/IEStephan H. Wissel - 16 Nov 2008 / (0) When discovering a new blog it takes one click on the RSS icon in the title bar to start the subscription process. In FF there is Blog Lines, Google Reader, FeedDaemon, RSSOwl, LiveBookmarks. Notes Client is missing, so it is cumbersome to add a feed. Add it to the list ... |
13 | Traveler on Domino for LinuxDaniel Nashed - 14 Nov 2008 / (1) Traveler is a great product and I would wish it would run on a Domino Server on Linux.
That would give is a lot more options to run Traveler in customer and BP environments.
- Daniel |
25 | Are we ready for a Virtual Lotusphere Annex?Ben Langhinrichs - 14 Nov 2008 / (3) I posted this idea on my blog first, but then thought it really belonged here: Adam Gartenberg proposed an idea on his blog, and I wanted to take it one step further. He suggested an UnLotusphere where people could post the sessions they had that were rejected ... |
10 | SameTime awareness enable multiple columns in a viewOystein Mollestad - 14 Nov 2008 / (1)
We need mulitple columns in a view to be SameTime awareness enabled. Today (release 8.0.2) it works only for one column. |
9 | PicklistCollection & PickListStrings to work the same on server & local replicaSue Topliss - 14 Nov 2008 / (0) In R6.5 the NotesUiWorkspace.picklistcollection returns values even if the database being used is local, however in R7 (& it looks like R8 too) the return value is empty. e.g. Set ddc = uiws.PickListCollection(3,True,db.server,db.filepath,"Keywords","Exclusions",damageprompt,"Damage Type") returns a document collection if db is on a server but not if its a ... |
19 | Allow design replace/refresh from Admin clientDavid Killingsworth - 14 Nov 2008 / (0) Similar Idea = http://ideajam.net/IdeaJam/P/ij.nsf/0/1E1A08081F555B0A8625739A0063CDC0?OpenDocument Allow design refresh or replace in the admin client. Either by allowing us to add to the administrator smart icons so that we can add the @Command([DesignRefresh]) or @Command([DesignReplace]) or allow us to right click and choose Design\Replace and Refresh. We can see ... |
23 | New Eclipse LotusScript Editor - things to includeMelissa Snell - 13 Nov 2008 / (2) The Eclipse editor for LotusScript is on its way! Hurrah Here are a few things that are not so hot about the current editor. Please could we have these addressed??? 1) Custom classes to understand intellisense (I think this already addresses) 2) Intellisense to work even if ... |
24 | Toolbar button to change text colorStarrow Pan - 13 Nov 2008 / (0) In the current Text Properties toolbar, there is no button to select text color. If you want to change the color, you have to display the Text Properties dialog first or use the Text\Color menu. It's rather inconvenient and I cannot figue out why Lotus doesn't provide that obviously useful ... |
13 | Allow the ability to set server debugging in the server configuration documentDavid Killingsworth - 12 Nov 2008 / (1) Currently, if you want to go in and debug a server, you must edit the notes.ini. Or edit the notes.ini settings in the server configuration document to add the debugging lines. We should be able to turn on and off debugging options in the server configuration document or server ... |