Questions tagged [domino-designer-eclipse]

IBM Domino Designer - a high-performance application development environment that runs on platforms IBM Notes and IBM Domino.

IBM Domino Designer - a high-performance application development environment that runs on platforms IBM Notes and IBM Domino. It's used for Rapid Application Development (RAD) and business cooperation on the basis of worker threads. Developers can integrate the resources of many IT systems and provide access to applications through a variety of clients and devices.

Features:

  • Helps to create efficient applications by integrating technology XPages, element design, which greatly enhances the ability to create web applications.
  • The program is built on the Eclipse Integrated Development Environment (IDE), an open and extensible environment that provides high-performance, integrated interface for many business applications.
  • Provides powerful tools for developers to build business-critical applications, including Customer Relationship Management (CRM), Help Desk/Customer Support System, creating invoices, tracking supply chain and project management.

It can be downloaded for free from IBM developerWorks.

273 questions
2
votes
1 answer

Source control enablement for Java Code in Domino Projects

I am using GIT integrated with Domino designer(version 9.0.1). I have associated a .nsf project to an on-disk project. I have synced this on-disk project with my source control repository. This seems to be the way of doing things. But the on-disk…
user3484371
  • 83
  • 1
  • 6
2
votes
2 answers

How do I export the components of an app in Lotus Domino Designer?

I have a legacy Lotus Domino Web application - database with data, of course, but also JavaScript, Resources - including png and jpg images, subforms as HTML and CSS, etc. I want to export the application itself - not the data, just the app…
deitch
  • 14,019
  • 14
  • 68
  • 96
2
votes
1 answer

Unable to start the process of nhttp.exe on my local machine using Notes 9

I have IBM Notes 9.0.1 (Revision 20131022.1138) installed on my Windows 8.1. Whenever I start my Domino Designer and try to preview a page it does not show up. I tried to start the local HTTP process using the command nhttp.exe -preview but it gave…
Naveen
  • 6,786
  • 10
  • 37
  • 85
2
votes
1 answer

can anyone please tell how to deal with inline images in lotus notes

Hi guys i am working on sending an email in lotus notes through java.I am able to send an email.For external attachments i am constructing an rich text item.but i am not getting how to deal with inline attachments such as an image inside a mail body…
Mohan
  • 221
  • 1
  • 21
2
votes
1 answer

Does anyone know a way to get rid of sticky tooltips in Domino Designer 9.0 w/o restarting the application?

I don't know if it is just me, but I have an issue with tooltips sticking on my screen. These tooltips were activated by hovering in Domino Designer 9.0. The problem is that they don't go away, not everytime, but far too often. I can't figure…
Steve Zavocki
  • 1,840
  • 4
  • 21
  • 35
2
votes
2 answers

How can i get data from another document when i creat a new document on my XPage?

I've start to develop XPage 7 weeks ago, and i have a problem with "getting data". On my first page i have a view with a lot of documents, and a button who redirect me on a new page, to create a new document. On my first page i can select a document…
2
votes
1 answer

Settings icons in Java Control for XPages

I am creating Java Control for XPage using this tutorial. I have successfully created the control but I am unable to set icon for which would show up in the Control palette. My xsp-config file has the following snippet for icon
Naveen
  • 6,786
  • 10
  • 37
  • 85
2
votes
0 answers

Show heap status in Domino Designer resets every time

Is there a way to make this setting stick? Everytime I enter Domino Designer I need to enable this setting under Preferences-General. It is set but the heap status is not shown. Need to disable and enable again. Frustrating... Version 8.5.3 or…
1
vote
0 answers

HCL Notes client: any documentation available on using JavaScript in a form?

I'd like to know the details of how to use JavaScript in a form in the HCL Notes client (V11+): what is possible, what is supported? As an example: I know that document.forms[] is available, but document.getElementById() isn't. What else is there?…
D.Bugger
  • 2,300
  • 15
  • 19
1
vote
1 answer

In Notes designer v12 xpages error "Access restriction: Java Problem"

I installed Lotus Designer v12 and when I try to open a database with HCL Domino designer I get the next error: "Access restriction: The constructor 'UISelect2PickerCombo()' is not API (restriction on required library 'C:\Program Files…
1
vote
1 answer

Hide fields in Lotus iNotes

I need to hide/disable certain fields in iNotes address book (Internet's directory). When authenticated users try to browse other user's details from address book (New Message --> TO --> Select addresses --> Details) I want to hide/disable Details…
1
vote
2 answers

HCL Notes 11 - Javascript - context.text not working in firefox but works in IE

The below code works in IE but not in other browsers. var node = xmlHttp.responseXML.documentElement; var eitems = node.getElementsByTagName("nib:ProcessRequestResponse"); txt = eitems.context.text; txt2 = txt.replace("\n", ""); Gives error…
1
vote
1 answer

HCL Domino 11 - Javascript - How to redirect to same document after doc submit ? - View not getting refreshed

I have a web application. After submitting the form using documents.form[0].submit(), the document closes. Instead of getting closed, I need to open the same document in edit mode. I tried to print the doc URL through WebQuerySave Agent. Below is my…
1
vote
1 answer

In Domino Designer, what is the best approach for drawing a rectangle on a Form based on the user's input?

I created a Form that prompts the user to choose values for four fields. Width (an integer from 1 to 10) Length (an integer from 1 to 10) Area (a color from a color picker) Border (a color from a color picker) After the user has supplied all 4…
1
vote
2 answers

Comment multiple lines shortcut in JavaScript, Domino Notes

Is there any shortcut to comment out JavaScript code in Notes? I know the shortcut for Xpage is ctrl+shift+c
1 2
3
18 19