Top "Elevation" questions

Elevation in React Native

Here is my style defined in the React-Native screen. I have used the elevation property to achieve a box-shadow. But …

css react-native border shadow elevation
Delphi: Prompt for UAC elevation when needed

We need to change some settings to the HKEY_LOCAL_MACHINE at runtime. Is it possible to prompt for uac …

delphi uac elevation
Check if the script has elevated permissions

I would like to check whether the context in which my VBscript runs allows me to perform administrative tasks. Requirements: …

vbscript elevated-privileges elevation
CardView elevation not showing in lollipop and higher versions

I was using cardview, but the problem is elevation not showing in lollipop and higher versions. please suggest me.Here …

android android-5.0-lollipop android-6.0-marshmallow android-cardview elevation
How do you access Angular scss variables in typescript?

I'm trying to access the theme colors from other places in my app. I can access primary, accent, and warn …

angular material-design elevation
WindowsError: [Error 740] The requested operation requires elevation even after disabling UAC

I have disabled UAC and running my script in python. command = "abcd.exe" subprocess.Popen(command,stdout=subprocess.PIPE,stderr=…

python windows-8 uac elevation
How do you de-elevate privileges for a child process

I know how to launch a process with Admin privileges from a process using: proc.StartInfo.UseShellExecute = true; proc.StartInfo.…

c# process uac elevation
Developing Apps with Administrator Rights in Delphi

I'm using D2010 under Windows 7 to write an app that seems to require admin rights (I think because it uses …

delphi windows-7 delphi-2010 uac elevation
How to give elevation to an image in Flutter?

I have to implement elevation (like a shadow) on an image widget, but I couldn't find a solution to this. …

dart flutter elevation
How can I detect if my process is running UAC-elevated or not?

My Vista application needs to know whether the user has launched it "as administrator" (elevated) or as a standard user (…

windows-7 windows-vista uac elevation