Hi! Here is a situation that happens only on T|T devices and is confirmed by two other people now.
Problem: you can not set your app to receive .pdb files on Tungsten T device that are sent by the built-in launcher on another device. No matter what you do, the built-in launcher gets involved on the receiving device. The problem does not exist on T|T3, for example. We further tried this with third party launcher applications installed on a T|T device. These apps also fail to handle the incoming transfer of files when the sender is another built-in launcher. And the same apps handle the incoming transfer when installed on a T|T3, for example. Next, the "Tungsten T Update" from palmone.com was installed on a T|T device - no improvement. Here is a snippet of the code that registers for handling incoming ".pdb" files: ------------------------ code -------------- #define EXG_EXTENSIONS "pdb" #define EXG_EXTENSIONS_DESCR "Our Database" e=ExgRegisterDatatype(ourCrID, exgRegExtensionID, EXG_EXTENSIONS, EXG_EXTENSIONS_DESCR, 0); e=ExgRegisterDatatype(ourCrID, exgRegCreatorID, "lnch", NULL, 0); e=ExgSetDefaultApplication(ourCrID, exgRegExtensionID, "pdb"); e=ExgSetDefaultApplication(ourCrID, exgRegCreatorID, "lnch"); ------------------------ end code -------- Is this a confirmed problem, or we should do something more? Thanks in advance, Ilia. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
