Re: Button is disabled when compiled - Mac only

2019-12-19 Thread Vincent de Lachaux via 4D_Tech
Pat, Beware of the deprecated command _o_DISABLE BUTTON who work with a variable name so all buttons of the process linked with this variable were disabled. You should prefer OBJECT SET ENABLE(*;"buttonName";false) who disable only the button nammed "buttonName" Vincent de Lachaux

Re: Button is disabled when compiled - Mac only

2019-12-19 Thread Chip Scheide via 4D_Tech
assuming it is not an issue with the version of 4D... disable itself: - some other object/button/variable with the same name is disabled - it is underneath some other object (like a group frame), and is not really disabled but is covered up. This would be the 'Z' (layer) of the form. - there is

Button is disabled when compiled - Mac only

2019-12-18 Thread Pat Bensky via 4D_Tech
Using v17r6 I have a small button on a data entry form. Click it and a popup menu lets you chose from a couple of options. When the app is compiled, this button is always disabled - on a Mac. On Windows it is enabled. There is no code that disables it. There is no Standard Action selected for it.