: 4400 | 106121 | 11884

Slawek Rogulski8789 

: :
Promote
59
Demote

Allow editing properties of groups of fields

: Domino Designer / ui fields
: ui, fields
Slawek Rogulski8789 - 08 2008 / (1)
: Open
Allow 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 fields

: Domino Designer / ui field
: ui, field
Slawek Rogulski8789 - 07 2008 / (3)
: Open
This 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

: Domino Designer / debugger
: debugger
Slawek Rogulski8789 - 18 2008 / (11)
: Open
Promote
48
Demote

Allow access to Designer/Notes/Admin Clients while debugging

: Domino Designer / debugger
: debugger
Slawek Rogulski8789 - 17 2008 / (7)
: Open
Currently the debugger takes over while it is active. I would like to have access to Designer/Help DB/Notes/etc while the debugger is running.
Promote
22
Demote

New @Formula: list := @ResponseDocuments (..., ...)

: Domino Designer / @formula
: @formula
Slawek Rogulski8789 - 15 2008 / (0)
: Open
Provide a new function, @ResponseDocuments that can be run in the context of the currently opened/processed document and will return a list of UNIDs of all the responses or a list of field values from the response documents.
For example:
UNIDlist := @ResponseDocuments ([UNID], [NOCONFLICT]);
would return a list of ...
Promote
31
Demote

Add a parameter to NotesDocument.Responses method to filter out conflicts

: Domino Designer / lotusscript
: lotusscript
Slawek Rogulski8789 - 07 2008 / (0)
: Open
It could look like this
Set NotesDocumentCollection = NotesDocument.Responses (ResponseType)
where ResponseType can be
0 - all responses
1 - no conflict documents
2 - conflict documents only
Promote
50
Demote

CopySelectedAsTable method on NotesUiView

: Domino Designer / ui view table lotusscript
: ui, view, table, lotusscript
Slawek Rogulski8789 - 03 2008 / (1)
: Open
This 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

: Domino Designer / views forms
: views, forms
Slawek Rogulski8789 - 14 2007 / (0)
: Open
Provide a helper/wizard to create a view based one or more forms.
 
While having one or more forms highlighted I can click a button to create a view that will show documents created with these forms. When I open this view creation wiazard I can further refine which forms ...
Promote
36
Demote

allow lists and arrays as return types from functions

: Domino Designer / lotusscript
: lotusscript
Slawek Rogulski8789 - 13 2007 / (4)
: Open
function getArray () as String[]
function getList () as String List 'or something more appropriate
Promote
29
Demote

Editable views on par with a grid view control

: Domino Designer / views
: views
Slawek Rogulski8789 - 12 2007 / (0)
: Open
The 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

: Domino Designer / view document
: view, document
Slawek Rogulski8789 - 12 2007 / (1)
: Open
A special kind of view that can show documents that exist in memory only; are not saved to disk. This way I could compute joins on documents and "save" them to the in-memory document that would be shown in the view. Essentially any time I would create a stub document ...
Promote
64
Demote

Allow agents to return a value

: Domino Designer / agents lotusscript
: agents, lotusscript
Slawek Rogulski8789 - 04 2007 / (4)
: Open
Agents should have the option to return a value to the calling sub/function.
The return value could be
  • a primitive
    Integer, String, ...
  • product object
    NotesDocument, NotesAgent , ...
  • custom class
    MyProcessedRequest
Promote
32
Demote

Agents that remain loaded and ready to respond to requests

: Domino Designer / agents
: agents
Slawek Rogulski8789 - 02 2007 / (1)
: Open
The idea is similar to servlets that once loaded remain loaded and respond to requests. And if the agent should stop responding or in some other way abend it should be automatically reloaded. Also, such agents could be run in multiples in separate threads but appear as one agent.
Promote
38
Demote

Global script objects

: Domino Designer / designer lotusscript
: designer, lotusscript
Slawek Rogulski8789 - 02 2007 / (2)
: Open
Any 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 default

: Notes Client / images notes
: images, notes
Slawek Rogulski8789 - 30 2007 / (4)
: Open
Edit: 
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 columns

: Domino Designer / designer
: designer
Slawek Rogulski8789 - 29 2007 / (4)
: Open
For 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/Swing

: Domino Designer / round-trip plain-text design
: round-trip, plain-text, design
Slawek Rogulski8789 - 29 2007 / (13)
: Withdrawn
What 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 detaching

: Domino Designer / attachments lotusscript
: attachments, lotusscript
Slawek Rogulski8789 - 29 2007 / (8)
: Open
Especially 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 field

: Domino Designer / field properties lotusscript
: field, properties, lotusscript
Slawek Rogulski8789 - 26 2007 / (2)
: Open
When 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 client

: Domino Designer / fields event
: fields, event
Slawek Rogulski8789 - 26 2007 / (3)
: Open
I 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 schedule

: Domino Designer / agents schedule
: agents, schedule
Slawek Rogulski8789 - 26 2007 / (1)
: Open
I 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 switch

: Notes Client / notes tabs
: notes, tabs
Slawek Rogulski8789 - 26 2007 / (1)
: Open
Currently 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

: Domino Designer / lotusscript
: lotusscript
Slawek Rogulski8789 - 23 2007 / (6)
: Open
On occasion I have a need to save some script with errors. I know that the errors are there but I like to have my work saved. And it makes refactoring easier as I can save as a snapshot to which I can roll back. The undo is less than ...
Promote
23
Demote

Provide documentation for the archiving methods

: Domino Designer / archiving documentation
: archiving, documentation
Slawek Rogulski8789 - 22 2007 / (0)
: Open
There 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

: Notes Client / ui workspace tabs
: ui, workspace, tabs
Slawek Rogulski8789 - 21 2007 / (0)
: Open
I would like these options on setting the size of tabs:
 - specify a minimum size in pixels
 - specify if all tabs are the same or if they are allowed to be bigger or smaller than a recommended size
 
If I have more tabs than comfortably fit on ...
Promote
19
Demote

Programmable events on backend objects

: Domino Designer / lotusscript
: lotusscript
Slawek Rogulski8789 - 21 2007 / (0)
: Open
TriggerHappy is great! So now I would like to see similar functionality available in the vanilla product.
For example, I woudl like to know when a document is opend, saved, copied, etc and be able to write some code as well as stop the event from finishing.
 
Promote
5
Demote

Subclass/Redefine product classes

: Domino Designer / lotusscript oo oop
: lotusscript, oo, oop
Slawek Rogulski8789 - 21 2007 / (6)
: Open
I would love to be able to subclass product classes such as
    Class MyNotesDocument as NotesDocument
    End Class
And better yet, I would love to be able to redefine the build in class a la Ruby/Smalltalk. That way every time I ask for a NotesDocument I get my ...
Promote
46
Demote

Option to import into a rich text field directly from memory, bypassing a file

: Domino Designer / ui import lotusscript
: ui, import, lotusscript
Slawek Rogulski8789 - 21 2007 / (2)
: Open
When I dynamically generate HTML I would like to be able to import it directly from the memory buffer where I created it such as a string variable or a NotesStream, etc. I see no need for me to have to create a temporary file to do that.
 
And ...
Promote
-4
Demote

Consistent boolean values in @Formula and LotusScript

: Domino Designer / lotusscript @formula
: lotusscript, @formula
Slawek Rogulski8789 - 20 2007 / (3)
: Withdrawn
Basically 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 app

: Domino Designer / ui aesthetics
: ui, aesthetics
Slawek Rogulski8789 - 16 2007 / (4)
: Open
I 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 element

: Domino Designer / ui xml multi-value
: ui, xml, multi-value
Slawek Rogulski8789 - 16 2007 / (7)
: Open
I 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 height

: Notes Client / ui tables
: ui, tables
Slawek Rogulski8789 - 14 2007 / (0)
: Open
Weather 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

: Notes Client / ui dialog
: ui, dialog
Slawek Rogulski8789 - 14 2007 / (1)
: Open
Layers that can be moved by dragging and resized. Such layers would have a border and could be rolled up like the properties box by double clicking on the title bar.
 
Essentially these would be like modal-less dialog boxes and as such there could be more than one open(made ...
Promote
16
Demote

Changes to hidden fields on a document in edit mode should not put it in dirty state

: Domino Designer / ui
: ui
Slawek Rogulski8789 - 14 2007 / (3)
: Open
When 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 ...


:
:

Welcome to IdeaJam™


You can run IdeaJam™ in your company. It's easy to install, setup and customize. Your employees, partners and customers will immediately see results.

Use IdeaJam to:

  • Collect ideas from employees
  • Solicit feedback and suggestions from employees and customers
  • Run innovation contests and competitions
  • Validate concepts
  • Use the power of "crowd-sourcing" to rank ideas and allow the best ideas to rise to the top

IdeaJam™ works with:

  • IBM Connections
  • IBM Lotus Quickr
  • Blogs and Wikis
  • Websphere Portal
  • Microsoft Sharepoint
  • and other applications.

IdeaJam has an extensive set of widgets and API's that allow you to extend and integrate IdeaJam™ with other applications.

Learn more about IdeaJam >>


4
Add server and database as optional parameters for @GetProfileField and @SetProfileField
8
Have an option to copy an URL from an e-mail (or other)
-1
System wide Web Query Save
56
Please update Domino to fully support TLS (SSL v3.1)
4
Integrated ICS OneUI Editor for Designer
0
Design Element PostSave event
55
When deleting user, delete archive & roaming files as well as mail file
0
Please make the 'Database Users' view collapsible
6
Agent context menu in editor tab eg. "Run Agent"
1
Give us @commands for splitting & joining table cells, and hence smarticons for the same







IdeaJam developed by