dbeck121 / CPI-Helper-Chrome-Extension

58 stars 20 forks source link

[Feature]: Automatic Organize Button on Object status #224

Open bdbais opened 1 month ago

bdbais commented 1 month ago

Is your feature request related to a problem? Please describe. When there is a big windows you can't found and press the automatic draw / organize buttons (6 vertical/horrizontal squares)

image

Describe the solution you'd like Could be usefull change Button Position or add inside Object parameters windows same functionality buttons.

Describe alternatives you've considered Create a button that do same function for all objects of Flow (and the chaos begin! :))

Thank you :)

dbeck121 commented 1 month ago

@bdbais

what do you mean with "when there is a big window" ?

In general changing the ui is not that simple, as we do not have access to underlying javascript :(

fippu82 commented 1 month ago

I had a look and tried to access that auto-align button, but as Dominik said, it's not possible as far as I can see. We can access UI5 elements, but not the elements in the canvas, as they are quite special in the way they're implemented (an editor called SAP Galilei, about which almost no public information seems to be available).