LB Booster
« Print shortcut in texteditor control »
Welcome Guest. Please Login or Register. Apr 1st, 2018, 03:50am
ATTENTION MEMBERS: Conforums will be closing it doors and discontinuing its service on April 15, 2018. We apologize Conforums does not have any export functions to migrate data. Ad-Free has been deactivated. Outstanding Ad-Free credits will be reimbursed to respective payment methods.
Thank you Conforums members.
Speed up Liberty BASIC programs by up to ten times!
Compile Liberty BASIC programs to compact, standalone executables!
Overcome many of Liberty BASIC's bugs and limitations!
Print shortcut in texteditor control
« Thread started on: Aug 31st, 2016, 11:43am »
In Liberty BASIC a TEXT window has (by default) both a File menu and an Edit menu, whilst a TEXTEDITOR control has only an Edit menu. This gives rise to a somewhat anomalous situation in which you can't print the contents of a TEXTEDITOR control because the Print option appears in the File menu!
Unusually, LB 4 seems not to support the usual keyboard shortcut for Print (Ctrl+P) but LBB does so that provides a workaround: if you want to print the contents of a TEXTEDITOR control press Ctrl+P. You can use the same method for accessing the Load (Ctrl+L) and Save (Ctrl+S) options as well, although they may not be as useful.