2011 May 12 8:56 AM
In my program i m using a Custom control for image. Above the Custom control i have a input field, the requirement is when i give pictrure's name then image will be shown up in that control. pictures are loaded in SE78. now problem is its working only 1st time. when i give 2nd input then this control is not loading second image, it is keeping 1st one. in my program i free the object but it is not working.
use these two methods.....
Picture->free picture
Picture->free
here Picture class type is CL_GUI_PICTURE.
i also free the container but it is not working
Container->free
Container class type is CL_GUI_CUSTOM_CONTAINER
In my program i m using a Custom control for image. Above the Custom control i have a input field, the requirement is when i give pictrure's name then image will be shown up in that control. pictures are loaded in SE78. now problem is its working only 1st time. when i give 2nd input then this control is not loading second image, it is keeping 1st one. in my program i free the object but it is not working.
use these two methods.....
Picture->free picture
Picture->free
here Picture class type is CL_GUI_PICTURE.
i also free the container but it is not working
Container->free
Container class type is CL_GUI_CUSTOM_CONTAINER
2011 May 12 9:45 AM
Hi.,
try using .,
picture->refresh
and load second picture again.
hope this helps u.,
Thanks & Regards
Kiran
2011 May 12 11:00 AM
2011 May 15 1:06 PM
it is solved,
container-> free.
it need to call in proper order.
good is Loading the image in PBO
and freeing the object in PAI
2011 Jun 14 1:36 PM
Hi Aitul
I also have the same requirement.
I have one screen '100' where I have created one subscreen to show the image from custom control screen 200.
How to achieve this functionality.
I am able to do when user clicks upload in screen 100, image is displayed on another acreen '200'.
I want to show the image on same screen.
Please guide me.
Regards,
Anubhav Gupta
2011 Jun 15 7:54 AM
Hi Aitul
I also have the same requirement.
I have one screen '100' where I have created one subscreen to show the image from custom control screen 200.
How to achieve this functionality.
I am able to do when user clicks upload in screen 100, image is displayed on another acreen '200'.
I want to show the image on same screen.
Please guide me.
Regards,
Anubhav Gupta
2011 Sep 27 9:01 AM
Hi anuvabh,
Sorry i didn't notice that u want some help from me about this matter. If that issue not yet resolved than please feel free to inform me.
Rupom