Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RCSCalendar Class
Message
From
16/06/2009 13:38:28
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01283517
Message ID:
01406421
Views:
284
Why is the container for this event coming out in the bottom left corner and getting chopped of? (See attached image, notice the RED event on June 18.)

I thought it might be because I am not using an image icon, but even when I add one, it still comes out funny.

Here is the code I am using, which I basically copied from your LargeCalendar sample scx.
    loEvent = thisform.pageFrame.page1.Calendar1.GetEventObject()
    loEvent.dDate = thisform.date3
    loEvent.cClickEval = [MESSAGEBOX('Pay Day is ' + TRANSFORM(loEvent.dDate))]
    loEvent.cImage = ''
    loEvent.cCaption = 'Pay Day'
    loEvent.nColor = Rgb(255,0,0)
    loEvent.cType = ''
    loEvent.uKey = 1
    thisform.pageFrame.page1.Calendar1.AddEvent(loEvent)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform