Search found 38 matches

by AlexAdams
Mon Nov 30, 2009 8:37 pm
Forum: Talking LiveCode
Topic: rev 4.0 - data grids - standalone problems
Replies: 2
Views: 2719

Re: rev 4.0 - data grids - standalone problems

Malte, I do have a splash stack. The openStack code looks like this (with the exception of the Quartam Reports serial number. on openStack start using stack "libUUID" start using stack "Data Grid Templates 1247708866452" if "qrtReportsLib" is not among the lines of the stacksInUse then start using s...
by AlexAdams
Sat Nov 28, 2009 6:11 am
Forum: Talking LiveCode
Topic: rev 4.0 - data grids - standalone problems
Replies: 2
Views: 2719

rev 4.0 - data grids - standalone problems

I am creating my first standalones for a project I have been working on for almost a year. A fair amount of testing has been done in the development environment, with no known faults, but this is the first attempt at deployment for a wider beta audience. The standalone versions on all platforms are ...
by AlexAdams
Wed Oct 14, 2009 4:09 pm
Forum: Talking LiveCode
Topic: Drag OUT of Revolution?
Replies: 3
Views: 3555

Jan and Klaus, I think I'll just ask the user where they want the file and put it there. I have the files stored in directories controlled by the app (later they will be in database BLOBs). They are renamed in a predictable manner when stored. I wanted to offer an option to the user to just drag and...
by AlexAdams
Wed Oct 14, 2009 1:34 am
Forum: Talking LiveCode
Topic: Drag OUT of Revolution?
Replies: 3
Views: 3555

Drag OUT of Revolution?

I want to drag an icon from stacks in my app to someplace on in a file system directory, retreive the path of that location and use that information to copy a file there.

How can I get the destination outside Rev?

Thanks,
by AlexAdams
Fri Oct 09, 2009 5:01 pm
Forum: Multimedia
Topic: Need a message that a player is finished
Replies: 7
Views: 7503

Thanks Klaus -- and one more question...

Klaus, Thanks. I see that there is a playstarted and playpaused too. That's perfect. On a related subject, do you know how I can track the progress of the play? I want to show progress as time passing or time remaining. This seems to need a constant feed of information from the player. Thanks again,
by AlexAdams
Fri Oct 09, 2009 1:57 am
Forum: Multimedia
Topic: Need a message that a player is finished
Replies: 7
Views: 7503

Need a message that a player is finished

I am building an audio (and then a video) player into an app. I need the play/pause button to change back to play when the audio or video is at the end. Does the player send a message that it has reached the end?

Thanks,
by AlexAdams
Wed Oct 07, 2009 1:29 am
Forum: Talking LiveCode
Topic: Resizable won't hold???
Replies: 0
Views: 1758

Resizable won't hold???

I have a stack that won't hold a true setting for the resizable property. I check the box in the inspector and save the stack. If I am in edit mode when I do it, the setting lasts until the stack is closed, but when it is opened again, it is back to false. There is no code in the stack that sets the...
by AlexAdams
Tue Sep 22, 2009 4:07 pm
Forum: Talking LiveCode
Topic: Copy...duh...
Replies: 6
Views: 4943

Thanks Karl

set the clipboarddata["text"] works great. That is what I started out looking for, but I didn't understand the explanation in the dictionary, so passed over it.

Thanks for the clarification.
by AlexAdams
Mon Sep 21, 2009 11:26 pm
Forum: Talking LiveCode
Topic: Copy...duh...
Replies: 6
Views: 4943

Field location

The field is on the same card as the button.
by AlexAdams
Mon Sep 21, 2009 11:09 pm
Forum: Talking LiveCode
Topic: Copy...duh...
Replies: 6
Views: 4943

What's going on, errors and such

button script that initiates the action: on mouseUp set blendLevel of me to 0 send copyAddressToClipboard to stack "stkAddressSummary" end mouseUp copyAddressToClipboard is a stack script in the same stack: on copyAddressToClipboard copy word 1 to -1 of field "fldLabelAddress" of card "crdRecordSumm...
by AlexAdams
Mon Sep 21, 2009 8:15 pm
Forum: Talking LiveCode
Topic: Copy...duh...
Replies: 6
Views: 4943

Copy...duh...

It's redicuous how much time we spend in the simple stuff before we ask help. I cannot get a command to copy the contents of a field to work. This is the code I'm using as per the dictionary: copy word 1 to -1 of field "fldLabelAddress" of card "crdRecordSummary" of this stack What am I missing? Tha...
by AlexAdams
Wed Sep 16, 2009 7:54 pm
Forum: Talking LiveCode
Topic: File attribute functions?
Replies: 2
Views: 2904

File attribute functions?

I'm building an application that will copy selected files from a local or network file system into an application controlled folder/file structure. I'll be creating data records that contain information about the file. The question is how to get that information? sourcePath, sourceFileName, sourceFi...
by AlexAdams
Tue Sep 08, 2009 9:44 pm
Forum: Internet
Topic: browserimage on all pages
Replies: 2
Views: 3604

Thanks Jan

Thank you. That is what I needed to know.
by AlexAdams
Tue Sep 08, 2009 6:22 pm
Forum: Internet
Topic: browserimage on all pages
Replies: 2
Views: 3604

browserimage on all pages

I have been working from the InetBrowser stack provided in the browser sampler. I got the provided stack modified to my liking. When I try to reproduce the card in another stack, the new card works fine, but the browserimage is appearing on all cards in the stack. I don't have a clue as to why this ...
by AlexAdams
Wed Sep 02, 2009 9:35 pm
Forum: Talking LiveCode
Topic: Copy sub-stacks
Replies: 1
Views: 2439

Copy sub-stacks

How do I 1. duplicate a sub stack within the same main stack and 2. how do I copy a sub-stack of one main stack to another main stack. For instance, how to I copy the sub-stack InetBrowser from main stack Browser Sampler to the main stack of the app I am working on?

Thanks,