[Gambas-user] Issue 452 in gambas: PictureBox.picture images file filter is broken
gambas at ...2524...
gambas at ...2524...
Mon Jul 8 07:53:49 CEST 2013
Status: New
Owner: ----
Labels: Version-3.4.1 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 452 by BugCatch... at ...626...: PictureBox.picture images file
filter is broken
http://code.google.com/p/gambas/issues/detail?id=452
1) Describe the problem.
I had noticed a problem in the picturebox.picture select file routine, and
was browsing through the release notes for 3.4.1 when I noticed the
possible cause of the problem and the possible solution.
PictureBox.picture dialog uses an image filter with commas instead of the
semi-colon mentioned in the release notes. Hence no files are returned
using that filter, but the "all" works OK.
Is this going to be a big problem in many components, because those filters
need to be changed?
Just thought you should know.
Paul
p.s. Would this be something I could help you fix?
2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate):
Gambas 3.4.1
3) Provide a little project that reproduces the bug or the crash.
4) If your project needs a database, try to provide it, or part of it.
5) Explain clearly how to reproduce the bug or the crash.
Put picturebox component onto form. Mine was on a tabpanel.
Go to picture property ...
Dialog default is: image files (*.png,*.jpg,.....)
This filter returns no files
Use the "all files" filter and expected files show up.
6) By doing that carefully, you have done 50% of the bug fix job!
IMPORTANT NOTE: if you encounter several different problems or bugs, (for
example, a bug in your project, and an interpreter crash while debugging
it), please create distinct issues!
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
More information about the User
mailing list