TIWDBAsyncNavigator1 with owns pictures

Hello,

I'm using a TIWDBAsyncNavigator component and I try to use my own pictures for the buttons...
So in the CustomImages property I've placed this :
               Cancel_Enabled
                                 Filename = DBNAV_CANCEL_B.jpg 
I've placed the DBNAV_CANCEL_B.jpg  both in wwwroot and Templates directory...
But I never sever see my picture in the cancel button when running... Still have the original picture...

How can I change the picture to get my own pictures instead , please ?
With best regards,
Herv?

Did you try to put the image in the Files subfolder of wwwroot?

Hello,

Yes, I've Placed jpg files into wwwroot\Files
and wwwroot...
and property  Button Type is : btImage

But still don't see them when application is running...

Do you have a sample for the TIWDBAsyncNavigator with picture to replace the standard button...?

With best regards...

Can you look at the generated HTML and the image URL rendered and check from there why this image URL is not resolved ?

Big thank you Mr Fierens : with url it works fine if we place the picture Inside wwwroot directory...
Son I won't use filename property, but I will now use URL property ...

Thank you again for your very good support !

With best Reagards,
Herv?