[comp.windows.x] DEVGUIDE vs. *.info access???

mms@genmri.UUCP (Mark Scoville) (05/07/91)

So, how does one tell a devguide generated application to respond to
the "Help" request (pressing the help key) in the MAIN CONTROL AREA??
All I get is a BEEP, the event handler is not called!  (On all popups,
it works dine & fandy).

SPARCstation1, SunOS 4.0.3, devguide 1.1, olwm, confoosed enghinear.

-------- GIL extraction defining offending control area --------

;Note: f_Stackdis is the application base window object.
(
    :type                   :control-area
    :name                   p_main
    :owner                  f_Stackdis
    :help                   "Help msg for main pane."
    :x                      0
    :y                      0
    :width                  739
    :height                 33
    :background-color       ""
    :foreground-color       ""
    :show-border            nil
    :menu                   nil
    :event-handler          fct_StackdisEventHandler
    :events                 (:keyboard-left :mouse-enter :mouse-drag )
    :user-data              ()
)


           **********************************************
           *        Mark Scoville (415) 683-4332        *
           *  mms@nmri.ge.com -OR- ...!sane!genmri!mms  *
           **********************************************