|
-
Sep 28th, 2006, 06:20 AM
#1
Thread Starter
Junior Member
-
Sep 28th, 2006, 06:39 AM
#2
Re: evb 2002 cant read my image
The message "Format not recognised" implies that the file is not valid - as eVB (or the PPC) does not recognise the file type.
From the Help, apparently you can set the Picture property at design time (on your PC) to a picture file, it doesnt specify otherwise so I assume that the standard formats are supported, eg: c:\myfolder\myfile.jpg
I cant test unfortunately, but I would assume that it will be compiled into your program (so you dont need the file on the PPC).
You can set the property at run-time too (in code), but the help says you can only use a bitmap - and I think that the PPC uses its own bitmap format (not sure tho, it's been a while!).
-
Sep 28th, 2006, 07:05 AM
#3
Re: evb 2002 cant read my image
I'm not sure but I thought only till 256 colors are permitted. Try to convert the bitmap in Paint to 256 colors.
-
Sep 28th, 2006, 11:05 PM
#4
Thread Starter
Junior Member
Re: evb 2002 cant read my image
I change to 256 and it works! Muah muah!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|