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

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

  Все выпуски  

Бюллетень "Lotus Notes CodeStore" No 133 от 2009-01-26


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

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

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

comp.soft.prog.lotuscodesrore

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

This simple little rating system uses a little CSS to give the user a visual system of rating a document out of five stars (although you can customise to as many stars as you like). Clicking a star submits an Ajax call to rate the document and feeds back to the user the updated rating. Best of all, it all works without JavaScript (and even CSS) -- it's completely accessible....

6 Dec 2007 | View Demo | Download Demo | Read More »

-- Delivered by Feed43 service

The WebSession class makes coding WQO and WQS Agents a doddle. If you're not using it yet you should be...

11 Feb 2008 | View Demo | Download Demo | Read More »

-- Delivered by Feed43 service

We've all heard of drop-down menus, which are all well and good. What about things you want to appear when needed on the page that aren't part of the site navigation? Use flyouts! This demo shows how. Download and see how the login/admin links on the top right of the page function....

15 Feb 2008 | View Demo | Download Demo | Read More »

-- Delivered by Feed43 service

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

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

эта ошибка клиента версии 8.0.0-8.0.1
исправить можно перевыбрав имя
в версии 8.0.2 исправлено
http://www.intertrust.ru/main/products/protect/
можно подключить crypto pro
может туплю, но произошло следующее:
после обновления дизайна АК с 6.5 до 8 вид АК под юзером изменился.
Теперь юзеры среди прочих видят папку "Configuration", где можно увидеть все серверные документы.
Редактировать не могут.

Подскажите, пожалуйста, так и должно быть или это глюк?
На старом шаблоне такого не было.

эта ошибка клиента версии 8.0.0-8.0.1
исправить можно перевыбрав имя
в версии 8.0.2 исправлено
http://www.intertrust.ru/main/products/protect/
можно подключить crypto pro
Добрый день!
У кого-нибудь есть опыт создания документов, которые бы имели географическую привязку к карте?
Мне нужно, чтобы при добавлении документа с описанием объекта, его местоположение можно было отметить на карте,
а в последствии по щелчку на карте этот документ бы открывался автоматически...
Доброе время суток!!
Подскажите, где можно скачать и прочитать об установке и настройке сервера экспресс-сообщений?
Интересные темы:
Список форумов:

Tips. Советы

All this talk of Flex is one thing. What you really need is a simple example to show you what it's all about though, don't you!?

The only way to really learn something is to get your feet wet. Well, today I hope to help tempt your toes in for at least a dip.

First thing you'll need is Flex Builder 3 which has a 60 day trial period, so no excuses there! Although, in theory, you don't actually need it as Flex is open source, so you can write your apps in a text editor and then compile from the command line using the free SDK. I'm assuming you're not in to that though.

In Flex Builder start a new Flex Project from the File menu and call it "Simple".  You should end up looking at an empty mx:Application tag in the editor.

ScreenShot001

Now switch to Design mode, using the button you can see above. From the Components pane (bottom left) find the DataGrid and drag one in to the design area, like so:

ScreenShot002

Now, switch back to Source mode and you see the code for this new "view":

ScreenShot003

Notice the headerText and dataField properties of each column. We need to change these to cater for the XML we're expecting back from the Domino view. You can see this in effect in the demo/code later on.

What we need to do now is get data from Domino to fill this grid. To do this we need an HTTPService object, which we point at a view on this server, like so:

ScreenShot004 

The "simple" view returns XML in the E4X format and you can see it here. To do this I use the Treat as HTML property of the View.

Now we have a way to get the data we need to tie it to the DataGrid / "view". To do this we use its dataProvider property, like so (note that httpSimple is the ID of the HTTPServive we created above):

ScreenShot005

We've told the grid to bind itself to the last XML result fetched from our HTTPService. From that result it uses each document object as a row in the grid.

All we need to do now is trigger the HTTPService. To do this we use the creationComplete event of the Application itself, like so:

ScreenShot006

This is equivalent to the onLoad event of the Body tag in HTML. In our case we tell it to trigger the request to fetch the view's XML. When the XML is returned the grid gets updated because it's bound to the result. If you triggered the HTTPService's send method again and the backend view had changed the grid would update.

Now we've written all the Flex code needed we just need to compile it. Press the green "play" button on the toolbar and a local version of the Flex app will launch in your browser. All we need to do now is copy the files from the "bin" folder to our NSF. The files are normally in My Documents\Flex Builder 3\Project Name\bin-debug.

To get the Flex app to launch when the database is opened at its root I've used this trick

All that's left now is to provide demos and download. Well, you can see it in action here and you can download the working NSF here. The Flex code itself is here.

Click here to post a response

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

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

Author: Cristian D'Aloisio
Tags: notes8.5 notesclient import excel symphony R8.5
Idea:
In Notes client R7 I could import data from a Lotus 1-2-3 worksheet from a Notes view context, but in R8.5 is not possible anymore.
 
 
What about introducing a brand-new MS Excel or Symphony importing option?
 
 

Author: Craig Davies
Tags: wiki migration
Idea:
With the upcoming 2.5 release of Connections, the new wiki engine certainly looks the goods.  The issue is, many peole have already deployed Wiki software and it may be problematic to support two engines.
 
I would like to see a Wiki migration tool so that we can import content from existing internal wikis, allowing for platform consolidation and better integrated content for users.

Author: Dan Lowden
Tags: connections wiki confluence
Idea:
It would be great if there was a migration toolkit that allowed organis[z]ations who already have exisiting wiki content to be able to migrate to connections.
 
My company for example has deployed Confluence by Atlassian as the IBM/Lotus portfolio has lacked a decent wiki. If there was a migration path/tool it would heavily influence migrations.

Author: Tim Brown
Tags: sametime connections businesscard integrate
Idea:
Make it possible natively to consume the Sametime business card data with information from the Lotus Connections profile database out of the box without having to do a custom blackbox or code customization? I was hoping for a easy way to do this via a wizard or something along those longs.  I believe that bleedyellow.com does this but they use custom blackbox code to do so.
 
I'm just not sure if this is something that needs to happen on the Sametime side of things or the Connections side of things.  I think more on the Sametime side, but this needs to be possible either way, especially as more and more customers adopt Lotus Connections in their environments.  This type of integration needs to be there to leverage existing data that already exists in only one place.
 
-Tim E. Brown

Author: Jeff Gilfelt
Tags: homepage ideaspace completed
Idea:
(This idea builds upon Patrick's suggestions in the linked idea)

An idea in its most powerful state is one that has been executed and is returning value. I don't think IdeaJam does these ideas justice by burying them under a 'Completed' tab sorted by creation date. Completed ideas should be given more exposure in order to fully demonstrate to users the value that exists in contributing to IdeaJam.

My idea is to create a facility for the administrator or IdeaSpace owner to create a "success story" around any idea that is completed or in progress. It could be a short, free text write-up that includes details about why it was chosen, how it has been implemented and the cost savings or value it is adding to the product or company. A portion of screen real estate on the home page could be devoted to a highlighted IdeaJam "success story". The highlighted idea could change on a rotational basis.

On the surface this might sound like a very marginal feature, but it just might convince the skeptical non-voter into becoming a casual voter, and the casual voter into becoming an idea contributor.

More ideas + more voting activity = a higher value product.

Author: Mick Moignard
Tags: mail federate
Idea:
Now that we've seen the value of federated mail in Notes 8.5, how about federated mail?
Here's one scenario; you may have others.
  • allow me to display my inbox federated with that from a team mail-in database; my team's customer service mail.
  • show me a visual marker of some sort to denote which mail item is from which database
  • if I reply or forwward a mail from the team database, append the signatire from that database
  • and set the principal and replyto fields properly, so that the recipient gets the picture and any reply they make goes to the team mail.
  • show me federated folders so that I can file the mail in the correct folder; warn me if I try to cross-file.
  • automatically federate the team mail database calendar while I have the mail federated.
Will this also solve the Admin Assistant/PA/Secretary issue too?

Author: Mick Moignard
Tags: federate
Idea:
If I federate my calendar with a colleagues, any events that we have in common appear twice in the calendar display, and clutter it. 
How about being able to ask it to "merge" these common entries on-screen; maybe with a different colour to show that the entry is merged.  Hover over it to see whose entries are merged.

Еще записи:
Интересные блоги специалистов:

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

A POP3 user connects to a Lotus Domino POP3 server and attempts to download new messages. The Domino POP3 server returns no new messages even though there are messages in the user's mail file that have not yet been viewed by the POP3 user. If the user opens the mail file via a Notes client or web browser, there are messages present that are not available through POP3. If the POP3 user authenticates with a different username, these messages are downloaded.
This document provides a basic overview of the steps that IBM Support uses to troubleshoot Lotus Notes client crashes. It includes information for customers about the files that Lotus Support requests and the information required to troubleshoot such issues.
Is the InstallShield Tuner for Notes application available for download?
When sending bullet list using MIME, the spacing in the resulting message is shifted to the right
After an upgrade to a Lotus Notes/Lotus Domino 8 release, you find that the Out Of Office (OOO) agent is enabled for several users when you do not expect it to be.
Two users cannot launch Lotus Notes 8.0 on a Citrix server or Terminal server.
When attempting to launch a Client Services run configuration with Lotus Notes 8.5 as the target on a Linux machine, the run configuration will fail with an error message "Failed to login CLFRJ0010E: Notes initialization failed".
IBM® Lotus® Notes® Traveler versions 8.0.1.x and 8.5 do not support email and PIM synchronization to Apple iPhone devices.
In Lotus Notes, a delegated invitee does not receive a delegated invitation if the chair selects the "Do not want replies from participants" option. The invitee therefore cannot accept, decline, counter, and/or delegate another in the invitation.
IBM's recommendations for maintenance to be installed for the Lotus Notes® Traveler product.
The type-ahead feature in Notes 8.5 has been extended to provide easier access to alternate email addresses defined for entries in the Contacts. When type-ahead finds a contact for whom an alternate email address is specified, you will see an arrow (on the far right) indicating additional addresses are available. When you navigate to the arrow (using either the mouse or the keyboard), the additional email addresses are visible and selectable. Until, however, you actually send a message to that alter
When SMTP mail is sent with large number of attachment from a POP client, it shows error "554 Error writing message to safe storage; message could not be stored to disk".
You have implemented a scriptable setup that will enable Replication in the Location document using the Replication.Schedule=1 parameter. After the client has run through the setup you notice on the Replicator page that replication is showing as disabled. You check the location document and replication is enabled but there is no schedule set. So you set the schedule and save and close the location document but the replicator page still shows replication for that location as disabled. You then restart the
When Fixup deletes a corrupt document from the Inbox view of your mail file, the document remains in the "All Documents" view. You would like for Fixup to notify you of which document was deleted so that you can look for it in the "All Documents" view.
Enhancement Request: Allow keyboard method for disabling numbering/bullet functionality in Notes
Does Lotus Notes provide an option to automatically correct spelling errors as you type?
Pressing "Shift +" after double-clicking on any view or folder in the navigation pane within a mail database displays hidden views.
Также почитатай:
Найти документацию можно на сайтах:

В избранное