[Visual Objects]: Implementation of ShellAutoComplete/SHAutoComplete

Public support forum for peer to peer support with related to the Visual Objects and Vulcan.NET products
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

[Visual Objects]: Implementation of ShellAutoComplete/SHAutoComplete

Post 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
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

[Visual Objects]: Implementation of ShellAutoComplete/SHAutoComplete

Post 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
XSharp Development Team
The Netherlands
robert@xsharp.eu
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

[Visual Objects]: Implementation of ShellAutoComplete/SHAutoComplete

Post by wriedmann »

Hi Robert,
thank you very much!
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
ic2
Posts: 1798
Joined: Sun Feb 28, 2016 11:30 pm
Location: Holland

[Visual Objects]: Implementation of ShellAutoComplete/SHAutoComplete

Post by ic2 »

Hello Wolfgang,

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

Dick
stecosta66
Posts: 44
Joined: Mon Sep 26, 2016 12:59 pm

[Visual Objects]: Implementation of ShellAutoComplete/SHAutoComplete

Post by stecosta66 »

I'm interested too.

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

Ciao
Stefano
ic2
Posts: 1798
Joined: Sun Feb 28, 2016 11:30 pm
Location: Holland

[Visual Objects]: Implementation of ShellAutoComplete/SHAutoComplete

Post 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
User avatar
ArneOrtlinghaus
Posts: 384
Joined: Tue Nov 10, 2015 7:48 am
Location: Italy

[Visual Objects]: Implementation of ShellAutoComplete/SHAutoComplete

Post 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
stecosta66
Posts: 44
Joined: Mon Sep 26, 2016 12:59 pm

[Visual Objects]: Implementation of ShellAutoComplete/SHAutoComplete

Post 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
User avatar
GlenT
Posts: 33
Joined: Fri Sep 25, 2015 7:35 pm

[Visual Objects]: Implementation of ShellAutoComplete/SHAutoComplete

Post 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
ic2
Posts: 1798
Joined: Sun Feb 28, 2016 11:30 pm
Location: Holland

[Visual Objects]: Implementation of ShellAutoComplete/SHAutoComplete

Post 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
Post Reply