gbNotes (Discussion)
#7
(Yesterday, 05:06 AM)Gary Beene Wrote: Howdy, Stuart!

Thanks for the feedback!  I had placed all icons in "icons\" and failed to change the #Resurce statements to something like this...

Code:
#Resource Icon xlogo, "icons\n.ico"

I also just added some lines to resolve the error - caused by not including a default crm.txt in the distribution.

Yep, that fixed it Smile

I was going to suggest a timestamp, but looking at the source code Ctrl+D is already there Smile

Suggest update (quick and dirty version Smile )

'
Code:
      CASE %WM_COMMAND
        CASE %WM_HELP
            LOCAL ws AS WSTRING
            ws = "Ctrl+Del  Delete"
            ws &= $LF & "Ctrl+D  InsertDate"
            ws &= $LF & "Ctrl+E  ShowAll"
            ws &= $LF & "Ctrl+F  SearchDown"
            ws &= $LF & "Ctrl+I  InsertDelimiter"
            ws &= $LF & "Ctrl+R  SetFocusRE"
            ws &= $LF & "Ctrl+M  Mute"
            ws &= $LF & "Ctrl+N  NextREDown"
            ws &= $LF & "Ctrl+S  SaveCFN"
            ws &= $LF & "Ctrl+Shift+F  SearchUp"
            ws &= $LF & "Ctrl+Shift+s  SaveAll"
            ? ws,, "Hotkeys"
'
Reply


Messages In This Thread
gbNotes (Discussion) - by Gary Beene - 09-03-2025, 09:05 PM
RE: gbNotes (Discussion) - by Stanley Durham - 09-03-2025, 10:34 PM
RE: gbNotes (Discussion) - by Gary Beene - 09-03-2025, 10:38 PM
RE: gbNotes (Discussion) - by Stanley Durham - 09-03-2025, 11:41 PM
RE: gbNotes (Discussion) - by Stuart McLachlan - Yesterday, 03:30 AM
RE: gbNotes (Discussion) - by Gary Beene - Yesterday, 05:06 AM
RE: gbNotes (Discussion) - by Stuart McLachlan - Yesterday, 05:25 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)