Re: “Get Edited Text” after Pasting and “On Menu Selected” form event

2019-06-15 Thread George Huhn via 4D_Tech
Hi Chip, I tried to use them, but neither of those events fire without the user doing something after the On Menu Selected event has occurred. The "Get text from pasteboard” works exactly as I need. Thanks for your suggestions. > On Jun 15, 2019, at 11:25 AM, Chip Scheide

“Get Edited Text” after Pasting and “On Menu Selected” form event

2019-06-15 Thread George Huhn via 4D_Tech
I am upgrading a database from v14 to v17. In v14, “Get Edited Text” would return the text of a form variable after text was pasted into that variable and the“On Menu Selected” form event fired. This behavior was undocumented, but it worked. Unfortunately, this does not work anymore in v17,

Re: Build with code signing

2018-06-11 Thread George Huhn via 4D_Tech
This is how I sign app bundles manually using 2 Terminal commands: Step 1: First I need to get rid of all the extended attributes in the app bundle: 1. Type: xattr -cr Note: If you drag and drop the app to the terminal, the path will automatically be typed in terminal.