Search found 34 matches

by Scott Richardson
Tue Oct 26, 2010 4:02 am
Forum: Multimedia
Topic: grouping stacks
Replies: 1
Views: 3152

grouping stacks

I'm not sure how to ask this, but here goes: Is there a practical way to "tie" two stacks together? In other words, if someone grabs the title bar of one stack's window and moves it, the other stack that is open also moves relative to the stack being moved. Ideally, what I want to happen is that a m...
by Scott Richardson
Mon Sep 13, 2010 10:15 pm
Forum: Talking LiveCode
Topic: understanding switch and variables
Replies: 3
Views: 4814

understanding switch and variables

In other projects I have used simple if/then statements, but I now have situation where switch might be better. I have read the documentation again and again, but I still don't quite get it. My needs are as follows: I have a main stack (foundation) with a substack (console). All of my buttons, etc. ...
by Scott Richardson
Tue Aug 31, 2010 7:16 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: forward/back buttons
Replies: 2
Views: 2845

Re: forward/back buttons

Thanks Klaus! I was thinking from the wrong direction. I hadn't been thinking of scripting the card at all, just the button. Your idea is very efficient. I have already adapted it to my test stack and will soon use it on the real thing.
Thanks so much.
Scott
by Scott Richardson
Tue Aug 31, 2010 4:33 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: forward/back buttons
Replies: 2
Views: 2845

forward/back buttons

I have a stack of a dozen cards or so that the user navigates through by clicking "forward" and "back" buttons (on the card in a separate sub-stack). What is the most efficient way to disable the forward button in the sub-stack when the user reaches the last card in the main stack (and disable the b...
by Scott Richardson
Wed Jan 13, 2010 9:38 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: arrow keys
Replies: 6
Views: 5468

Re: arrow keys

I wanted to leave a word of thanks for you. I appreciate the help in getting me pointed in the right direction (pun intended) with the arrow keys. Also, the preOpenStack worked best for my situation, too. Thanks again.
Scott
by Scott Richardson
Sat Jan 09, 2010 12:28 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: arrow keys
Replies: 6
Views: 5468

Re: arrow keys

Forgetful me — I was thinking in terms of the keyboard and not the application and searching for things related to "keys" and not "arrows" or "navigation." By the way, for the global property to be false when I create a standalone application, do I need to have a custom property set or anything? Whe...
by Scott Richardson
Fri Jan 08, 2010 9:58 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: arrow keys
Replies: 6
Views: 5468

Re: arrow keys

No wonder I couldn't find what I was looking for ... I was calling it the wrong thing. Thanks for putting me on the right track.
Scott
by Scott Richardson
Fri Jan 08, 2010 6:44 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: arrow keys
Replies: 6
Views: 5468

arrow keys

This may be a silly question, but is there a practical way to disable the use of the arrow keys on the keyboard to navigate from card to card for a stand-alone application? I need to restrict the end-user from being able to move from card to card in a linear fashion.
Thanks,
Scott
by Scott Richardson
Sat Aug 08, 2009 11:09 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: suppressing mouseEnter universally
Replies: 2
Views: 2645

I have tried the suggested script format, but I must not be doing something right. I want to use a check box to toggle the mouseEnters on/off, but when I use the script, it lets me turn them off, but then they won't turn back on. Also, I have just tried using the preOpenStack approach, but does this...
by Scott Richardson
Sat Aug 08, 2009 12:46 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: suppressing mouseEnter universally
Replies: 2
Views: 2645

suppressing mouseEnter universally

I have stacks I am building for education that will be used for both study and teaching. When used for study, each card has many areas that use mouseEnter/mouseLeave for study tips and additional info. What I need to do is to have a universal way (setting a preference, maybe?) to toggle off (or supp...
by Scott Richardson
Sat Jul 18, 2009 8:23 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Button in field
Replies: 2
Views: 2961

Thanks Malte. I knew it was a silly question. I don't know why I didn't think of using a group. Too often my brain shuts down on simple things.

Scott
by Scott Richardson
Sat Jul 18, 2009 6:36 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Button in field
Replies: 2
Views: 2961

Button in field

This may be a silly question, but is it possible to insert a button into a scrollable text field or into a label field? I have no problem inserting images, etc., but I don't see an obvious way to insert a button.

Thanks,
Scott
by Scott Richardson
Thu Feb 05, 2009 11:41 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: OS print dialog
Replies: 7
Views: 5833

Thanks everyone. With all of the suggestions and help, I figured out what was wrong. I did have a word wrong in my "if ... then" section, but even fixing that didn't completely solve the problem. What did finally fix it was when I noticed that I had one line out of place. In moving things around in ...
by Scott Richardson
Wed Feb 04, 2009 10:31 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: OS print dialog
Replies: 7
Views: 5833

Thanks for the replies to my problem. The information is useful, but I am still stuck. None of the custom print libraries in Rev [revShow..., revPrint...] functions exactly the way I need it to. I can get those to work when I am printing a field or a card, etc., but when printing overlapping images ...
by Scott Richardson
Wed Feb 04, 2009 4:20 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: OS print dialog
Replies: 7
Views: 5833

OS print dialog

When using answer printer to call up a standard OS print dialog by clicking a button, is there something else I need to do to get the "cancel" button (in the OS dialog) to function if a user decides not to print? I may be misunderstanding the user guide when it talks about using answer printer inste...