PDA

View Full Version : Image Feedback


brockgr
February 15th, 2003, 08:54 PM
Continued from: http://www.avsforum.com/avs-vb/showthread.php?postid=1881131#post1881131

Originally posted by WickedEwok
Remind me again, Gavin. What is that images over a certain size bombed it, or what is that they just came in "screwy"?

Ben - Sorry for the delay in getting back to you. You remember correct - it was image sizes. Strangely it was more of a problem (i.e smaller limit) on Win32 talking to localhost, than on the PPC over 802.11b. The error I get is a dialog box with the payload (base64 junk) in the title bar, a message saying "Unhandled command" and an "OK" box.

I just reconfirmed it now.

Cheers, Gavin

Ben S
February 16th, 2003, 09:21 AM
Okay, I'll take a look.

Ben S
February 20th, 2003, 09:26 PM
I believe this is resolved. You'll be the first to get the fixed version, Gavin.

brockgr
February 20th, 2003, 09:43 PM
Great - One thing I never confirmed - what image types can you accept? I assumed GIF, JPG and PNG.
Gavin

Ben S
February 20th, 2003, 10:12 PM
Gif, Jpeg, Png, and bmp. I think that's it, though.

Ben S
February 26th, 2003, 12:53 PM
Is the image sending completely resolved?

Only addition I think is the ability to have multiple images, now. As only one is currently supported.

brockgr
February 26th, 2003, 05:00 PM
Yep I'm 100% happy with images. However Carl would like multiple feedback for his jumbo screens. - Gavin

mrallen
March 4th, 2003, 10:21 PM
I'll second that. Need more than one image.

brockgr
March 4th, 2003, 10:46 PM
Ben has actually added this to NR - I havn't had time to test it yet.
Gavin

mrallen
March 4th, 2003, 10:51 PM
What do I send to implement this and what goes in the CCF? I'm more than happy to test on my end.

Ben S
March 7th, 2003, 12:47 PM
Stewart, I think you got this working, but it's using driver id -1 (obviously), command 0, data 3, and then the button name is the variable name that you're passing from Girder.

So the button name is the thing that should change for multiple images.

mrallen
March 7th, 2003, 01:08 PM
yup, got it working. the caveat is that the target buttons all have to be on the visible panel.

Ben S
March 7th, 2003, 01:58 PM
I'll take a look at that, Stewart.