[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

753.0. "AccVio in Selection widget" by KBTOYS::BANSAL () Wed May 10 1989 09:31

       Hi,
          I am having trouble with the selection widget.  I want to set
    the items displayed it its list at run time and to do that I make a
    setvalue call on the resource DwtNitems and pass it a compound string
    of an item.   However this causes an access violation.
    
    Can we set the list of items displayed in a selection widget at run
    time?  If so how?
    
    /rahul bansal

T.RTitleUserPersonal
Name
DateLines
753.1Add another level of indirection3284::GRIERmjg's holistic computing agencyFri May 12 1989 14:0814
    
       I believe I had this same problem at one point, and the solution was
    that the argument to DwtNitems should be the address of an array of
    pointers to compound strings.  Don't forget to also set the item-count
    (DwtNitemCount?) too...
    
       If that's not it, you might try the DECwindows programming
    conference instead (is that still around?  I haven't been there in a
    while.)
    
    
    					-mjg