Search found 70 matches

by tomBTG
Thu Feb 21, 2019 7:10 pm
Forum: Talking LiveCode
Topic: Palette substack blocks answer dialogs
Replies: 17
Views: 8724

Re: Palette substack blocks answer dialogs

Thanks for the offer of help, Richard. I am rather far along on a workaround now, so let me see that through. If I remain stuck after that, I will contact you.

Thanks all.
Tom Bodine
by tomBTG
Wed Feb 20, 2019 10:49 pm
Forum: Talking LiveCode
Topic: Palette substack blocks answer dialogs
Replies: 17
Views: 8724

Re: Palette substack blocks answer dialogs

I'm not coding in the past entirely. I have an Indy license and do build in 8.x on the Mac side, so I can deliver 64-bit standalones. But I put a high value on stability and I've found LC 7.1.4 on Windows will run my codebase with very few issues. One of these days, however, something is sure to com...
by tomBTG
Tue Feb 19, 2019 8:50 pm
Forum: Talking LiveCode
Topic: Palette substack blocks answer dialogs
Replies: 17
Views: 8724

Re: Palette substack blocks answer dialogs

Richards and Bogs,

Thanks for your suggestions.

Tom Bodine
by tomBTG
Tue Feb 19, 2019 5:19 pm
Forum: Talking LiveCode
Topic: Palette substack blocks answer dialogs
Replies: 17
Views: 8724

Palette substack blocks answer dialogs

Hi Livecoders, I have a palette substack that often overlays and blocks the dialog windows created by calling the built-in answer command. When this happens, the answer dialog window cannot be brought forward and the palette window cannot be dragged out of the way. The only way out in many cases is ...
by tomBTG
Fri Jan 25, 2019 4:09 pm
Forum: Talking LiveCode
Topic: Corrupted stack
Replies: 12
Views: 6526

Re: Corrupted stack

Hi, That dialog message is as bit misleading. It says look for the ~ backup file. But the ~ is actually added to the very end of the extension part of the file name, not at the front. And that trailing ~ can be easy to miss, especially since the file will probably no longer show the LC icon. So, tak...
by tomBTG
Mon Aug 06, 2018 9:50 pm
Forum: Talking LiveCode
Topic: Image Magick and LiveCode
Replies: 21
Views: 14731

Re: Image Magick and LiveCode

Sorry, missed that detail.
Thanks for the stack.
Tom B.
by tomBTG
Mon Aug 06, 2018 6:32 pm
Forum: Talking LiveCode
Topic: Image Magick and LiveCode
Replies: 21
Views: 14731

Re: Image Magick and LiveCode

Hi,

When I run the test, there is no change to the image. (Windows 10, LC 7.1.4). No errors. A processed image does appear, but it is not grayscale, blurred or otherwise changed.

Is there some other requirement to running this?

Thanks,
Tom B.
by tomBTG
Tue Jun 19, 2018 3:39 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Using Sockets and transfer more than one line
Replies: 2
Views: 2623

Re: Using Sockets and transfer more than one line

Hi,

Instead of "read from socket theIP until return" use some other character to mark the end of your message and read until that character appears.

Msg of Line 1 CR
LINE 2 CR
LINE 3*

And fetch that with "read from socket theIP until * with "newMessage"

Better?
Tom B.
by tomBTG
Wed Feb 28, 2018 10:29 pm
Forum: Mac OS
Topic: Font load fails only when app in Mac Apps folder
Replies: 3
Views: 3484

Re: Font load fails only when app in Mac Apps folder

Is the font included in the Copy Files pane of standalone settings? Yes, it is. I have confirmed the font loads and works because when the app is not in the Applications folder, the icons that use the font appear as expected. The only time the font fails to load and display is when the same app is ...
by tomBTG
Wed Feb 28, 2018 2:55 pm
Forum: Mac OS
Topic: Font load fails only when app in Mac Apps folder
Replies: 3
Views: 3484

Font load fails only when app in Mac Apps folder

Hi Livecoders. I have an odd Mac standalone issue. I use FontAwesome for some icons, and those icons fail to appear only when the standalone is run from inside the Mac Applications folder. The app is codesigned as a third-party developer ID using AppWrapper and verified. It is not for App Store dist...
by tomBTG
Mon Feb 26, 2018 4:23 pm
Forum: HTML5
Topic: How to load a text file on same domain?
Replies: 9
Views: 9747

Re: How to load a text file on same domain?

Thanks for that point, Hermann. I'll rollback to 9.0.0-dp7.

Tom Bodine
by tomBTG
Mon Feb 26, 2018 12:46 am
Forum: HTML5
Topic: How to load a text file on same domain?
Replies: 9
Views: 9747

Re: How to load a text file on same domain?

Right you are, Richard. That was in 9.0.0-dp11. For others interested in this, it now works to use Load URL "https://www.mysite.com/myfile.txt" with message "callBackHandler" Then load the file data with... on callBackHandler pURL, pStatus if pStatus is "cached" then put URL pURL into myVar else if ...
by tomBTG
Sun Feb 25, 2018 8:04 pm
Forum: HTML5
Topic: How to load a text file on same domain?
Replies: 9
Views: 9747

How to load a text file on same domain?

Hi Livecoders.

I need an HTML5 app to load a text file of questions from the same domain that hosts the app. I read in this forum that "get url" methods are not supported yet in HTML5.

Is there an alternative to "url" to load a simple text file?

Thanks,
Tom B.
by tomBTG
Wed Jan 24, 2018 9:37 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Distorted sound
Replies: 21
Views: 10878

Re: Distorted sound

yeldarb wrote:
Wed Jan 24, 2018 7:21 pm
Tom, thanks, are you referring to exporting as MP3? I resampled to 16 bit 44.1khz and then exported to MP3, still distorted.
I've "cured" the distortion in both wav and mp3 files using those settings. I am using a Player object in LC 7.x to play the audio. I'm on Windows (no QT installed).

Tom
by tomBTG
Wed Jan 24, 2018 5:41 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Distorted sound
Replies: 21
Views: 10878

Re: Distorted sound

Hi,
I have found these settings produce audio files that play without distortion for LC on desktop machines:
16-bit, 44100 Hz sample rate, mono.

Better?

Tom B.
yeldarb wrote:
Tue Jan 23, 2018 11:22 pm
Tried various settings, output from Audacity and other MP3s I have.

Running LC 8.1.7 on Mac 10.13.2.

Go to advanced search