This version introduces many changes and new features to FlashFXP. Such as SFTP support, repeated task scheduling, etc.
Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results (selected in 'Test Results' table below)
What works
The installer works
What does not
In the shareware version you're unable to pass the sharware evaluation dialog and FlashFXP is completely unusable.
-
In the registered version the UI is unable to render properly due to some performance issues with the listview owner-data/owner-draw code.
If you're able to get connected to a site (it is possible) however using any of the right-click menus can cause FlashFXP to dead-lock.
Items in the file list aren't being selected properly, this is due to limitations found in wine (tested with wine 1.3.22) source code file listview.c, the listview doesn't trigger the LVN_ODSTATECHANGED event to notify the application of selection changes. Since FlashFXP keeps track of the item selection states internally it needs the listview to trigger a LVN_ODSTATECHANGED event to know when an item has been selected.
What was not tested
I tested everything I could possibly test, which wasn't much due to the above mentioned issues.