xsharp.eu • [Visual Objects]: Implementation of ShellAutoComplete/SHAutoComplete
Page 1 of 2

[Visual Objects]: Implementation of ShellAutoComplete/SHAutoComplete

Posted: Fri Jan 21, 2022 10:21 am
by wriedmann
Hello,
is there someone that has implemented ShellAutoComplete on an SLE using own string values, and is willing to share it.
I have only found C++-Code like this here:
https://www.codeproject.com/Articles/23 ... lementatio
And sincerely, I have no idea how move that to the the VO GUI classes....
Wolfgang

[Visual Objects]: Implementation of ShellAutoComplete/SHAutoComplete

Posted: Fri Jan 21, 2022 11:22 am
by robert
Wolfgang,

My customer in Germany had something like that in the VO code.
I'll send you the address details of one of them. They may still have the original VO code that did that.
If I remember correctly it used an external DLL based on that example code.

Robert

[Visual Objects]: Implementation of ShellAutoComplete/SHAutoComplete

Posted: Fri Jan 21, 2022 11:40 am
by wriedmann
Hi Robert,
thank you very much!
Wolfgang

[Visual Objects]: Implementation of ShellAutoComplete/SHAutoComplete

Posted: Fri Jan 21, 2022 12:07 pm
by ic2
Hello Wolfgang,

I think we have what you want. Check your mail in which I show how it works/looks.

Dick

[Visual Objects]: Implementation of ShellAutoComplete/SHAutoComplete

Posted: Fri Jan 21, 2022 12:41 pm
by stecosta66
I'm interested too.

If anyone is willing to share their solution it would be greatly appreciated.

Ciao
Stefano

[Visual Objects]: Implementation of ShellAutoComplete/SHAutoComplete

Posted: Tue Jan 25, 2022 2:02 pm
by ic2
Hello Stefano,

I sent you a mail to an address I used years ago. Probably you are not attending that anymore.

If you are still interested, please mail me or let me know how I can reach you.

Dick

[Visual Objects]: Implementation of ShellAutoComplete/SHAutoComplete

Posted: Tue Jan 25, 2022 2:12 pm
by ArneOrtlinghaus
When we started to make the first prototypes I tried a little bit with these functions and decided not to use them.
The main reason was that it is difficult to make different selections for every different type of input, for example separated by orders, offers, ..
Now we have introduced something self-written. A listbox control is filled with previous values and displayed below the single line edit when it receives the focus. It was quite a lot of work and much code to insert, but it satisfies now all wishes. (The wishes grew immediately. For example inactive articles should be displayed in a different color, order numbers should be proposed for the correct order register, year. It is possible to mark entries as favorites that do not vanish anymore, the descriptions of the entries may be corrected when displaying them in the listbox,...).

Our solution is based on a (modified) set of the VO GUI-Classes and many classes on top of these.
If anyone is interested in code I can share it, but it needs time to study and implement it. Please contact me directly: Arne.Ortlinghaus@infominds.eu

Arne

[Visual Objects]: Implementation of ShellAutoComplete/SHAutoComplete

Posted: Wed Jan 26, 2022 4:23 am
by stecosta66
ic2 wrote:Hello Stefano,

I sent you a mail to an address I used years ago. Probably you are not attending that anymore.

If you are still interested, please mail me or let me know how I can reach you.

Dick
Hi Dick,

you can reach me at stea@libero.it

Thanks in advance!

ciao
Stefano

[Visual Objects]: Implementation of ShellAutoComplete/SHAutoComplete

Posted: Wed Jan 26, 2022 8:18 pm
by GlenT
Hi Dick,

I would be interested too. I tried to implement something a couple of years ago but with no luck. glent@pronamics.com.au

Cheers

Glen

[Visual Objects]: Implementation of ShellAutoComplete/SHAutoComplete

Posted: Wed Jan 26, 2022 8:56 pm
by ic2
Hello Glen, Stefano,

Check your mail. I sent a description with picture of 2 different autocomplete implementations we use. If any of these is what you mean I'll send you my code. Please let me know what you are after.

Dick