Re: question re mobilePick

2015-04-30 Thread EED-wp Email
Ahhh, thanks, Ralph. Got it. Bill William Prothero http://ed.earthednet.org > On Apr 30, 2015, at 2:23 PM, Ralph DiMola wrote: > > I believe that you must use a style of "checkmark" for initialIndex to work. > > 1-based means if: > line 1 is "picked" then 1 is returned. > line 2 is "picked" th

RE: question re mobilePick

2015-04-30 Thread Ralph DiMola
I believe that you must use a style of "checkmark" for initialIndex to work. 1-based means if: line 1 is "picked" then 1 is returned. line 2 is "picked" then 2 is returned... 0-based means if: line 1 is "picked" then 0 is returned. line 2 is "picked" then 1 is returned. Ralph DiMola IT Direc