Collaboration and Instant Messaging software developed by IBM Corporation. Provides instant messaging, and online collaboration for meetings, with Audio/Video, Screen Sharing, and Document Sharing. Also now included is Sametime Unified Messaging, with Telephony services.
Questions tagged [sametime]
48 questions
0
votes
1 answer
OpenCV: Detect face using Haar Cascades and record video at the same time
As my title, can I detect face using Haar Cascades and record video at the same time?
I am using OpenCV to detect face by Haar Cascades, but I also want to record video during the detection process. Help me!
thank in advance!

TedVN
- 536
- 5
- 10
0
votes
1 answer
Robot for AIM, Samtime, OCS, etc
we know Google supplied some robots of gtalk , such as en2de@bot.talk.google.com which translates the messages you send to it from english to german.
And I want to know are there any robot IM accounts that always on-line for AIM, SameTime, OCS,…

user435657
- 625
- 2
- 10
- 28
0
votes
1 answer
how get the Geographic location values of Preference panel of Lotus Sametime
i am using IBM Lotus Sametime 8.0.2. in Geographic location link of Preference panel of File menu have some fields like Personal address, City, Postal code etc. Can i get the values of these fields in a Java program or using Sametime SDK (without…

singh
- 309
- 1
- 15
- 27
0
votes
1 answer
Why does new sametime message kill Notes and Designer
About once a day, when I get pinged via sametime and it causes Notes and Designer to crash immediately. If I am looking at the screen, I can see the sender and part of the message before the NDS message comes up that Notes has crashed.
I am a…

Steve Zavocki
- 1,840
- 4
- 21
- 35
0
votes
1 answer
Social Business Toolkit: Sametime chat only with local installed Sametime Client possible?
I'm using SBT SDK on a XPage.
After mastering a few traps at the beginning it works fine.
Livenames are properly displayed.
But now a got another problem.
If you click on a available person, a context menu is displayed, where you can choose 'CHAT'…
0
votes
1 answer
How to store global parameter in IBM Community Server
I need to store a global parameter in IBM Sametime Community server which can be read by all the users through a sametime plugin.. Which the best way to do it?
The main task is to store a web address from where user can pick other additional config…

JDT
- 109
- 1
- 2
- 10
0
votes
1 answer
Changing IE version being used with Lotus Sametime 8.5.2
We are using IE (Browser Control) inside Sametime 8.5.2 The problem on few of the systems is that Sametime is using IE version 8 instead of system installed version 10 and it spoils the whole Web page.
How to make Lotus Sametime use the system…

JDT
- 109
- 1
- 2
- 10
0
votes
2 answers
Lotus Sametime web service API
Is there a SOAP or REST API for Sametime to enable an application to push presence information on behalf of all Sametime users, and to subscribe or poll, the users' presence information?
Where can I find information about it?

RasmusW
- 3,355
- 3
- 28
- 46
0
votes
0 answers
File transfer rate over Java socket
I have implemented simple Java sockets for file transfer over WiFi channel. The file transfer rate never goes beyond 3.2 Mbps. I was wondering how Lotus Sametime works? We use this software for internal communications in our office, like simple chat…

Vinit Shandilya
- 1,643
- 5
- 24
- 44
0
votes
2 answers
How to fire two events at the same time in c#
I have three buttons on my windows form
and each button has got it's own method except To+T1, when I hit on To, it'll setup the time T0 to be '0' along with some additional setup, similarly when I hit on T1 it gets the current time and calculates…

SanVEE
- 2,009
- 5
- 34
- 55
0
votes
1 answer
Reading A File While It is writed by another process
I have an application uses C://root folder. This folder contains images. These images are readed by Pictureboxes.
Images are coming from a linux machine by FTP. A linux machine uses ftp to open C://root which is in the windows. Save the…

Birol Capa
- 349
- 2
- 6
- 18
0
votes
1 answer
moving 2 controls (picturebox) moving parallel not sequence
the two virtual mouse image mission is move horizontal movement and click the destination point . in the following code is running successfully in Sequence (one by one ).
i want to edit this code to working parallel (the two image working in the…

Ahmed Samir
- 53
- 10
0
votes
2 answers
Maintain a state of a variable in an asynchronus function
I don't know if there is a term for the thing i ask about, so i'll try to illustrate it:
I Got a function that takes an array of contacts, and loop them through to update their status on the website. The 'something.getStatus' function does not…

Sofus Albertsen
- 163
- 1
- 1
- 11
0
votes
1 answer
Is it possible that two requests at the same time double this code? (prevent double database entry)
1) The controller code (Symfony2 framework):
$em = $this->getDoctrine()->getEntityManager();
// get latest toplist
$last = $em->getRepository('RadioToplistBundle:Toplist')->findOneBy(
array('number' => 'DESC')
);
// get…

ioleo
- 4,697
- 6
- 48
- 60
0
votes
1 answer
Export Sametime buddylist from vpuserinfo.nsf use lotusscript
I know we can get access to custom data of vpuserinfo.nsf using: byteArray = notesDocument.GetItemValueCustomDataBytes( itemName$ , dataTypeNam$)
But i don't know the datatypename of "8193". Can somebody tell me what datatype name the field "8193"…

Jason
- 1