Menu

Code Commit Log


Commit Date  
[r65] by rjvelasquez40

More Graphs and Environment updates in progress *Still under development.

+ ComboBox to select between the 13 PointTypes in the Time Graphs (Pending this same update in XY Graphs and Scope Graph).
+ Circuit Diagram Wires with +1px Stroke
+ Added closeAllVms(); in public void dirRename(MyNode node) to avoid the user tries to rename an opened project because It will cause a Java I/O error.
(MyOpenLab now closes all the opened VMs before rename the project with previous user confirmation before close all VMs).

2017-08-19 20:52:21 Tree
[r64] by rjvelasquez40

More Graphs updates in progress *Still under development.

+ More Graphs modifications and added one example of X/Y Graph
\VirtualMachines\English Examples\Graphs\XY_Graphs_JV.vlogic

+Pending more Examples (TimeGraph Element, HTML/Text Indicator...) and the Documentation.

2017-08-15 09:29:05 Tree
[r63] by rjvelasquez40

More updates in progress *Still under development.

+ 13 "Point Style" Options added to Graph Elements (Bar Style, filled ovals, 3 tickness Line and void ovals)
+ Added MyOpenLab.exe to launch the distribution on Windows Systems.
+ HTML/Text Front Panel Element (Indicator) "HTML/Text Ausgabe".
+ HTML/Test Circuit Panel Element (Constant) to Test HTML Indicators.

+Pending Finish It with Its Documentation and Its Examples.

2017-08-13 23:40:12 Tree
[r62] by rjvelasquez40

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.

2017-08-08 05:17:58 Tree
[r61] by carmelosalafia

3.11.0

2017-07-24 18:01:49 Tree
[r60] by carmelosalafia

Version 3.11.0

Bugfix for Open Files (Reported from Javier Velásquez)

Changes from Javier Velásquez:

bug in the Setter and Getter elements? (It only works with Double Type Variables)
updated and fixed the setter and getter code and icons...
added documentation and an example at "VirtualMachines\English Examples\FlowChart\Variables_JV\SetterAndGetterExample.vlogic"

modified the file "\myopenlab_source\src\VisualLogic\Basis.java" in line 354 to (Imporant)

2017-07-24 17:49:02 Tree
[r59] by carmelosalafia

Version 3.11.0

Bugfix for Open Files (Reported from Javier Velásquez)

Changes from Javier Velásquez:

bug in the Setter and Getter elements? (It only works with Double Type Variables)
updated and fixed the setter and getter code and icons...
added documentation and an example at "VirtualMachines\English Examples\FlowChart\Variables_JV\SetterAndGetterExample.vlogic"

modified the file "\myopenlab_source\src\VisualLogic\Basis.java" in line 354 to (Imporant)

2017-07-24 17:17:31 Tree
[r58] by carmelosalafia

Version 3.11.0

2017-07-24 16:35:37 Tree
[r57] by carmelosalafia

Version 3.11.0

Bugfix for Open Files (Reported from Javier Velásquez)

Changes from Javier Velásquez:

bug in the Setter and Getter elements? (It only works with Double Type Variables)
updated and fixed the setter and getter code and icons...
added documentation and an example at "VirtualMachines\English Examples\FlowChart\Variables_JV\SetterAndGetterExample.vlogic"

modified the file "\myopenlab_source\src\VisualLogic\Basis.java" in line 354 to (Imporant)

2017-07-24 16:32:14 Tree
[r56] by rjvelasquez40

+Setter y Getter Elements updated to fix a bug (It only works with Double Type Variables) +Example +Documentation.
Now Setter and Getter works with Boolean, Integer, Double and String! (\myopenlab_source\src\VisualLogic\Basis.java line 354 was modified to add Integer case and the Setter and Getter code was modified too).
+Added Example for Setter and Getter elements at "VirtualMachines\English Examples\FlowChart\Variables_JV\SetterAndGetterExample.vlogic"
+Added Documentation for Setter and Getter Elements...

2017-07-24 03:23:08 Tree
Older >
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.