| View previous topic :: View next topic |
| Author |
Message |
danf84
Joined: 14 Mar 2011 Posts: 14
|
Posted: Tue Sep 04, 2012 1:24 pm Post subject: File Save not working on new documents |
|
|
| Any idea why CTRL + S/File Save doesn't work when creating a new document? It appears grayed out. I sometimes create a document before I start editing it. It's a minor thing, but the logic of this feature - which seems like someone's clever idea - is beyond me. |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4638
|
Posted: Tue Sep 04, 2012 2:23 pm Post subject: |
|
|
danf84
Changed. Now "Save" will be available for a new unchanged document. |
|
| Back to top |
|
 |
FeyFre
Joined: 07 Aug 2007 Posts: 1888 Location: Vinnitsa, Ukraine
|
Posted: Tue Sep 04, 2012 4:04 pm Post subject: |
|
|
| Instructor, I hope it will be optional and NOT default behaviour? |
|
| Back to top |
|
 |
danf84
Joined: 14 Mar 2011 Posts: 14
|
Posted: Wed Sep 05, 2012 2:21 pm Post subject: |
|
|
| @FeyFre If it is to become optional, the default should be the standard behaviour (which is to be able to save even an empty document, for the purposes of creating the file physically). |
|
| Back to top |
|
 |
FeyFre
Joined: 07 Aug 2007 Posts: 1888 Location: Vinnitsa, Ukraine
|
Posted: Wed Sep 05, 2012 2:30 pm Post subject: |
|
|
danf84, save what? Nothing? You can do it without AP: | Code: | | copy nul "filename" |
Standard behaviour is "no changes - no urgency to save". Will you provide me and whoever ask you with extra flash devices, because of your "Standard behaviour" which is destructible for devices with limited write cycles? |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4638
|
Posted: Thu Sep 06, 2012 2:28 pm Post subject: |
|
|
FeyFre
All that was changed:
| AkelPad.c wrote: | | EnableMenuItem(hMainMenu, IDM_FILE_SAVE, (lpFrameCurrent->ei.bModified || !lpFrameCurrent->wszFile[0])?MF_ENABLED:MF_GRAYED); |
|
|
| Back to top |
|
 |
brad000123
Joined: 02 Nov 2012 Posts: 1 Location: new york
|
Posted: Fri Nov 02, 2012 6:14 am Post subject: |
|
|
| Instructor thank you tip work for me |
|
| Back to top |
|
 |
|