Re: 4D Backup causes 4D Remote to hang (15.4)

2017-11-17 Thread Perkins, Bradley D via 4D_Tech
Still having problems. Based on various email notifications, I can see that the scripts that under past OS versions would reliably restart 4D are trying to do so, but w/o success. I don't know why they fail, but can see they are repeatedly trying. That continues until I remotely access the Mac. At

Re: Drop Down Menu Form Event

2017-11-17 Thread Kirk Brooks via 4D_Tech
Jim, I use On click as well, but I rarely use dropdowns that are enterable (combo lists). In that case you want to recognize the data change event to do whatever in that case. Or turn off the On data change event and make the list non-enterable so you only have On clicked events to handle. As far

Apache Kafka

2017-11-17 Thread Douglas Cryer via 4D_Tech
Hi all, Has anyone had any experience communicating to an Apache Kafka service for sending or receiving data? If so how did you do this and what were your experiences (if willing to share). I will be needing to do this next year and wanted to get the jump on it... Regards, Dougie

Re: v13 - Plugin inside component

2017-11-17 Thread Tim Nevels via 4D_Tech
On Nov 17, 2017, at 9:33 AM, Chip Scheide wrote: > The host after completion of the component will not be in my control. > > to install a plugin... > the component will need to have a table - with a blob. In the blob will need > to be the plugin. > > upon initialization of the component I can:

mirror set up

2017-11-17 Thread Chuck Miller via 4D_Tech
Hi All, we are finally going to implement mirrors at one of my clients. For a variety of reasons, we are not going to use soap. I was thinking of the following options 1. One main machine create new log, copy to shared volume Now I can branch Option 1. Create a second text file that the

Re: Drop Down Menu Form Event

2017-11-17 Thread Chuck Miller via 4D_Tech
I would always use on clicked for drop downs, combo boxes, check boxes, buttons, radio buttons. Regards Chuck Chuck Miller Voice: (617) 739-0306 Informed Solutions, Inc. Fax: (617) 232-1064

Drop Down Menu Form Event

2017-11-17 Thread Jim Medlen via 4D_Tech
What is the best Form Event to use with a Drop Down Menus on a form ? Is it better to use On Clicked or On Data Change ? Does On Clicked cause multiple form events when used with a Drop down Menu ? (when opening the menu and when selecting a choice from the menu) Thanks, Jim Medlen Computer