Search found 9 matches

by bobosquish
Thu Jan 07, 2010 8:16 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Move Stack to a Different Project
Replies: 4
Views: 3632

Re: Move Stack to a Different Project

Thanks for the insight. However, it does not explain how to COPY a substack from one mainstack to another.
by bobosquish
Sun Dec 20, 2009 12:03 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Images not in standalone
Replies: 2
Views: 2992

Images not in standalone

This seems to be a common problem as I've seen in other posts, so I believe there is some bug that needs to be addressed. I started off using revMedia and somehow resolved this problem. I'm now using Studio and can't seem to resolve it. Here is the situation: I have a png image in my image library (...
by bobosquish
Fri Dec 18, 2009 8:51 pm
Forum: Feature Proposals
Topic: Modal Dialogs in revMedia
Replies: 0
Views: 1109

Modal Dialogs in revMedia

I just want

modal stack

to function in the revlet the way it does in the ide. The revlet is unable to display a second stack, despite being able to display the answer dialogs.
by bobosquish
Mon Dec 14, 2009 7:58 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: RevMedia and File Access
Replies: 1
Views: 2315

Re: RevMedia and File Access

Okay, I've got the file access to work. It seems I had to use the right Standalone Settings. It didn't work with "Search for required inclusions..." but worked when I manually selected "Ask Dialog" and "Answer Dialog" with "Select inclusions..."
by bobosquish
Mon Dec 14, 2009 5:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: RevMedia and File Access
Replies: 1
Views: 2315

RevMedia and File Access

Can the web-based application access files? I have a stack which works great in the IDE for reading and writing text files. However, when I build a Web application, it won't access the files. It won't even execute the "answer file" command. Are my FireFox security settings interfering?
by bobosquish
Wed Dec 09, 2009 6:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: open or go one stack to another
Replies: 6
Views: 5572

Re: open or go one stack to another

bn,

That's what I'm doing for now. Because my app includes multiple databases, I want to store each in their own stack just to keep the data files separate.

bobo
by bobosquish
Wed Dec 09, 2009 3:23 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: open or go one stack to another
Replies: 6
Views: 5572

Re: open or go one stack to another

Thanks, Klaus. I tried your idea, but that did not work either. I think we're stuck with one stack displayed in a revlet.
by bobosquish
Wed Dec 09, 2009 2:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: open or go one stack to another
Replies: 6
Views: 5572

Re: open or go one stack to another

I've tried the technique Jacque outlined. My situation is a little bit different. Her two stacks do not overlap visually, mine do. Stack1 is displayed; when I press a button, the display should change to stack 2. I can't get that to work with different stacks or substacks. I've tried hiding the firs...
by bobosquish
Tue Dec 08, 2009 9:55 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: open or go one stack to another
Replies: 6
Views: 5572

open or go one stack to another

This seems awfully basic, but it ain't working for me. I have a stack1 with a button script:

on mouseUp
go stack "stack2"
end mouseUp

It works great in the revmedia application, but when I build it for the web, the button press does nothing. Help?