in gtwin line 105 reads /* To disable mouse, initialization was made in cmdarg.c */ static BOOL b_MouseEnable = TRUE;but //nomouse is not honored. is xharbour's gtwin reads if( hb_dynsymFind( "HB_NOMOUSE" ) ) { b_MouseEnable = FALSE; } so if there is a function hb_nomouse in existents b_MouseEnable will initialize to False. can this be implemented in Harbour too
I don't like such symbol hacks, so if possible we should fine some proper solution for this. An API call, or a hb_gtInfo() setting. Can you tell some more on //nomouse? I can't find any reference to it in C53 (not even undocumented). Brgds, Viktor _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
