AlpineSoft Support Forums

Forum List => Technical Support => Topic started by: Steve Crook on April 14, 2023, 11:56:56 AM

Title: V13 Autocomplete woes
Post by: Steve Crook on April 14, 2023, 11:56:56 AM
On Windows 11.

A couple of examples:

Also, is there any way to switch off the dialog animations? <<<< Belay that, I found the option in the settings.

Title: Re: V13 Autocomplete woes
Post by: Paul Sanders (AlpineSoft) on April 14, 2023, 06:16:04 PM
Hi Steve,

I can't reproduce #1 (I tried quite hard).  Does it always happen?

I can reproduce #2.  We'll look into it for the next release (which won't be long in coming!).

Have you come across any other examples while we're at it please?  Thx.

-----

PS: For #2, copy and paste into the value field for now.
Title: Re: V13 Autocomplete woes
Post by: Steve Crook on April 14, 2023, 07:03:29 PM
I've done a series of screen prints, perhaps it'll make easier to see the genre droplist contents and reproduce. I suspect you have to have the right things in the drop list...   

Genre_1.jpg
Genre_2.png
Genre_1.jpg
Title: Re: V13 Autocomplete woes
Post by: Paul Sanders (AlpineSoft) on April 14, 2023, 07:14:00 PM
I suspect you're right.  BRB
Title: Re: V13 Autocomplete woes
Post by: Paul Sanders (AlpineSoft) on April 14, 2023, 07:26:42 PM
Hmmm, I'm still struggling.  Could you send me your .MCF file please?  The autocompletions are in there. 

Please send it to:

p DOT sanders AT alpinesoft DOT co DOT uk

Thx.
Title: Re: V13 Autocomplete woes
Post by: Steve Crook on April 17, 2023, 07:49:56 PM
Back in the Custom Tags dialog it appears that hitting return in the value field can cause the value to be updated with " - ".

So typing Gar<return> gives me Gar - IF there's something in the droplist that matches what's been typed so far.

Or that's what it looks like. I'm guessing this will be the same for anything using this autocomplete mechanism???
Title: Re: V13 Autocomplete woes
Post by: Paul Sanders (AlpineSoft) on April 17, 2023, 08:12:00 PM
Don't worry, we're in the process of sorting it out.  The existing code is a bit dumb, basically.  It wants to help you with things like [Album Artist] - [Album Title], but it goes too far.
Title: Re: V13 Autocomplete woes
Post by: Steve Crook on May 05, 2023, 11:14:14 AM
Something I just noticed, it's not possible to type any of !"& into a value field in the custom tags dialog.
Title: Re: V13 Autocomplete woes
Post by: Paul Sanders (AlpineSoft) on May 05, 2023, 02:09:20 PM
Yep, we've fixed that in our working version here.  Sorry what you currently have is so buggy - not our finest hour.  One reason the new release isn't out yet is that we are testing it more thoroughly this time.
Title: Re: V13 Autocomplete woes
Post by: Steve Crook on May 05, 2023, 02:42:00 PM
Not a problem. In a former life I was a UI developer there's almost as much work in developing the code to manage test cases as there is in writing the code you're going to sell. And of course it's not unknown for the test cases to have bugs too...
Title: Re: V13 Autocomplete woes
Post by: Steve Crook on July 29, 2023, 04:53:56 PM
Ho hum. This is 13.1.3 on Windows 11, but I saw it in 12.* on Windows 11 but didn't realise what was going on.

Custom Tags dialog. Type into the Value area. If you completely type a value that exists in the history and press return the value you typed is blanked. If you type part and select it from the history and press return the value stays.

Or at least that's my impression...
Title: Re: V13 Autocomplete woes
Post by: Steve Crook on July 29, 2023, 05:46:48 PM
The time period to edit passed. I have this to add...

In the history there's "Jo Stafford; Gordon McRae" , I type "Jo Stafford" and hit return, it goes blank. I select the history value, delete "; Gordon McRae", press return, it blanks. Type "Jo Staffordy", press return it's saved. Then select and edit to remove the Y, press return, it blanks.

Of course I can just click away to save the value I want, so this is inconvenient, not fatal :)
Title: Re: V13 Autocomplete woes
Post by: Paul Sanders (AlpineSoft) on July 29, 2023, 10:31:37 PM
Hi Steve,

OK, I can reproduce it, I'll take a look (this area of the code is very fiddly!).  In the meantime, if you tab away from the cell rather than pressing return then it works.
Title: Re: V13 Autocomplete woes
Post by: Paul Sanders (AlpineSoft) on July 30, 2023, 02:56:31 PM
Update: This is now fixed in our working version here.  I won't make a release straightaway unless you're desperate (as I say, the fact that the TAB key works takes away most of the pain).  Thanks for reporting it.