2007-10-15 23:44 UTC
I have been coding in LISP for many years, but have stepped away from the dialog bog environment back in version 2000. Inserting menus and dealing with the new pbjects just proved to be too cumbersome to manage. I am, however, pleasantly surprised at the features of this Open Source tool. So, I'm highly motivated to get back into the game. My newbie problem:
I am trying to re-understand the interactions of events and how they relate to dialog boxes in general. To that end I have been poking around in the "Examples" folder and found the following on lines 46 & 47:
(IF g:bs_filelist
(PROGN (SETQ g:bs_filelist (VL-SORT g:bs_filelist '<))
I feel pretty dumb asking this, but what does the "G:" refer to? I know about the keyboard command syntax [e.g. "C:" for keyboard commands], it's just that I haven't come across this parrticular nomenclature before. Does this refer to a global command or variable?
Thank you, in advance, for the simple answer to this :)
directorypowerful
I am trying to re-understand the interactions of events and how they relate to dialog boxes in general. To that end I have been poking around in the "Examples" folder and found the following on lines 46 & 47:
(IF g:bs_filelist
(PROGN (SETQ g:bs_filelist (VL-SORT g:bs_filelist '<))
I feel pretty dumb asking this, but what does the "G:" refer to? I know about the keyboard command syntax [e.g. "C:" for keyboard commands], it's just that I haven't come across this parrticular nomenclature before. Does this refer to a global command or variable?
Thank you, in advance, for the simple answer to this :)
directorypowerful