Отправляет email-рассылки с помощью сервиса Sendsay

Бюллетень "Lotus Notes CodeStore"

  Все выпуски  

"Object application or class not available" error when opening calendar as a delegate


Рассылку ведет: Программист на Lotus NotesLotus CoderВыпуск No 340 от 2010-05-26
рассылка о программировании на Lotus Notes/Domino
Обсуждения на форумах, блогах. Примеры программного кода на LotusScript,@formula, Java

рассылка:выпускархивлентаблогсайт

Бюллетень "Lotus Notes CodeStore" Выпуск 13 от 21.04.2008

comp.soft.prog.lotuscodesrore

CodeStore. Примеры кодов

Еще примеры:
Больше кодов на сайтах:

Форумы.Свежи темы и обсуждения

темой http://forum.codeby.net/topic35918.html

наткнулся на красивый пример
|#^#]>Multi-Platform File Launch With LotusScript|#^#]>

а там - прикольный линк на
|#^#]>The Great Code Giveaway database|#^#]>
Господа, подскажите, плз, как импортировать учетные записи и почту из Kmail в Lotus Notes 8.5 уже всю голову сломал.. em9.gif
Как называется дистр Domino 8.5 под Redhat5 64бита, который тоже 64бита? Есть Домино для zSeries 8.5, но при установке он говорит что не расчитан на текущую систему
Мне нужно получить значения полей в документах базы names.nsf и некоторую информацию, например об ACL и файлах ID. Для всего этого достаточно С API? Точнее чего нельзя узнать с помощью С API?
Интересные темы:
Список форумов:

Tips. Советы

Palmi Lord has been working on this program to get Notes data into a PDF and back out. If you asked for a demo program, it should be on its way. If you'd like to get the demo, Palmi has posted an address.

Read | Permalink


NEW! LEARN NOTES AND DOMINO 8 AT YOUR PLACE AND PACE!
Try a free course at www.tlcc.com/dompower8

Phil Salm has been asked to provide information about using CRMs with Domino. Since he hasn't any personal experience with such solutions, he's hoping you can provide some assistance.

Read | Permalink

Although I really like Google Maps I've always found the need to use a per-domain key a bit of a bind. If, say, you have a site that's accessible via "www.mysite.com" and "mysite.com" while you develop and test at "mysite.local" then you need to store three different keys and add the code to manage these at "run time".

It seems they've done away with the need for keys in Version 3 of Google Maps, but that's still in beta and there's no Flash/Flex version available yet, so we're stuck with version 2 and the need for keys.

To manage multiple keys in Flex I add two global variable, like so:

private var mapsKeys:Object ={ 'www.jakehowlett.com':'ABQIAAAA.. ..R_BRL55wf4H9siydaLHHktow8PWLQvQ', 'jakehowlett.com':'ABQIAAAA.. ..Tasst5HHy_Bty7uIkasd4rtW23fggf', 'jakehowlett.local':'ABQIAAAA.. ..4jBTDQNoR7luYGeXHMFr5rVxi2XcSjA'
}; [Bindable] 
public var mapKey:String;

The first object stores each key I might need. The second variable gets assigned the right key once the app has loaded, by using an "init" event:

protected function init(event:FlexEvent):void{ if (loaderInfo){ //make sure init is called from applicationComplete method! var url:String = loaderInfo.url; var bits:Array = url.split("//"); mapKey = mapsKeys[String(bits[1].substring(0, bits[1].toString().indexOf("/")))]; }
}

Then in the MXML I add the Google Maps component and bind its key property to this variable we set.

<maps:Map id="map" width="100%" height="400" key="{mapKey}"></maps:Map>

Et voila! Simple. Not.

Click here to post a response

Further to today's earlier post on using Google Maps with Flex, here's an example of it in use:

image

What you're seeing is a simple "admin area" I knocked together for Grouplets.co.uk - a site I'm building which lists large group holiday cottages in the UK. In the grab above I am editing a "region". In this case the Peak District Region. I've defined a region as a simple "square", which keeps it nice and simple. All it does it record the latitude and longitude of the SW and NE corners of the region. The SQL can then easily find all properties within those boundaries using the individual coordinates of each property. Doing it this way means I don't have to tie a property to any one region and can easily extend a region to include more properties and have a property in many regions.

Anyway, it's just an example of it in use. In this case it works by drawing a visible rectangle between the two movable markers. An example I took from here.

Using the Google Maps with Flex is actually a lot nicer than with JavaScript as you don't have to guess at the API. Type-ahead coding is there to help you.

Click here to post a response

If you're new to Javascript programming, or maybe you just want a refresher, this site offers a 14 point list of tips, with explanations, to help you write better code.

Read | Permalink

The Lotus Technical team has created a series of videos showing Lotus Connections, Lotus Sametime Advanced, Lotus Quickr, and Lotus Symphony working together. The series was launched during Lotusphere 2010 but has recently been updated.

Read | Permalink
Julian Buss has an agent that needs to be run several times a day and, at 30 minutes each run, it was causing problems. He started by cleaning up the code, and is now down to a more reasonable runtime.

Read | Permalink
Daniel Nashed's tool, nshrun, helps you manage compacts on a Domino server. He's updated it so it now allows you to specify an amount of empty space to keep when you do compactions.

Read | Permalink


STRUGGLING WITH EXPORTING NOTES DATA TO SPREADSHEETS? NO MORE!
Try IntelliPRINT, The world's leading Reporting, Dashboards, and Analysis solution for Notes & Domino

  • Don't spend unproductive time maintaining different versions of the same spreadsheet
  • Preserve data integrity and security in multi-user environments
  • Create reports in minutes INSIDE Notes
  • Get freedom from iterative report requests, deliver self-serve capabilities

Experience Reporting, Dashboards, and Analysis INSIDE Notes!

Try IntelliPRINT NOW!

Because of the Googling I've been of late relating to the building of a playhouse I've noticed a lot of targeted ads. Here's an example of a website I visited which had two related ads on it.

image

The shedstore lady has been staring at me from just about every Google-ad-using site I've visited over the last couple of weeks. Quite an apt image when you think about it. I am literally being watched. It's scary but impressive at the same.

The playhouse is finished by the way and I'll post an updated on it later on...

Click here to post a response

Finally. After way, way longer than I'd anticipated the playhouse is finished.

IMG_9330

Well, I say finished, but there's still loads to do. At least it's at the point where I can walk away (it's weatherproof) and finish off at my leisure.

I was lamenting with Karen the other day about how my inability to do things by half is something of a curse. Why can't I just be happy with knocking something passable together and have done with it!? Oh no, it has to have cedar wood shingles and a working doorbell.

In the end it cost us about 450 pounds (if you don't count the true cost of the couple of days I took off work during the week). It cost more than I'd thought it would, but isn't that always the case. Here's the cost breakdown.

Item Cost
Astroturf 174
Cladding 95
Plywood 52
Paint 8
Cedar Shingles 55
Beading 40
Felt 14

Total

438

Anything not listed above was given to me. It's amazing what you can get if you scrounge enough and ask around. The Perspex for the windows for example, was donated by Pete next door after a chance conversation over the wall about it.

Still, it was a lot cheaper than an equivalent from a maker of custom playhouses. Ten times less in fact. It's easy to look at the cost of custom builds and say "Four grand! For that!!" but having now built one myself, I think that's a reasonable price. If you were to ask me to build one for you then it would have to cost thousands. Especially if it's being erected remotely.

While working on it I did find myself dreaming of taking it up as an alternate profession. Been feeling more and more disillusioned with IT of recent. As they say though, the grass is always greener. I won't give up the day job just yet.

More photos here. Right. That's it. No more talk of the playhouse. Promise.

Click here to post a response

Еще советы:
Смотри советы на сайтах:

Блоги. Что обсуждают и пишут

Author: Patrick Kwinten
Tags: database launch open in browser
Idea:
it should be easier to open an application in a browser, if the database is web-enabled.
 
For example whenever there is a launch property defined for the web browser, this should already be available from the right menu (see image).
 
I think it is a bit stupid to have to open the database first to be able to launch any preview in web browser option OR that a developer has to create an action button somewhere that does the trick.

Author: Chris Toohey
Tags: wiki wikis facebook community content webcontent web social networking
Idea:
 Add the Facebook Like (iFrame-version) to Wiki Post footers to allow readers to click-to-share useful articles and help promote contributions beyond the typical reach of the "yellow bubble".
 
It's a single line of JavaScript and you're done.

Author: Chris Toohey
Tags: wiki wikis facebook community content webcontent web social networking
Idea:
Add the Facebook Like (iFrame-version) to Wiki Post footers to allow readers to click-to-share useful articles and help promote contributions beyond the typical reach of the "yellow bubble".
 
It's a single line of JavaScript and you're done.

There is a new release of the project Tree XPage Control. Frank van der Linden describes on his blog the new ...
We've updated the "Get Involved" page which summarizes how you can contribute to OpenNTF and describes the differences between projects and the ...
Here is a collection of some of the videos describing OpenNTF ...
We've updated the OpenNTF web ...
Еще записи:
Интересные блоги специалистов:

Статьи и Документация

You are using Lotus Notes 8.0.1 and go into your Calendar to set up a meeting. When you click New->Meeting you notice strange times in the Start and End boxes. For example, you expect the time to show the nearest half hour but it instead shows the current minute. Why does this happen?
Hi, Recently ,every time i forward an email, in the forwarded email, the forward icon no longer appears. This may seem like insignificant problem but it's not, without this i don't know witch messages where forwarded or not. See a print screen in the attachement, all of those mails were ...
Overview I created this article to capture the configurations used to make an Ubuntu reverse proxy load balancer in front of an iNotes 8.5.x cluster. http:connections.vssinc.comblogsaskgreensteinentryusingubuntuasaninotesreverseproxyandbalancer?langenusHere is a link to ...
Также почитатай:
Найти документацию можно на сайтах:

В избранное