n-stein

Results 201 comments of n-stein

> Think this should be: 253402300799 ~Must be a Unix thing? On Windows that converts to a wxDateTime of `9999-12-31T18:59:59`~

Ah, right. Timezone conversion...

That should fix both issues.

> right click and select "Find all transactions with Date '[date]'" will only find transactions without a time (00:00:00), transactions with a time set aren't displayed Good catch, I will...

Fixed right click filter and the cashflow reports.

Not a fix, but #5512 might help a little?

Tabulator works with the Edge backend ![mmex_rTCQJPIvXg](https://github.com/moneymanagerex/moneymanagerex/assets/16599929/72440fde-f72e-40cf-96cb-ad80e6f71773)

[745296d](https://github.com/n-stein/moneymanagerex/commit/745296d73c98f8ed836863eaca472df4eb6344ab) adds Edge compatibility, but only with wxWidgets 3.3.0 (current development branch). I'm still working on getting the VFS assets to load using Edge in the 3.2.x builds.

For those interested, a test version of MMEX built with wxWidgets 3.3 using the Edge backend can be found in builds on my `depends-wx3.3` branch. I try to keep this...

> this build still seems to use the IE renderer. Any ideas? Doh! There's a bug in my AppVeyor yml causing this. Will fix it shortly. > there is some...