Menu

Code Commit Log


Commit Date  
[r70] by rjvelasquez40

+"Undecorated" Feature added to front panel properties window (Pending persistence).
+Now you can close subVMs and VMs with "APP Control"> "APP Abort JV" updated element.
+MyOpenLab now starts Maximized
+Added catch(NullPointerException eV) in BasisStatus Package > StatusLineVertikal.java and StatusLineHorizontal.java In the "mousePressed(MouseEvent e) Method to catch the nullPointer Error when the user is wiring and press the click.
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at BasisStatus.StatusLineHoritontal.mousePressed(StatusLineHoritontal.java:315)
+Added new Serial COM Elements that works with Linux, Raspbian, Windows and MAC in the Interface Section for the next v3.12.0 under development.

2017-12-02 01:48:25 Tree
[r69] by rjvelasquez40

+Element Updates and bugfixes for v3.12.0 under development.

2017-11-12 04:13:00 Tree
[r68] by rjvelasquez40

+Element Updates and bugfixes for v3.12.0 under development.

2017-11-12 02:26:34 Tree
[r67] by rjvelasquez40

+ Gauges Example at: \VirtualMachines\English Examples\Gauges
+ More little updates in Elements Icons and the examples under development.
+ Compiled v3.12.0 preview (Will be published on myopenlab.org for september ends).

2017-08-23 03:17:16 Tree
[r66] by rjvelasquez40

More updates in progress.
+ Old Gauge Removed and replaced with a new Gauge Updated element. (\FrontElements\2Numerisch\Gauge2)
+ Arduino I/O Interface v1.2 moved from Raspberry JV Folder to Interfaces Folder \CircuitElements\Interface\Arduino_IO_RPI_JV
+ Arduino I/O Interface Old Elements Removed (Because That elements does not work and there is one new Arduino Interface I/O Element v1.2).

2017-08-21 20:40:45 Tree
[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
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.