Custom Query (1539 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 1539)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Resolution Summary Owner Reporter
#52 fixed EditMultiStanza changes to vbK administrator jeroens
Description

Any changes made to the fields vbK, Recruitment power, Ba over B and WmatWinf? are not applied to the Core when [OK] is pressed.

Solution:

  • Buffer these values in arrays in the dialog for each stanza group
  • Populate the dialog controls from the buffers
  • Write the control values back to the buffers when group selection is about to change
  • On [OK], write the buffer contents back to the stanza group objects
#53 open Errors during save may corrupt a database administrator jeroens
Description

If a database error occurs during an attempt to save a model or scenario, existing rows may be affected to a degree that they are no longer usable for loading. To prevent users from losing work, EwE must have some type of rollback mechanism.

Some research needs to be dedicated whether adodb.net can use proper SQLTransactions for performing rollbacks in case of save errors.

If transactions cannot be used, we may have to build a hokey solution that copies the current .MDB file to a safe location (at either regular intervals or right before any changes are to be made) so we have a way to revert to a working DB.

#54 fixed All form resources need to have the designer property 'Localizable' set to True administrator jeroens
Description
  • Open a form in design mode
  • Select the form itself
  • In the properties pane, navigate to Design > Localizable
  • Set the value to True. By default, this entry is False

This will allow forms to be translated into different languages with minimal effort.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Note: See TracQuery for help on using queries.