Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.
By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.







That's a great solution it is exactly what i needThis is based pretty much on the code I found in a development branch from a few years ago that didn't get implemented
View attachment 50407
- Use 'R' + drawn rectangle to select items in an area
View attachment 50408
- Make any adjustments you wish using Shift+Left Click. You can ignore the object types you are not interested in
- Hit the Enter Key (you can Right Click > Edit but that adds one click or key stroke to the work
- If all the selected objects are of the same type then Calling Edit will open the Multi Edit dialog directly. If not you will get this
This dialog needs tidying up it is currently in pure test mode.
View attachment 50410
- Left click the object type you want to edit as a group.
ADE will clear down any selected items not of the chosen type in the display so that you can see what is going to be affected by the Edit and opens the Multi Edit Dialog for that object type
- If you realize that you have something missed or still selected then you can click Done on the dialog, make your changes and hit Enter again. This time the Multi Edit Dialog will come straight up without asking you to select the object type (unless you made a mistake and selected a taxi point for example)
This may not do exactly what you might want but it seems closer to me than multiple clicking. It doesn't follow AFCAD in how you get the chosen type - this is driven pretty much by the graphics engine inside ADE and existing code. To achieve an exact match of process with AFCAD would involve some work - maybe quite a bit to get a reliable result.
PS This does not work in Lists at the moment but might be implemented if of interest