CalendarXP.net Support Forum Index CalendarXP.net Support
Most forums here are private and invisible to public.
 
 FAQFAQ   SearchSearch   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

[PopCalendarXP]I got a "gfPop is undefined" error, what's wrong?

 
Post new topic   Reply to topic    CalendarXP.net Support Forum Index -> CalendarXP F.A.Q.
View previous topic :: View next topic  
Author Message
calendarxp
Site Admin


Joined: 30 Jan 2005
Posts: 409

PostPosted: Tue Feb 15, 2005 7:04 pm    Post subject: [PopCalendarXP]I got a "gfPop is undefined" error, what's wrong? Reply with quote

It means that the calendar engine has not yet been loaded when you try to popup the calendar.

Please check your calendar tag first and make sure the src property is pointing to the engine file with correct web path. Then you need to make sure there is no error generated during the engine loading process - for example, you might have a typo when modifying the theme or plugin, which will introduce a syntax error and fail the whole engine. The easiest way to check is to load your page into a Mozilla browser, then check its JavaScript Console to see if there were any errors being reported.

There is another possibility that you may see this error - if your page took a long time to load and the user tried to trigger the popup before the page is fully loaded. To avoid such error you need to prepend the "if(self.gfPop)" condition check to the onclick event handler, as we did in every demo. e.g.
Code:
<a onclick="if(self.gfPop)gfPop.fPopCalendar(...);else alert('Please wait until the page is fully loaded.'); return false;" ...>...</a>

_________________
Copyright 2003-2011 Idemfactor Solutions, Inc. All rights reserved.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    CalendarXP.net Support Forum Index -> CalendarXP F.A.Q. All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Copyright 2003- Idemfactor Solutions, Inc. All rights reserved.
Powered by phpBB © 2001, 2005 phpBB Group