cancel
Showing results for 
Search instead for 
Did you mean: 

Not displaying LOGO

Former Member
0 Kudos

Hello, I have created one Add-on and registered it. After registering, the LOGO is not displayed but before register the Add-on, it was displayed in the program.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

what is the LOGO that ur talking abt?? Plz explain.

Vasu Natari.

Former Member
0 Kudos

hi vasu,

actually we had created an menu item

for that we had kept an image as in sap

it is working when we are runing code but when we create it as an addon it is not displaying

please help me regarding this

Thanks and regards

basha

Former Member
0 Kudos

It depends on path what you have asssigned to menu for image. Try to load the image into addon directory.

Former Member
0 Kudos

Try to include into your SU_AddOn.INI setup file reference to ico, bmp files with logo.

An example.

All bold text need the ] and [

AddOn

exe=MYADDON.exe

dll1=Interop.SAPbobsCOM.dll

dll2=Interop.SAPbouiCOM.dll

dll3=Interop.MSComctlLib.dll

dll4=MY_Log.dll

dll5=MY_Utils.dll

dll6=DLL1.dll

xml1=MYFORM.xml

cfg1=MYADDON.exe.config

img1=LOGO16x16.bmp

img2=crystall16x16.bmp

img3=LOGO.ico

RegDll

UnRegDll

WinSys

RegDllSys

UnRegDllSys

Former Member
0 Kudos

Thanks for u r reply

we already tried. but we doesn't get the result

Former Member
0 Kudos

Is the Image located in the add on path. C:\Program Files\SAP\SAP Business One\AddOns\(Ur addon namespace)

Did u add the image while creating the installer..??

Vasu Natari.