Giter Club home page Giter Club logo

Comments (5)

trqvinh90 avatar trqvinh90 commented on July 20, 2024

I had a same problem : can not change background of a special date :(

from xamforms.controls.calendar.

rebeccaXam avatar rebeccaXam commented on July 20, 2024

Please try version 1.1.1 some problems with the special dates have been solved in that version.

Example on how to use the patterns: https://github.com/rebeccaXam/XamForms.Controls.Calendar/blob/master/Example/CalendarDemo/CalendarDemo/App.cs

Wiki: https://github.com/rebeccaXam/XamForms.Controls.Calendar/wiki/SpecialDates

from xamforms.controls.calendar.

rahul-tbs avatar rahul-tbs commented on July 20, 2024

Hi guys
i have used version 1.1.1 and try to change background of a special date but its not changed.
even i added calendar.RaiseSpecialDatesChanged() ;
if any one know about that then please guide me .
i also send my screenshot please have a look it.

calendar_issue_screenshot

from xamforms.controls.calendar.

rebeccaXam avatar rebeccaXam commented on July 20, 2024

Hello,
it could be that there is more then one SpecialDate with the same Date in the SpecialDates list.
Please check if that is the case, because only the first found Date (smallest index) is used.

if(calendar.SpecialDates.Select(d => d.Date == <DATE THAT DOES NOT CHANGE>).Count() > 1){
  // please remove the first found item from the list or completely clear the list 
}

If not, please provide more info or code examples.

from xamforms.controls.calendar.

AlcantaraRW avatar AlcantaraRW commented on July 20, 2024

Is there an easy way to remove the spacing between the patterns?
(I mean the green and yellow boxes at day 4 from rahul's image would not have any space between them).
Thanks!

from xamforms.controls.calendar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.