HUD, which stands for Heads-Up Display usually refers to some particular informations (like player's health or ammunition count) displayed in the computer game directly on the screen.
Questions tagged [hud]
162 questions
0
votes
2 answers
MBProgressHUD flashes after finish and blocks UI for 2 seconds
I have some problems with MBProgressHUD. I am downloading some images and JSON and trying to show the status.
This is on my viewdidload:
HUD = [[MBProgressHUD alloc] initWithView:self.view];
HUD.labelText = @"Lade Bilder runter...";
HUD.mode =…

dozed
- 192
- 4
- 12
0
votes
1 answer
Partly Transparent HUD-style overlay in OpenGL
I'm trying to make a program showing a red rotating cube in the background, overlayed with a textured quad.
The texture is a simple 24-bit bitmap of the words "Hello World" in black over a white background. I want the white background to be…

Matthew O'Rourke
- 53
- 3
0
votes
1 answer
Resizeable Custom NSPanel
OK, here's my situation :
I'm trying a HUD-like custom-controls collection, SNRHUDKit.
I'm specifically using SNRHUDWindow as my main window class
No matter what, although it actually works, I can't get the NSWindow (or NSPanel - doesn't make much…

Dr.Kameleon
- 22,532
- 20
- 115
- 223
0
votes
2 answers
Html5 based Loading Progress HUD
Just wondering if anyone can recommend a good loading HUD for a SPA based html page (written in asp.net mvc)?
Being a SPA based web app I want to be able to give user some type of UI based feedback while the client side page's data is being loaded…

Matt
- 3,305
- 11
- 54
- 98
0
votes
2 answers
UIViewController or UIView as a hud on top of UIWindow?
I want to present a UIViewController with a UIView on top of my application wherever I am in the application. I want to add this to the UIWindow as a hud view. Is this possible? How should I start approaching this?

Jacob
- 1,310
- 1
- 15
- 29
0
votes
3 answers
Calling a method after drawing a map region with setRegion:animated: in iOS
Is it possible to know when mapView will complete the drawing a map after calling setRegion method?
I show the HUD before calculating region parameters:
[SVProgressHUD showWithStatus:@"Finding"];
MKCoordinateRegion…

akrisanov
- 3,212
- 6
- 33
- 56
-1
votes
1 answer
Trasparent Form not working good
Im trying to create a simple HUD to show me statistics, I'm drawing a transparent form and adding controls on it, the problem is, if I draw a string on it, the trasparency key I'm using doesn't vanish completly:
As you can see, if the text is above…

Kyore
- 388
- 2
- 7
- 29
-1
votes
1 answer
progressHUD with Cancel UIButton in iOS7 style
I am looking for a ProgressHUD Framework with the possibility to cancel my upload process.
Can you give me a hint, please!
Yours Raphael

Raphael
- 512
- 1
- 6
- 18
-1
votes
2 answers
Can't hide HUD in UIWebView for IOS project
I have a UIWebView that uses a ATM HUD while the web page is loading. I can get the HUD to start working, but after the web page loads, it stays there. I need to find a way to get the HUD to stop spinning once loaded. Below is the code I have so…

Adam_GD
- 11
- 2
-1
votes
3 answers
custom alert view
Foursquare uses a customised alert (like the attached image). I'm trying to get the same look and feel, rounded corners, fade in and fade out effect, etc. I'm looking around but all the solutions I found seems to over complicate something simple,…

lolol
- 4,287
- 3
- 35
- 54
-2
votes
1 answer
ACM: The 3n + 1
The 3n + 1 problem
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 18416 Accepted Submission(s): 6803
Problem Description
Problems in Computer Science are often classified as belonging to a…

ubuntu-hao
- 134
- 1
- 2
-3
votes
1 answer
Can I add/declare properties to a function in JavaScript?
I'm developing a RPG using HTML, CSS and JavaScript with jQuery as a personal project. Right now I'm doing the HUD where the player will have buttons to display information such as the Character Information, inventory, etc. Each of these buttons on…

Zlorak
- 63
- 6