Search found 70 matches

by tomBTG
Tue Aug 23, 2016 1:03 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: In-App purchase. Sharing of free and paid templates
Replies: 11
Views: 7899

Re: In-App purchase. Sharing of free and paid templates

Would these templates contain any code at all? If so, I suspect that will run into Apple's security limits. As for the in-app purchases, I would do a careful read of the Apple Developer agreement. I vaguely recall a restriction on doing commerce within your app that by-passes the Apple process. Tom ...
by tomBTG
Thu Mar 31, 2016 3:25 pm
Forum: Talking LiveCode
Topic: Mac App Store Rejection and Sandboxing Requirements
Replies: 4
Views: 3105

Re: Mac App Store Rejection and Sandboxing Requirements

Hi Steve. "Classroom Quizs" - WRITE - rename - “/Applications/Classroom Quizshow.app/Contents/MacOS/CQdata/Teams.rev~" - /Applications/Classroom Quizshow.app/Contents/MacOS/CQdata/Teams.rev Perhaps the clue in Apple's comment about the renaming is the ~ at the end of the file extension. Did you put ...
by tomBTG
Thu Mar 10, 2016 4:07 pm
Forum: Talking LiveCode
Topic: Fixed Yet? Three Questions
Replies: 15
Views: 8102

Re: Fixed Yet? Three Questions

Maybe I should re-ask a question from my original post at this point: Can I just leave the data stacks open (but invisible) the whole time my standalone app is running, or is that a bad idea? If I remember correctly, doing this gave me "can't open stack with same name" or some such errors when I tr...
by tomBTG
Wed Sep 30, 2015 3:38 pm
Forum: Announcements
Topic: Announcing the Feature Exchange
Replies: 4
Views: 15649

Re: Announcing the Feature Exchange

>Cross platform multi channel low latency sound support

Yes! And support for recent audio formats, too.

Tom B.
by tomBTG
Sun Sep 06, 2015 12:42 am
Forum: Multimedia
Topic: player not working in windows
Replies: 15
Views: 11451

Re: player not working in windows

Klaus wrote: Multimedia support currently definitively sucks in Livecode, at least on Windows!
Klaus
Yes, it's like we're sad, confused characters in a play... "Waiting for GoodAudio"
Tom B.
by tomBTG
Fri Aug 07, 2015 4:03 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: [ANN] Table Lab
Replies: 5
Views: 4459

Re: [ANN] Table Lab

Thanks, Scott!
Tom Bodine
by tomBTG
Wed Aug 05, 2015 3:56 pm
Forum: Multimedia
Topic: Problem with Player & Stream Audio.
Replies: 18
Views: 13775

Re: Problem with Player & Stream Audio.

Neil, Thanks for that info. But QT has no future, so what's the long-term solution for multimedia on Windows? Are any current versions of LC running on Windows without QT able to support external audio and movie playback? (I have a Windows application in dev. that needs these capabilities, so I woul...
by tomBTG
Wed Aug 05, 2015 3:14 pm
Forum: Talking LiveCode
Topic: Livecode Project.
Replies: 18
Views: 11551

Re: Livecode Project.

Great idea. I look forward to learning more about this site.
Tom B.
by tomBTG
Fri Jul 24, 2015 3:39 pm
Forum: Windows
Topic: Opening doubleclicked stack files with custom extensions
Replies: 2
Views: 2944

Re: Opening doubleclicked stack files with custom extensions

Thanks for the guidance on that, Mark!
Tom
by tomBTG
Thu Jul 23, 2015 11:03 pm
Forum: Windows
Topic: Opening doubleclicked stack files with custom extensions
Replies: 2
Views: 2944

Opening doubleclicked stack files with custom extensions

Hi, Livecoders. In my standalone app on Windows, I use a custom extension on stack files to save user work. Doubleclicking any of those files will launch my app and load the chosen file. However, once the app is running, doubleclicking another file does not update the command line arguments. ($1 con...
by tomBTG
Tue Jul 14, 2015 3:00 pm
Forum: Windows
Topic: Prevent users on using ctrl+alt+del to crash master stack
Replies: 14
Views: 8060

Re: Prevent users on using ctrl+alt+del to crash master stac

Hi,
For programs running on kiosks, one method of preventing ctrl+alt+del is to remove the keyboard and provide an onscreen keyboard that does not include the ctr or alt keys.
Tom B.
by tomBTG
Fri Jul 03, 2015 4:18 pm
Forum: Mac OS
Topic: Problems saving stack in standalone
Replies: 9
Views: 9075

Re: Problems saving stack in standalone

What's failing is copying an updated card from the template stack (tTemplate) to the clients profile stack (gClientPath). I put in some code to check that the old card was renamed and the new card was copied. Everything works file in the IDE. Hi, One possible cause is if you have password protectio...
by tomBTG
Thu Jul 02, 2015 3:18 pm
Forum: Windows
Topic: Trouble loading stack file in Community 7.0
Replies: 9
Views: 7515

Re: Trouble loading stack file in Community 7.0

I am finding LCC 7.0.4 rather unstable on Win7 SP1, with a crash every 1-2 days while doing development. And the most likely event to cause LC to fail is on: Save This stack! when the stack I am trying to save is corrupted. LC simply refuses to open it (silently). You can recover some scripts from ...
by tomBTG
Fri May 08, 2015 11:15 pm
Forum: Multimedia
Topic: UI to make images resizable in standalone
Replies: 1
Views: 2728

Re: UI to make images resizable in standalone

For anyone else searching this forum for an image resizer UI like that in the IDE, Ben Beaumont created one in a stack found here: http://livecodeshare.runrev.com/stack/76/Image-Resize-Control You can easily make the image moveable as well as resizable by adding this to the image control's script: o...
by tomBTG
Fri May 08, 2015 12:04 am
Forum: Multimedia
Topic: UI to make images resizable in standalone
Replies: 1
Views: 2728

UI to make images resizable in standalone

Hi, How would you enable users to resize an image in a desktop standalone? In the IDE, this is automatic after selecting the image to get "handles" on the image and choosing the pointer tool. Click and drag any handle to resize the image. But that doesn't work in a standalone. I am doing the same st...

Go to advanced search