Search found 6 matches

by songe
Mon Oct 22, 2007 3:04 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Mac Icon
Replies: 7
Views: 8274

The solution that ended up working for me is somewhat puzzling, but it's works dependably. 1) Make your icns file. You can use any art program to make it. When you're done though, just go to www.versiontracker.com and find some shareware that will take your file and turn it into a icns file. I used ...
by songe
Tue Oct 09, 2007 2:42 am
Forum: Converting to LiveCode
Topic: Standalones are Read-Only?
Replies: 2
Views: 7135

Standalones are Read-Only?

This changes everything. I'm going to have to rewrite everything from the ground up.

Is there any good news here at all about this?
by songe
Fri Oct 05, 2007 11:19 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: shutDownRequest
Replies: 4
Views: 5307

Ok. Thanks for the info. There are still some problems though. 1) When you quit through the menubar, the shutdownrequest handler is triggered. But it isn't when the top left button of those three buttons in the menubar is clicked. It'd be nice if I could get it to trigger then as well. 2) Something ...
by songe
Fri Oct 05, 2007 1:02 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: shutDownRequest
Replies: 4
Views: 5307

shutDownRequest

Howdy, I put the following handler into the stack script and it appears that it is being completely ignored? Anyone know why? on shutdownRequest -- confirm with the user: answer question "Are you sure you want to quit?" with "Yes" or "No" if it is "Yes" then pass shutdownRequest -- allow to quit end...
by songe
Thu Oct 04, 2007 3:36 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Printing problems
Replies: 2
Views: 3814

Worked great. Thanks. I didn't know you could just put the revshowprintdialog thing before any print statement.
by songe
Thu Oct 04, 2007 3:12 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Printing problems
Replies: 2
Views: 3814

Printing problems

Hi, My name is songe. This is my first post. How are you doing? I have a question. I'm currently transferring some old hypercard stacks into RunRev. For whatever reason though, the below handler gets to the "open printing" line and then the entire app stops working. If I push the cancel button that ...