[HELP] - Use of indexof #234
Replies: 3 comments 32 replies
-
This is a temporary solution
I will support this function with multiple strings like the following example
|
Beta Was this translation helpful? Give feedback.
21 replies
-
The taskbar works again. It was due to an extra byte being written to the registry while the shell was enabled. |
Beta Was this translation helpful? Give feedback.
11 replies
-
This issue is mainly in the taskbar. Try the default context menu you will find the same problem. I will look for a solution to it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to set positions to some entries using
indexof
, mentioned here #229, but I'm facing some difficultly.item(type='file|dir|back.dir|drive' mode="multiple" title='TEST' image=[\uE280,#f00])
this menu will appear on many occasions, but I'm not manage it to work like i want.
Need to appears after
Open with
, while file is selected,position=indexof("Open with", 1)
but on files like
.exe
it wont appears since executable only do option toOpen
, so will need afallback
in caseOpen with
isn't available it try on another menu, maybe possible using if(), but since i have not found the documentation ofindexof
it's became difficulty, every time i try a new code it not work as intend or Shell just fail to load because the syntax error.I need it to work in the following order, Open with > Open > Refresh
Open with = file
Open = file, folder and drive
Refresh = folder background
any help or suggestion will be welcome.
File

EXE

Directory

Dir Background

Drive

Beta Was this translation helpful? Give feedback.
All reactions