comp.lang.ada
 help / color / mirror / Atom feed
From: jboulais@my-deja.com
Subject: Generic Package & Win32
Date: 2000/03/27
Date: 2000-03-27T00:00:00+00:00	[thread overview]
Message-ID: <8bntfs$3pv$1@nnrp1.deja.com> (raw)

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.




             reply	other threads:[~2000-03-27  0:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-03-27  0:00 jboulais [this message]
2000-03-27  0:00 ` Generic Package & Win32 jboulais
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox