vcl-styles-plugins icon indicating copy to clipboard operation
vcl-styles-plugins copied to clipboard

Skin plugins for third party installers and apps

Results 20 vcl-styles-plugins issues
Sort by recently updated
recently updated
newest added

Not sure if it's an issue with the new 6.x Inno Setup, the cancel button is missaligned with any skins: ![2019-05-06 - 05 19 51 ~ Cropped Capture](https://user-images.githubusercontent.com/14038968/57205407-d173b000-6fbe-11e9-91dd-6db566871174.png)

I need VclStylesInno.dll in order to use it with vsf styles in Inno Setup, but I can't build the project to get the dll.

https://yadi.sk/i/joaP2f3dT_6LRw For some reason, my font is not on the installer buttons.

Doesn't work BorderStyle parameter. https://yadi.sk/i/YxvxiHcb3Ebstc BorderIcons and Caption bugs. https://yadi.sk/i/i6UhGW8H3EbsuK Updating dynamic elements. https://yadi.sk/i/p_bfXzqT3EcC9w ``` procedure CancelButtonOnClick(Sender: TObject); begin SuspendProc; if MsgBox(ExpandConstant('{cm:ExitQuestion}'), mbConfirmation, MB_YESNO) = IDYES then ISDoneCancel:=1; ResumeProc; end;...

The same problem with RRUZ/vcl-styles-plugins#21. After closing any MsgBoxes (MsgBox, MsgBoxEx (on enhanced version IS), ExitSetupMsgBox, etc.), the style of TNewCheckListBox`es becomes to standard. Before calling MsgBox: ![before](https://cloud.githubusercontent.com/assets/15703512/14528101/85061894-0256-11e6-899a-a265603fae3b.png) Call MsgBox:...

Run: gpedit.msc Set: Local Computer Policy -> Computer Configuration -> Administrative Templates ->System -> Migration Options -> Untrusted Font Blocking to Enabled. Restart your computer. Result: Cannot start any innosetup...

Hi there, I have seen there is already a thread about that problem from a dev perspective and no solution. Any advice for a USER who has the problem with...

After start setup.exe got this error: Runtime Error (at -1:0): Cannot Import dll:C:\Users\user\AppData\Local\Temp\is-S5690.tmp\VclStylesinno.dll. Issue on version 1.5.4.1. Verison 1.4.5.0 works fine. OS Winsows 10 1511. Issue only in new versions....

In case of MUI2, on MUI_PAGE_DIRECTORY if open folder button is pressed, a new window pops up. That window would be without scrollbar and with mouse scroll not working. Left...

After install I cant see any form elements if i run same wizard again. But if i uninstall current version all elements will become visible again. With IS 5.5.1 everithing...