[Gambas-user] Issue 544 in gambas: Gambas doesn't show images tumbnails with FileChooser

gambas at ...2524... gambas at ...2524...
Thu Jul 31 19:10:42 CEST 2014


Status: New
Owner: ----
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any  
Desktop-Any GUI-Any

New issue 544 by uAle... at ...626...: Gambas doesn't show images tumbnails  
with FileChooser
http://code.google.com/p/gambas/issues/detail?id=544

1) Describe the problem.

Gambas won't display the tumbnails with FileChooser, when "ShowPreview  
= "True". Seems after the preview task has been moved to the Task  
(background), it doesn't work anymore.

In the file:
comp/src/gb.form/.src/File/FileView.class

It reads the Task output, the task writes as follows:
<image name>\t<temp filename>\n\r

Only the code in FileView splits it on "\n" only, so the <temp filename>  
has still the "\r" and it can not load that file. Renaming the  
trailing "\r" makes it working again ;-)

2) Give information about your system. Use the 'System information' menu in
the Gambas IDE, and paste the result there.

Gambas 3.5.4

3) Provide a little project that reproduces the bug or the crash.

Attached.

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.

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!

ANOTHER NOTE: Don't create an issue if you have a compilation problem on
the development version. Send a mail to the mailing-list instead, thanks.

-- 
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