Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Calendar PopUp

    Hello,

    i have the problem that our are for days only. That means that they start at 0'o clock and ends 23:59 (for example, the most time it is for a few following days). Thats not a problem - thats right. But when the user select a date it shows a hint popup that 23 events start at the same time (before they click and see the details from my table Dialog with the specific data). I did not found a possibility to disable this feature - can anybody help me?

    Thank you and best regards,
    RBS2002

    #2
    for the people how do not know what i mean - i mean this popup (picture attatchment)

    i allready try

    Code:
    calendar.setShowQuickEventDialog(false);
    but it did not work....
    Attached Files

    Comment


      #3
      that's a tooltip, not a popup. :)

      http://forums.smartclient.com/showth...hlight=tooltip

      there's probably a nicer way to remove it if you search around. the other thing that comes to mind is to alter the CSS to hide it.

      Comment


        #4
        thank you - i think this is nice enought ;)

        Comment


          #5
          The solution is not so perfect as i thought ;) The problem is that the calendar forget the data after a month switch (yes, it is normal - you erase the data). Is there any solution to get noticed, maybe with the addDateChangedHandler (for example), that the user select a new month so i can reload the data?

          Thank you for help ;)

          Comment

          Working...
          X