>I got a strange problem displaying on the Domino console
Monthly Archives: March 2011
Strange XPage error on the console.
Making the resize of XPage Datefields work like they should
I found when creating an application that I couldn’t resize a date field. The date picker mover to a second row and that wasn’t what I wanted.
And I didn’t want a large field because I was only storing a short date in ISO Date format.
I started to investigate why the helper icon was moved to the second row and found that a style width was inherited down in the date field control. This made that the text field storing the date was as big as the surrounding span and that made the helper icon to pop down to the second row.
I thought that I could fix the problem in the Dojo Widget but I couldn’t find any event to attach my code to that fired when the compilation of the widget was done. So my choice fell on implementing this as a Dojo onload event fix.
Place the code within a output script on a custom control or in a script library and add it to you XPage with the fields. It can handle one or multiple date fields. It will only manipulate fields with the width style added.
IBM continues with Nokia and no Windows Phone 7
>
https://www-304.ibm.com/support/docview.wss?uid=swg21470120
NotesRichTextRange ReplaceAndFind clears the RichTextItem or gives a crash
>If you are using this function in Lotusscript (haven’t tested Java) and replacing text that has the property passthruhtml beware that the Richtext item will be cleared if the RichText item data is larger than 64K, I can’t wait when the 64K limit gone from Domino!!!
Another enoying bug is that if you do alot or replacements the client/server will crash.
The bugs in reported to IBM, and I will comeback with when they are fixed. They are reproducable so I’m confident that IBM will fix them.