I want my application to transfer Jpeg files toa server. So i registered my application with exchange manager to receive Jpeg files using :
err = ExgRegisterData (myCreator, exgRegExtensionID, "jpg"); err = ExgRegisterDatatype (myCreator, exgRegExtensionID, "jpg", "Image File", 0); err = ExgSetDefaultApplication(myCreator, exgRegExtensionID, "jpg"); in the handling - sysAppLaunchCmdNormalLaunch launch code. I tried running my application and then running the "Photos" application in a Tungsten T3 simulator and using the send option. But my application is not getting listed in the options. The only option available is - SMS. Am I missing something, or do i need to do something more, to get my application listed in the Options for Send facility. Thanks in advance. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
