is there anyway to seperately load into LogoEditor car and home from an existing file?Yes, if the file is an uncompressed Windows Bitmap file. I haven't implemented separate loading and saving of two images in the .bin file format, since Empeg's kernel doesn't support partial images. If you want to work with the two pictures separately, you have to use bitmaps for that.
You can also do the loading and saving from a third-party application such as Paint Shop Pro or Windows Paint, then copy and paste into/out of the logo editor.
when I load my own .bin creation files it only loads into the top window (home)Sounds like your own .bin creation files aren't complete- they only contain the first half of the file. Interesting- I'd never tried files in that format, I thought my program would crash if you did that. Glad to know it handles it gracefully.
When trying to import in .bmp I get a {Error 481 occuring in import routine}.This is interesting, it should not happen. Are you sure the file you're opening is an uncompressed Windows Bitmap file? For instance, you're not trying to import a .BIN file as if it were a bitmap, are you? Or trying to open a GIF or JPG? Remember, renaming the file doesn't magically make it a different kind of file.
In order to open a bitmap file, it needs to be:
- In the Windows Bitmap BMP format.
- Not data-compressed, such as the RLE format.
- Not the OS/2 bitmap format.
If the bitmap really matches those criteria and Logoedit still chokes on it, please post a message here in this thread, and attach the offending file. I'll then check it out and see why it won't open for you.
Copying and pasting only seems to blank the screen white.This may be related to a bug I experienced after porting the app from VB3 to VB6. Try setting your desktop to 24-bit color or 32-bit color and see if it makes that problem go away. You should be able to copy from the home image (ctrl-C) and paste to the car image (ctrl-F) and it should work. You should also be able to copy and paste from Windows Paint. Let me know how you do.
___________
Tony Fabris