user-experience

How to show a welcome screen before the main screen of a winforms application is shown?

佐手、 提交于 2020-07-10 03:12:18
问题 I want to load a welcome screen on the startup of the application then the user clicks a button on the welcome screen and then closes the welcome screen. Finally then shows the main screen. static void Main() //startup method being called { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new ACM812_DB()); // welcome screen } When a button is clicked on the welcome screen it then hides the welcome window and then brings up the main window

Good examples of Winform UIs - from a UX and aesthetic standpoint [closed]

三世轮回 提交于 2020-01-22 20:59:24
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . Can anyone recommend some good online resources that show samples of what would be considered good Winforms "design" in terms of both User Experience and overall aesthetics . I'm looking for something that includes screenshots so as to inspire me..... not just a bullet list of best practices. Thanks! 回答1: I

Good examples of Winform UIs - from a UX and aesthetic standpoint [closed]

試著忘記壹切 提交于 2020-01-22 20:59:08
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . Can anyone recommend some good online resources that show samples of what would be considered good Winforms "design" in terms of both User Experience and overall aesthetics . I'm looking for something that includes screenshots so as to inspire me..... not just a bullet list of best practices. Thanks! 回答1: I

Good examples of Winform UIs - from a UX and aesthetic standpoint [closed]

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-22 20:58:06
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . Can anyone recommend some good online resources that show samples of what would be considered good Winforms "design" in terms of both User Experience and overall aesthetics . I'm looking for something that includes screenshots so as to inspire me..... not just a bullet list of best practices. Thanks! 回答1: I

How to check if jQM popup fits user's viewport?

此生再无相见时 提交于 2020-01-15 16:47:55
问题 So I've managed to add scrollbars to large jQM popups with css('overflow-y', 'scroll'). But how to do this only when the popup is larger than the user's viewport? I'm trying with the jquery-visible plugin but I can't get it to respond: http://jsfiddle.net/mmRnq/124/ $('#test-button').on('click', function(e) { $('#confirmDialog').popup('open'); // https://stackoverflow.com/questions/20791374/jquery-check-if-element-is-visible-in-viewport if(!$('#confirmDialog').visible(true)) { alert('Popup

Radio buttons side by side alternative in Android

梦想与她 提交于 2020-01-14 08:22:10
问题 Is there any recommended alternative to the default "Radio Buttons side by side" solution when we need to show a small set of options (2 or 3) to the user? I mean, we usually do this: But I've seen a lot of apps adapting something like "Segmented Controls" from iOS: Which I don't think it's a good practice at all. In my case specifically, I don't think hiding some of the options would be helpful to the user, so Spinners are not a real option. I won't be changing any views either, so it's not

Horizontal RecyclerView inside ListView not scrolling very smooth

时间秒杀一切 提交于 2020-01-12 13:46:45
问题 I have a ListView , each of whose items is a Horizontal RecyclerView . The problem that I am facing is, the horizontal scroll is not very smooth. If I scroll/swipe in a perfectly horizontal direction, then it works fine but if the scroll is even slightly non-horizontal (say at a 10 degree angle to horizontal), it regards that as up/down scroll rather than left / right, due to the parent ListView . I tried this method: recyclerView.setOnTouchListener(new FlingRecyclerView.OnTouchListener() {

Horizontal RecyclerView inside ListView not scrolling very smooth

…衆ロ難τιáo~ 提交于 2020-01-12 13:46:34
问题 I have a ListView , each of whose items is a Horizontal RecyclerView . The problem that I am facing is, the horizontal scroll is not very smooth. If I scroll/swipe in a perfectly horizontal direction, then it works fine but if the scroll is even slightly non-horizontal (say at a 10 degree angle to horizontal), it regards that as up/down scroll rather than left / right, due to the parent ListView . I tried this method: recyclerView.setOnTouchListener(new FlingRecyclerView.OnTouchListener() {

Choice of UI library to create amazing Windows Desktop App

試著忘記壹切 提交于 2020-01-12 09:45:12
问题 I want to develop a desktop app for Windows, and have recently contacted a designer to make the wireframes I've made really awesome. After the design is finished, I want it to be ported 100% to the app. As in web development, this is the normal process. You create the design, and then from the PSD files you create the website using HTML and CSS, which is normally not a bit problem for someone who knows what he's doing. Doing this for the windows app, I'm not so sure. What I'm looking at is a

Choice of UI library to create amazing Windows Desktop App

只愿长相守 提交于 2020-01-12 09:45:07
问题 I want to develop a desktop app for Windows, and have recently contacted a designer to make the wireframes I've made really awesome. After the design is finished, I want it to be ported 100% to the app. As in web development, this is the normal process. You create the design, and then from the PSD files you create the website using HTML and CSS, which is normally not a bit problem for someone who knows what he's doing. Doing this for the windows app, I'm not so sure. What I'm looking at is a