Displaying 1 result from an estimated 1 matches for "payparse_pag".
Did you mean:
  payparse_page
  
2008 Jan 16
2
Question about WxNotebook, threads, and GUI refreshing
..."Acct. Report", true, 0)
        gsbis_page = add_page(GSBISPanel.new(self), "Inv. Scan", true, 0)
        mpa_page = add_page(MPAPanel.new(self), "Product Addition", true, 0)
        msrpc_page = add_page(MSRPCPanel.new(self), "SRP Change", true, 0)
        payparse_page = add_page(PayParsePanel.new(self), "Payroll 
Report", true, 0)
      
        set_selection(0)
    end
end
class MyApp < Wx::App
    def on_init
        frame = Wx::Frame.new(nil, :size => Wx::Size.new(686, 303), 
:title => "MultiTool")
        notebook = MainNB.new(...