Module List.pkg

************************************************************************ Confidential Trade Secret. Copyright 1987-1992 Data Access Corporation, Miami FL, USA All Rights reserved DataFlex is a registered trademark of Data Access Corporation. $Source: k:\RCS\.\pkg\list.pkg,v $ $Revision: 1 $ $State: Exp $ $Author: james $ $Date: Dec 02 09:39:25 1996 $ $Locker: $ $Log: list.pkg,v $ Revision 2.3 1994/01/10 19:35:29 james Removed code associated with verify_data_loss_msg function. It needs to a stub ( according to Lee ). Revision 2.2 1993/11/09 17:19:46 lee added verify_data_loss and verify_data_loss_msg functions as stubs so that request_cancel can call these functions in selection lists and pick lists w/o errors. (these classes don;'t suypport the verify protocol so these messages must be stubbed out.). Revision 2.1 93/08/25 17:49:11 17:49:11 james (James Ricci) Adding new main branch Revision 1.2 1993/04/28 00:20:34 james Initializing 3.04 source code. Revision 1.1 1992/09/08 14:43:07 james Initial revision Revision 1.9 92/06/06 01:57:36 lee added register_procedure move_value_out Revision 1.8 92/05/29 14:06:13 lee removed end_construct_* messages from mixins; now, classes that use the mixin send the message that used to be sent by the end_construct_* message (for efficiency). Revision 1.7 92/05/14 15:53:34 unknown Updated Copyright slug - SWM. Revision 1.6 92/04/01 00:33:32 lee removed navstart and liststart (unused), renamed bind_main_file and bind_index in datalist to bind_list_main_file and bind_list_index to avoid conflict with commands used by data_set, moved bind_static from sellist to datalist as it only sets properties defined in datalist (not sellist). Revision 1.5 92/03/29 18:45:01 lee added MSG_END_CONSTRUCT_OBJECT, moved ENDMAC macro stuff into END_CONSTRUCT- OBJECT procedures (in .pkgs). moved Flag_ITems to list.pkg after generalizing it based on PROTOTYPE_OBJECT instead of Whether or not it is a table-oriented object. Moved define_access_keys mechanism completely into actionbr.pkg. fixed two typos: import_class_protocol used !# instead of !3, and register- procedure used !1 instead of !2. Revision 1.4 92/03/09 19:03:16 james Added #CHKSUB directive to insure source only compiled with correct revision of compiler. Revision 1.3 92/02/12 17:46:53 steve-l Bind_Target corrected - was skipping arg !2 on recursion Revision 1.2 91/11/08 09:23:28 steve-l it ************************************************************************/ ************************************************************************ list_mx0 extensions Version: 1.0 12-14-1992 : Created Author: John J. Tuohy This module defines the properties and operations required to support modified list classes pick_list0 and selection_list0. These support Move_Value_Out_State property ************************************************************************/ 12/22/94 - JJT Merge changes Moved Move_value_out_state from list0_mx. Use OK from list0_mx with minor change of init_selected_item. Added public message init_selected_item. removed Activating, popup and deactivating. They are replaced by an augmentation to set popup_state and Set Popup_side_effects (this makes the changes augmentable). Removed Insert_item, Add_item, Toggle_select and Flag_items (classes sellist and picklist are now responsible for making them work). 03/10/95 (JJT) Made Move_value_out_state also set auto_fill_State. When used in move value out popups we want it false. This is done directly when the popup is set on the list (bind_SelList_popup - which we can now remove). We lose this when in a client. The logic for this can and should be improved. 09/04/95 JJT - Code Clean up (removed dead commented code) ************************************************************************/ ************************************************************************ File Name: List.Pkg Creation Date: January 1, 1991 Modified Date: Feb 12, 1992 Author(s): Steven A. Lowe This module defines the properties and operations required to support list-selection, collected in the abstract class List_Mixin. This file should be USEd prior to and IMPORTed within the scope of the class definition by any user-interface (esp. data-entry) class which must support the data-entry object standards. This file is used by PICKLIST.PKG and SELLIST.PKG. ************************************************************************/ VDF changes: 9/4/97 JJT Changed OK to send default_action instead of Next. This makes this consistent with our new default_button and Enter behaviors. Note that this only gets executed with non-popup types of lists. Popup lists work as they always did.

References (2):

ModuleLine
picklist.pkg115
selst_ds.pkg145

Field References (0):

ModuleContaining SymbolLine