TAdvLockApp Abort(?)

Hi All!

Is there a method or property to abort when AdvLockApp starts locking application?
I want to interrupt the blocking process in certain conditions.
Best Regards
Francisco Alvarado

We'll add an UnLock public method in the next update.

I also have problems with this component (C++ Builder 10.2):

1) Create a new VCL Forms application and place TAdvLockApp component. Upon running the application it gives a linker error:
[ilink32 Error] Error: Unable to open file 'UNIT1.DFM'

2) Cannot delete the component from the form. Error:
'Bitmap image is not valid'

  1. Can you make sure your library path includes the folder where the TMS Component Pack source files are located
    2) We traced & solved this issue. The next update will address this

Yes. Path is OK. Other components don't cause any problems when placed on the form. 

I cannot see such problem here. Not from C++Builder, not from Delphi.
Did you try to add this component to a form in a new application?

Yes. Like I described under "1)"

1) Create a new VCL Forms application and place TAdvLockApp component. Upon running the application it gives a linker error:
[ilink32 Error] Error: Unable to open file 'UNIT1.DFM'

If TAdvLockApp component is not added to the form then the compile is OK.

If I try it with Delphi I get:
[dcc32 Error] E2161 Error: RLINK32: Error opening file "C:\Users\Zeljko\Documents\Embarcadero\Studio\Projects\Unit1.dfm"

Also, when I try to save the project that contains the component I get

'Bitmap image is not valid'

both in C++ Builder & Delphi

Following these steps, I do not see a problem here.
Do you have another machine with which you can test?

That problem is internally already fixed. The next update will address this.

On my second machine I don't have any of these two problems..

I would suggest to uninstall the components, make sure ALL files are removed (in case you made manually compiles of packages) and then reinstall.

I had this error: "Bitmap image is not valid", but I assigned a new icon to the LockedIcon and set

AdvLockApp1.UnLockedIcon := Application.Icon;

Francisco Alvarado

Thank you Bruno.

As always: great support!
Francisco Alvarado

That will be fixed in the next update.