Re: Livecode Builder developer wanted

2022-08-08 Thread Paul McClernan via use-livecode
I would say go ahead and jump in yourself, I’d be willing to help if I can
(I’m rather busy myself), if you post questions in the LCB forum section,
if you get stuck. I’m sure Trevor has left a nice starting base (I’ve
looked at all of his LCB work). You could likely get the lib binary for
macOS using “HomeBrew”.

On Thu, Jul 28, 2022 at 1:44 PM harrison--- via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi Paul,
>
> You should have led with that information.
>
> Keys here:  Not time sensitive. Pay competitive rates:  What is your
> rate?  Be upfront with that if you can.
>
> Thanks for clearing things up a bit.
>
> Cheers,
>
> Rick
>
>
> > On Jul 28, 2022, at 12:23 PM, Paul Dupuis via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > I've hired and managed independent software developers for various
> businesses for nearly 40 years. I am well aware of the market.
> >
> > We pay competitive contract rates. My estimate of time is probably about
> right for someone who has set up at least 1 or 2 cross-platform LCB DLL
> wrappers based on decades of estimating IT projects, but it was more meant
> to suggest the work is something in the scope of many hours to days vs.
> weeks or months.
> >
> > As for job size, if you are a contract developer who has a queue of
> large jobs providing regular income, good for you. My experience is that
> many contract developers value non-time sensitive small jobs they can fit
> in and around larger projects to fill in the inevitable gaps between larger
> projects that can come up.
> >
> > If no one is available or interested, as I said, it is not time
> sensitive, so we can either wait or tackle it ourselves as time permits.
> >
> > Paul Dupuis
> > Researchware
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Datagrid internal error

2022-08-08 Thread Bob Sneidar via use-livecode
Nope I take that back it's lines. I remember now wondering why that was. 

Bob S


> On Aug 8, 2022, at 16:53 , Bob Sneidar  wrote:
> 
> I believe dgProp ["columns"] is a comma delimited list. 
> 
> Bob S
> 
> 
>> On Aug 8, 2022, at 09:26 , Paul Dupuis via use-livecode 
>>  wrote:
>> 
>> A customer encountered the following execution error (below) in our app 
>> (built on Livecode 9.6.7, MacOS 12.5). This error is occurring in the scrips 
>> for the Datagrid itself, rather than our code. At the end, it is one of our 
>> handler, "populateMe", where line 139 is where the error starts.
>> Line 139 set the dgProp["columns"] of grp "rwMatrixObj_DataGrid" to 
>> tColumnNames
> 


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Datagrid internal error

2022-08-08 Thread Bob Sneidar via use-livecode
I believe dgProp ["columns"] is a comma delimited list. 

Bob S


> On Aug 8, 2022, at 09:26 , Paul Dupuis via use-livecode 
>  wrote:
> 
> A customer encountered the following execution error (below) in our app 
> (built on Livecode 9.6.7, MacOS 12.5). This error is occurring in the scrips 
> for the Datagrid itself, rather than our code. At the end, it is one of our 
> handler, "populateMe", where line 139 is where the error starts.
> Line 139 set the dgProp["columns"] of grp "rwMatrixObj_DataGrid" to 
> tColumnNames


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Code Signing Certificates: Where to put?

2022-08-08 Thread Bob Sneidar via use-livecode
I went through the process of creating the 2 certs needed to sign, notarize and 
staple an app bundle. I imported the certs into my Keychain in System (login 
didn't seem like the place to put it) and now MrSign'n'Notarize Helper V3 is 
generating an error which seems to indicate it cannot find the certificate. 
Codesigning app...

executing: codesign --deep --force --verify --verbose --sign "Robert Sneidar 
(9PV38Bl27Y)" --options runtime --entitlements 
/private/var/folders/dy/zctnynys6mg69880fpzrmsy0gr/T/TemporaryItems/entitlements.plist
 "/Users/bobsneidar/Documents/Livecode Projects/Builds/slySQL Agent MAC/slySQL 
Agent.app"
/Users/bobsneidar/Documents/Livecode Projects/Builds/slySQL Agent MAC/slySQL 
Agent.app: replacing existing signature
Warning: unable to build chain to self-signed root for signer "Developer ID 
Application: "
/Users/bobsneidar/Documents/Livecode Projects/Builds/slySQL Agent MAC/slySQL 
Agent.app: errSecInternalComponent
In subcomponent: /Users/bobsneidar/Documents/Livecode Projects/Builds/slySQL 
Agent MAC/slySQL Agent.app/Contents/MacOS/revsecurity.dylib
process aborted

Is this an issue caused by where I put the certificates? 

Bob S


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


RE: Datagrid internal error

2022-08-08 Thread Ralph DiMola via use-livecode
Paul,

The max height of a field is 32,767 pixels. This can be hard to quantify
especially on mobile with the cornucopia of screen resolutions. I would
imagine that this limit also applies to groups as well. I got bit on this
when the app worked in the IDE but failed on some devices.

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net


-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of Paul Dupuis via use-livecode
Sent: Monday, August 08, 2022 12:39 PM
To: use-livecode@lists.runrev.com
Cc: Paul Dupuis
Subject: Re: Datagrid internal error

On 8/8/2022 12:26 PM, Paul Dupuis via use-livecode wrote:
> A customer encountered the following execution error (below) in our 
> app (built on Livecode 9.6.7, MacOS 12.5). This error is occurring in 
> the scrips for the Datagrid itself, rather than our code. At the end, 
> it is one of our handler, "populateMe", where line 139 is where the 
> error starts.
> Line 139 set the dgProp["columns"] of grp "rwMatrixObj_DataGrid" to 
> tColumnNames
>

For example, some information from the customer suggest they are working
with a VERY large dataset, so the length of the list in TColumnNames could
be quit long - perhaps hundreds of lines. Is there a practical limit on the
number of columns a Datagrid can be set to?


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Datagrid internal error

2022-08-08 Thread Paul Dupuis via use-livecode

On 8/8/2022 12:26 PM, Paul Dupuis via use-livecode wrote:
A customer encountered the following execution error (below) in our 
app (built on Livecode 9.6.7, MacOS 12.5). This error is occurring in 
the scrips for the Datagrid itself, rather than our code. At the end, 
it is one of our handler, "populateMe", where line 139 is where the 
error starts.
Line 139 set the dgProp["columns"] of grp "rwMatrixObj_DataGrid" to 
tColumnNames




For example, some information from the customer suggest they are working 
with a VERY large dataset, so the length of the list in TColumnNames 
could be quit long - perhaps hundreds of lines. Is there a practical 
limit on the number of columns a Datagrid can be set to?



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Datagrid internal error

2022-08-08 Thread Paul Dupuis via use-livecode
A customer encountered the following execution error (below) in our app 
(built on Livecode 9.6.7, MacOS 12.5). This error is occurring in the 
scrips for the Datagrid itself, rather than our code. At the end, it is 
one of our handler, "populateMe", where line 139 is where the error starts.
Line 139 set the dgProp["columns"] of grp "rwMatrixObj_DataGrid" to 
tColumnNames


tColumnNames is a variable containing a list of text lines that are 
customer entered column names, so they could be ANYTHING (up to 255 
chars, no control characters, including DEL (127)) that a user could 
type or paste into a field, including words in any language using Unicode.


As the executionContexts data does not contain the actual values of the 
variable tColumns when the error occurs, does ANYONE have any idea what 
tColumns might contain that could produce the error(s) show below?


Technical information:
Property: value is not a number: (Line 11, column 1)
Object: can't set object property: (Line 11, column 5)
set: can't set property: (Line 11, column 1)
Handler: error in statement: LayoutControl (Line 11, column 1)
Object ID: stack "RevDataGridLibraryBehaviorsDefaultHeaderButtonBehavior"
-
repeat: error in statement: (Line 5066, column 1)
Handler: error in statement: _table.ResizeHeaders (Line 5052, column 1)
Object ID: stack "RevDataGridLibraryBehaviorsDataGridButtonBehavior"
-
Handler: error in statement: _table.ResizeColumns (Line 4967, column 1)
Object ID: stack "RevDataGridLibraryBehaviorsDataGridButtonBehavior"
-
Handler: error in statement: _table.CreateColumns (Line 4737, column 1)
Object ID: stack "RevDataGridLibraryBehaviorsDataGridButtonBehavior"
-
Handler: error in statement: _table.RegenerateColumns (Line 4538, column 1)
Object ID: stack "RevDataGridLibraryBehaviorsDataGridButtonBehavior"
-
switch: error in statement: (Line 6150, column 1)
Handler: error in statement: dgProps (Line 5553, column 1)
Object ID: stack "RevDataGridLibraryBehaviorsDataGridButtonBehavior"
-
set: can't set property: (Line 5529, column 1)
Handler: error in statement: dgProp (Line 5529, column 1)
Object ID: stack "RevDataGridLibraryBehaviorsDataGridButtonBehavior"
-
set: can't set property: (Line 139, column 1)
if-then: error in statement: (Line 139, column 1)
Handler: error in statement: populateMe (Line 138, column 1)
Object: group "Table" of card "FrequencyReport" of stack "FreqReport.rwtl"
Object ID: group id 1162 of card id 1002 of stack 
"/Applications/HyperRESEARCH 4.5.4/Components/Tools/FreqReport.rwtl"


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode