Search found 17 matches

by pevensen
Wed Apr 14, 2010 11:07 pm
Forum: Off-Topic
Topic: Will RunRev be Allowed for iPhone/iPad?
Replies: 72
Views: 53953

Re: Will RunRev be Allowed for iPhone/iPad?

I read Richard's article about developing for 75% of the market. While it may be true that 75% of smart phones aren't iPhones, I would be interested in numbers based on app sales. Do non-iPhone apps account for 75% of software sales? I would be surprised if they did. The iTunes app store is a great ...
by pevensen
Sat Apr 10, 2010 7:05 pm
Forum: Off-Topic
Topic: Will RunRev be Allowed for iPhone/iPad?
Replies: 72
Views: 53953

Re: Will RunRev be Allowed for iPhone/iPad?

I sure hope RunRev can get a positive resolution. I haven't yet jumped onto RevMobile, but I was hoping. News of Apples new terms, however, have caused me to hold back and wait and see.
by pevensen
Tue Jun 06, 2006 3:06 pm
Forum: Talking LiveCode
Topic: managing processes and stacks started by executables
Replies: 4
Views: 6030

Which platform are you suing? If Mac, you could try AppleScript.

Otherwise you could socket communication between the two. Look at open socket, write to socket, etc.
by pevensen
Tue Jun 06, 2006 3:02 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Full Screen Program
Replies: 3
Views: 5383

You will also want to use:

hide menubar

and

hide taskbar

To hide the menubar on Mac and taskbar on Windows (if you dont' want them showing up).
by pevensen
Fri May 19, 2006 4:27 pm
Forum: Animation Engine
Topic: Football stack beta
Replies: 6
Views: 9515

Took me a bit to figure out that this was what we call soccer and not football, as in American football!
by pevensen
Thu May 18, 2006 7:10 pm
Forum: Multimedia
Topic: various problems playing audio (MP3) on Windows
Replies: 4
Views: 7367

dontUseQT

Are you setting dontUseQT to false? According to the doc, you need to set it to false to force Revolution to use the built-in MCI video player on Windows.
by pevensen
Thu May 18, 2006 7:07 pm
Forum: Talking LiveCode
Topic: set the printColors to false
Replies: 7
Views: 7323

formatForPrinting

Do you have the stack's formatForPrinting set to true? If not, that might make a difference. I now it dramatically changes how fonts print.
by pevensen
Mon May 08, 2006 5:54 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Where is "Getting Started with Revolution Enterprise&qu
Replies: 8
Views: 12085

No, I do not work for RR nor am I associate with them. I agree that Enterprise also needs to be mentioned prominately on the RR site. I'm not sure a completely separate forum is needed, however, since Studio and Enterprise are essentially the same; Enterprise just comes with a cross-platform license...
by pevensen
Thu May 04, 2006 4:37 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Where is "Getting Started with Revolution Enterprise&qu
Replies: 8
Views: 12085

Yes, Enterprise is still in the product line, as far as I know. Granted, it is barely mentioned on the website and not really mentioned on the forums. I assume RunRev is considering it to be the same as studio, or just a superset of studio options, so they didn't create a separate forum or page on t...
by pevensen
Tue Apr 25, 2006 9:11 pm
Forum: Talking LiveCode
Topic: What does Revolution actually build?
Replies: 6
Views: 7432

You have a genuine Mac app. Not sure if the engine uses the Carbon API or if it uses Cocoa, but it is a Mac app. Soon you'll also get a Universal Binary.
by pevensen
Wed Apr 12, 2006 7:50 pm
Forum: Talking LiveCode
Topic: How to use "open process" for read and write?
Replies: 6
Views: 9400

They do as you would expect :) Now the big question is how about Java? Could you use it to pass data to a Java app? I guess my original question was also what was needed for the launched process to receive data written to it and output data that is read. I think you confirmed that it uses stdio (st...
by pevensen
Wed Apr 12, 2006 6:03 pm
Forum: Games
Topic: Some nitpicks about the Game Maker
Replies: 3
Views: 7835

Re: Some nitpicks about the Game Maker

The concept of having 4 directions per square is too complex, should be one card per square, not four. I was initially completely confused by this myself until I clicked the question mark and the pdf loaded and explained how things worked. I suggest that there be a "Getting Started" button or somet...
by pevensen
Wed Apr 12, 2006 5:07 pm
Forum: Talking LiveCode
Topic: How to use "open process" for read and write?
Replies: 6
Views: 9400

How to use "open process" for read and write?

This is a related question. On Windows and Mac, what exactly does read from process and write to process do? Does it read the stdout of the process and write to the stdin? Does this mean that the launched app needs to use the stdio library? I can see in a Unix context, this is how it would work, but...
by pevensen
Wed Apr 12, 2006 5:02 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Setting Up a Login and Timed Session
Replies: 2
Views: 5090

Setting Up a Login and Timed Session

I think using send in time should work well.

One thing to remember is to cancel the message if the user logs off before then (unless he or she is quitting the app). You can save the result, which is the ID of the message and issue a cancel if it is still pending.
by pevensen
Wed Apr 12, 2006 4:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Thanks for Media / MP3 playback question
Replies: 4
Views: 6087

Re: Thanks for Media / MP3 playback question

First - thanks for Media. I had evaluated RunRev in the past, and now I'm back with another project idea that Media might be the fit for. While playing back MP3's, can I script: - the start and stop time of a Segment of an MP3 - the number of times to Loop the segment ? Thanks. You can set the star...

Go to advanced search