SmartClient Version: SNAPSHOT_v13.1d_2024-07-07/AllModules Development Only (built 2024-07-07)
I see it's fixed, thank you very much
Announcement
Collapse
No announcement yet.
X
-
Thanks Claudio - we've fixed this one for today's builds, dated July 7
Leave a comment:
-
Originally posted by Isomorphic View Posthi Claudio,
Thanks for the report - we've restored page-orientation behavior in Calendars for builds dated February 29 and later.
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:
-
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:
-
Hi Isomorphic,
that's great - SVG everything! So impressed with the seamlessness of the two new SVG samples.
Best regards
Blama
Leave a comment:
-
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:
-
Hi claudiobosticco,
Originally posted by claudiobosticco View PostA small glitch for the date chooser font icon in the Shiva skin, the font-size seems too big:
Best regards
Blama
Leave a comment:
-
Originally posted by Isomorphic View Posthi 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.
Originally posted by Isomorphic View PostOn 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.
A small glitch for the date chooser font icon in the Shiva skin, the font-size seems too big:
Leave a comment:
-
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:
-
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 PostWe've made a few changes here - the eventEditor should now fill the view as expected on handsets
Originally posted by Isomorphic View Postand 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.
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:
-
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:
Leave a comment: