Page 1 of 1

Problem with icon

PostPosted: 22 Oct 2013 10:39
by O.Germeau
I create panellist at runtime. I use PictureOptions.Picture.Url.
With Firefox, all work well
But with Safari, Chrome and IE, the first time I create a panellist, there is no icon display and All the next time, the icons are displayed.
If i use PictureOptions.icon, all work well.

Any idea ?

Re: Problem with icon

PostPosted: 22 Oct 2013 10:55
by Alexander Bulei
Hi Germeau,

O.Germeau wrote:I create panellist at runtime. I use PictureOptions.Picture.Url.
With Firefox, all work well
But with Safari, Chrome and IE, the first time I create a panellist, there is no icon display and All the next time, the icons are displayed.
If i use PictureOptions.icon, all work well.

Any idea ?


Do you use IWCGPanelList.AjaxReRender?

Best Regards.

Re: Problem with icon

PostPosted: 22 Oct 2013 11:52
by O.Germeau
For now, It is not possible.
I have a region for the workspace. In this region I create JQFrame.
In the constructor of frame, i create CGPanelList. At this level, If i use PanelList.AjaxReender, i have a error. It's normal.

In this case, how do a ajaxreender ?

Re: Problem with icon

PostPosted: 22 Oct 2013 12:00
by Alexander Bulei
Hi Germeau,
O.Germeau wrote:For now, It is not possible.
I have a region for the workspace. In this region I create JQFrame.
In the constructor of frame, i create CGPanelList. At this level, If i use PanelList.AjaxReender, i have a error. It's normal.

In this case, how do a ajaxreender ?


Can you send simple demo please?
I will check this...

Best Regards.

Re: Problem with icon

PostPosted: 22 Oct 2013 13:27
by O.Germeau
This is The demo source

Re: Problem with icon

PostPosted: 22 Oct 2013 13:28
by O.Germeau
This the appli folder for the demo

Re: Problem with icon

PostPosted: 22 Oct 2013 17:11
by Alexander Bulei
Hi Germeau,

Fixed in V1.8.0.3062.

Thanks.

Best Regards.

Re: Problem with icon

PostPosted: 23 Oct 2013 08:38
by O.Germeau
I confirm that the V1.8.0.3062 solve the problem.
Thanks