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 |
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.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
753.1 | Add another level of indirection | 3284::GRIER | mjg's holistic computing agency | Fri May 12 1989 14:08 | 14 |
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 |