Results 146 comments of Mahmoud Gomaa

``` background { opacity = 0 effect=[3, #0f0, 50] // Special for acrylic effect [acrylic, tint color, opacity ] } ```

Hi @muhammadbahaa2001 These effects are for `WinUI` and not for traditional applications. But I will try to add it in the future.

Not yet. But it will be added in the future

The slide and fade effect has been added to the new context menu and will be available soon in the next Canary release. This [link](https://github.com/user-attachments/files/19262957/popupmenu.zip) shows an example of the...

Use the command prompt and pass this argument ``` shell.exe -r -treat ```

``` item(title="open batfile" find=".bat|.cmd" cmd='sel.path') ``` Pass arguments ``` item(title="open batfile" find=".bat|.cmd" cmd='sel.path' args="arguments") ```

Add it to the dynamic section of the 'shell.nss' file. Save changes, press CTRL + RIGHT-CLICK to reload settings.

Excuse me. Do you need to open the "Open With" dialog box?

With the latest debug [build](https://nilesoft.org/download/shell/debug.zip) the "openas" in the "verb" property has been corrected, as it shows the Open With dialog ``` item(title='test Open with' verb="openas" cmd=sel.path) ```

> The context menu is now taking up a space. I was using the installer or did I get it from winget... regardless, it looked ok. There is only a...