Menu

Commit [r62]  Maximize  Restore  History

More Fixes and Updates to Version v3.10.0. before publish this new v3.11.0

+ Fixed:
JText Focus Lost Error in "Text_Indicator_JV" Element (JText fleid Focus Listener removed).

+ Fixed:
Error in New Projects File Patch Separator at "DialogNewProject.java"
Before:
jTextField3.setText(jTextField2.getText()+"\\"+jTextField1.getText());
Now:
jTextField3.setText(jTextField2.getText()+File.separator+jTextField1.getText());

+ Implemented "File.separator" to fix errors during creation of User Defined Elements folders with default patches.
It was caused by a mix of File separators "/" and "\" at "DialogUserDefinedElementsHome.java"
Before:
jTextField1.setText(System.getProperty("user.home")+"\\MyOpenLab\\UserElements");
Now:
jTextField1.setText(System.getProperty("user.home")+File.separator+"MyOpenLab"+File.separator+"UserElements");

+ Splash Screen updated and included in all launch scripts and .bat files.
+ Spanish documentation updated for Variabes > "Getter" Element.

rjvelasquez40 2017-08-08

1 2 > >> (Page 1 of 2)
changed /trunk/distribution/Elements/CircuitElements/2user-defined/definition.def
removed /trunk/distribution/Elements/CircuitElements/FlowCharts/Variables/Setter/bin/doc_es.html
changed /trunk/distribution/Elements/FrontElements/2String/Text_Indicator_JV/bin/Pane_Text_Indicator_JV.class
changed /trunk/distribution/Elements/FrontElements/2String/Text_Indicator_JV/bin/Text_Indicator_JV.class
changed /trunk/distribution/Elements/FrontElements/2String/Text_Indicator_JV/nbproject/build-impl.xml
changed /trunk/distribution/Elements/FrontElements/2String/Text_Indicator_JV/nbproject/genfiles.properties
changed /trunk/distribution/Elements/FrontElements/2String/Text_Indicator_JV/nbproject/project.properties
changed /trunk/distribution/Elements/FrontElements/2String/Text_Indicator_JV/nbproject/project.xml
changed /trunk/distribution/Elements/FrontElements/2String/Text_Indicator_JV/src/Pane_Text_Indicator_JV.java
changed /trunk/distribution/Elements/FrontElements/2user-defined/definition.def
changed /trunk/distribution/Elements/VirtualMachines/English Examples/FlowChart/Variables_JV/SetterAndGetterExample.vlogic
added /trunk/distribution/IconoLauncher.png
added /trunk/distribution/MyOpenLab With Terminal.desktop
added /trunk/distribution/MyOpenLab.desktop
added /trunk/distribution/Oldsplash.png
added /trunk/distribution/images/IconoLauncher.xcf
added /trunk/distribution/images/gplv3_88x31.png
added /trunk/distribution/images/myopenlab_logo_Oficial.png
added /trunk/distribution/images/myopenlab_logo_Oficial_white.png
added /trunk/distribution/images/splashJV.xcf
changed /trunk/distribution/myopenlab.jar
changed /trunk/distribution/splash.png
removed /trunk/distribution/start with JDK.bat
removed /trunk/distribution/start with JDK.lnk
removed /trunk/distribution/start.bat
/trunk/distribution/Elements/CircuitElements/2user-defined/definition.def Diff Switch to side-by-side view
Loading...
/trunk/distribution/Elements/FrontElements/2String/Text_Indicator_JV/nbproject/build-impl.xml Diff Switch to side-by-side view
Loading...
/trunk/distribution/Elements/FrontElements/2String/Text_Indicator_JV/nbproject/genfiles.properties Diff Switch to side-by-side view
Loading...
/trunk/distribution/Elements/FrontElements/2String/Text_Indicator_JV/nbproject/project.properties Diff Switch to side-by-side view
Loading...
/trunk/distribution/Elements/FrontElements/2String/Text_Indicator_JV/nbproject/project.xml Diff Switch to side-by-side view
Loading...
/trunk/distribution/Elements/FrontElements/2String/Text_Indicator_JV/src/Pane_Text_Indicator_JV.java Diff Switch to side-by-side view
Loading...
/trunk/distribution/Elements/FrontElements/2user-defined/definition.def Diff Switch to side-by-side view
Loading...
/trunk/distribution/IconoLauncher.png
Binary file was added.
/trunk/distribution/MyOpenLab With Terminal.desktop Diff Switch to side-by-side view
Loading...
/trunk/distribution/MyOpenLab.desktop Diff Switch to side-by-side view
Loading...
/trunk/distribution/Oldsplash.png
Binary file was added.
/trunk/distribution/myopenlab.jar
Binary file was changed.
/trunk/distribution/splash.png
Binary file was changed.
/trunk/distribution/start.bat
File was removed.
1 2 > >> (Page 1 of 2)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.