You can run IQJam in your company on your Domino server. Learn how...
Username: Password:
Reset Password | Register
 
Home | Leader Board | Tags | Help
All Questions 
<<<Page 1>>>
1answer
0votes

IQJam's support for formatted questions / answers.

Hi,   What is IQJam's support for formatting in the questions and answers? Is it full HTML or just a subset?   Can you include your own CSS styles for formatting of source code, code highlighting, screenshots, etc? Can javascript libraries that auto-format source code be included in the site?   Thanks, Paul.
IQJam / Usability
Paul Grime - about 1 month ago
2answers
0votes

Property file content using Java

Hello,   Is there a way to get the content of a property file using Java? The property file is created/imported as a file resource to the database.
Domino Development / Java
Tagged
Jozsef Lehocz - about 1 month ago
3answers
0votes

Simple Question on View Control

I have a view control displaying the first column as link. I want the clicked document to open with the form it was created with.   I see the property "At runtime, open selected document using". But the value I see is "XPage associated with the document's form". I tried giving the form name of the document which didn't work.   I guess in 8.5 version there was an option "The document's default form or page" which is what I really need.   Any idea how to accomplish this in 8.5.1? 
Domino Development / XPages
Tagged
Rajeev Menon - about 1 month ago
2answers
0votes

XPages: Offline Solution

I have a suit of 10 databases in my application. I am currently migrating the design to XPages. My intention is to allow users to take local replica copies of these databases and let them work off-line. ( For few security reasons, we cannot use DOLS as the off-line solution )   So far I converted one of the main screens in the application to XPage. It works great in both Browser & Client. But I am facing one issue here.   There are several areas where I need to pull data from the other database
Domino Development / XPages
Tagged
Rajeev Menon - about 1 month ago
3answers
0votes

XPages in Notes Client!! How to build URLs

In the Notes Client, the URL to show an image  using the computed field (content-type html) instead of using an image control is the following.   /xsp/ServerName!!DbPath/imagename   This works fine for me. Now, I am trying to open an attachment and having difficulty in figuring out the correct URL for it. I need to open the attachment in an iframe. The html for the same is coded in a computed field (content-type html). I tried the following syntax(es).   /xsp/ServerName!!DbPath/ViewName/Key/$Fi
Domino Development / XPages
Tagged
Rajeev Menon - about 1 month ago
2answers
1vote

How do I Display a Response and Response to Response hierarchy in an XPages view control?

I'm attempting to display a view with Parent, Response and Response to Response documents in a hierarchy in a view control placed on an XPage. I have not categorized any of the columns. However I'm having an issue getting the twisties to display properly. Here's the view layout:   Organization|Contact Name|Contact Phone|Conversation Date|Contacted By   Organization contains the name field from the parent document  Contact name contains the name field from a child of Organization  Contact phone
Domino Development / XPages
Tagged
Keith Strickland - about 1 month ago
9answers
0votes

Custom Control addOnLoad fires only one time?

I am trying to create a re-usable custom control. A javascript function needs to trigger when this custom control is partial refreshed by a button on the container XPage. I don't want to write code outside the custom control (else I could have coded the javascript on the onComplete event of the button). For that reason, I wrote the xsp.addOnLoad on the custom control. Unfortunately, this function fires only the first time. Does anyone know of a solution to this. I want this function to fire eve
Domino Development / XPages
Rajeev Menon - about 1 month ago
1answer
0votes

dojo.Lightbox , could this be used with a form in xpages not just an images

I was reading this about dojo.Lightbox and was wondering if you could use this with form in xpages not just an images . As am reading the Dojo blogs & references sites but  i can´t see any information leading to using a form.
Domino Development / XPages
Palmi Lord - 2 months ago
2answers
0votes

What can be causing Reference error: 'dijit' not found?

I've been trying to get a call to a dialog working based on various code samples found here and in various blogs as well as OpenNTF and I cannot get past this error getting thrown when I activate a line of code such as: dijit.byId('Dialog3').show();   I've got the <xp:dojoModule name="dijit.Dialog"></xp:dojoModule> line in the <xp:this.resources> spot, I have the dojoParseOnLoad="true" and  dojoTheme="true" in the XPages All Properties as well. Anyone have any ideas?  I've had to go with some f
Domino Development / XPages
Tagged
Phil Randolph - 2 months ago
4answers
0votes

Is there a way to speed up loading / compiling of XPages?

I have a rather large database that I'm slowing starting to add some small pieces using XPages.   It seems like the first time in the XPage piece of the app - each page seems to take forever to load the first time.  Possibly up to 4 minutes...  Then subsequent hits on the page are much much quicker.   I assume that the Java stuff underneath is loading into memory or possibly being compiled if I just refreshed the design.    But it also seems that if I don't use the app for a while and have to l
Domino Development / XPages
Tagged
David Leedy - 3 months ago
<<<Page 1>>>

Latest Answers