Re: Entity Selection List Box - Selected Row Color

2020-02-20 Thread Jeff Grann via 4D_Tech
The subject of my post is incorrect. Sorry!! -- Jeff Grann SuccessWare, Inc. > On Feb 20, 2020, at 1:22 PM, jeff--- via 4D_Tech <4d_tech@lists.4d.com> wrote: > > Just tried Miyako’s notarized Win32API plugin on Catalina, but I get the > "“Win32API.bundle” cannot be opened because the d

Re: Who’s the Gestapo?

2018-07-19 Thread Jeff Grann via 4D_Tech
StackOverflow is great for pure, direct technical questions, but it doesn’t allow for general discussions. -- Jeff Grann SuccessWare, Inc. > On Jul 19, 2018, at 10:58 AM, Andy Mercer via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > We could also join the rest of the world and move to St

Re: Build with code signing

2018-06-13 Thread Jeff Grann via 4D_Tech
Cannon, This helped a lot. I figured out how to renew the certificate but was missing the xattr step. Thanks!! -- Jeff Grann SuccessWare, Inc. > On Jun 11, 2018, at 1:45 PM, Cannon Smith via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Hi Jeff, > > I can’t give you a step by step gu

Re: Build with code signing

2018-06-11 Thread Jeff Grann via 4D_Tech
This is part of what I need but it is hopelessly out of date. -- Jeff Grann SuccessWare, Inc. > On Jun 11, 2018, at 1:51 PM, Keith Culotta via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Would this still be relevant: http://kb.4d.com/assetid=76697 ? > > Keith - CDI > >> On Jun 11, 201

Build with code signing

2018-06-11 Thread Jeff Grann via 4D_Tech
Can someone please direct me to documentation on how to code sign apps for MacOS with 4D. I need the entire process in a step-by-step guide from explaining how to obtain the code signing certificate from Apple through adding it to the 4D XML build files and building. -- Jeff Grann Succ

Re: Field Validation in Listboxes

2018-03-20 Thread Jeff Grann via 4D_Tech
Thanks Kirk. -- Jeff Grann SuccessWare, Inc. > On Mar 20, 2018, at 2:07 PM, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Jeff, > > I think you want to use EDIT ITEM. > > $objName:=OBJECT Get name(Object current) // will be the name of the > listbox object even if call

Field Validation in Listboxes

2018-03-20 Thread Jeff Grann via 4D_Tech
What is the best practice for validating data entry in listbox fields (cells)? If the user enters an invalid value, I’d like to keep them in the field, but REJECT doesn’t seem to work in listbox cells. -- Jeff Grann SuccessWare, Inc. *

Re: Collections

2018-03-16 Thread Jeff Grann via 4D_Tech
Haven’t worked with them yet, but my understanding is that a collection is an ordered list of values of possibly varying types. In 4D arrays, all of the values must be the same type. In a 4D collection, you can use mixed types as the elements. Example: $MyCollection[0]:=“Hello” $MyCollection

Getter for the menu bar associated with a form

2018-03-12 Thread Jeff Grann via 4D_Tech
Is there such an animal? -- Jeff Grann SuccessWare, Inc. ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options

Re: Find and Replace Component for 4D Write Pro

2018-03-07 Thread Jeff Grann via 4D_Tech
Pat Bensky found a bug with the "replace all" in certain circumstances. I posted a fix to the same link: http://www.successware.net/downloads/4d-components/FindAndReplace.zip Thanks Pat! -- Jeff Grann SuccessWare,

Find and Replace Component for 4D Write Pro

2018-03-07 Thread Jeff Grann via 4D_Tech
I had the need to add find and replace to my 4D Write Pro areas. So I created a generic component. It easily shows and hides itself at the top of a Write Pro area and can resize itself automatically. You can download it and a demo at: http://www.successware.net/downloads/4d-components/FindAndRep

Re: Anyone been using R5 for real work?

2018-01-19 Thread Jeff Grann via 4D_Tech
I have found R5 to be solid so far as well. -- Jeff Grann SuccessWare, Inc. ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.c

Re: Anyone been using R5 for real work?

2018-01-19 Thread Jeff Grann via 4D_Tech
John, I type all variables, but I’ve seen this with SET QUERY DESTINATION as well in some test, maintenance and “throw-away” code in which typing may or may not exist. Do you know any other commands that have this issue in R5? -- Jeff Grann SuccessWare, Inc. > On Jan 19, 2018, at 12:36

Re: What Texting Services Are People Using?

2017-12-06 Thread Jeff Grann via 4D_Tech
Don’t know what you’re planned volume is, but have a look at https://www.twilio.com . -- Jeff Grann SuccessWare, Inc. > On Dec 6, 2017, at 2:22 PM, Dave Nasralla via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Hey All, > > I'm looking at the option of adding t

Re: App Nap

2017-11-15 Thread Jeff Grann via 4D_Tech
isabled > defaults read com.4D.4DServer NSAppSleepDisabled > > - set > > defaults write com.4d.4d NSAppSleepDisabled -bool YES > defaults write com.4D.4DServer NSAppSleepDisabled -bool YES > > notice this is not a setting of the app itself, but rather the operating >

App Nap

2017-11-15 Thread Jeff Grann via 4D_Tech
I’ve been out of 4D development for the past couple of years, but I’ve tried to keep tabs on new developments. One thing I thought I saw at one point is that 4D (v15/v16/Rx) now works better with Mac OS X’s App Nap. Now I can’t find anything about it. Was I dreaming? -- Jeff Grann Succe