-
another thing:
comment out the following code:
if (project.getProjectFile() != null)
chooser.setSelectedFile(project.getProjectFile());
its at line 1029
it not neccesary comment it out. The program just work better for me like this.
2009-07-10 11:20:56 UTC in Frinika
-
Here follows my sollution. It's only snippets of the code. It should be relatively easy to merge with existing code. I can also paste the 2 classes I changed here on request.
FrinikaConfig:
//===
//adc this method at line 711, but it shouldn't make a difference of location
public static String getLastProjectFilename() {
Object o = getFieldValue(findField("LAST_PROJECT_FILENAME"));...
2009-07-10 11:11:02 UTC in Frinika
-
how can i add new code here?.
2009-07-03 22:39:47 UTC in Frinika
-
it seems that the problem is caused by the end tick drawn over to the ExportWavDialog thus this can be easily solved by this code:
if (endTick == 0){
endTick = project.getEndTick();
}.
2009-07-03 22:30:17 UTC in Frinika