Tagged Questions

find more details in Wikipedia article: http://en.wikipedia.org/wiki/Personal_information_manager ...a type of application software that functions as a personal organizer... As an information management tool, a PIM tool's purpose is to facilitate the recording, tracking, and management of ...

learn more… | top users | synonyms

2
votes
1answer
47 views

How can I combine all the emails into my website?

I'm doing my FYP about personal information management. I want to enable user to check their different email accounts in my website. is it possible? how can I do it? I'm using Mysql and PHP to ...
1
vote
2answers
235 views

Django ImageField/FileField save uploaded file using model's pk

I'm converting a legacy site (originally written in rails) and by default the images were saved using the format {{pk}}.{{extension}} and that file was always overwritten if a new file is uploaded. ...
1
vote
1answer
299 views

how to use PIM lists properly in J2ME?

What is the correct way to check if a PIM string array is supported? can I use: if (MyContactList.isSupportedField(Contact.ADDR)){...} or would i be bettr to check : if ...
1
vote
1answer
342 views

BlackBerry calendar event list returned by PIM sometimes is empty

This problem is related to PIM package on BlackBerry SDK. I need to update calendar events on the device after synchronization is done. To check if new event is really new I do this call: EventList ...
1
vote
2answers
913 views

Blackberry - How to get Field Labels from PIMItem

How can we get Field Labels from PIMItem. The following code is with PIMList String label = pimList.getAttributeLabel( blackBerryContact.getAttributes(Contact.TEL, i)); But i have PIMItem. ...
0
votes
0answers
12 views

How to get unique UID for contact in J2ME?

How do i get UID for contact which is saved by using PIM in J2ME so that I can use that UID for deleting the contact in future if required
0
votes
0answers
125 views

not able to read J2ME PIM contact details

I want to read contact details like firstname , lastname, mobile no, telephone , fax, address, synchronization and UID details using PIM apis in Nokia S60 sdk. But , I am getting only Contact.TEL and ...
0
votes
0answers
40 views

find appointment by uid doesn't work?? blackberry webworks

We are creating a calendar booking system within our application. When a user creates an event we store the new event's UID into a local database that we've created. The list of events is then ...
0
votes
1answer
61 views

Using PIM, how to detect what is the attribute which is retrieved using Contact.TEL and index?

I'm looping over all attributes of the Contact.TEL field to retrieve names and data, so that I can display something like this: HOME: +2034953213 WORK: +2033923959 MOBILE: +20179083008 I've ...
0
votes
1answer
250 views

Blackberry Contact Listener

i want to set event listener for the BlackBerry that changes some information to the contact when it change, add, edit contact. In my Application i want to get contact when use add new contact or edit ...
0
votes
1answer
411 views

How to get the contacts list in a sony ericsson in J2Me

I'm building a phone application in j2me. In it, I need to get the contacts from the phonebook. There is an API for that and the line I tried to use was contactList = (ContactList) ...
0
votes
1answer
484 views

J2ME: Crossplatform getting contacs with PIM

I have to develop solution based on getting data from address book. Those data must be saved into text format. I coded it with Java™ Platform Micro Edition SDK 3.0. public void getAddrBook() ...