Re[4]: Static image files

2019-05-13 Thread Илья Михайлов
Thanks a lot. I done it. You very helpful.


>Понедельник, 13 мая 2019, 12:35 +03:00 от Aditya Sharma 
>:
>
>As I said you have to move it to webapp.
>
>Refer
>framework/resources/templates/web.xml:55
>themes/common/webapp/images
>
>Thanks and Regards,
>*Aditya Sharma* | Enterprise Software Engineer
>HotWax Systems < http://www.hotwaxsystems.com/ >
>Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center, Indore,
>M.P 452010
>Linkedin: *Aditya Sharma* < https://www.linkedin.com/in/aditya-p-sharma/ >
>
>
>
>On Mon, May 13, 2019 at 2:50 PM Илья Михайлов < ghostrideri...@mail.ru >
>wrote:
>
>> i create folder images in the root.
>>
>>
>> Понедельник, 13 мая 2019, 12:06 +03:00 от Aditya Sharma <
>>  aditya.sha...@hotwaxsystems.com >:
>>
>> Hi,
>>
>> You will have to create a folder in webapp and add it to allowedPaths
>> specified in web.xml of your component.
>>
>> At what location, have you stored the images now?
>>
>>
>>
>> Thanks and Regards,
>> *Aditya Sharma* | Enterprise Software Engineer
>> HotWax Systems < http://www.hotwaxsystems.com/ >
>> Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center,
>> Indore, M.P 452010
>> Linkedin: *Aditya Sharma* < https://www.linkedin.com/in/aditya-p-sharma/ >
>>
>>
>>
>> On Mon, May 13, 2019 at 2:00 PM Илья Михайлов <
>>  ghostrideri...@mail.ru.invalid > wrote:
>>
>> Hallo!
>>
>> I have a lot of images and i want create folder to open this images in
>> ofbiz. But when i try to reach image by url, tomcat returns 404.
>> Please, show me the way to solve this problem.
>>
>>
>>
>> __
>> Разаработка и продвижение сайтов
>>  https://www.facebook.com/sitebuypodolsk/
>>


__
Разаработка и продвижение сайтов
https://www.facebook.com/sitebuypodolsk/  


Static image files

2019-05-13 Thread Илья Михайлов
Hallo!

I have a lot of images and i want create folder to open this images in ofbiz. 
But when i try to reach image by url, tomcat returns 404.
Please, show me the way to solve this problem. 


Plugin development with pure java

2019-05-07 Thread Илья Михайлов
Hallo!

Is it possible plugin or app development with pure java without xml?

Can you provide some examples please?

Regards, Ilya


Translate main menu items

2019-03-19 Thread Илья Михайлов
Hallo!

I try to find out how translate main menu item of my custom plugin.

I go to widgets folder and open menu file. See title.

name="MainAppBar" title="${uiLabelMap.PharmacyApplication}" 

I add PharmacyApplication key to config folder UiLabels with my translations, 
but nothing happened.

Where i go wrong?

And how i can hide menu item if i want to?

Thanks.Regards.