Announcement

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

  • claudiobosticco
    replied
    SmartClient Version: SNAPSHOT_v13.1d_2024-07-07/AllModules Development Only (built 2024-07-07)

    I see it's fixed, thank you very much

    Leave a comment:


  • Isomorphic
    replied
    Thanks Claudio - we've fixed this one for today's builds, dated July 7

    Leave a comment:


  • claudiobosticco
    replied
    Originally posted by Isomorphic View Post
    hi Claudio,

    Thanks for the report - we've restored page-orientation behavior in Calendars for builds dated February 29 and later.
    SmartClient Version: SNAPSHOT_v13.1d_2024-07-06/AllModules Development Only (built 2024-07-06)

    Hello, it seems that there's again a problem with page-orientation, at least with iOS (both in simulator and in physical device).

    When you open the calendarMobileSample, with the phone in portrait orientation, the calendar shows the week view, while it was expected to show the day view.
    Only after pivoting to landscape and then again to portrait, it will correctly switch to the day view.

    Leave a comment:


  • claudiobosticco
    replied
    even nicer :)

    Click image for larger version

Name:	2024-03-28 13.48.17.jpg
Views:	97
Size:	4.4 KB
ID:	272027

    Leave a comment:


  • claudiobosticco
    replied
    very nice!
    Attached Files

    Leave a comment:


  • Isomorphic
    replied
    As of tomorrow's builds, the Checkboxes will be filled green, with a white checkmark (rather than white with a green checkmark) - but we're making it easy to switch between such template SVG-sets.

    Note that the icons in these two item-types now also have Error states - you can see them by setting showValueIconError to true on the CheckboxItem, and in the RadioGroupItem's checkboxItemProperties block. For example, replace the following two lines in the id=variousControls Showcase sample, and then run form1.getItem("checkbox" or "radioGroup").setErrors(["An error"]).

    {name: "checkbox", title: "Checkbox", type: "checkbox", height: 25, showValueIconError: true},
    {name: "radioGroup",title: "Radio Group", type: "radioGroup", checkboxItemProperties: { showValueIconError: true },
    Last edited by Isomorphic; 26 Mar 2024, 02:33.

    Leave a comment:


  • Blama
    replied
    And the checkboxes as well. Looking very smooth!

    Leave a comment:


  • claudiobosticco
    replied
    SVG also for radio group!

    Click image for larger version

Name:	2024-03-26 09.56.46.jpg
Views:	160
Size:	6.8 KB
ID:	271983

    Leave a comment:


  • Blama
    replied
    Hi Isomorphic,

    that's great - SVG everything! So impressed with the seamlessness of the two new SVG samples.

    Best regards
    Blama

    Leave a comment:


  • Isomorphic
    replied
    Thanks guys - for a number of reasons, we're actually going to be switching Shiva to use SVG versions of the skin media and that will address several issues like this with font-icons. We'll update here when that change happens.

    Leave a comment:


  • Blama
    replied
    Hi claudiobosticco,

    Originally posted by claudiobosticco View Post
    A small glitch for the date chooser font icon in the Shiva skin, the font-size seems too big:
    Exactly my words :)

    Best regards
    Blama

    Leave a comment:


  • claudiobosticco
    replied
    Originally posted by Isomorphic View Post
    hi Claudio,

    We meant that if you showed the detailed eventEditor in the simpleCalendar sample and then clicked the "simpleCalendar.js" tab, the eventEditor would not hide and the code window was obscured behind it. That should no longer happen.
    now i see it, much better, thank you very much

    Originally posted by Isomorphic View Post
    On your second point, that's just because you're looking at a Sunday and disableWeekends is set to true - if you set it to false, you won't see this behavior.
    Thanks for the heads up, I didn't thought of disableWeekends, and in light skins the calendarDisabled style is similar to the calendar style.

    A small glitch for the date chooser font icon in the Shiva skin, the font-size seems too big:

    Click image for larger version

Name:	2024-03-13 15.39.28.jpg
Views:	198
Size:	4.9 KB
ID:	271830

    Leave a comment:


  • Isomorphic
    replied
    hi Claudio,

    We meant that if you showed the detailed eventEditor in the simpleCalendar sample and then clicked the "simpleCalendar.js" tab, the eventEditor would not hide and the code window was obscured behind it. That should no longer happen.

    On your second point, that's just because you're looking at a Sunday and disableWeekends is set to true - if you set it to false, you won't see this behavior.
    Last edited by Isomorphic; 13 Mar 2024, 06:34.

    Leave a comment:


  • claudiobosticco
    replied
    SmartClient Version: v13.0p_2024-03-13/AllModules Development Only (built 2024-03-13)

    Hello, I can confirm these fixes:

    Originally posted by Isomorphic View Post
    We've made a few changes here - the eventEditor should now fill the view as expected on handsets
    but I'm not sure about this:

    Originally posted by Isomorphic View Post
    and both the eventDialog and eventEditor Windows are now children of the Calendar, which fixes an issue where showing the eventEditor and then changing example tabs in the Showcase would not hide the eventEditor.
    did you mean changing between tabs day, week, month? Or "view"/"js code"/etc ? In both cases, I don't see the eventEditor hiding.

    Also I've found another issue: after loading the sample, on the day view the eventEditor won't show up when touching a cell (neither when clicking on desktop), you have to change day, and then it will work.

    Leave a comment:


  • Isomorphic
    replied
    We've made a few changes here - the eventEditor should now fill the view as expected on handsets, and both the eventDialog and eventEditor Windows are now children of the Calendar, which fixes an issue where showing the eventEditor and then changing example tabs in the Showcase would not hide the eventEditor.

    Please retest with a build dated March 12 or later.

    Leave a comment:

Working...
X