Jump to content

dcon

Level 3
  • Posts

    219
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by dcon

  1. On 2/22/2021 at 12:12 PM, PinkElephant said:

    This clearly says if an app is not running in S mode, it is expected behavior due to the restrictions applied, and not a bug.

    I think the issue is that the Windows Store offers EN when in S mode. I remember a thread a while back where EN acknowledged v10 doesn't work right. (I thought I saw a post saying it was resolved, but - what were we talking about again?)

    v6 does not work in S mode. As far as I know, no "centennial" apps do (the whole security issue).

  2. 20 hours ago, Vassilios said:

    So long story short, is there a plan to address this colossal issue?

    That's by design. So it can continue syncing in the background. V6 did that too - you had to do a File->Exit to really close (unless Sync-In-Background was turned off, then the 'X' would close EN). I don't run v10, so I don't know if the same thing works in v10.

  3. 7 hours ago, maattaa said:

    That's great, thanks!

    But why only for Global shortcuts? 

    For example Ctr + N (new note) is also no good in Poland. 

    I would like to decide about all shortcuts and adjust it to my preferences. 

    Legacy didn't allow customizing the non-global shortcuts either. However, they should only be active when the application has focus so they shouldn't affect other applications. (Note, I don't run v10 so I can't check)

  4. On 2/8/2021 at 5:54 AM, PinkElephant said:

    because it meant to rewrite the whole app

    (waves hand) I was looking into at least making more things respond to the current dark "theme" that's there now. Talk about spiraling down a rabbit hole... I remember the list control (the one with columns) gave me particular issues that I never resolved. Had to go back to fixing existing bugs about that time.

  5. On 1/29/2021 at 5:28 PM, gazumped said:

    Hi.  6.25 is 'legacy' but will upgrade to v10 if you decide to try it.  Once updated to v10 you will be able to ADD the 'older version' download referenced above and get back to 6.25 as an additional option.  Basically your choice is either NOT to upgrade,  or to upgrade,  then step back to the older version.  Your choice...

    Thought of another choice: leave v6 alone and install the Store version of v10. Because it's a store app, it shouldn't affect your v6 install at all. (Caveat: I have not tried this.)

    • Like 1
  6. On 1/31/2021 at 12:41 PM, Kukurin said:

    many forums like this are observed by company staff who respond to critical comments

    This one is too. But what we (users) consider critical can easily be different from what the company does. And often there simply is no good response to some the of criticisms, so they refrain. (Yes, I know from personal experience - I worked there for 6 years. Some of us were a little more willing to post here than others.)

  7. On 12/29/2020 at 8:53 AM, Chris B2 said:

    I used Evernote for a while and then got a pop-up saying "Is my.name+evernote@domain.com still your email address?" I tried to change it to just my.name@domain.com however nothing happened when I tried.

    Something to be aware of - as far an EN is concerned, "name+tag@address" and "name@address" are 2 completely different accounts. (As an ex-evernote employee, that was a great way to create a bunch of test accounts)

    • Like 2
  8. On 12/31/2020 at 3:20 PM, DLStreit said:

    There's no title bar and no title bar controls like all Windows 10 windows have

    It sounds like somehow the size of the window was made larger than the screen. I don't run v10 (you can take v6 from my cold dead keyboard!) so I don't know if this will work - press alt+spacebar (brings up system menu), use arrows keys the select 'Move' (press return), press any arrow key (to start the move), then use the mouse to get the caption visible. You should be able to resize it then. This should work with any windows program - unless the program is doing something truly funky.

    This even works when a program thinks it is located a million miles off-screen. (I used to have to do that regularly with Firefox many years ago)

  9. On 12/26/2020 at 10:39 AM, eric99 said:

    However, when importing the complete database from scratch, the GUID is perfectly useful to reconstruct the complete note graph.

    'Clairvoyance' is not that difficult if a two pass importer is implemented or something like that.

    Well, yeah, if you completely rewrite export/import then anything can be done! :)

    Even just adding the note's GUID to the export is not sufficient - because the current export has no notebook information. If you modified the import procedure to allow selecting multiple enexs and assigning each to a notebook on import, then you could reconstruct the graph. That's not an insignificant task. (Yes, I've worked on that code in the past - v6, never worked on v10 before I left)

  10. 15 hours ago, tavor said:

    This is a failure on the part of Evernote. Would have been so easy to include GUIDs in the enex spec. 

    Except for one very important fact. When you import an enex back into Evernote, it is created as a new note. So that old GUID is basically useless. Ok, you could keep a complete history of every GUID a note has had. But now when you import that, do you want to link to the old (possibly existing note)? Or to the note that's in the enex that you're going to import in a couple minutes? Clairvoyance is hard!

    And, no, importing a note back in with the same idea would be a very bad idea. What happens if that old note exists? What happens if you're offline and that note does not exist locally but does exist on the server?

    As you can see, it's not a simple issue.

    (BTW: Note GUIDs are assigned by the server - never by the local app - even when you're offline.)

    • Like 1
×
×
  • Create New...