JRomManager icon indicating copy to clipboard operation
JRomManager copied to clipboard

Question regarding dir2dat

Open docbobo opened this issue 2 years ago • 3 comments

II was looking at the Dir2Dat functionality and failed to create a DAT File. Comparing the documentation with the current build, the screenshots seem to suggest that the DstDat field should be point to a DAT File, not a Directory. However, the field cannot be edit manually and the chooser dialog is for a directory (https://github.com/optyfr/JRomManager/blob/962fcf364935bd3808fa9aa161ce8c7901e6f740/JRomManager/src-jfx/jrm/fx/ui/Dir2DatController.java#L94)

Am I doing something wrong here?

docbobo avatar Jun 10 '22 06:06 docbobo

You are currently looking at the java-fx code of the next 3.0 version... which is indeed wrong You should look at 2.5 branch and for swing version here which is requesting a file But as I know that you are looking for the web version then it's there, and again it's wrong for just one stupid copied string id :-/

optyfr avatar Jun 10 '22 08:06 optyfr

Okay, I believe you are saying that I quoted the wrong code, but the actual code for my case still produces the same result.

Am I waiting for 2.5.2 or 3.0.0 now? 😉

docbobo avatar Jun 10 '22 10:06 docbobo

il will be fixed in 3.0.0

optyfr avatar Jun 26 '22 14:06 optyfr