Search found 992 matches

by trevordevore
Sat Jan 05, 2019 7:45 pm
Forum: Community Projects
Topic: DataView and DataView Tree Levure Helpers
Replies: 6
Views: 9354

Re: DataView and DataView Tree Levure Helpers

I added one other DataView Tree example to the demo. It allows you to browse the mainstacks in the IDE much like the Project Browser.

https://github.com/trevordevore/dataview_demo
by trevordevore
Sat Jan 05, 2019 7:22 pm
Forum: Internet
Topic: Get JSON Data with NTLM authentication
Replies: 3
Views: 5262

Re: Get JSON Data with NTLM authentication

You can add headers to your URL requests using the `httpheaders` property. put "Content-Type: application/json" into tHeader put CR & "Authorization: NTLM TlRMTVNTUAADAAAAGAAYAGgAAAAYABgAgAAAAAAAAABIAAAAIAAgAEgAAAAAAAAAaAAAAAAAAACYAAAABYKIogUBKAoAAAAPcwBpAGUAZwBmAHIAaQBlAGQALgBrAGEAcgBsAGUAcgAnpk+rQ...
by trevordevore
Sat Jan 05, 2019 7:10 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Large number of images in a data grid
Replies: 31
Views: 16532

Re: Large number of images in a data grid

@hopkins - do you have the Project Browser open when you are testing the Data Grid? If so, try closing it. The Project Browser will slow things down as the Data Grid is creating/deleting/showing controls.
by trevordevore
Sat Jan 05, 2019 3:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Large number of images in a data grid
Replies: 31
Views: 16532

Re: Large number of images in a data grid

Where did you find the example stack? I'm not seeing it in my searches.
by trevordevore
Fri Jan 04, 2019 6:24 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Large number of images in a data grid
Replies: 31
Views: 16532

Re: Large number of images in a data grid

After I responded to you last night I decided to write a database cursor behavior for the DataView control I recently made available. You can read about it in this thread: http://forums.livecode.com/viewtopic.php?f=108&t=31987 A DataView is a more modern DataGrid and is more efficient. It is also ea...
by trevordevore
Fri Jan 04, 2019 6:19 pm
Forum: Community Projects
Topic: DataView and DataView Tree Levure Helpers
Replies: 6
Views: 9354

Re: DataView and DataView Tree Levure Helpers

I've added another DataView helper named "DataView Database Cursor Helper" and updated the demo app. This helper adds a `dvCursor` property to a DataView along with a number of other properties. You open a database cursor, assign it to the DataView, and then the DataView will automatically move thro...
by trevordevore
Fri Jan 04, 2019 5:40 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Large number of images in a data grid
Replies: 31
Views: 16532

Re: Large number of images in a data grid

For your needs a browser may give you the best results. I just skimmed through this thread and wanted to mention a couple of things though - 1. For a large data set that is displaying lots of images do not turn caching on. There is an initial slowdown when loading the data and it won't scale well if...
by trevordevore
Thu Jan 03, 2019 5:54 am
Forum: Community Projects
Topic: DataView and DataView Tree Levure Helpers
Replies: 6
Views: 9354

DataView and DataView Tree Levure Helpers

Hi folks, Over the holiday break I took time to package up some UI controls I use in my own projects and make them available as helpers for Levure apps*. The controls are named "DataView" and "DataView Tree". The DataView is a leaner, more efficient DataGrid Form. It allows you to efficiently displa...
by trevordevore
Tue Dec 18, 2018 2:19 pm
Forum: Community Projects
Topic: App Updater helper for Levure
Replies: 40
Views: 43259

Re: App Updater helper for Levure

Regarding your question about knowing if the updater window is open - Sparkle sends a message before and after the window opens. The LCB code will repost these messages using `sparkleWillShowModalAlert` and `sparkleDidShowModalAlert`. WinSparkle only sends a notification if a message is found. The L...
by trevordevore
Tue Dec 18, 2018 2:11 pm
Forum: Community Projects
Topic: App Updater helper for Levure
Replies: 40
Views: 43259

Re: App Updater helper for Levure

I've updated the README with a link to the Levure docs about how to use `build`.
by trevordevore
Tue Dec 18, 2018 3:30 am
Forum: Community Projects
Topic: App Updater helper for Levure
Replies: 40
Views: 43259

Re: App Updater helper for Levure

When you prepared 3.0.1 did you reset the `build` number to a number lower than it was with version 3.0.0? The build number should always go up, never down:

https://github.com/trevordevore/levure/ ... nformation
by trevordevore
Thu Dec 13, 2018 1:58 am
Forum: Talking LiveCode
Topic: [Solved] md5digest of large files, how reliable is it?
Replies: 21
Views: 11622

Re: md5digest of large files, how reliable is it?

I don't know Richard. I would guess not. I've only used it in situations where I ran the same function on all files.
by trevordevore
Thu Dec 13, 2018 1:38 am
Forum: Talking LiveCode
Topic: [Solved] md5digest of large files, how reliable is it?
Replies: 21
Views: 11622

Re: md5digest of large files, how reliable is it?

I use the following function to get the md5 digest of a file. I think Mark Waddingham (LiveCode CTO) was the original author. function MD5DigestOfFile pFile ----- local CHUNK_SIZE,theMD5 local theError ----- ## This combination gave the best results in a very rough test on ## OS X 10.5 on an Intel i...
by trevordevore
Sat Dec 01, 2018 11:46 pm
Forum: Software Engineering
Topic: Automated code review/analysis
Replies: 6
Views: 24310

Re: Automated code review/analysis

It would be interesting to gather up the specifics of as many of the actual requirements as possible. Just a couple of comments I have after going through some of the materials I found. This questionnaire seems to be relevant and has app development questions near the end: https://developer.nhs.uk/w...
by trevordevore
Sat Dec 01, 2018 10:35 pm
Forum: SQL Yoga
Topic: SQL Yoga Levure Helper now available
Replies: 0
Views: 4850

SQL Yoga Levure Helper now available

SQL Yoga has been been converted to script only stacks and is now distributed as a Levure Helper. While it can still be used outside of the Levure framework you will find it much easier to use within Levure. When using Levure you can create database connections, tables objects, relationship objects,...

Go to advanced search