<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="http://iqjam.net/iqjam/iqjam.nsf/rsstransform.xslt"?>
<rss version="2.0">
<channel>
	<language>en-us</language>
	<lastBuildDate>Sat, 25 May 2013 05:21:44 +0000</lastBuildDate>
	<title>IQJam by Elguji Software (Domino Development / Domino Designer answers)</title>
	<description>An RSS feed generated by IQJam by Elguji Software</description>
	<link>http://iqjam.net/iqjam/iqjam.nsf</link>
	<image>
	    <title>IQJam by Elguji Software (Domino Development / Domino Designer answers)</title>
	    <url>http://iqjam.net/iqjam/iqjam.nsf</url>
	    <link></link>
	</image>
	<item>
		<pubDate>Wed, 27 Mar 2013 14:37:44 +0000</pubDate>
		<title>re: how to resolve slow performance when opening an xpage with a categorised view</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Bruce Elgort&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20130123_how_to_resolve_slow_performanc.htm?#EB889DAEB227593E80257B3B00505C16</link>
	</item>
	<item>
		<pubDate>Fri, 16 Sep 2011 11:20:40 +0000</pubDate>
		<title>re: Registration database on this site</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Matt White&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; Hi Andy, 
Glad you liked the code. It's actually pretty simple JavaScript which, if you look in the source code of the registration page you should be able to lift pretty easily. The IQJam template itself is a commercial product so we can't really share it with you that easily. Matt&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20110916_Registration_database_on_this_.htm?#65DAA85B65D150E38825790D0038D32E</link>
	</item>
	<item>
		<pubDate>Wed, 11 May 2011 11:10:16 +0000</pubDate>
		<title>re: Date field and Date Picker</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Naveen Maurya&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; You can make the field read only. Don't use the read only property as it will render the field as text, instead set the "readOnly" attribute to true. This link should help you: http://www.bleedyellow.com/blogs/techKNOWlogy/entry/read_only_edit_box_in_xpage?lang=en&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20101104_Date_field_and_Date_Picker.htm?#E76DB4DE527CF6F4CA25788D0037DF23</link>
	</item>
	<item>
		<pubDate>Sun, 27 Feb 2011 20:04:29 +0000</pubDate>
		<title>re: How do I change the name of a script library in DDE 8.5.1</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Ove Størholt&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;And 8.5.3 will include an option to also rename the 'alias' in the dialog you get when initiating a rename like Peters suggests above.&lt;/div&gt;&lt;div&gt;To rename aliases to day you have to use in-view editing. &lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20091130_How_do_I_change_the_name_of_a_.htm?#1761B22A386FB0F386257844006E4673</link>
	</item>
	<item>
		<pubDate>Fri, 05 Nov 2010 20:02:04 +0000</pubDate>
		<title>re: Date field and Date Picker</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Jeremy Hodge&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;if your purpose is to prevent manual entry into the date field, try adding the following client side javascript to the onKeyDown event of the data field&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;return false;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;that should prevent data from being entered into the field I believe. &lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20101104_Date_field_and_Date_Picker.htm?#6335F1AA6B4EBE8F862577D2006E0DD3</link>
	</item>
	<item>
		<pubDate>Thu, 18 Mar 2010 15:14:29 +0000</pubDate>
		<title>re: How do you refresh a pager linked to a repeat control?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Paul Withers&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;It looks like the cause is that my pager is in its own custom control, so not the same design element as the element it's controlling. As you say, as soon as I put the pager directly into the same custom control as the element it's for, it works.&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;So much for my idea of a single custom control for a pager, already defined with all the styling I want, and just passing the various properties in. &lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100318_How_do_you_refresh_a_pager_lin.htm?#718178560294E36A802576EA0053B93D</link>
	</item>
	<item>
		<pubDate>Thu, 18 Mar 2010 14:34:00 +0000</pubDate>
		<title>re: How do you refresh a pager linked to a repeat control?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Jeremy Hodge&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;Paul, this should really &amp;quot;just work&amp;quot; ...&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Can you post some condensed XPage code so I can see how you have it laid out ?&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100318_How_do_you_refresh_a_pager_lin.htm?#798E2B6355FFCC27802576EA0050047D</link>
	</item>
	<item>
		<pubDate>Tue, 22 Dec 2009 17:25:28 +0000</pubDate>
		<title>re: Do Teamstudio's tools support Domino Designer 8.5.1?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Paul Grottoli&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;I have been using Configrator and Analyzer for 10 years now, Configurator seems fine with R8.5.1 . I will be using Analyzer shortly to break down a large project. When I generate the analysis and audit files, I'll have a better idea if it's OK. But even then, I am not using xPages due to server constraints.&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Happy Holidays Everyone!!!! &lt;br /&gt;&lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20091117_Do_Teamstudio's_tools_support_.htm?#391E98182F1040F780257694005FB741</link>
	</item>
	<item>
		<pubDate>Mon, 30 Nov 2009 05:58:30 +0000</pubDate>
		<title>re: How do I change the name of a script library in DDE 8.5.1</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Peter Presnell&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; LotusScript Libraries (and most other design elements) can be renamed from the Applications panel by right clicking on the design element and selkecting rename or by pressing &amp;lt;F2&amp;gt;.&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20091130_How_do_I_change_the_name_of_a_.htm?#7C98E67395DAF4738025767E0020D277</link>
	</item>
	<item>
		<pubDate>Tue, 17 Nov 2009 16:11:23 +0000</pubDate>
		<title>re: Do Teamstudio's tools support Domino Designer 8.5.1?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Peter Presnell&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; I have been using Teamstudio tools with 8.5.1 for quite a while now.  They all seem to work fine with the exception that CIAO checks out two property files (as file resources) each time you open a database in Designer.  This can be an issue if you have more than one person working on a database at the same time as these resources get locked by the other developer.  I have enrolled in the beta program but havent got it up an running yet.  It looks pretty cool with sidebar widgets and all.....&lt;br /&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20091117_Do_Teamstudio's_tools_support_.htm?#6757CA34FDC04119802576710058EED2</link>
	</item>
	<item>
		<pubDate>Tue, 17 Nov 2009 16:07:44 +0000</pubDate>
		<title>re: Do Ytria's development tools work with Designer 8.5.1?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Ryan Hum&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;Yes all our Lotus Notes software tools are 100% compatible. Our products are compatible with Lotus Notes as far back as version 5.x.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;On another note, we've supported all the latest design elements (this affects mostly scanEZ): Xpages, Custom Components, Style Kits and Server JavaScript in previous versions of our software. &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;I've provided a couple of links below in case anyone is interested in seeing the details (and frequency) of updates that we've made thus far...&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;What's New in EZ Suite 9:&lt;/div&gt;&lt;div&gt;http://www.ytria.com/WebSite.nsf/WebPageRequest/EZSuite9en?OpenDocument&amp;amp;Lang=en&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Software Update History:&lt;/div&gt;&lt;div&gt;http://www.ytria.com/WebSite.nsf/WebPageRequest/SoftwareUpdatesen?OpenDocument&amp;amp;Lang=en&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20091117_Do_Ytria's_development_tools_w.htm?#3A91A6BC5F40C1728025767100589943</link>
	</item>
	<item>
		<pubDate>Tue, 17 Nov 2009 13:25:41 +0000</pubDate>
		<title>re: Do Teamstudio's tools support Domino Designer 8.5.1?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; David Leedy&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;I use several of the teamstudio tools with 8.5.1 right now.  They all seem to work relatively fine.  I use CIAO the heaviest and really have no problems with my normal day to day stuff.&lt;/div&gt;&lt;div&gt;CIAO is &amp;quot;unaware&amp;quot; of XPages and sees all XPages as file resources.  I believe I can check them out and in but haven't really tried.&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Overall it does work pretty well, but I'm hoping the next version is going to really kick butt! &lt;br /&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20091117_Do_Teamstudio's_tools_support_.htm?#8F53D757FE2CFF5C802576710049C344</link>
	</item>
	<item>
		<pubDate>Tue, 17 Nov 2009 13:13:09 +0000</pubDate>
		<title>re: Do Ytria's development tools work with Designer 8.5.1?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Matt White&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; Yes they do. I'm constantly using Ytria scanEz.&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20091117_Do_Ytria's_development_tools_w.htm?#538C450A3D5618328025767100489DBF</link>
	</item>
	<item>
		<pubDate>Tue, 17 Nov 2009 12:11:52 +0000</pubDate>
		<title>re: Do Teamstudio's tools support Domino Designer 8.5.1?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Simon Peek&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;Yes and No :-)&lt;/div&gt;&lt;div&gt;After a huge amount of reengineering work - necessary due to the similarly huge changes in the underlying platform - I'm pleased to say that we are now in Beta test with a final release date of the end of the year.&lt;br /&gt;If you would like to participate simply call your Account Manager to register your interest.&lt;/div&gt;&lt;div&gt;Here's a link to our &lt;a href="http://www.teamstudio.com/new/landing/special-announcement.html"&gt;CEO's message&lt;/a&gt; regarding this subject on our website.&lt;br /&gt; &lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20091117_Do_Teamstudio's_tools_support_.htm?#A710716D3F3DFA9C8025767100430137</link>
	</item>
	<item>
		<pubDate>Thu, 12 Nov 2009 18:53:17 +0000</pubDate>
		<title>re: run ssjs as another user?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Thomas Adrian&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;OK, that could work, or I guess I could set a paramater to ?openagent&amp;amp;unid= and handle the parameters in the agent. &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;the problem as I see this is that the agent will not get a handle to the current xpage, which means if I want the agent to fetch info from the xpage I need to pass this information using parameters. &lt;br /&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;thanks &lt;/div&gt;&lt;div&gt;Thomas &lt;br /&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;&lt;br /&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20091111_run_ssjs_as_another_user.htm?#80F34DCEFB8BEF9E8025766C0067C19A</link>
	</item>
	<item>
		<pubDate>Wed, 11 Nov 2009 20:59:02 +0000</pubDate>
		<title>re: run ssjs as another user?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Jeremy Hodge&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; Easiest way is have an agent signed with the ID that you want it to run as, and the run the agent from your SSJS, it will run as the signed user (unless you specify the agent to run on behalf of the user)&lt;br /&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20091111_run_ssjs_as_another_user.htm?#DABE35D786979FD38025766B007344D2</link>
	</item>
	<item>
		<pubDate>Sun, 27 Sep 2009 00:19:49 +0000</pubDate>
		<title>re: How Do You Edit a Custom Control?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Bruce Elgort&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; Rob - I temporarily set your question back to unanswered as something breaks on IQJam if set to correct.  Matt will be looking at the issue on Sunday.&lt;br /&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20090926_How_Do_You_Edit_a_Custom_Contr.htm?#28F5B6BD9D46C6498025763D00802866</link>
	</item>
	<item>
		<pubDate>Sat, 26 Sep 2009 23:40:41 +0000</pubDate>
		<title>re: How Do You Edit a Custom Control?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Rob Shaver&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; Thanks for the quick response. NOTE: I've left most of the text in here even though its moot because I discovered the answer for myself. I talk about that near the bottom of this post.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I have not discovered a way to edit any custom controls. I'm asking:&lt;br /&gt;&lt;br /&gt;1. Is it possible to edit them?&lt;br /&gt;2. If so, what action do you take to initiate the editing of them? That is, how does the interface work to open the custom control in the editor?&lt;br /&gt;3. Can you make a copy of an existing CC and then edit that?&lt;br /&gt;&lt;br /&gt;Since I put this question in I have been fooling with it. I changed on that had been added to an XPage. The next time I added that control it was changed. So perhaps the design is that if you edit a custom control on a page, the original is changed also. This is not what I would expect but I can see that it might be how they implemented it.&lt;br /&gt;&lt;br /&gt;I may be brain damaged from video editing. If you take a clip from the clip bin and put it in the time line, the editor makes a new copy. Then if you change anything in the clip in the time line, the original clip remains unchanged. It's called non-destructive editing.&lt;br /&gt;&lt;br /&gt;On the other hand, when I think about Notes sub-forms, if you edit the sub-form anywhere it is changed everywhere. However, the UI let you click on the sub-form in the design navigator and open it in a separate tab for editing. &lt;br /&gt;&lt;br /&gt;
!!!!!!!!!!!!!!!!!!!!!!!! OMG !!!!!!!!!!!!!!!!!!!!!!!!&lt;br /&gt;
!!!!!!!!!!!!!!!!!!!!!!!! OMG !!!!!!!!!!!!!!!!!!!!!!!!&lt;br /&gt;
!!!!!!!!!!!!!!!!!!!!!!!! OMG !!!!!!!!!!!!!!!!!!!!!!!!&lt;br /&gt;&lt;br /&gt;There's a Custom Control in the Application Navigator on the left side just like all the others. I've been trying to open the CC using the icon in the Controls navigator on the right !!!!!!!!!!!!!!!!&lt;br /&gt;&lt;br /&gt;I've been designing with Notes/Domino for 12 years but with XPages for about 2 hours. I've got a lot to learn ... not the least of which is getting use to the new UI design of Eclipse.&lt;br /&gt;&lt;input id="gwProxy" type="hidden"&gt;&lt;!--Session data--&gt;&lt;/input&gt;&lt;input id="jsProxy" onclick="jsCall();" type="hidden" /&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20090926_How_Do_You_Edit_a_Custom_Contr.htm?#8F66D92F5ADED7878025763D007C9335</link>
	</item>
	<item>
		<pubDate>Sat, 26 Sep 2009 23:03:56 +0000</pubDate>
		<title>re: How Do You Edit a Custom Control?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Bruce Elgort&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; Rob are you not able to edit the control in Designer once you create it?&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20090926_How_Do_You_Edit_a_Custom_Contr.htm?#26D2268CCD6677758025763D007935CA</link>
	</item>
</channel></rss>
