This is a stand alone tool written in flash... I upload both the swf and exe, so you can use either... no installation required. This is the fourth release of ViewIcons (see previous posts) and was made from Notes 8.5.2. If you have any version it still works and though you may have fewer available, the numbers are still the same. I use this all the time, I hope you can find some use too.
Хочу в поле RichText внести список всех баз на сервере. все сделал, но использую метод NotesUIDocument.FieldAppendText весь список идет одным скопом. как мне разделить что бы название каждой базы было с новой строки - как добавить символ перевода на...
Поставил себе сервер 8, как только запускаю его у себя это все... комп просто жуть тормозит, поставил все в станд комплектиции.. ничего не настраивал.. поэтому может что есть лишнее выкинуть. работаю только с клиентом локально(http Отрубил)
подскажите как можно оптимизировать работу сервера, чтобы он работал полегче...?!
выдержка из файла C:\lotus\Domino\notes.ini ServerTasks=Update,Replica,Router,AMgr,AdminP,CalConn,Sched,RnRMgr
I've seen websites where the site name is written in big letters across the site in the same colour as the page background but shadows have been added to the inside of each letter to give the illusion of the site name having been stamped into the page background.
I think it looks pretty difficult and something that you would really need a package like photoshop to do.
Can Fireworks do this?
Easy enough. Let's see how I'd do that for codestore.
First thing I'd do is draw a rectangle in "codestore blue" and write codestore on top of it in the "codestore font" (AKA World of Water).
In order to manipulate the text we need to select it and then right click and choose "Convert To Paths". Then right click it again and choose Ungroup. You'll end up with a vector-based shape for each letter, as below:
Now, de-select all the letters and then select just the C along with the rectangle. Then, from the Modify menu choose Combine Paths -> Punch.
That just knocked out a C-shaped hole in the blue rectangle. Now select the O and the rectangle and repeat the last step.
Keep going until all the letters are punched through.
Now from the menus choose Modify->Canvas->Canvas Color. Change it to the same as the rectangle.
All you need to do now is add a Drop Shadow filter to the rectangle and you're done.
It could probably do with a bit of tweaking to make it look just right. To me it only looks like a punch out if you get close enough to the screen. From here it look a bit like raised "bubble" letters.
Is that what you meant Xander?
This was time-consuming more than it was difficult. As with the other examples I've posted, it's just a case of knowing what all the tools do and knowing how to apply them and in what order.
Last week I released the first version of the project Mobile Documents. Karsten Lehmann responded with a request to extend the project to also be able to send links to web pages that you browse on your smartphone back to Notes. While you can send these ...
The Lotus Notes client workspace folder can be installed and then used in a user-specific location other than below the Lotus Notes install data directory.
If you specify the MULTIUSERBASEDIR option on the Lotus Notes install command line, and the destination directory is located on a network drive, you must manually create a data directory for each user, and ensure correct permission access, before performing Notes user setup.
You are using @URLQueryString on a string which contains multiple ampersand characters. Everything after the first ampersand is not returned as expected.
You are using @IsInCompositeApp in a hide when formula on paragraph text on a form. The paragraph does not appear to always hide or become visible under the conditions that it should.
You have an applet as a shared resource which works correctly when embedded in a form. Activating the multi-lingual option of a database causes the applet to no longer render.
How can you modify the OS temp directory used for storing the installation files when performing a silent install of the Notes client from a command line? For example, you are planning to perform a silent install of the Notes client using the webkit. You would like to modify the folder to which the installation files are extracted and then save the files so they are not deleted after the install completes.