From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2c48d6c9a7b6d52b,start X-Google-Attributes: gid103376,public From: jboulais@my-deja.com Subject: Generic Package & Win32 Date: 2000/03/27 Message-ID: <8bntfs$3pv$1@nnrp1.deja.com>#1/1 X-Deja-AN: 602965985 X-Http-Proxy: 1.0 x42.deja.com:80 (Squid/1.1.22) for client 140.76.187.210 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Mon Mar 27 15:07:53 2000 GMT X-MyDeja-Info: XMYDJUIDjboulais Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.08 [en] (WinNT; I ;Nav) Date: 2000-03-27T00:00:00+00:00 List-Id: I have written a generic Ada package that creates my own version of status windows. You specify a caption and how many "Panes" you want, and the generic creates a window w/ X number of edit boxes in it. At first, I didn't need to put anything in the WndProc, and everything worked fine, such as updating the text for a pane on a given window. However, I am attempting to put in a menu allowing the users to select 2 , 3 , or 4 panes per row. I had to add code to my WndProc, and now I'm getting the correct hWnd, but the messages only go to the first instantiation of the generic. i.e. I can select 4-boxes-per-row on a given window, and it will update the first one created. Does anyone know if I'm maybe missing a style or something? It seems like I've got an address space problem or something. Thanks for any help, if you want to see the source, I can e-mail it to you. ----------------- Jeffrey Boulais Sent via Deja.com http://www.deja.com/ Before you buy.