Jump to content


Photo

I can not install NxAutocompletion


  • Please log in to reply
4 replies to this topic

#1 santiago14

santiago14
  • Members
  • 25 posts

Posted 01 August 2014 - 07:49 PM

I can not install NxAutocompletion

When I install the Addons package only installs NxFocus.
I also NxAutocompletion.

When I install it tells me:
The following new components have been registered: TNxFocus.

Delphi XE5.

Thanks.

#2 santiago14

santiago14
  • Members
  • 25 posts

Posted 04 August 2014 - 03:42 PM

Lo solucioné:
Faltaban dos cosas en el NxAddonRun_xe5.dproj del instalador:

1) Faltaba poner "procedure register" en implementation.


procedure Register;
begin
RegisterComponents('Next Addons', [TNxAutoCompletion]);
end;

2) Declarar "procedure register" en interface


interface

...

procedure Register;

implementation

...

Listo. Gracias.


----------------------

Google say:
I solved it:
It was two things in NxAddonRun_xe5.dproj installer:

1) was missing put "procedure register" in implementation.


procedure Register;
begin
RegisterComponents('Next Addons', [TNxAutoCompletion]);
end;


2) Declare "procedure register" interface


interface

...

procedure Register;

implementation

...


Done. Thank you.

#3 santiago14

santiago14
  • Members
  • 25 posts

Posted 04 August 2014 - 04:05 PM

Likewise, the component does not work very well.
A shame, really would be a great solution.

I hope that future versions of the product improves.

#4 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 05 August 2014 - 12:41 AM

Hi,

I have decided to temporally disable this control until I fully solve its problems. It is heavily based on Windows API so I need to look carefully at it.
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#5 santiago14

santiago14
  • Members
  • 25 posts

Posted 05 August 2014 - 02:13 AM

Ok, Thanks.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users