1 5 6 7 8 9 Previous Next 129 Replies Latest reply on Nov 7, 2013 2:30 AM by blabno Go to original post
      • 120. Re: Schedule
        lfryc

        Btw Brendan, do you think you could try to debug the right ordering locally and send us the modified source (pull request) once it will be working? All sources are available at GitHub:

        https://github.com/richfaces/sandbox/tree/develop/schedule

        • 121. Re: Schedule
          healeyb

          Lukas, you were right, I swapped the richfaces-base-component.js and richaces-event.js over and the build now works.

          I will figure out how to use GitHub to send you the modified source.

           

          [richfaces-resources:process]

          SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".

          SLF4J: Defaulting to no-operation (NOP) logger implementation

          SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

          Skipped resource rendering: null:jquery.js

          Skipped resource rendering: null:org.richfaces.renderkit.html.iconimages.PanelIconGrid

          Skipped resource rendering: null:org.richfaces.renderkit.html.images.CalendarSeparator

          Skipped resource rendering: null:org.richfaces.renderkit.html.images.CalendarIcon

          Skipped resource rendering: null:org.richfaces.renderkit.html.images.ButtonHoverBackgroundImage

          Skipping css:styleSheet.css because it contains EL-expressions

          Skipped resource rendering: null:org.richfaces.renderkit.html.images.SpinnerArrowTop

          Skipped resource rendering: null:org.richfaces.renderkit.html.images.DotSeparatorImage

          Skipped resource rendering: null:org.richfaces.renderkit.html.iconimages.PanelIconTriangleDown

          Skipped resource rendering: null:org.richfaces.renderkit.html.images.DisabledCalendarIcon

          Skipped resource rendering: null:org.richfaces.renderkit.html.iconimages.PanelIconTriangleLeft

          Skipped resource rendering: null:org.richfaces.renderkit.html.iconimages.PanelIconChevron

          Skipped resource rendering: scripts:PIE.php

          Skipped resource rendering: null:org.richfaces.renderkit.html.images.ComboDownButton

          Skipped resource rendering: null:org.richfaces.renderkit.html.images.AutocompleteGradient

          Skipped resource rendering: images:background_create.txt

          Skipped resource rendering: sqcc:inputAddress.xhtml

          Skipped resource rendering: null:org.richfaces.renderkit.html.images.SliderArrowBottom

          Skipped resource rendering: sqcc:focus.xhtml

          Skipped resource rendering: scripts:PIE.htc

          Skipped resource rendering: sqcc:inputCountrySport.xhtml

          Skipped resource rendering: css:ellipsis.xml

          Skipped resource rendering: null:org.richfaces.renderkit.html.images.SquareSeparatorImage

          Skipped resource rendering: images:border-radius.htc

          Skipping scripts:jquery-ui-1.8.16.custom.min.js because it contains EL-expressions

          Skipped resource rendering: null:org.richfaces.renderkit.html.images.InputBackgroundImage

          Skipped resource rendering: null:org.richfaces.renderkit.html.images.LineSeparatorImage

          Skipped resource rendering: null:org.richfaces.renderkit.html.iconimages.PanelIconChevronDown

          Skipped resource rendering: null:org.richfaces.renderkit.html.images.SliderArrowRight

          Skipped resource rendering: sqcc:test.xhtml

          Skipped resource rendering: null:org.richfaces.renderkit.html.images.MenuNodeImage

          Skipped resource rendering: sqcc:inputTime.xhtml

          Skipped resource rendering: null:org.richfaces.renderkit.html.images.InputErrorIcon

          Skipped resource rendering: sqcc:graphicImage.xhtml

          Skipped resource rendering: null:org.richfaces.renderkit.html.images.TreeMinusImage

          Skipped resource rendering: null:org.richfaces.renderkit.html.images.TreePlusImage

          Skipped resource rendering: null:org.richfaces.renderkit.html.images.TreeLineImage

          Skipped resource rendering: scripts:PIE_uncompressed.htc

          Skipped resource rendering: null:org.richfaces.renderkit.html.images.ProgressBarAnimatedBackgroundImage

          Skipped resource rendering: sqcc:tooltip2.xhtml

          Skipped resource rendering: null:org.richfaces.renderkit.html.images.ButtonBackgroundImage

          Skipped resource rendering: scripts:WhereFrom.txt

          Skipped resource rendering: null:org.richfaces.renderkit.html.iconimages.PanelIconDisc

          Skipped resource rendering: null:org.richfaces.renderkit.html.images.GridSeparatorImage

          Skipped resource rendering: null:org.richfaces.renderkit.html.iconimages.PanelIconTriangleUp

          Skipped resource rendering: sqcc:tooltip3.xhtml

          Skipped resource rendering: diagrams:locationsHelp.xml

          Skipped resource rendering: null:org.richfaces.renderkit.html.images.TreeLineLastImage

          Skipped resource rendering: sqcc:oneClickButton.xhtml

          Skipped resource rendering: null:org.richfaces.renderkit.html.images.StandardButtonBgImage

          Skipped resource rendering: null:org.richfaces.renderkit.html.images.SpinnerArrowBottom

          Skipped resource rendering: sqcc:oneClickLink.xhtml

          Skipped resource rendering: sqcc:unstyle.xhtml

          Skipped resource rendering: null:org.richfaces.renderkit.html.images.SliderArrowLeft

          Skipped resource rendering: null:org.richfaces.renderkit.html.iconimages.PanelIconChevronLeft

          Skipped resource rendering: null:org.richfaces.renderkit.html.images.StandardButtonPressedBgImage

          Skipped resource rendering: diagrams:WhereFrom.txt

          Skipped resource rendering: null:org.richfaces.renderkit.html.iconimages.PanelIconTriangle

          Skipped resource rendering: sqcc:ticker.xhtml

          Skipped resource rendering: org.richfaces:fileUploadProgress

          Skipping css:pieSave.css because it contains EL-expressions

          Skipping css:chromatable.css because it contains EL-expressions

          Skipped resource rendering: null:org.richfaces.renderkit.html.iconimages.PanelIconChevronUp

          Skipped resource rendering: null:org.richfaces.renderkit.html.images.ButtonDisabledBackgroundImage

          Skipped resource rendering: sqcc:tooltip.xhtml

           

           

          [resources:testResources]


          • 122. Re: Schedule
            magomigo

            Hi

            I'm facing this error: $.widget.prototype._trigger is undefined

            in firebug while using schedule component while in the same page there are other richfaces draggables / droppables.

             

            Using the component in pages where no draggables or droppables are present make everything work fine.

            The reported error occur in the seguent scenario:

            I'm making a wizard based on several steps, each step is included in a masterpage based on a managedbean variable which tracks the active step.

            in step03 I've got draggables and droppables ...in step 04 I've got the schedule component.

            When turning from a step to the next a a4j status shows and hide a wait message.

            When passing from my step02 to step03 (in which there are draggables / droppables), the wait message is shown...everything in the behind seams to be built correctly but...the reported error occur hanging the wait message and stopping any user interaction.

            Removing the wait message makes possible to see that the component in the page on step03 are correctly placed but no draggable is built so still no interaction is possible as necessary.

             

            Normaly the problem doesn't occur so I'm happy for the schedule component...but I need to use it in the presented scenario.

            Can anyone help me in finding a solution? ...anyone is facing the same problem with draggables?

             

            Thank you very much

            • 123. Re: Schedule
              kaigen

              Is anyone running schedule-ui-4.1.0-SNAPSHOT.jar under jboss-7.1? I have the jar under both ear and war lib (jboss- as does not deploy the app otherwise). When I run the schedule.xhtml I get exception

              Error Rendering View[/schedule.xhtml]: java.lang.ClassCastException: org.richfaces.component.model.DateRange cannot be cast to org.richfaces.component.model.DateRange

              There is also an info message

              No mime type could be found for file org.richfaces.renderkit.html.scripts.ScheduleMessages.  To resolve this, add a mime-type mapping to the applications web.xml.

              Some suggestions how to resolve this?

              • 124. Re: Schedule
                rlxexe

                Hi!

                 

                Someone here know how to resolve this compilation error?

                 

                Could not find artifact org.richfaces:richfaces-root-parent:pom:4.1.0-SNAPSHOT in lemur (http://artifactory.it-crowd.com.pl/repo)

                 

                Thanks!

                • 125. Re: Schedule
                  rlxexe

                  Error too in the version 3.x:

                   

                  Failure to find org.richfaces.framework:richfaces-impl:jar:3.3.4-SNAPSHOT in http://artifactory.it-crowd.com.pl/repo was cached in the local repository, resolution will not be reattempted until the update interval of lemur has elapsed or updates are forced

                  • 126. Re: Re: Schedule
                    blabno

                    Try 4.3.1.Final.ITC3.

                    <dependency>
                        <groupId>org.richfaces.sandbox.ui.schedule</groupId>
                        <artifactId>schedule-ui</artifactId>
                        <version>4.3.1.Final.ITC3</version>
                    </dependency>
                    • 127. Re: Schedule
                      charishma

                      Hi

                       

                      Our applicaiton has succesful implementation of schedule 3.3.4 which is working fine. We are trying to migrate from RF 3.3.3 to RF4. I have used schedule 4.3.1.Final.ITC3 jar and the component renders fine. But I am unable to go to previous month using controls. Previous/Next year view and Next month, all works fine.Is this is bug? Or am I doing something wrong.Below is my code:

                       

                      <schedule:schedule switchType="ajax" id="mnthcal"
                          widgetVar="schedule" value="#{myBean.lazyDataModel}"
                          var="event" weekMode="#{myBean.calendarVO.weekmode}"
                          height="#{myBean.calendarVO.height}"
                          date="#{myBean.calendarVO.initialDate}"
                          firstDay="#{myBean.calendarVO.firstDay}"
                          showWeekends="#{myBean.calendarVO.showWeekends}"
                          allDayText="#{myBean.calendarVO.allDayText}"
                          allDayByDefault="#{myBean.calendarVO.allDayByDefault}"
                          allDaySlot="#{myBean.calendarVO.allDaySlot}"
                          aspectRatio="#{myBean.calendarVO.aspectRatio}"
                          axisFormat="#{myBean.calendarVO.axisFormat}"
                          contentHeight="#{myBean.calendarVO.contentHeight}"
                          defaultEventMinutes="#{myBean.calendarVO.defaultEventMinutes}"
                          dragOpacity="#{myBean.calendarVO.dragOpacity}"
                          dragRevertDuration="#{myBean.calendarVO.dragRevertDuration}"
                          editable="#{myBean.calendarVO.editable}"
                          selectable="#{myBean.calendarVO.selectable}"
                          selectHelper="#{myBean.calendarVO.selectHelper}"
                          unselectAuto="#{myBean.calendarVO.unselectAuto}"
                          unselectCancel="#{myBean.calendarVO.unselectCancel}"
                          firstHour="#{myBean.calendarVO.firstHour}"
                          headerCenter="#{myBean.calendarVO.headerCenter}"
                          headerRight="today prev,next" render="calDetailPanelContent"
                          isRTL="#{myBean.calendarVO.rtl}"
                          maxTime="#{myBean.calendarVO.maxTime}"
                          minTime="#{myBean.calendarVO.minTime}"
                          slotMinutes="#{myBean.calendarVO.slotMinutes}"
                          view="#{myBean.calendarVO.view}"
                          columnFormat="#{myBean.calendarVO.columnFormat}"
                          titleFormat="#{myBean.calendarVO.titleFormat}"
                          timeFormat="#{myBean.calendarVO.timeFormat}"
                          headerLeft="#{myBean.calendarVO.headerLeft}"
                          itemResizeListener="#{myBean.taskResized}"
                          itemMoveListener="#{myBean.taskMoved}"
                          itemSelectListener="#{myBean.taskSelected}"
                          viewChangeListener="#{myBean.viewChanged}"
                          dateRangeChangeListener="#{myBean.dateRangeChanged}"
                          dateRangeSelectListener="#{myBean.dateRangeSelected}"
                          dateSelectListener="#{myBean.dateSelected}"
                          onitemselect="#{rich:component('detailPanel')}.show()"
                          onitemresizestop="#{rich:component('onBeforeItemDropResize')}.show();"
                          onitemdrop="#{rich:component('onBeforeItemDropResize')}.show();">

                          
                          <schedule:scheduleItem eventId="#{event.id}"
                           editable="#{event.editable}" startDate="#{event.startDate}"
                           title="#{event.title}" endDate="#{event.endDate}"
                           allDay="#{event.allDay}" styleClass="#{event.styleClass}"
                           data="#{event.data}" />
                          <schedule:scheduleMonthView
                           weekMode="#{myBean.calendarVO.weekmode}"
                           titleFormat="dd MMM yy" timeFormat="h:m" columnFormat="dddd"
                           dragOpacity=".1" />

                         </schedule:schedule>

                       

                      Thanks and Regards

                      • 128. Re: Schedule
                        mores

                        Does the schedule-demo show how an event can be removed or deleted ?

                         

                        I see there is a removeEvents on FullCalendar: http://arshaw.com/fullcalendar/docs/event_data/removeEvents/ but not sure if it has been implemented on the richfaces side.

                        • 129. Re: Schedule
                          blabno

                          Hello Stephen,

                           

                          Schedule is just like a dataTable, so it only only presents data from dataModel. You can click event (this may trigger ajax to server), then show modal panel where you have button to remove item (it is your custom panel).

                          1 5 6 7 8 9 Previous Next