-
It is interesting to see you made certain choices for the UI implementations and actually you went overboard to implement the survey screen in full details while it is not a part of this challenge req…
-
I'm working on top of Admin-starter-tomcat project.
I'm using "sidebar-menu tree" on the left, but I don't want it collapse when click on submenu link.
Same problem is in admin-showcase demo, If y…
-
I'm getting this error in the AppDelegate, but I'm not sure what the problem might be. Any help is appreciated, thanks!
(the exact line that has the error is: "let detailsViewModel = DetailsJobView…
-
```
What steps will reproduce the problem?
Just add into my Lua script :
package.cpath = props["SciteUserHome"].."/?.so;"..package.cpath
require "gui"
Error message :
error loading module…
-
From https://github.com/phetsims/circuit-construction-kit-common/issues/789 - There is a UX issue with "clickToDismissListener"s that are added to the sim Display. The pattern I see used in several p…
-
### 기능 요약
기존 PageControl을 이용한 화면 넘김에서 화면을 슬라이드 했을 때 사진이 넘어갈 수 있도록 코드 리팩토링하기
### 할 일
- [ ] UIScrollView와 PageControl 이용한 사진 넘기기 테스트
- [ ] UIScrollView와 PageControl을 통해 imageView 넘기기 기능 구현
- [ …
-
You have made some interesting choices for the UI implementations. At the same time, there are some noticeable issues with the current implementation. I would like to list them down as follow:
- On…
-
Looking at the example, it looks quite easy to implement UIPageControl. But when I use the same code in my own app, i don't see a PageControl.
Are there instructions for UIPageControl for BMPageVi…
-
I seem to be able to get the text based controls to work (IconButton, IconLabel), but ones that use an ImageSource don't appear to work on UWP Forms projects. They work on iOS and Droid.
I've manu…
-
I've been using a pattern described in #1213 which started to fail in WinJS 4.0.
On the `processed` method of my page I need to check some stuff and if everything is not OK, I would throw and exceptio…