Search found 23 matches
- Wed Nov 16, 2011 6:17 pm
- Forum: Talking LiveCode
- Topic: Waiting for download to complete
- Replies: 3
- Views: 3542
Re: Waiting for download to complete
Yes, I understand. I've sort of solved the problem by using a slightly different procedure. I've made my script (a download and file updater) a two-step method: the user downloads the file by clicking a button, then clicks another button to install when the download is complete. Before it was a sing...
- Wed Nov 16, 2011 1:13 am
- Forum: Talking LiveCode
- Topic: Waiting for download to complete
- Replies: 3
- Views: 3542
Waiting for download to complete
HI, I'm using the following script to download a file. After the download I move on to other things, How do I modify this script to force LiveCode to wait until the download is completed before doing anything else besides updating a progress bar? Currently the program moves on to other handlers that...
- Wed Oct 05, 2011 7:49 am
- Forum: Internet
- Topic: Communicating with CGI script
- Replies: 1
- Views: 7060
Communicating with CGI script
I have a desktop application is going to use an online registration scheme to validate that the user is a licensed user of my software. A friend of mine has written the CGI scripts and created the online database for all this. He's not a RunRev guy, but has told me what he needs to get from the stac...
- Sun Sep 25, 2011 1:11 am
- Forum: Talking LiveCode
- Topic: Windows Execution Error
- Replies: 4
- Views: 3905
Re: Windows Execution Error
Found the problem. I made a new stack and copied some things over and got the same error. So it made me think that there was something wrong with the particular background script itself. Sure enough, funny characters in the script that work on a Mac, but don't translate to PC. The characters that ar...
- Sat Sep 24, 2011 6:44 pm
- Forum: Talking LiveCode
- Topic: Windows Execution Error
- Replies: 4
- Views: 3905
Re: Windows Execution Error
Yes, it was converted on a Mac.
I thing you're right, that something in the conversion has, well, disabled some functionality.
I'm thinking of now creating a new stack and moving all the data over...
I thing you're right, that something in the conversion has, well, disabled some functionality.
I'm thinking of now creating a new stack and moving all the data over...
- Sat Sep 24, 2011 5:36 pm
- Forum: Talking LiveCode
- Topic: Windows Execution Error
- Replies: 4
- Views: 3905
Windows Execution Error
I have a strange bug happening in Windows, but not in OS X When I send a message to a particular background from a card button, in Windows I get an "Execution Error." In OS X, no problems. I've tried various testing scenarios to narrow down the problem. This works, and outputs "there is a background...
- Sat Sep 24, 2011 12:34 am
- Forum: Talking LiveCode
- Topic: Resetting Menubar to Default
- Replies: 2
- Views: 2684
Re: Resetting Menubar to Default
Thanks!
- Fri Sep 23, 2011 2:59 am
- Forum: Talking LiveCode
- Topic: Resetting Menubar to Default
- Replies: 2
- Views: 2684
Resetting Menubar to Default
The menubar in my main stack has only the "LIvecode" and "Edit" menus only. Other stacks in the project have the full IDE menubar. I want to get it all back during development. A substack has a custom menubar containing only "File" and Edit." I think something is confused now in the main stack. When...
- Mon Sep 19, 2011 7:50 pm
- Forum: Talking LiveCode
- Topic: HTMLText back to normal text
- Replies: 4
- Views: 3776
Re: HTMLText back to normal text
I've got it:
set the HTMLText of field 1 to the text of field ID 2
set the HTMLText of field 1 to the text of field ID 2
- Mon Sep 19, 2011 7:46 pm
- Forum: Talking LiveCode
- Topic: HTMLText back to normal text
- Replies: 4
- Views: 3776
Re: HTMLText back to normal text
That seems to just put the contents of field 2 into field 1 (the raw HTML).
- Mon Sep 19, 2011 7:17 pm
- Forum: Talking LiveCode
- Topic: HTMLText back to normal text
- Replies: 4
- Views: 3776
HTMLText back to normal text
I'm putting the htmlText of the styled text of field 1 into field 2. I modify the HTML of the second field. Now I want to put that new HTML back into field 1 displayed as regular styled text. Is there a command for this?
- Fri Sep 16, 2011 2:11 am
- Forum: Talking LiveCode
- Topic: Message Source?
- Replies: 2
- Views: 2483
Re: Message Source?
Of course. Thanks!
- Fri Sep 16, 2011 1:21 am
- Forum: Talking LiveCode
- Topic: Message Source?
- Replies: 2
- Views: 2483
Message Source?
Is there a property that indicates the source of a message? For example, which button that was clicked that sent the message.
- Sat Sep 03, 2011 12:48 am
- Forum: Multimedia
- Topic: QuickTime Audio From a Server
- Replies: 10
- Views: 10580
QuickTime Audio From a Server
I'm wanting to play QT audio (music) from a server in my desktop app for Mac and PC. I'm playing the audio and doing something similar to the talking storybook in the LiveCode resources where I'm using callbacks from the player to trigger events. In my case I'm turning the border on and off around b...
- Mon Aug 29, 2011 11:56 pm
- Forum: Talking LiveCode
- Topic: Stack order
- Replies: 3
- Views: 3458
Re: Stack order
Thanks, that's it!dunbarx wrote:What Richard said.
But also look at the "mode" property.
Craig Newman