Hello, how can I use the FXDebugTarget? As far as I understand that should be the way: ... connect_command = FXMenuCommand.new(server_menu, "Connect", :target => FXDebugTarget.new, :selector => ID_SHOW) ... But no messages are printed out... Thx, Thilko
On Tuesday 09 September 2008, Thilko Richter wrote:> Hello, > > how can I use the FXDebugTarget? As far as I understand that should be the way: > > ... > connect_command = FXMenuCommand.new(server_menu, "Connect", :target => > FXDebugTarget.new, :selector => ID_SHOW) > ... > > But no messages are printed out... >They should appear on the console, or on VC++ Output Window. If you''re on *nix, it should be on stderr. - Jeroen