damoncourtney / installjammer

InstallJammer Multiplatform Installer
http://www.installjammer.com/
Other
31 stars 20 forks source link

Add Files to File Group doesn't bring up FileChooser #96

Closed sgoings closed 13 years ago

sgoings commented 13 years ago

Platform

Debian Squeeze 64 bit... Linux 2.6.32-5-amd64 #1 SMP Mon Mar 7 21:35:22 UTC 2011 x86_64 GNU/Linux

Issue

When a user wants to add files into a file group (in the Components and Files -> Groups and Files menu -> [ right click menu -> Add Files || icon menu -> button with tooltip= "Add Files to File Group"] the action is never performed. I inserted log statements around the code that is called from this action, and found that in the ChooseFile::create proc, the grid remove $shell.sb never returns (or does something funky that doesn't allow the rest of the statements in the create function to execute.