My project can have 130 controls (total number of all labels, text fields, etc.) in SSTab (4 tabs). The project loads fine, it works fine, I don’t see any errors or warnings at any time, but when I save the form using SStab on it, the SStab data is not saved (it completely disappeared). Usually the corresponding part of the .frm file looks like this:
Begin TabDlg.SSTab SSTab1
Height = 8895
[1550 more lines of code for all the controls]
Width = 540
End
Begin VB.Menu FileMenuBut recently, it has been trimmed to:
Begin TabDlg.SSTab SSTab1
Begin VB.Menu FileMenu
This is very unpleasant! In my VB IDE frame, sstab and all controls are, are edited, run / compiled in order, there are no error messages at any time, but when you save the file, 1550 lines of sstab precious data just disappear - again, with no warnings or error messages. Therefore, if you exit and restart the IDE, you will receive a form loading error because now 60% of the code is missing. The log file indicates the first error it found (in this case, Begin TabDlg endlessly) - there is no other information. (The log file was created after the code was deleted and saved, so it makes sense that this does not help.)
, , , , , , , , ( ) . , ( , , ).
SStab 4 . IDE, , ( ). , , .
, / VB.
- - ?