c-smile / sciter-sdk

Sciter is an embeddable HTML/CSS/scripting engine

Home Page:http://sciter.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Win7, No shadow

ji4ozhu opened this issue · comments

commented

Question 1 :
Windows Theme:
Windows7 Basic,Classic

window-frame=”solid-with-shadow”
No shadow.

Question 2: NO GUI
Windows 10,and monitor is off
Remote desktop software, eg TeamViewer.

commented

window-frame="solid-with-shadow" draws shadow according to user’s preferences. Sciter asks Windows to show that shadow by setting flags using Windows API.

If the user don’t like Aero then Windows will not show shadows.

But if you must have shadows in any cases then check this:

sdk/samples/dialogs+windows/samples/sample-window-custom-frame.htm

Open that file in wsciter.exe/usciter.exe using “load html in view” button.