Search found 15 matches

by markosborne
Tue Jun 20, 2023 5:29 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: OCR?
Replies: 19
Views: 4090

Re: OCR?

Hello All, If you look more closely at Richmond's suggestion (https://solutions.weblite.ca/pdfocrx/download) you'll see that the paid-for version supports automation: "Enterprise Edition : All of the same features as the Community Edition plus support for multi-page PDF files, batch conversion, and ...
by markosborne
Tue Feb 28, 2023 6:41 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Data Grid form search functionality (filtering)
Replies: 7
Views: 3274

Re: Data Grid form search functionality (filtering)

And thank you for your offer of further help Stam,

You were right, it was fairly easy -- I'm still trying to get used to the syntax and framework...

Best wishes

Mark
by markosborne
Tue Feb 28, 2023 6:33 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Data Grid form search functionality (filtering)
Replies: 7
Views: 3274

Re: Data Grid form search functionality (filtering)

Thank you Jacque,

That works just fine.

Much appreciated.

Mark
by markosborne
Mon Feb 27, 2023 12:14 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Data Grid form search functionality (filtering)
Replies: 7
Views: 3274

Re: Data Grid form search functionality (filtering)

Thanks Stam,

I tried your code but it just filters everything out on the first character I type (empties/clears the Data Grid).

I'll give the regex a go (but I'm no expert...).

Best

Mark
by markosborne
Thu Feb 23, 2023 5:20 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Moving items between Data Grids (table & form) and working with row templates
Replies: 0
Views: 11388

Moving items between Data Grids (table & form) and working with row templates

Hello All, The app I’m developing has two Data Grids: Display A (table) and Display B (form). The data is being pulled from a database when the stack is opened (connecting directly from the LiveCode app for the moment). Each entry in the dataset contains three items: text_to_display, alt_text & ref_...
by markosborne
Thu Feb 23, 2023 2:30 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Data Grid form search functionality (filtering)
Replies: 7
Views: 3274

Data Grid form search functionality (filtering)

Hello All, I have a Data Grid form displaying a very long list (single-word and multi-word text descriptions). There is a Field on the card, which is used to enter search terms in order to filter the items in the Data Grid form down to a manageable length in oder to make finding items easier. I have...
by markosborne
Fri Nov 09, 2018 3:19 pm
Forum: Internet
Topic: Playing sounds in Browser widget on Windows 10
Replies: 2
Views: 3808

Re: Playing sounds in Browser widget on Windows 10

The answer to this is that on Windows (and Linux) the Browser widget in LiveCode uses Chromium Embedded Framework (CEF) and its support for MP3 audio is disabled for legal reasons by default. See https://stackoverflow.com/questions/12355706/does-chromium-embedded-framework-support-html5-audio It can...
by markosborne
Thu Nov 08, 2018 6:53 pm
Forum: Internet
Topic: Interacting With JavaScript using Browser widget
Replies: 5
Views: 6363

Re: Interacting With JavaScript using Browser widget

Thanks -hh, After playing around with things, it's now working. I used Klaus's suggestion of set the javascriptHandlers of widget "Browser" to "hJS_wordCount" I then used the sample LiveCode stack provided by LCNeil in the thread: "Passing arguments to Javascript from Livecode" This uses a stack cus...
by markosborne
Wed Nov 07, 2018 5:23 pm
Forum: Internet
Topic: Interacting With JavaScript using Browser widget
Replies: 5
Views: 6363

Re: Interacting With JavaScript using Browser widget

Thanks Klaus,

My card script now has:

set the javascriptHandlers of widget "Browser" to "hJS_wordCount"

But the JavaScript in the web page still isn't managing to call the hJS_wordCount handler.

Any more thoughts?
by markosborne
Wed Nov 07, 2018 4:59 pm
Forum: Internet
Topic: Interacting With JavaScript using Browser widget
Replies: 5
Views: 6363

Interacting With JavaScript using Browser widget

In the Guide in the Dictionary it says: "The browser allows two-way interaction with the javascript running in the displayed page. To allow LiveCode handlers to be called from JavaScript, there is a javascriptHandlers property. This can be set to a list of LiveCode handlers which appear as methods a...
by markosborne
Wed Nov 07, 2018 2:52 pm
Forum: Internet
Topic: Playing sounds in Browser widget on Windows 10
Replies: 2
Views: 3808

Playing sounds in Browser widget on Windows 10

Hello All, We are developing a Livecode application that is using the Browser widget to display a web page. It's an educational app for young learners. The web page has a list of words. When a word is clicked, a picture showing the meaning of the word is displayed and a recording of the word being s...
by markosborne
Wed Oct 10, 2018 9:39 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: play audioClip just plays static
Replies: 3
Views: 2660

Re: play audioClip just plays static

Thanks for your help Klaus, After some trial-and-error testing, I discovered that the issue was that the audio files were 32 bit. It appears that the play audioClip method only supports <= 16 bit audio files (at least on my system). Although 32 bit audio is supported when playing the clips through a...
by markosborne
Fri Oct 05, 2018 5:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: play audioClip just plays static
Replies: 3
Views: 2660

play audioClip just plays static

Hello All, I'm trying to play audio in an app - initially in the LiveCode IDE - but all I get is heavy static/hissing and just a faint indication of the actual content of the audio clip. This is code I am using: play audioClip "/Users/markosborne/Documents/L2_development/page_2_3.wav" wait until the...
by markosborne
Sat Mar 20, 2010 8:37 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: If Statement Question
Replies: 6
Views: 4454

Re: If Statement Question

Graham,

Glad to hear you got it working.

Could you please post your solution for talking to ColdFusion using Revolution? Perhaps with some code or a sample?

Thanks in advance

Mark

Go to advanced search