#include "status.h" #include "status.m" #include "../../diajava/proto.h" void status_report() { xconf_notice (MSG_U(E_NOTDONE,"Not done yet!")); #if 0 DIALOG dia; SSTRING title,email; dia.newf_str ("title",title); dia.newf_str ("email",email); dia.newline(); dia.newf_info ("hello1","world2"); dia.newf_info ("hello2","world2"); dia.newf_info ("hello3","world3"); dia.newline(); SSTRINGS tb; tb.add (new SSTRING ("")); tb.add (new SSTRING ("")); tb.add (new SSTRING ("")); tb.add (new SSTRING ("")); tb.add (new SSTRING ("")); tb.add (new SSTRING ("")); static const char *titles[]={"row1","row2",NULL}; dia.newf_sheet("sheet",titles,tb); dia.gui_passthrough (P_Dispolast,"c 4 t 1"); int nof = 0; dia.edit ("dummy","",help_nil,nof); for (int i=0; iget()); } #endif }