Yeah I would like multiple-undoes too... If you want the rev team to acknowledge your request, go vote for this bug on the quality-center:
http://quality.runrev.com/qacenter/show_bug.cgi?id=2854
Search found 112 matches
- Thu Jul 12, 2007 7:00 pm
- Forum: Feature Proposals
- Topic: Multiple undo/redo
- Replies: 6
- Views: 6093
- Wed Jul 11, 2007 11:30 pm
- Forum: Feature Proposals
- Topic: ISO dates
- Replies: 1
- Views: 2092
If you want the dev team to hear you, you'd better file a request at the quality center.
http://quality.runrev.com
By the way, I agree with you.
PS: there seams to be someone that already made the request, check:
http://quality.runrev.com/qacenter/show_bug.cgi?id=3309
http://quality.runrev.com
By the way, I agree with you.
PS: there seams to be someone that already made the request, check:
http://quality.runrev.com/qacenter/show_bug.cgi?id=3309
- Tue Jul 10, 2007 9:27 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: newbie question; write to file, read from file?
- Replies: 12
- Views: 5215
Using a file to store you data is only necessary once your applications quits (in order for it to reload the data next time you open it). As the data changes while the application is open , there is no need to write information to the disk. Keep it in a global variable. And write all the changes upo...
- Tue Jul 10, 2007 9:14 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Commerical Applications in RunRev
- Replies: 3
- Views: 2232
Hello asawyer, welcome to the revolution community. Being new you might want to check out this list of helpful resources marielle compiled a while ago. http://forums.runrev.com/phpBB2/viewtopic.php?t=540 You will be able to get first pointers and see how other people make their applications. I don't...
- Tue Jul 10, 2007 4:03 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to handle text (or chunk?) formatting?
- Replies: 4
- Views: 2711
[put field "B" after field "A"] is a valid command all-though it doesn't conserve the formatting. To conserve formating you could use the following command to put 2 fields together: set the htmltext of field c to (the htmltext of field a & the htmltext of field b) Then to print, you shouldn't have t...
- Tue Jul 10, 2007 3:54 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Basic functionality
- Replies: 3
- Views: 2318
Yes I agree, the Revolution environment could be much more user friendly. First of all a lot of work needs to be done on the documentation. I think every command or propriety page should just be a wiki entry somewhere, so we could all add our examples and knowledge to it. The RunRev team should lear...
- Tue Jul 10, 2007 3:32 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: newbie question; write to file, read from file?
- Replies: 12
- Views: 5215
Re: newbie question; write to file, read from file?
.How do I specify which line of the file to write to? You're better off making all the changes you want to your data and writing it all in one go to the file once it's ready. Trying to change the file as the data evolves is tricky. I have posted my standard handlers for reading and writing to a fil...
- Tue Jul 10, 2007 2:02 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Empty field button won't work
- Replies: 6
- Views: 3219
- Tue Jul 10, 2007 2:00 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Disappearing controls on editable stack card
- Replies: 10
- Views: 3914
Reading your comments I got the impression this could all be caused by the bug marielle describes in her recent post here: http://forums.runrev.com/phpBB2/viewtopic.php?t=687 It's just a guess of course, but you should maybe read what she said. She apparently is not a happy camper anymore either.. s...
- Mon Jul 09, 2007 4:23 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Search and Retrieve
- Replies: 2
- Views: 1831
That's doable. To get web pages just use commands similar to: put url "http://www.google.com/search?q=abundance" into myWebPage And to write to a file the following is of use: on writeFile answer folder "Please choose a folder for" && the short name of this stack && "to write in." put it into theOut...
- Thu Jul 05, 2007 3:48 pm
- Forum: Talking LiveCode
- Topic: request for Revolution Studio
- Replies: 10
- Views: 4660
- Wed Jul 04, 2007 2:31 am
- Forum: Talking LiveCode
- Topic: request for Revolution Studio
- Replies: 10
- Views: 4660
- Fri Jun 29, 2007 1:59 pm
- Forum: Talking LiveCode
- Topic: OS X screensaver
- Replies: 6
- Views: 3035
- Fri Jun 29, 2007 1:56 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: how do you move a card or reorder a stack?
- Replies: 3
- Views: 3090
- Thu Jun 28, 2007 12:34 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Mac icon not sticking
- Replies: 6
- Views: 3357
I had been using Icon Composer also in the past, but it would always mess-up the transparency in my icons. I would consider that as equally unreliable. Replacing the .icns inside the application bundle is a method, but I maintain that the most secure way of having your icon stick is to let the Finde...