TypeConverter issue Byte[] -> Image

Posts   
 
    
Acad
User
Posts: 6
Joined: 19-Jun-2009
# Posted on: 30-Jul-2009 11:21:01   

Has anyone successfully created a Image TypeConverter?

I have successfully created 15 - 20 TypeConverters based on enumerations but I am unable to figure out why it won't work for Byte[]/Image.

Is there anything preventing Byte[] type converters from working? I can see all my type converters in the client except my "ImageConverter" class.

Can anyone point me in the right direction?

Thanks!

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 31-Jul-2009 03:03:58   
  • What exactly isn't working? (I assume the TypeConverter class doesn't appear on the LLBLGen Designer on Byte[] fields, right?)

  • Why do you want to do that conversion? (Is it not doable databind the Byte[] image in your GUI?)

  • Please attach your typeconverter that isn't working, and your LGP.

  • LLBGen Runtime library version, etc? (http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=7722)

David Elizondo | LLBLGen Support Team