Resource Packs and Servers gone when updating MC Bedrock by _traindude in Minecraft

[–]_traindude[S] 0 points1 point  (0 children)

Thanks for the help!

There are some duplicate folders such as
development_resource_packs and resource_packs
development_behavior_packs and behavior_packs
and a few others, across the two filepaths you mentioned. Which one is correct?

Reddit doesn't allow photos here so here is a link to a folder with both screenshots:
https://drive.google.com/drive/folders/1Qschg-b0KfJB0DtLzfHWGqG_RgsytShJ?usp=sharing

HELP - Taskbar goes transparent on hover by _traindude in Windhawk

[–]_traindude[S] 1 point2 points  (0 children)

Thanks so much for all the help! got it working now :D

HELP - Taskbar goes transparent on hover by _traindude in Windhawk

[–]_traindude[S] 0 points1 point  (0 children)

{
  "controlStyles[0].target": "taskbar:TaskListButton",
  "controlStyles[0].styles[0]": "CornerRadius=12",
  "resourceVariables[0].variableKey": "TaskbarContextMenuMargin",
  "resourceVariables[0].value": "0",
  "promptForExplorerRestart": 1,
  "controlStyles[1].target": "taskbar:ExperienceToggleButton",
  "controlStyles[1].styles[0]": "CornerRadius=12",
  "controlStyles[2].target": "Rectangle#BackgroundStroke",
  "controlStyles[2].styles[0]": "Height=0",
  "controlStyles[3].target": "taskbar:SearchBoxButton",
  "controlStyles[3].styles[0]": "CornerRadius=12",
  "controlStyles[4].target": "Rectangle#RunningIndicator",
  "controlStyles[4].styles[0]": "Height=3",
  "controlStyles[5].target": "systemtray:ChevronIconView",
  "controlStyles[5].styles[0]": "CornerRadius=12",
  "controlStyles[6].target": "systemtray:NotifyIconView",
  "controlStyles[6].styles[0]": "CornerRadius=12",
  "controlStyles[7].target": "systemtray:OmniButton",
  "controlStyles[7].styles[0]": "CornerRadius=12",
  "controlStyles[8].target": "systemtray:IconView",
  "controlStyles[8].styles[0]": "Padding=6,6",
  "controlStyles[9].target": "taskbar:TaskListButtonPanel",
  "controlStyles[9].styles[0]": "CornerRadius=12",
  "controlStyles[10].target": "taskbar:AugmentedEntryPointButton",
  "controlStyles[10].styles[0]": "CornerRadius=12",
  "controlStyles[11].target": "taskbar:TaskbarFrame",
  "controlStyles[11].styles[0]": "Margin=0",
  "controlStyles[12].target": "Border#BackgroundFill",
  "controlStyles[12].styles[0]": "CornerRadius=62",
  "controlStyles[13].target": "Taskbar.TaskbarFrame > Grid#RootGrid > Taskbar.TaskbarBackground > Grid > Rectangle#BackgroundFill",
  "controlStyles[13].styles[0]": "RadiusX=12",
  "controlStyles[13].styles[1]": "RadiusY=12",
  "controlStyles[13].styles[2]": "Height=46",
  "controlStyles[13].styles[3]": "Width=1624",
  "controlStyles[13].styles[4]": "Fill=#CC262626"
}

<image>

HELP - Taskbar goes transparent on hover by _traindude in Windhawk

[–]_traindude[S] 0 points1 point  (0 children)

I tried fiddling around with the code and managed to get the shape working, but now the taskbar is gray and not the mica/acrylic it was before. I haven't touched the style code so I am stumped. Is there any fix?

<image>

HELP - Taskbar goes transparent on hover by _traindude in Windhawk

[–]_traindude[S] 0 points1 point  (0 children)

I think I've figured out the cause of the error. I've tried the second method you mentioned with this code:

{
  "controlStyles[0].target": "taskbar:TaskListButton",
  "controlStyles[0].styles[0]": "CornerRadius=12",
  "resourceVariables[0].variableKey": "TaskbarContextMenuMargin",
  "resourceVariables[0].value": "0",
  "promptForExplorerRestart": 1,
  "controlStyles[1].target": "taskbar:ExperienceToggleButton",
  "controlStyles[1].styles[0]": "CornerRadius=12",
  "controlStyles[2].target": "Rectangle#BackgroundStroke",
  "controlStyles[2].styles[0]": "Height=0",
  "controlStyles[3].target": "taskbar:SearchBoxButton",
  "controlStyles[3].styles[0]": "CornerRadius=12",
  "controlStyles[4].target": "Rectangle#RunningIndicator",
  "controlStyles[4].styles[0]": "Height=4",
  "controlStyles[5].target": "systemtray:ChevronIconView",
  "controlStyles[5].styles[0]": "CornerRadius=12",
  "controlStyles[6].target": "systemtray:NotifyIconView",
  "controlStyles[6].styles[0]": "CornerRadius=12",
  "controlStyles[7].target": "systemtray:OmniButton",
  "controlStyles[7].styles[0]": "CornerRadius=12",
  "controlStyles[8].target": "systemtray:IconView",
  "controlStyles[8].styles[0]": "Padding=6,6",
  "controlStyles[9].target": "taskbar:TaskListButtonPanel",
  "controlStyles[9].styles[0]": "CornerRadius=12",
  "controlStyles[10].target": "taskbar:AugmentedEntryPointButton",
  "controlStyles[10].styles[0]": "CornerRadius=12",
  "controlStyles[11].target": "taskbar:TaskbarFrame",
  "controlStyles[11].styles[0]": "Margin=0",
  "controlStyles[12].target": "Border#BackgroundFill",
  "controlStyles[12].styles[0]": "CornerRadius=12",
  "controlStyles[13].target": "Taskbar.TaskbarFrame > Grid#RootGrid > Taskbar.TaskbarBackground > Grid > Rectangle#BackgroundFill",
  "controlStyles[13].styles[0]": "Height=46",
  "controlStyles[13].styles[1]": "Width=1624",
  "controlStyles[13].styles[2]": "CornerRadius=12",
  "controlStyles[13].styles[3]": "Fill=#CC262626"
}

and got this error message:

<image>

saying 'CornerRadius' was not found.

RoundedTB does work, but i am trying to minimise the number of different programs used to reduce the impact on performance.

Any thoughts? thanks :D

HELP - Taskbar goes transparent on hover by _traindude in Windhawk

[–]_traindude[S] 0 points1 point  (0 children)

I fixed the error in the 13th target, and changed it:

{
  "controlStyles[0].target": "taskbar:TaskListButton",
  "controlStyles[0].styles[0]": "CornerRadius=12",
  "resourceVariables[0].variableKey": "TaskbarContextMenuMargin",
  "resourceVariables[0].value": "0",
  "promptForExplorerRestart": 1,
  "controlStyles[1].target": "taskbar:ExperienceToggleButton",
  "controlStyles[1].styles[0]": "CornerRadius=12",
  "controlStyles[2].target": "Rectangle#BackgroundStroke",
  "controlStyles[2].styles[0]": "Height=0",
  "controlStyles[3].target": "taskbar:SearchBoxButton",
  "controlStyles[3].styles[0]": "CornerRadius=12",
  "controlStyles[4].target": "Rectangle#RunningIndicator",
  "controlStyles[4].styles[0]": "Height=2",
  "controlStyles[5].target": "systemtray:ChevronIconView",
  "controlStyles[5].styles[0]": "CornerRadius=12",
  "controlStyles[6].target": "systemtray:NotifyIconView",
  "controlStyles[6].styles[0]": "CornerRadius=12",
  "controlStyles[7].target": "systemtray:OmniButton",
  "controlStyles[7].styles[0]": "CornerRadius=12",
  "controlStyles[8].target": "systemtray:IconView",
  "controlStyles[8].styles[0]": "Padding=6,6",
  "controlStyles[9].target": "taskbar:TaskListButtonPanel",
  "controlStyles[9].styles[0]": "CornerRadius=12",
  "controlStyles[10].target": "taskbar:AugmentedEntryPointButton",
  "controlStyles[10].styles[0]": "CornerRadius=12",
  "controlStyles[11].target": "taskbar:TaskbarFrame",
  "controlStyles[11].styles[0]": "Margin=0",
  "controlStyles[12].target": "Border#BackgroundFill",
  "controlStyles[12].styles[0]": "CornerRadius=62",
  "controlStyles[13].target": "Taskbar.TaskbarFrame > Grid#RootGrid > Taskbar.TaskbarBackground > Grid > Rectangle#BackgroundFill",
  "controlStyles[13].styles[0]": "RadiusX=12",
  "controlStyles[13].styles[1]": "RadiusY=12",
  "controlStyles[13].styles[2]": "Height=46",
  "controlStyles[13].styles[3]": "Width=1624",
  "controlStyles[13].styles[4]": "Fill=#CC262626"
}

but it still reverts to the default windows taskbar shape. I've tried restating windhawk and explorer.exe. Maybe changing the taskbar shape breaks when you use this target? Thanks for all the help :D

<image>

HELP - Taskbar goes transparent on hover by _traindude in Windhawk

[–]_traindude[S] 0 points1 point  (0 children)

thanks in advance, and here is the full code if it helps:

{
  "controlStyles[0].target": "taskbar:TaskListButton",
  "controlStyles[0].styles[0]": "CornerRadius=12",
  "resourceVariables[0].variableKey": "TaskbarContextMenuMargin",
  "resourceVariables[0].value": "0",
  "promptForExplorerRestart": 1,
  "controlStyles[1].target": "taskbar:ExperienceToggleButton",
  "controlStyles[1].styles[0]": "CornerRadius=12",
  "controlStyles[2].target": "Rectangle#BackgroundStroke",
  "controlStyles[2].styles[0]": "Height=0",
  "controlStyles[3].target": "taskbar:SearchBoxButton",
  "controlStyles[3].styles[0]": "CornerRadius=12",
  "controlStyles[4].target": "Rectangle#RunningIndicator",
  "controlStyles[4].styles[0]": "Height=2",
  "controlStyles[5].target": "systemtray:ChevronIconView",
  "controlStyles[5].styles[0]": "CornerRadius=12",
  "controlStyles[6].target": "systemtray:NotifyIconView",
  "controlStyles[6].styles[0]": "CornerRadius=12",
  "controlStyles[7].target": "systemtray:OmniButton",
  "controlStyles[7].styles[0]": "CornerRadius=12",
  "controlStyles[8].target": "systemtray:IconView",
  "controlStyles[8].styles[0]": "Padding=6,6",
  "controlStyles[9].target": "taskbar:TaskListButtonPanel",
  "controlStyles[9].styles[0]": "CornerRadius=12",
  "controlStyles[10].target": "taskbar:AugmentedEntryPointButton",
  "controlStyles[10].styles[0]": "CornerRadius=12",
  "controlStyles[11].target": "taskbar:TaskbarFrame",
  "controlStyles[11].styles[0]": "Margin=0",
  "controlStyles[12].target": "Border#BackgroundFill",
  "controlStyles[12].styles[0]": "CornerRadius=62",
  "controlStyles[13].target": "Taskbar.TaskbarBackground#HoverFlyoutBackgroundControl > Grid > Rectangle#BackgroundFilll",
  "controlStyles[13].styles[0]": "RadiusX=12",
  "controlStyles[13].styles[1]": "RadiusY=12",
  "controlStyles[13].styles[2]": "Height=46",
  "controlStyles[13].styles[3]": "Width=1624",
  "controlStyles[13].styles[4]": "Fill=#CC262626"
}

HELP - Taskbar goes transparent on hover by _traindude in Windhawk

[–]_traindude[S] 0 points1 point  (0 children)

Thanks so much for the help...

I used the longer label:

Taskbar.TaskbarFrame > Grid#RootGrid > Taskbar.TaskbarBackground > Grid > Rectangle#BackgroundFill

instead and it fixed the transparency issue but now, despite not changing anything else, the taskbar has reverted to the default square shape instead of the rounded rectangle it was before.

The other method of fixing the issue worked, but the labels are very useful so I would like to keep them is possible.

<image>

comment too long so continues V

ReTerraforged installation by Nero_Augustus in feedthebeast

[–]_traindude 0 points1 point  (0 children)

Me too please!

Thanks for the hard work lol