Toolbox/SaveAs headache
Julie Stamp (8365) 474 posts |
Does anyone know how SaveAs ends up raising Window_HasBeenHidden? I have removed each and every call to What am I missing? (Source on gitlab) Edit: I’ve figured it out. An action button gadget set as ‘default’ (which the Save button is) closes the parent window when it is selected. This can be disabled by also selecting the ‘local’ flag. In the Res file for SaveAs (open Resources:$.Resources.SaveAs.Res using !ResEdit), the ‘save’ button doesn’t have the local flag ticked, and I think this is incorrect. |
Julie Stamp (8365) 474 posts |
I was looking at this because the box closes if you click save with just a filename (no pathname). I have made a merge request to make it stay open, in line with Edit, Draw etc. |