| |
|
| |
Here are a few Notes Databases which demonstrate the value of the LotusScript toolkit: Hello World.nsf
-Demonstrates the quick capabilities you can add to even the simplest databases. PurchaseOrder.nsf
-A more complex demonstration which shows how you can add Lotus Symphony to existing business ... |
| |
|
| |
Developers often add important files, resources, images to their plugin, and need to access those resources programatically, no matter where it's installed. Eclipse provides some helper methods to g |
| |
|
| |
Introduction
Office Automation Developers find it necessary to update and change components based on a change of state in a document. There are a few ways to monitor the changing state of a document: listen to the state change, test the document timestamp and see if the timestamp changes, and ... |
| |
|
| |
When developing with Lotus Symphony developers often like to automatically launch the same files over and over again to test their integrations. The developer should then create a new plugin projec |
| |
|
| |
Watch this video to understand bullets and numbering with Lotus Symphony presentations. |
| |
|
| |
|
| |
|
| |
Eclipse plugins to extend through the IBM Lotus Symphony Originally posted by Lou Min loumin@cn.ibm.com
On developerWorks China
a href"http:www.ibm.comdeveloperworkscnlotussymphonyeclipse"http:www.ibm.comdeveloperworkscnlotussymphonyeclipsea In this paper, we introduce how ... |
| |
|
| |
To have a task run in the background, the Eclipse Jobs API can be useful. If you want to have an SWT dialog be displayed at the completion of the Job, there are a couple things to note. The typical u |
| |
|
| |
If you want to create a menu that only shows when a particular view is active, I suggest consulting this webpage... To make a menu that shows only when the view is active... You can follow this site... ... |