2
votes
3answers
186 views
Remove UIWebView Shadow?
Does anyone know if its possible to remove the shadow that is placed on the UIWebView window?
Example: http://uploadingit.com/files/1173105_olub5/shadow.png
If its possible how …
3
votes
2answers
65 views
Add shadow (recessed text effect) to Cocoa label without degrading text rendering quality
I'd like to create statusbar with text effect like in Safari or iTunes, i.e. recessed text.
However, if I simply add shadow in Interface Builder using Core Animation panel, OS …
0
votes
1answer
19 views
Text shadow in IE, alternatives
I have a need for text-shadow for inline, long, paragraph text in IE. I understand progressive enhancement, but the situation is different. I do absolutely need text-shadow, it's n …
1
vote
3answers
88 views
iPhone UILabel text soft shadow
I know soft shadows are not supported by the UILabel our of the box, on the iPhone. So what would be the best way to implement my own one?
EDIT: Obviously I will subclass the UILa …
0
votes
0answers
14 views
Getting a changed portion of the file from Shadow Copy snapshot?
I would like to be able to get a changed portion of the file from VSS snapshot? How it is possible?
0
votes
2answers
38 views
Why would a TextBlock with DropShadowEffect show a solid black background on one XP machine?
We have a WPF application in which we have the following XAML:
<TextBlock x:Name="HeaderRightSubtitle"
HorizontalAlignment="Left"
VerticalAlignment="top"
…
1
vote
0answers
21 views
Diskless login with Linux/OpenSolaris [closed]
Is it possible to enable a Linux or OpenSolaris based server to process standard unix login requests without spinning up the hard drive holding the root partition?
I have a Nexent …
0
votes
0answers
53 views
Shadow or Border around a scrollview iphone
Hi there,
i would like to draw a border / shadow around a uiscrollview, i know that i could get there with an additional view or scrollview but dont like the handling an drawbacks …
1
vote
3answers
358 views
Drop Shadow on UITextField text
how is it possible to add a shadow to the text which is in a UITextField?
3
votes
3answers
287 views
CSS3 box-shadow, all sides but one?
I've got a tabbed navigation bar where I'd like the open tab to have a shadow to set it apart from the other tabs. I'd also like the whole tab section to have a single shadow (see …
1
vote
1answer
93 views
Why can’t I set my button’s shadow colour?
I'm trying to set the shadow colour on a UIButton, but all I seem to be able to get is a mid grey.
UIButton *button = [UIButton buttonWithType:UIButtonTypeRoundedRect];
button.fr …
0
votes
3answers
1k views
Complex CSS Text-Shadow and cross browser compatibility
<html>
<body>
<style type='text/css'>
body {
font: 100% myriad, arial, sans-serif;
font-size: 12px;
color:white;
font-weight:bol …
0
votes
1answer
121 views
Draw a shadow behind UIWebView
I know similar questions have been asked before, so don't get snarky and link to previous answers. The reason I am repeating this is that none of the answers have worked.
I have a …
0
votes
3answers
147 views
Flash AS3 drop shadows don’t show up when changing height & width
In as3 I'm creating a drop shadow, which works fine. But when I change the height or width of the object (mcWhiteBorder) the drop shadow does not appear at all. Any ideas?
var mcW …
3
votes
5answers
1k views
How can I create a drop shadow like floating effect around a canvas component in flex?
I want create a drop shadow around the canvas component in flex. Technically speaking it will not be a shadow, as I want it to wrap around the component giving the component a floa …
