GIF And JPEG missing from file browse |
Post Reply |
Author | |
gshawn
Senior Member Joined: 04 October 2004 Status: Offline Points: 227 |
Post Options
Thanks(0)
Posted: 04 October 2004 at 11:11pm |
Hi, I purchased your product at the end of last week and am mostly satisfied with it so far. I have only really begun using it today, and have just come across a very serious problem (that should however be easy to fix): When I set a property to type PropertyItemPicture, I cannot select all the graphics file types that are supported by Visual Basic. Specifically, the browse for file dialog is missing support for the .gif and .jpg file extensions. This wouldn't be so bad if I could use my own handler in the InplaceButtonDown event, but the event doesn't fire for PropertyItemPicture type properties. I absolutely *need* to be able to offer my customers the ability to select .GIF and .JPEG/JPG files. I am sure I am not the only one with this issue... What is the recommended workaround? |
|
gshawn
Senior Member Joined: 04 October 2004 Status: Offline Points: 227 |
Post Options
Thanks(0)
|
Note that the following works just fine: Set Item = Category.AddChildItem(PropertyItemPicture, "PictureItem", "") And even displays the little picture preview icon. It looks like the file type just needs to be added to the Browse dialog. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
in browse dialog select "All files(*.*)" and choose gif or jpeg.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
gshawn
Senior Member Joined: 04 October 2004 Status: Offline Points: 227 |
Post Options
Thanks(0)
|
Hi Oleg, Thank you for your reply. I appreciate your prompt response. My problem with this is that the default selection for "Files of type" in the Browse dialog is "All Picture Types." However, GIF and JPEG files do not show up in this list. This makes it seem like these file types are not supported, when in fact they are (by both your control and the development environment). The fact that they do not even show up as a picture type in the file type drop-down also reinforces the idea that they are unsupported. I know that GIF and JPEG files are supported by the control. However, my users will not know this. They will think that my application does not support these formats. I do not want to confuse my users. Is there any chance of seeing this fixed in a future version? Thanks again. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
ok, we will change it.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
gshawn
Senior Member Joined: 04 October 2004 Status: Offline Points: 227 |
Post Options
Thanks(0)
|
Thank you very much. Once again, I appreciate your prompt feedback. Have a nice day. |
|
gshawn
Senior Member Joined: 04 October 2004 Status: Offline Points: 227 |
Post Options
Thanks(0)
|
I can confirm that this has been resolved in version 9.51. Thanks again for the prompt fix.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |