user-experience

How to improve tap-ability of buttons on toolbars and navigation bars in iOS 7

蹲街弑〆低调 提交于 2019-12-10 21:29:58
问题 With the new iOS 7 "flat" look, take for example the + button to add new items such as in iOS's Contacts app. In my app, the + is very hard to tap, the button size seems very small and was never an issue in iOS < 7 and now in iOS 7 it is an issue. I looked at the Contacts app and if you experiment with it, notice how far left of the button you can tap and the button registers the tap. The same applies as I noticed in the iPad mail app above the e-mail item list, the Edit button for the

Remove UITabBar horizontal separator in iOS7

不羁的心 提交于 2019-12-10 21:28:12
问题 I want to remove the horizontal separator line between a UITabBar and the rest of the screen. I'm asking the same question as this guy but updated for iOS7. Setting the background image of my UITabBar doesn't alleviate the problem, nor does setting the background image of the [UITabBar appearance] object. Is this still possible in iOS7? If so, how? 回答1: The answer to this is pretty much the same as removing the separator of a navigation bar or a toolbar. Officially, this is only possible by

How to hide unnecessary files from intellij project view?

痞子三分冷 提交于 2019-12-10 15:23:30
问题 Given a sample gradle project with project structure as shown: As you can see there are bunch of stuff you actually dont ever need to see in idea but you need them to exist... I know about ignored file/folder types under Editor/File Types but those are affecting the libs and projects, idea will ignore them everywhere while i only need to hide few unnecessary entries in project view. Primary question : how do we hide them from project view? Also for very big projects somethimes it is easy if

Get users' attention when browser is minimized (cross-browser desktop notifications?)

淺唱寂寞╮ 提交于 2019-12-09 12:24:23
问题 I'm working on a browser-based application that needs to be able to get users' attention when the user receives an incoming event, such as a message, even if the user has minimized the browser. Searching gave me some good results, but nothing cross-browser or firefox-specific. I need to be able to support IE 7+ and FF 3.6+ (specific to the user base). Here are the things I've looked at: Are there any JavaScript library for cross browser desktop notification? Make browser window blink in task

Render 404 instead of redirecting 404 in angularjs

被刻印的时光 ゝ 提交于 2019-12-09 08:17:47
问题 I'm looking for a good approach to render 404 page instead of redirecting 404 page in angularjs. Many solutions I have found is all about redirecting to another page. It will create a problem that if the user click on browser's back button I will create another redirect to 404 page. So I am looking for a solution that renders 404 page instead. Thanks for reading, I hope it's understandable for you guys. 回答1: Usage of otherwise might be what are you looking for. angular.module('MyApp', [])

How to drag-and-drop on custom Swing components

折月煮酒 提交于 2019-12-08 14:10:32
How can I implement drag and drop on custom components, e.g. my own JPanel subclasses? What I need is full Swing-like drag and drop support. With TransferHandlers , DropTargetListeners etc. So the trivial mousePressed() and mouseReleased() is not what I'm looking for. Perhaps Lesson: Drag and Drop and Data Transfer . 来源: https://stackoverflow.com/questions/2990634/how-to-drag-and-drop-on-custom-swing-components

'Nice' options style winforms dialog control

倾然丶 夕夏残阳落幕 提交于 2019-12-08 10:44:59
问题 Here and there I've seen nicely styled dialog controls, similar to this one which appears in Beyond Compare v4: My own implementation of this gets vaguely close, and consists of a listbox on the left and usercontrols which change when the listbox selected item changes. However no amount of putting lipstick on that pig will get it looking like the above. I can picture how I might undertake this with custom painting of things and so forth, but my real intent is to generate the left hand entries

Why is Windows Phone 7 emulator so slow compared to, um, iPhone OS Emulator?

拜拜、爱过 提交于 2019-12-08 00:01:49
问题 I don't mean to start a war between iPhone vs Windows Phone 7, nor am I against Windows Phone 7. But I've noticed on both of my computers Windows Phone 7 emulator (Beta and CTP) lags like it's running on a crappy last-decade Celeron computer. I have 2 computers: Macbook Pro 13" (2010 Model) with 2.4GHZ Core 2 Duo, 4GB RAM and ASUS G1 with 2.0 GHz Intel Core 2 Duo, 3GB RAM with fresh install of Windows 7. Now iPhone emulator on Mac OS X is on the other hand so much smoother, and loads faster

Occasionally connected CQRS systems - Client and Server Commands - Task based screens

杀马特。学长 韩版系。学妹 提交于 2019-12-07 20:01:33
问题 Premise: It is recommended that in CQRS+DDD+ES style applications use task based screens, these screens guide the user and capture intent. These task screens can also be referred to as Inductive User Interface . Some examples of UI design guidelines that can help you create mondern, user-friendly apps: Microsoft Inductive User Interface Guidelines and, Index of UX guidelines The way I understand it, the tasks , generally speaking, should line up with Commands or Functions waiting on the

Is there any way to invoke a Cortana response without user input?

筅森魡賤 提交于 2019-12-07 17:37:06
问题 I have an app I am working on for Windows 10 which should notify a user when external data reaches a certain threshold. While I can simply use Windows Notifications (and will fall back on them), I'd really like to do more integration with Cortana. (Voice activation and natural searching will be available.) Is there any way to have Cortana notify the user when the change is triggered (either with speech or via a new item on her dashboard) without a user specifically asking her? 回答1: I was (and