cancel
Showing results for 
Search instead for 
Did you mean: 

Signature Capture- Custom controller NWDS

Former Member
0 Kudos

Hi all,

We have developed a custom controller to capture signature on mobile device. And we are using .GIF format to capture the signature image. It is working on NWDS simulator but when deloyed on Windows Mobile emulator is giving following error:

org.eclipse.swt.SWTException: Unsupported or unrecognized format

Please tell if anyone faced this issue.

Thanks

Nitin Sikka

Edited by: nitinsikka86 on Mar 16, 2011 6:01 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I guess you have used the implementation of SWT to create the GIF file? If this is the case - that does not work I would say. We had to use a dedicated service. to create GIF files on PDA, with SWT is did not work.

Hope this helps.

Regards,

Oliver

Former Member
0 Kudos

Hi,

Thanks for the reply.

Can you please share an approach for that?

Or any sample to accomplish that?

Thanks,

Nitin

Former Member
0 Kudos

Hi,

unfortnately our issue was in a different area. We had done it as a browser applet and it did not work on PDA, but it did on Laptop. It is a behaviour of creme to not show any error if a codeline is not known - it simply ignores this line of code. So we used a shareware code source to create GIF files. I am not 100% sure about the name of this. But if you have access to MAM - check how they solved it code wise - this should help you to understand how SAP has solved this issue.

Hope this helps.

Regards,

Oliver