Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-08-03 Thread G R Hewitt
Thanks for the suggestions. *Did you happen to re-type it in the same session? * No. I delete to blank - triple click, delete. Left-click-hold-drag-delete (just in case I missed anything) *Maybe change it to just 'foo' or something. * I have already tried umpteen combinations. After each

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-08-03 Thread Adrien Monteleone
I use SQLite also and have used it to examine a few things in my GnuCash file, but not comparing transactions. Interesting on the copy-paste issue. Did you happen to re-type it in the same session? Maybe change it to just 'foo' or something. Exit. Reopen. Retype the description. If you

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-08-03 Thread G R Hewitt
It seems that it is that one transaction, so part mystery solved - not having 'test' at the end means everything works ok. I use SQLite for my back-end. The entry was a copy and paste from the online account description; but having said that I had previously deleted the entire description and

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-08-03 Thread Adrien Monteleone
I just tested a transaction with your exact 'Car Annual Test' description and it worked fine. And yes, I exited and restarted GnuCash just to be sure. I'm on Monterey 12.6.7 with a Late 2014 Mini, however. I'm curious, maybe there is something wrong with just the transaction itself? (since

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-08-03 Thread Adrien Monteleone
I just did the same on MacOS Monterey. (The OP is on Sierra) There was a Windows related freeze in 5.1 that was fixed in 5.2. Regards, Adrien On 8/3/23 9:15 AM, bern...@deprez.biz wrote: Haven't been fully following the convo but for what it's worth - I just tried to create a transaction and

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-08-03 Thread Adrien Monteleone
If so, it is inconsistent. Check a few messages above. G R 'tested' this out with several other descriptions containing the word 'test' and everything worked fine. It is just this one description freezing up as far as I'm aware. Regards, Adrien On 8/3/23 9:06 AM, R Losey wrote: This almost

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-08-03 Thread bern...@deprez.biz
Haven't been fully following the convo but for what it's worth - I just tried to create a transaction and used "test"or "Test" as Description - no locking or slowdown at all... I'm on 5.3 on Windows B. On 03/08/2023 10:06, R Losey wrote: This almost sounds like "test" is written into the

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-08-03 Thread R Losey
This almost sounds like "test" is written into the code as a (pardon) test case. I'm kind of wondering if anyone who uses "test" in the description will see it. Is it just "test" or are there other transactions? On Thu, Aug 3, 2023 at 7:55 AM G R Hewitt wrote: > If I put 'foo' at the end all

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-08-03 Thread G R Hewitt
If I put 'foo' at the end all works well. When I take 'foo' off the problem returns. Take out 'test' all works well. Just for the record, I close GC and restart it on each change when testing, just to make sure it isn't 'remembering' anything. On Thu, 3 Aug 2023 at 01:26, john wrote: > So if

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-08-02 Thread john
So if you create new entries with the word "test" it doesn't freeze but if you put "test" back into the "Car Annual Test" transaction it freezes? What happens if you create a new transaction with "Car Annual Test" for a description? My thought was that the position of "test" in that string

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-08-02 Thread G R Hewitt
I'm not so sure. Your reply prompted me to put it to the test, no pun intended. So I went back to the original entry and typed 'test' at the end of the description text. Lo and behold, the program froze on inputting 'tes' and also when deleting it the last 's' of the original entry. The truth is

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-08-02 Thread Adrien Monteleone
So no more freezing? That is indeed strange. Good to know it wasn't a problem with the search then. Regards, Adrien On 8/2/23 1:52 AM, G R Hewitt wrote: Good point. I trawled through my transactions and have plenty of 'non', 'stores', 'services' etc., so typed those to see how far they'd go.

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-08-02 Thread G R Hewitt
Good point. I trawled through my transactions and have plenty of 'non', 'stores', 'services' etc., so typed those to see how far they'd go. They were fine, no freezing. I've since created new transactions with 'test', 'Test', 'Test, test, test', restarted the program and everything works just

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-08-01 Thread Adrien Monteleone
John might laugh at me or be annoyed at my 'noise' but considering the details, and without even looking at the code, which is likely more noise and annoying, I had the initial suspicion that there is a loop problem and 't-e-s-t' is a problem because the 't' is repeated, causing an infinite

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-08-01 Thread G R Hewitt
I didn't understand the code, I just copied and pasted it. I did wonder about there being a random character as I copied and pasted it from the online account. I blitzed the description text in all occurrences and typed it in to make sure it was clean. Very strange that it is just (so far) 'Tes'

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-08-01 Thread john
Tesco is left out of the search by the `[^c]` term in the regular expression: It allows any character except c after "tes". The bit about Test is interesting. I was expecting the problem to be something other than a normal character; the implication is that it has something to do with the last

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-08-01 Thread G R Hewitt
With regards to my previous answer, I decided to delete the word 'Test' from 'Car Annual Test' and replaced it with 'NCT'. I could, in the first instance, only backspace delete the 's' of 'Test' as it froze. Then I entered the word 'Tesco' in the'Bank' register description and it went in just

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-31 Thread G R Hewitt
Okay John, done that. Search = [[:<:]]tes[^c] Returns two entries and the description for both is 'Car Annual Test' - which gives the 'Tes' in question. Oddly there are no 'Tesco' transactions - ought there to be, I should have thought so? The entries are: Bank > Prepayments Prepayments > Car

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-31 Thread john
We need to move this back to the list, your results are of general interest and I don't think that they reveal anything private. The matcher only tries to match on the beginning of words, so whatever is causing the problem starts with `tes` and `ates` won't match it. Let's try to find it: Open

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-30 Thread john
Following up on that, since you're on macOS there's a diagnostic option that's not readily available on other platforms: 1. Open /Applications/Utilities/Activity Monitor. Find GnuCash in the process list and select it. 2. Type a character in the description field of a new transaction to make

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-30 Thread Adrien Monteleone
Make sure your time zone and clock are correct on your system. Though if they weren't, I'd think more than one site wouldn't resolve correctly. If they are far off, you can get resolution errors like what you've seen. Regards, Adrien On 7/29/23 3:44 PM, AgedLace wrote: That didn't work for me

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread AgedLace
Will do!!! [also have rebooted ... several times] ... it *is* an old computer, but still.  LOL! Thank you again!  I appreciate everyone's time and eagerness to help! On 7/29/23 17:40, David Carlson wrote: Wow!  Just to read the wiki you could use a smartphone or a friend,s computer.  I am

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread David Carlson
Wow! Just to read the wiki you could use a smartphone or a friend,s computer. I am intrigued by odd problems like yours, so when you do solve it please let us know what you found. On Sat, Jul 29, 2023 at 4:28 PM David Carlson wrote: > AgedLace, > > If you haven't re-booted lately, do that

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread David Carlson
AgedLace, If you haven't re-booted lately, do that before trying again. On Sat, Jul 29, 2023 at 4:08 PM John Ralls wrote: > One needs a login only to edit pages, not to read. When you have time and > if the problem hasn't resolved itself, try opening a terminal window and > running `traceroute

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread AgedLace
My manjaro doesn't have traceroute. I tried 'ping' ... it did one line then stalled.  So, the problem must be on my end ... i just have no way to know what / how and you guys have far more important things to do then to help me troubleshoot my computer. THANK YOU for trying!!! On 7/29/23

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread John Ralls
It might feel the same but it's very much not the same. The quickfill is quite different on 5.x from previous versions. Regards, John Ralls > On Jul 29, 2023, at 11:21 AM, Chris Green wrote: > > On Sat, Jul 29, 2023 at 09:59:37AM -0700, john wrote: >> For bug-filing instructions see >>

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread John Ralls
One needs a login only to edit pages, not to read. When you have time and if the problem hasn't resolved itself, try opening a terminal window and running `traceroute wiki.gnucash.org`. If it prints more than 3 lines of * * * then kill it with control-C. Regards, John Ralls > On Jul 29,

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread John Ralls
That's interesting, yours is the first report of this on macOS. Regards, John Ralls > On Jul 29, 2023, at 12:59 PM, G R Hewitt wrote: > > Hi John, I am using MacOS High Sierra 10.13.6 2010 MacPro 5.1 > > On Sat, 29 Jul 2023 at 18:00, john wrote: > >> For bug-filing instructions see >>

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread AgedLace
That didn't work for me either.  I have no idea what it could be.  And I'm not able to spend any more time on it right now. Thank you all for your input and suggestions and help!!! On 7/29/23 16:27, David Carlson wrote: AgedLace, Try using private or incognito mode with your browser. I

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread AgedLace
Thank you - I will try that. On 7/29/23 16:27, David Carlson wrote: AgedLace, Try using private or incognito mode with your browser. I just tried with Brave in Incognito mode and got right in to wiki.gnucash.org. no login required. I have been having issues lately with overly agressively

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread David Carlson
AgedLace, Try using private or incognito mode with your browser. I just tried with Brave in Incognito mode and got right in to wiki.gnucash.org. no login required. I have been having issues lately with overly agressively protective programs like MacAfee in my Windows machine. My Linux machine

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread G R Hewitt
Oh, and sorry, I installed from the dmg install off the supplied link re: the upgrade to 5.3. On Sat, 29 Jul 2023 at 18:00, john wrote: > For bug-filing instructions see > https://wiki.gnucash.org/wiki/Bugzilla#Commenting_on_existing_bugs_or_entering_new_ones > . > > Chris Green and G R Hewitt,

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread AgedLace
I even went to gnucash.org and clicked on the "wiki" link.  I get the exact same error. On 7/29/23 15:51, David H wrote: Must be something at your end, both links are working fine for me. Cheers David H. On Sun, 30 Jul 2023 at 04:20, AgedLace wrote: Unfortunately, I'm getting the

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread G R Hewitt
Hi John, I am using MacOS High Sierra 10.13.6 2010 MacPro 5.1 On Sat, 29 Jul 2023 at 18:00, john wrote: > For bug-filing instructions see > https://wiki.gnucash.org/wiki/Bugzilla#Commenting_on_existing_bugs_or_entering_new_ones > . > > Chris Green and G R Hewitt, what OS/distro are you running

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread AgedLace
I've tried Firefox, Brave and Chromium browsers ... all other sites are working fine, just the wiki.gnucash.org site refusing connection. Question? Does one need to login to the wiki? On 7/29/23 15:51, David H wrote: Must be something at your end, both links are working fine for me. Cheers

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread David H
Must be something at your end, both links are working fine for me. Cheers David H. On Sun, 30 Jul 2023 at 04:20, AgedLace wrote: > Unfortunately, I'm getting the following error message. > > This site can’t be reached > > wiki.gnucash.org refused to connect. > > > > On 7/29/23 12:59,

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread Chris Green
On Sat, Jul 29, 2023 at 09:59:37AM -0700, john wrote: > For bug-filing instructions see > https://wiki.gnucash.org/wiki/Bugzilla#Commenting_on_existing_bugs_or_entering_new_ones. > > > > Chris Green and G R Hewitt, what OS/distro are you running and how did you > install GnuCash? > I'm

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread AgedLace
Unfortunately, I'm getting the following error message. This site can’t be reached wiki.gnucash.org refused to connect. ​ On 7/29/23 12:59, john wrote: For bug-filing instructions see https://wiki.gnucash.org/wiki/Bugzilla#Commenting_on_existing_bugs_or_entering_new_ones. Chris

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread AgedLace
My Window Manager is XFCE. Thank you for your support.  It is greatly appreciated!! On 7/29/23 12:59, john wrote: For bug-filing instructions see https://wiki.gnucash.org/wiki/Bugzilla#Commenting_on_existing_bugs_or_entering_new_ones. Chris Green and G R Hewitt, what OS/distro are you

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread john
For bug-filing instructions see https://wiki.gnucash.org/wiki/Bugzilla#Commenting_on_existing_bugs_or_entering_new_ones. Chris Green and G R Hewitt, what OS/distro are you running and how did you install GnuCash? For all three of you, what Window Manager (e.g. Gnome, XFCE, Mate, etc.) are you

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread AgedLace
Can you point me in the direction needed in order to file the bug-report? Thank you! On 7/29/23 08:26, Adrien Monteleone wrote: Sorry, indeed, I missed that. Consider stepping back to 4.14 in that case. But also consider filing a bug report for sure so it can be addressed. Regards, Adrien

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread G R Hewitt
I don't know if it unfreezes in those few seconds, I just click in the line above after a few seconds - it may be the clicking in the line above that unfreezes it. Next time it freezes I will try it with out waiting to see. On Sat, 29 Jul 2023 at 13:09, AgedLace wrote: > I have waited several

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread AgedLace
This is my experience as well.  Previous versions didn't have this issue. On 7/29/23 08:23, G R Hewitt wrote: I'm using 5.3 and have the issue - I didn't on 5.2 and before. On Sat, 29 Jul 2023 at 12:56, Adrien Monteleone < adrien.montele...@lusfiber.net> wrote: I seem to recall a bug fix for

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread Adrien Monteleone
Sorry, indeed, I missed that. Consider stepping back to 4.14 in that case. But also consider filing a bug report for sure so it can be addressed. Regards, Adrien On 7/29/23 7:09 AM, AgedLace wrote: As i mentioned, my repository has version 5.3-1.  This is the version I am using.

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread G R Hewitt
I'm using 5.3 and have the issue - I didn't on 5.2 and before. On Sat, 29 Jul 2023 at 12:56, Adrien Monteleone < adrien.montele...@lusfiber.net> wrote: > I seem to recall a bug fix for a similar freezing issue in the > Description field on Windows systems. I believe that was implemented for >

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread AgedLace
My issue is that, yes, I can retreat and go back, but it still freezes after adding 1 character.  I have to retreat and go back for nearly ever single character in my description ... REALLY annoying!! On 7/29/23 07:06, Chris Green wrote: On Sat, Jul 29, 2023 at 09:28:40AM +0100, G R Hewitt

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread AgedLace
As i mentioned, my repository has version 5.3-1.  This is the version I am using. Thank you. On 7/29/23 07:55, Adrien Monteleone wrote: I seem to recall a bug fix for a similar freezing issue in the Description field on Windows systems. I believe that was implemented for 5.2. If you aren't

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread AgedLace
I have waited several seconds, but it doesn't unfreeze.  I'll try to pay closer attention. Thanks On 7/29/23 04:28, G R Hewitt wrote: I have the same problem, but so far, only when entering 'tes' for 'Tesco', when it just freezes. I wait a few seconds then click in the line above, then back

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread Adrien Monteleone
I seem to recall a bug fix for a similar freezing issue in the Description field on Windows systems. I believe that was implemented for 5.2. If you aren't on 5.2/5.3, I'd suggest giving it a try to see if the issue is resolved. Otherwise, perhaps step back to 4.14 for now. Regards, Adrien

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread Chris Green
On Sat, Jul 29, 2023 at 09:28:40AM +0100, G R Hewitt wrote: > On Sat, 29 Jul 2023 at 09:03, Chris Green wrote: > > > On Fri, Jul 28, 2023 at 10:48:37PM -0400, AgedLace wrote: > > > Hello, > > > > > > Recently, I've been having a problem entering Descriptions for my > > > transactions. > > > > >

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread G R Hewitt
I have the same problem, but so far, only when entering 'tes' for 'Tesco', when it just freezes. I wait a few seconds then click in the line above, then back to the original and it works. On Sat, 29 Jul 2023 at 09:03, Chris Green wrote: > On Fri, Jul 28, 2023 at 10:48:37PM -0400, AgedLace

Re: [GNC] Unable to enter data in "Description" field of a Transaction

2023-07-29 Thread Chris Green
On Fri, Jul 28, 2023 at 10:48:37PM -0400, AgedLace wrote: > Hello, > > Recently, I've been having a problem entering Descriptions for my > transactions. > > At first, I could only enter 3 characters, then it would lock up. > > Now I can only enter 1. > > All other fields seem to be working

[GNC] Unable to enter data in "Description" field of a Transaction

2023-07-28 Thread AgedLace
Hello, Recently, I've been having a problem entering Descriptions for my transactions. At first, I could only enter 3 characters, then it would lock up. Now I can only enter 1. All other fields seem to be working just fine.  The only field I'm having difficulties with is the Description.