Entering Code into the Code-Grid
1) Due to event-handling limitations of the MlGrid, selection of cells and rows and the displaying of the PopUp-Menu
works as follows: Left-Click on row-number displays the PopUp-Menu; Left-Click on row-code selects the grid-cell; Double-Left-Click
(or pressing Enter) on the code part of the row switches to edit-mode.
2) A second Left-Click on the same row-number to popup the PopUp-Menu a second time does not work - you first must select another cell or row.
This is due to limitations of the event-model of the MlGrid control (there is no 2nd event generated for the same row until another row
has been selected)
3) The Code-Grid is limited to a number of 100 rows.
3) The 'Set Breakpoint' and 'Set Data Breakpoint' Buttons in the control-part set breakpoints on the row that was focussed last
(even if the row is not selected anymore).
1) The Data-Grid is limited to a number of 100 rows.
Executing the SIMPLESEM program
1) On entering values over the keyboard (set read,XXX) the focus is not placed into the inputfield - the requestFocus() method seems not to be
functioning correctly in every JavaVM (this problem does not affect all JavaVMs).
Problems with different JavaVMs
1) SDE is working with the following Browsers and Operating Systems:
Netscape 4.0x (Win9x, WinNT, Linux)
MS Internet Explorer 4 (Win9x, WinNT)
There are problems with Java VMs on HP-UX and Solaris (the parser (JavaCUP) does not start - you will receive a parse()V not found exception
although the classes needed for parsing the input are available in the classpath - I would be thankful for any help or comments concerning this
problem - if you have similar problems or even a solution, just send me an email: Alexander Winzer