camste
11th January 2012, 10:31
I have a session where I add a toolbar with three icons. The problem in the desktop version is that when I open the session one of the icons (the bar code icon) is not entirely shown. Half of it "falls outside" of the toolbar.

In the webtop however it doesn't load all of the images for these icons. Only one of the icons has an image, the other two have the typical "broken image" icon.

The two icons that aren't loaded have been made by me and uploaded to the server, and added to Baan through the session ttadv2570m000. The first one was already stored.

The call to create the toolbar:
create.extra.toolbar( "exec.conf.order.line","whinh:approve"
,"exec.conf.full.order","cddev:approveall"
,"exec.start.scan","cddev:barcode"
)

mpfaender
11th January 2012, 11:27
Hi camste,

the icons have to be a GIF file with 16x16px and import the files into the correct package and modules (it is there where your session is). It should be working.

Best regards
Michael

v_kewl
11th January 2012, 12:58
Hi,

I faced this problem long before, but got it fixed by placing the icon files in a different path for webtop. You need to place the icons ".gif" files for webtop separately at the place where webtop was installed. Right now I don't remember the exact path, Once I will with my system I will let you know. As of now you can try searching the icon folders inside @webtop installation path.

Regards,
Gaurav

camste
11th January 2012, 13:59
Thank you.
Ok, I changed them to 16x16, and now there's no overflow. They are still not shown in the webtop however.
But why are the images not loaded in the webtop but only in the desktop? The images are loaded into the cddev module where my session also resides. (But it's still possible to use the icon from whinh in this session so it seems that it shouldn't matter if the file is in the same module.)

camste
11th January 2012, 14:11
Hi Gaurav,
Sorry, I didn't reload the page before posting my answer (which I had started writing before lunch) so I didn't see your reply. Thank you. I had no idea about that. It seems a bit strange that you need the file in two different places. I'll try to search a bit and see what I can find then. But if you find out something please tell me. I'll appreciate it :)

v_kewl
11th January 2012, 14:31
Hi,

You need to create a new folder for you any new packages or modules if it is not present for webtop.
Following is the standard path:

"C:\Infor\ERPLN\ese\Webtop\web\erp\images\wh\inh".

You need to check you webtop folder in your system then -->web then --> erp then images --> then create a new folder "cd" for package if not exist then --> create new folder "dev" for module if not exist and place you ".gif" file within last folder i.e., "dev".

Hope this will solve you problem :)

Regards,
Gaurav

camste
12th January 2012, 13:50
Thank you Gaurav! I was able to find the folder with your help. :) The folder path wasn't exactly the same as yours, but I found the path webtop\web\erp\images\ within one of the folders on the server, and after creating the cd and dev folders and transferring the files it works. :)

v_kewl
13th January 2012, 08:38
Hi,

Yes exactly in our system we had installed webtop @ C drive in above given path. Thanks for your feedback :)

Regards,
Gaurav