Focal Point
[CLOSED] calendar position HTML layout painter

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/734109703

December 03, 2009, 08:15 AM
Mike Johnson
[CLOSED] calendar position HTML layout painter
I have searched for an answer but have not found anything that has helped. I have two calendar conrols on a HTML page that's located after a DIV section which I have hidden on load. After the user clicks on a control this section is unhidden and moves the section that as the calendar controls down accordingly. The problem is the calendar icon's stay put. Is there a way to reload them?

I tried using the following JS but I get a permisson denied error.
if(ibigblInitInfo.testOptions(dyncalendar)){
     setDateRange();
     setupDocCalendars();  

Thanks

This message has been edited. Last edited by: Kerry,
December 10, 2009, 02:40 PM
Kerry
Hi Mike,

Just checked with internals and I was told that, this is an issue already reported to programming for further research and fix. At the moment, there is no workaround available.

If preferred, you may open a case with Information Builders' Customer Support Services and report the issue again so the request for fix can be submitted to programming. You may either call at 1-800-736-6130, or access online at InfoResponse.

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
December 10, 2009, 03:05 PM
Mike Johnson
Thanks,
I decided to use my own calendar controls. Until this issue has been resolved.