Displaying 1 result from an estimated 1 matches for "hl7query".
2007 Nov 18
2
Issues adding sub-menu items
...Unique Fields" but it doesn''t show up when I
try to run it.
If I add a Wx::ID_UNIQUE and a handle for the event the program fails.
What do I need to do or what I''m I missing. I appreciate your response.
Thanks,
Glenn
#!/usr/bin/env ruby
begin
....
....
....
class HL7Query < Wx::Frame
def initialize(title)
super(nil, :title => title, :size => [ 850, 600 ])
menu_bar = Wx::MenuBar.new
# The "file" menu
menu_file = Wx::Menu.new
menu_file.append(Wx::ID_EXIT, "E&xit\tAlt-X", "Quit this program")
menu...