Questions tagged [appearance]
333 questions
0
votes
1 answer
iPhone App Appearance Swap?
In my app I want to have an option available so that the user can alter the appearance of the app. This would simply be the visual style -- navigation bar, cell, font, and button images.
The user hits a button and then the app loads in the…

Josh Kahane
- 16,765
- 45
- 140
- 253
-1
votes
1 answer
How to view Arabic text on PDF digital signature appearance correctly using iText Sharp?
I am trying to sign a PDF file using a certificate that its subject name in Arabic. Signature appearance doesn't show text correctly, the text direction should be RTL. For example, instead of "عربي" it appears "ي ب ر ع"
PdfFont fontTest =…

Menna
- 1
- 2
-1
votes
1 answer
Show objects without tibble information (R)
I have the following problem.
When I was looking up a specific value it usually looked like this:
df1[383,54]
[1] "This is a Test-String."
But when I load something from excel:
library(readxl)
df2 <- read_excel("~/Test.xls", col_names = FALSE)
It…

xyz
- 134
- 1
- 12
-1
votes
1 answer
Changing checkbox appearance to button
I am using a checkbox as a toggle switch (ON-OFF Button) by changing its appearance to Button using Checkbox.Appearance property.
When I run the VB.NET application, the Checkbox turns into a button only after the first click. Is it possible to…

Snehal
- 1
- 1
- 5
-1
votes
1 answer
Is there anyway to know that in some folder some file just got created or deleted?
I thinking about some global hook, but googling for "file create hook" gave me nothing.
I doing folder explorer in my prog... and I would like to add / remove files from visual representation in my prog as soon as they got added / deleted / appeared…

Kosmo零
- 4,001
- 9
- 45
- 88
-1
votes
1 answer
Layout appearance collision
When i add GridView to layout hierarchy he displayed as ListView. What the mistique?
And ListView :
UPD:
I guess that's problem in sdk. But i want to see any feedback. Maybe anyone reproduced thats problem like me..

Sergey Shustikov
- 15,377
- 12
- 67
- 119
-1
votes
1 answer
What is the way to have the same look of my webpage on different systems
I was developing a webpage, for which I placed two buttons, made their position relative and placed them in the center using
position : relative
top : 100px;
left:400px;
width:200px;
Now, It looks alright on my system, but I am pretty sure on a…

Kraken
- 23,393
- 37
- 102
- 162
-2
votes
0 answers
Inconsistent Menu Behavior
My wordpress website menu is behaving strange. When I click on some of the pages and other pages, the menu and menu items are is getting changed. Means different menu on different pages, it should not be the case. Because I have one single menu,…
-2
votes
1 answer
How can I display a symbol in java?
I want to display this symbol: ✤
I want to appear this on a label. I tried to just paste to the code, and I tried with the Unicode (\u2724) but it shows just a square. I tried other fonts too.
Image of the square:
Edit:
String luck = "\u2724"; \\I…

copy14
- 3
- 3
-2
votes
1 answer
Swift Storyboard appearance changes don't get updated when run
I've made some changes on the button appearance on the Storyboard but when I run it on the simulator or physical device, the changes don't get updated.
enter image description here
Any solutions?
EDIT: Added storyboard screenshot
enter image…

tferrari
- 3
- 2
-2
votes
1 answer
How can I set UIView background in Swift?
I am trying to set the background color of UIView programmatically. The code I am using is
UIView.appearance().backgroundColor = .blue
It works fine when I open the app, but as soon as I interact with it, the entire screen becomes a block of the…

Filippo Bertolina
- 27
- 1
- 3
-2
votes
1 answer
Prior iOS 7 tintColor without navigationBar background
I'm setting:
[self.window setTintColor:[UIColor redColor]];
In iOS 7 everything works ok - my navigationController.navigationBar is white (as I set it transparent) and all icons are colored to red. However in iOS 6 (where navigation bar is set NOT…

Nat
- 12,032
- 9
- 56
- 103
-2
votes
3 answers
-3
votes
3 answers
How to fix this css error in IE7 and lower?
I recently added some css to my website, it works perfectly fine in all browsers except IE 7 and lower, I'm not really sure why and I am not css guru (yet ;)) and my css might be wrong, but could you please explain what makes IE7 and lower mess up…

Ilja
- 44,142
- 92
- 275
- 498
-3
votes
2 answers
How to edit mail appearance in PHP?
I wonder how that can change the appearance of e-mail that comes to me via PHP?
This is a PHP code:

M Production
- 59
- 1
- 2
- 9