If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : We have got a new blog where we post some interesting SWF internals info.
List of issues#1246 Minimum gui-pane widths (since version 8) make FFDEC unusable on small monitors
Author: stan
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: GUI
State: closed
> What steps will reproduce the problem?
Use a 4:3 monitor with a resolution of 1024*768.
Start FFDEC v8.01 and open an swf.
Select a script file.
The program area consists of 3 vertical panes/parts. 1:File/object browser 2:Actionscript
3:Bytecode.
Try to minimize the width of the 1st pane and maximize the width of the 2nd and or 3rd
pane.
BUG: You cannot reduce the width of the first pane to less than about 294 pixels in
width.
This leaves so little screen-area for the Actionscript and or Bytecode, that it renders
the FFDEC program completely useless.
> What is the expected output? What do you see instead?
I expect to be able to resize the first gui-pane to any small width I like, as it was in
FFDEC version 6.
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
FFDEC v8.0.1
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
Don't cripple the program down by restricting any minimum widths to resizable screen
elements.
Don't assume anyone is always using high resolution wide-screen monitors.
Please revert the functionality to as it was in version 6.0.1 so its usable again on lower
resolution monitors.
JPEXS: this is because of the dumpPreviewPanel
I tried to put it to a JSplitPane, but then the (Adobe) Flash panel is buggy.
Please try the latest nightly build. Now you can set the same with as in version 6 until
you shitch to the dumpview.
I know that it is not a final solution, but at least something:)
State: new→closed