Menu

Code Commit Log


Commit Date  
[r76] by rjvelasquez40

+New Serial Port Communication Elements (Init,Write,getBytesAtPort,Read and Transaction) based on JSSC that works on MAC.
+Added Example of How to use the modular elements and the transaction element. (It will be updated).

+Added Try Catch for next errors when user is Wiring but It is not necessary to stop the application:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at BasisStatus.StatusLineHoritontal.elementPinMousePressed(StatusLineHoritontal.java:569)
at BasisStatus.StatusAddWire.elementPinMousePressed(StatusAddWire.java:126)
at VisualLogic.VMObject.elementPinMousePressed(VMObject.java:3005)
at VisualLogic.Element.PinMousePressed(Element.java:2615)
at VisualLogic.JPin.mousePressed(JPin.java:146)
at VisualLogic.Element.mousePressed(Element.java:2874)
at VisualLogic.SelectionPane.mousePressed(SelectionPane.java:287)
And:
at VisualLogic.Element.inDenVordergrund(Element.java:905)
at BasisStatus.StatusAddWire.mouseMoved(StatusAddWire.java:101)
at VisualLogic.VMObject.elementMouseMoved(VMObject.java:3089)
at VisualLogic.Element.mouseMoved(Element.java:2895)
at VisualLogic.SelectionPane.mouseMoved(SelectionPane.java:315)
at java.awt.Component.processMouseMotionEvent(Component.java:6572)

2017-12-08 20:34:32 Tree
[r75] by rjvelasquez40

+New Serial Port Communication Elements (Init,Write,getBytesAtPort,Read and Transaction) based on JSSC that works on MAC.
+Added Example of How to use the modular elements and the transaction element. (It will be updated).

+Added Try Catch for next errors when user is Wiring but It is not necessary to stop the application:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at BasisStatus.StatusLineHoritontal.elementPinMousePressed(StatusLineHoritontal.java:569)
at BasisStatus.StatusAddWire.elementPinMousePressed(StatusAddWire.java:126)
at VisualLogic.VMObject.elementPinMousePressed(VMObject.java:3005)
at VisualLogic.Element.PinMousePressed(Element.java:2615)
at VisualLogic.JPin.mousePressed(JPin.java:146)
at VisualLogic.Element.mousePressed(Element.java:2874)
at VisualLogic.SelectionPane.mousePressed(SelectionPane.java:287)
And:
at VisualLogic.Element.inDenVordergrund(Element.java:905)
at BasisStatus.StatusAddWire.mouseMoved(StatusAddWire.java:101)
at VisualLogic.VMObject.elementMouseMoved(VMObject.java:3089)
at VisualLogic.Element.mouseMoved(Element.java:2895)
at VisualLogic.SelectionPane.mouseMoved(SelectionPane.java:315)
at java.awt.Component.processMouseMotionEvent(Component.java:6572)

2017-12-08 15:33:16 Tree
[r74] by rjvelasquez40

+New Serial Port Communication Elements (Init,Write,getBytesAtPort,Read and Transaction) based on JSSC that works on MAC.
+Added Example of How to use the modular elements and the transaction element. (It will be updated).

+Added Try Catch for next errors when user is Wiring but It is not necessary to stop the application:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at BasisStatus.StatusLineHoritontal.elementPinMousePressed(StatusLineHoritontal.java:569)
at BasisStatus.StatusAddWire.elementPinMousePressed(StatusAddWire.java:126)
at VisualLogic.VMObject.elementPinMousePressed(VMObject.java:3005)
at VisualLogic.Element.PinMousePressed(Element.java:2615)
at VisualLogic.JPin.mousePressed(JPin.java:146)
at VisualLogic.Element.mousePressed(Element.java:2874)
at VisualLogic.SelectionPane.mousePressed(SelectionPane.java:287)
And:
at VisualLogic.Element.inDenVordergrund(Element.java:905)
at BasisStatus.StatusAddWire.mouseMoved(StatusAddWire.java:101)
at VisualLogic.VMObject.elementMouseMoved(VMObject.java:3089)
at VisualLogic.Element.mouseMoved(Element.java:2895)
at VisualLogic.SelectionPane.mouseMoved(SelectionPane.java:315)
at java.awt.Component.processMouseMotionEvent(Component.java:6572)

2017-12-08 05:11:35 Tree
[r73] by rjvelasquez40

+New Option added to VM Properties (Now the user can select the Running VM JFrame Location in the Screen (TOP_LEFT,TOP_RIGHT,BOTTOM_LEFT,BOTTOM_RIGHT,CENTERED OR CUSTOM)) if the user selects "CUSTOM" can specify the point in the screen to locate the running VM.
+New Option "Always on Top" added to VM Properties (Lets the user select if the VM will set the JFRAME always on Top (Modal Enable)).
+The Tool Bar buttons now has keyboard shortcut (By example "New Project" now is associated to ALT +A, "Open Project" is associated to ALT+B and so on from left to right) and now each button has Its Tooltip with this Keyboard Shorcut.

2017-12-04 05:28:13 Tree
[r72] by rjvelasquez40

+File version v3.12 implemented in basis.java to persistence the "Hide Window Frame" new Feature. (Sets the VM front JFrame Panel Undecorated).

+Fixed Bug when the user Closes the VM and MyOpenLab ask if the user wants to save the VM changues but the user Cancel the Saving and Closing. If the user now try to close, now the close button is null and will cause NullPointer error.
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at VisualLogic.FrameMain.closeVM(FrameMain.java:921)
at VisualLogic.FrameMain$2.actionPerformed(FrameMain.java:898)

+Added Message (JDialog) to notify the user when have created a distribution, the message informs that if the project contains subVMs into folders the user must to copy that folders manually into the distribution generated.(It will be automated soon).

2017-12-02 08:54:53 Tree
[r71] 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 04:00:48 Tree
[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
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.