proofgeist / generator

Generator - Store, explore, share and create FileMaker Code
MIT License
35 stars 8 forks source link

'New Generator' error #24

Open FredBluggs opened 6 years ago

FredBluggs commented 6 years ago

When creating a new Generator, after first copying a section of script steps to the clipboard, I get a popover with the following text:- 'Sorry! We couldn't find any FileMaker Object XML'

I am using Windows 7 Pro 64 bit, and FMPA 16.0.2.205

Things I have observed....

I'm sure you guys already have this information, but just in case you don't...

From https://www.briandunning.com/cf/2010, windows clipboard object types

//Windows Formats format = "Mac-XMFD" ; "Field" ; format = "Mac-XMSC" ; "Script" ; format = "Mac-XMSS" ; "Script Step" ; format = "Mac-XML2" ; "Layout Object" ; format = "Mac-XMFN" ; "Custom Function" ; format = "Mac-XMTB" ; "Table" ; format = "CF_UNICODETEXT" ; "Plain Text" ;

My level of FM knowledge isn't up to fixing this - my apologies - I have tried to add the above and tinker around with the Let statement, but I have not been successful.....