user-experience

Windows Store App Guidelines on editor applications

一曲冷凌霜 提交于 2019-12-12 03:16:49
问题 Most demos and webcasts that introduce and explain Windows Store App are about content consuming applications. Are there any design guidelines for creating editor apps? Question I have include: Is it advisable to take the Metro route here? What to do with things like toolbars (think formatting, etc), as the appbar isn't that big, and you're not supposed to include toolbars 回答1: This really depends on how complicated of an editor application you have in mind. I think anything heavy weight apps

VBA Prevent Charts from AutoUpdating in Excel

泄露秘密 提交于 2019-12-12 01:46:37
问题 I have a button to import data into my spreadsheet. I ported the calculated values for visuals outside of the dashboard range and plotted charts linking to those values. Whenever I import new data, those values change instantly as well as the charts. Is it possible to prevent the charts from automatically updating, and move that command to a macro? Thanks, 回答1: There is no way to delay/defer updating the visuals of a chart, even if you disable calculation, the charts will refresh when its

Why most iOS apps crashed without an alert window

 ̄綄美尐妖づ 提交于 2019-12-11 23:20:47
问题 Most iOS Apps crashed without any reason or explanation window. They just disappeared. But Mac Apps always have a explanation window to let the user know what happened. Why we don't show a alert window when iOS App crash? Is there any reason for User Experience? 回答1: The crash window that you can see on Mac OS is presented by the system itself, not by the app. For iOS, Apple chose not to display any message. This is their choice and we can't do anything about it. 回答2: actually, most of crash

What is it called to make my UI pretty?

主宰稳场 提交于 2019-12-11 13:45:06
问题 I'm developing a complex web application. I'm pretty good with the coding and I know about how I want the user interactions to work. My problem is everything I do is seriously ugly. I would like to pay somebody to design the look of the application such as how controls and data are separated, styled and colored. I feel like what I need is little more than a picture, but I'd definitely be all about some input on the user interactions as well. What is this called? I was thinking about posting

uitableview inside a uiscrollview (scrolling issue)

让人想犯罪 __ 提交于 2019-12-11 09:17:47
问题 I have got a uitableview inside of a uiscrollview. So the uitableview is smaller than the uiscrollview. And when I start to scroll down on the uitableview and it reaches the bottom, I am able to scroll in the uiscrollview. And it works fairly. But not perfectly. I would like to make the ux perfect so the scrollview would be kind of an extension (or another section of the uitableview). I don't want to add any section or footerview at the bottom of the tableview. I was wondering on doing this

How can I overlay a search bar over MapKit?

白昼怎懂夜的黑 提交于 2019-12-11 04:19:17
问题 How can I overlay a search bar over MapKit? I like how the new Google Maps application has a search box and buttons that hover over the map. See the image on the left: I'm not sure how to get this however as I have not been programming iOS for longer than a couple of weeks. Any ideas on how I could hover UI elements on top of each other with Storyboards/Objective-C? Presumably it's a navigation bar that has been made invisible but how is this done, and how is it the Map appears underneath it?

Is it acceptable to normalize text box content when it loses focus?

半腔热情 提交于 2019-12-11 03:47:55
问题 I have received requirements that ask to normalize text box content when the user changes the focus to another control on the same data input form. Example normalizations: whitespace at the start and end of the input is trimmed If the text box was made empty and this is not valid, replace the content of the text box with the default value I have a feeling that this is not in line with good GUI design. I have read the Windows UX Guidelines for text boxes but I did not immediately find any

Understanding handleWatchKitExtensionRequest

Deadly 提交于 2019-12-11 03:35:18
问题 I am testing the execution of some code on the iPhone app. I follow the documentation that Apple suggests (without using background tasks, just a console log ). However I do not get anything on the console (I'd like to see the string "howdy"). Is this because I am running the WatchKit Extension app on the simulator ? Or is there something that I am missing? Apple says: If you are using openParentApplication:reply:, make sure you create a background task immediately upon entering application

AngularJS and Tab Order (Disabled Buttons)

时光毁灭记忆、已成空白 提交于 2019-12-11 03:16:22
问题 I have a form, and I'm navigating only with TAB. Tab order should be input > select > button, but because of the ng-disable on the SUBMIT, on certain browsers the TAB out of the select will kick you somewhere else. HTML <div ng-app="myApp"> <div ng-controller="FirstCtrl"> <form name="myForm" ng-submit="submit()" novalidate> First Name: <input type="text" ng-model="Data.FirstName" required><br> Last Name: <select ng-model="Data.LastName" required> <option value="Bigglesworth">Bigglesworth<

Android notify the user at a later time

。_饼干妹妹 提交于 2019-12-11 00:35:09
问题 I want to create an application in android in which the user selects a certain day in the future and then, when that day arrives he will get a notification (I know that this can be done through the Calendar or the notes but that doesn't matter in my case). I have two problems concerting the previous: a. How should I implement the notification ? I read elsewhere about adding events to the Google Calendar of the user - but that is not standard. Should I implement a service that checks to see if