On Friday, January 25, 2013 3:07:03 PM UTC+5:30, karthik chowdary wrote:
> i want chat messenger in Maya to interact with my coliques   can anyone 
> sujjest me how to create that pls

I think this will work..

1. create an UI to send and receive the messages.
2. save it in a database(can be a simple text file with proper formatting for 
correct read.)
2. make a scriptJob that will run for the complete session of maya, which will 
check the updates on database(can be achieved by checking the modified time of 
the file).
3. Extract the chat from the database.
4. Filter it.
5. display it in the UI(step 1).

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].


Reply via email to