debug = ( parser.Found(_T("d")) );
quiet = ( parser.Found(_T("q")) );
help = ( parser.Found(_T("h")) );
- graphical_dialog = ( parser.Found(_T("g")) );
+ graphical_dialog = ( parser.Found(_T("wxcommandlineg")) );
text_dialog = ( parser.Found(_T("t")) );
no_console = ( parser.Found(_T("N")) );
// main frame
bool wxBBIApp::OnInit( )
{
+//Borrame
+//FILE *ff; ff = fopen ("/tmp/wt.log","a+"); fprintf(ff,"EED wxBBIApp::OnInit\n"); fclose(ff);
+
// std::cout << "OnInit"<<std::endl;
wxApp::OnInit();
#ifdef __WXGTK__
if (cmd.debug) bbtk::MessageManager::SetMessageLevel("all",9);
+//Borrame
+//printf ("EED bbi wxBBIApp::OnInit .....................\n");
+cmd.input_file.push_back("/home/davila/Borrame/testwt.bbs");
+
+
bbtk::WxGUIConsole *I = new bbtk::WxGUIConsole(0,_T("bbi"),wxSize(800,600));
SetTopWindow(I);
if (cmd.console) I->Show(true);
// you need to use the linker option "/subsystem:console" and the following code:
int main(int argc, char* argv[])
{
+
+//Borrame
+//FILE *ff; ff = fopen ("/tmp/wt.log","a+"); fprintf(ff,"EED main C\n"); fclose(ff);
+
return WinMain(::GetModuleHandle(NULL), NULL, ::GetCommandLine(), SW_SHOWNORMAL);
}
int main(int argc, char* argv[])
{
+
+//Borrame
+//FILE *ff; ff = fopen ("/tmp/wt.log","a+"); fprintf(ff,"EED main A\n"); fclose(ff);
+
wxMessageOutput::Set( new wxMessageOutputBest );
wxCmdLineParser parser(cmdLineDesc,argc,argv);
std::cout << "BBI (Black Box Interpreter) - bbtk "
<< bbtk::GetVersion()<< " - (c) Creatis 2007"
<< std::endl;
+//Borrame
+//FILE *ff; ff = fopen ("/tmp/wt.log","a+"); fprintf(ff,"EED main B\n"); fclose(ff);
bbtk::Interpreter::Pointer I = bbtk::Interpreter::New();
if (argc==1)
//this->useStyleSheet("css/demo.css");
// this->require("http://get.goXTK.com/xtk_edge.js");
- this->require("http://get.goXTK.com/xtk_xdat.gui.js");
+// this->require("http://get.goXTK.com/xtk_xdat.gui.js");
+ this->require("xtk_xdat.gui.js");
+
//this->require("http://get.goXTK.com/xtk.js");
this->require("xtk.js");
- //this->require("xtk_xdat.gui.js");
+
this->useStyleSheet("styleWT.css");