RasmusTidselbak / al-var-helper

6 stars 6 forks source link

Image = Find #28

Open shad0w93 opened 4 years ago

shad0w93 commented 4 years ago

Hello,

just wanted to report a rare issue that I just had. The "Fix Casing" action also changes the Image Property Find on a Page Action to "Image = Find(), which of course will result in an error. 2020-05-08 09_14_41

Great App btw!

Greetings

Stephan

ChrisBlankDe commented 3 years ago

Same happens with "Delete" Image.

            Action("Delete Line")
            {
                ApplicationArea = PTE;
                ToolTip = 'Deletes the current Line';
                Image = Delete;
                Caption = 'Delete';
dschulzeOS commented 2 years ago

I think you can already guess, but of course the whole thing happens at the Insert. ;)

image

dschulzeOS commented 2 years ago

image