Questions tagged [human-interface]
59 questions
1
vote
1 answer
Application using two (human) languages
I have a fully working code, written for Windows, built with Visual Studio.
What I want to do, is to add another language to that software. My idea is to have two flags (one English and one German) in the window corner, and to have the language…

Rorschach
- 734
- 2
- 7
- 22
1
vote
0 answers
iOS @2x images conflicting
I've a little confusion and facing a little problem regarding @2x images in iOS as according to Human Interface Guidelines HIG, the @2x For iPhone 6: 750 x 1334 (@2x) for portrait but same @2x for iPhone 4S has size of 640x1136.
HIG
When I placed…

developer
- 668
- 1
- 6
- 24
1
vote
2 answers
iOS Human Interface Guidelines
I'm working on my first iOS app, and I'm concerned about the Human Interface Guidelines on a particular thing I've done. From reading the documents, I don't see why it would be a problem, however, I've done several things I'm not sure about and…

RegularExpression
- 3,531
- 2
- 25
- 36
1
vote
3 answers
how to access many parameters from the GUI
I am writing a Java application that takes a lot of parameters as input (~100). I am exposing some of the in the GUI, but of course it is impossible to show all of them at once.
I am curious if there is a shared way to let a user access a large…

user299791
- 2,021
- 3
- 31
- 57
1
vote
1 answer
How to get red round minus icon as png with transparent background?
I need the red-minus badge icon - that one which is used for deleting rows in a UITableView.
Is there a way to get it programmatically? I have searched via google, browsed in several icon databases - without success.
(to get the icon when I enter…

Dominic Sander
- 2,714
- 1
- 18
- 29
1
vote
1 answer
Java project template on Mac?
I'm trying to expand upon the basic Java that I've learned by taking an example that I've found in a general Java programming book and growing it with more capability. I've been trying to use Xcode's v3.5.2 Java project template for a Java…

user1745564
- 159
- 1
- 2
- 8
0
votes
0 answers
Human Interface Device in uwp (Can't connect Footswitch)
I'm trying to connect to a footswitch to receive signals from it. The loop has correctly displayed the name of my device in the first element, but it can't connect in the next line. I've added the footswitch's manifest. I've checked the usagePage,…
0
votes
0 answers
HID keypad keys ignored
I have this standard HID descriptor below running on STM32, it works with standard keyboard keys, but not with special keypad ones:
#define HID_USAGE_KEY_KEYPAD_LEFT_PARENTHESIS (0xB6) // Sel
#define…

Eva4684
- 21
- 3
0
votes
0 answers
How to lights the rgb led strip using node-hid?
I am trying to access the HID(Human interface devices) using node-hid npm in node. i want to start the light when my node app is run. But when i pass the data it is not working. i want to start the white leds when my node app start and based on my…
0
votes
1 answer
Create Bacnet client variable automate
Sorry to my bad english.
So i use a automate with MERVIS software and i use a Bacnet server to have my variable in my IHM (weintek panel pc with Easybuilder Pro).
So all i make is good and work but i'm not happy to EasyBuilder pro and i want make my…
0
votes
1 answer
How should an IPhone notification-type application show user there is a notification unobtrusively
I have a program that basically just queries a webservice, and if any data is returned it will show that information to the user, but if there is nothing to display it will just wait until the next scheduled time and run.
Right now it just puts a…

James Black
- 41,583
- 10
- 86
- 166
0
votes
0 answers
How do you parse information from a Human Interface Device / HID?
I may not even know enough about interacting with HIDs to ask a good question, but here's my best shot so far. I am using C# and am on Windows currently.
I have been researching how to interact with a game controller like a PlayStation 4 or…

Brett Lesnau
- 208
- 3
- 8
0
votes
1 answer
Can we redirect iOS users outside the app to a 3rd party link?
I am trying to develop an app which contains booking URLs of various third party websites. Users need to be redirected in order to access the details and book a ticket if needed.
Considering Apple is not allowing redirections for any kind of…

Suryanshu Sahay
- 41
- 1
0
votes
0 answers
C# UWP HidDevice.FromIdAsync allways return null
I'm using Visual Studio 2017(version 15.5.7) ,I'm going to create a UWP project which try to connect with Hid Device .Here are my codes
private async void EnumerateHidDevices()
{
ushort VID = 0x0416;
ushort PID = 0x412C;
…

Zsamina
- 1
0
votes
2 answers
Swap items in UITableView - has UI issues
I am trying to implement a swap feature inside the uitableview, Currently my table looks like this..
Then i implemented these method
func tableView(_ tableView: UITableView, editingStyleForRowAt indexPath: IndexPath) ->…

Sathya Baman
- 3,424
- 7
- 44
- 77