söndag 9 oktober 2011

Lotus Notes Foo or will it be XWork Client?

The link to the post at my new site XPagedeveloper.com


This blog has moved to a new location
http://www.xpagedeveloper.com

onsdag 5 oktober 2011

Until planet Lotus has changed to my new site

I'll do some reposts on my old blog



måndag 3 oktober 2011

Just in time for 8.5.3, my new site is up

I have moved my blog to a new site


Check it out

torsdag 8 september 2011

Where does SSJS Print() in the client end up

I answered a question in the XPage forum yesterday but I thought that this might be something worth writing a line about
because this is one of the things that I was wonderign about when starting with XPages.

To view the print statement you should look in the menu
Help -> Support -> view trace
Or you could create a new icon and in the property box for target
add the following -RPARAMS - console

The last param is also great when debugging Notes clients that doesn't startup.

But beware if you close the console window the client crashes!!



lördag 3 september 2011

Watch what you put in you scoped varables

Your XPage app may run out of memory if you put js functions/classes or domino objects in scoped variables because these objects is not Serializable. So because you can it is not always ok to do that ;-)

måndag 22 augusti 2011

Custom controls and library controls

I read today in a blog post by Niklas Heidloff that IBM has been thinking about of building a converter of custom controls to extension library controls.

I think that isn't any good idea, why because the installation of extension library is
alot of work today why would you like to have even more controls that needs to be installed into the designer and updated individually?

If this should become a good idea, then we need a new way of updating all these controls like the updater in Chrome or Firefox.
And the updater can have several update sites so you can have one on your local domino server for your own controls and one on OpenNTF.org.

fredag 5 augusti 2011

Changing value of an xpage dojo timecontrol?

Does anybody know how to change the value of a xpage timecontrol in a onclick event and the information is still there after a full or partial refresh?