‎2006-01-11 09:52 PM - last edited on ‎2023-08-07 11:32 AM by Doreena Deng
‎2006-01-12 02:34 PM
‎2006-01-13 12:11 AM
John wrote:John,
Hi🙂
I try to make a layer invisible from the modal dialog of my addon.
Problem: The layer does not becomee invisible before the dialog is closed.
‎2006-01-13 07:54 AM
Ralph wrote:Sure:John wrote:Can you roughly describe why you want to do this? There may be a better approach to the problem.
Hi 🙂
I try to make a layer invisible from the modal dialog of my addon.
Problem: The layer does not becomee invisible before the dialog is closed.
‎2006-01-13 08:56 AM
‎2006-01-13 09:05 AM
adambutler wrote:Oh, do you think it would work with a modless dialog? That would be great 🙂
Maybe you could just use a modeless dialog. Why does it have to be modal?
‎2006-01-13 12:09 PM
John wrote:John,
The Addon processes the selected lines, arcs and polylines and closes the gaps between the elements if the distance is below a defined threshold.
A new polyline containing the elements is created.
...
The original-elements are on layer A.
The polyline is created on an layer B.
...
I want to to toggle between:
1. A visible / B invisible
2. A invisible / B visible