Search found 19 matches
- Wed Apr 14, 2010 11:07 pm
- Forum: Off-Topic
- Topic: Will RunRev be Allowed for iPhone/iPad?
- Replies: 72
- Views: 93436
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 ...
- Sat Apr 10, 2010 7:05 pm
- Forum: Off-Topic
- Topic: Will RunRev be Allowed for iPhone/iPad?
- Replies: 72
- Views: 93436
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.
- Tue Jun 06, 2006 3:06 pm
- Forum: Talking LiveCode
- Topic: managing processes and stacks started by executables
- Replies: 4
- Views: 8478
- Tue Jun 06, 2006 3:02 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Full Screen Program
- Replies: 3
- Views: 7896
- Thu May 18, 2006 7:10 pm
- Forum: Multimedia
- Topic: various problems playing audio (MP3) on Windows
- Replies: 4
- Views: 10545
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.
- Thu May 18, 2006 7:07 pm
- Forum: Talking LiveCode
- Topic: set the printColors to false
- Replies: 7
- Views: 11433
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.
- 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: 17656
- 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: 17656
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 ...
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 ...
- Wed Apr 26, 2006 6:03 pm
- Forum: Feature Proposals
- Topic: XML, XPATH and XSLT support
- Replies: 3
- Views: 6371
- Tue Apr 25, 2006 9:11 pm
- Forum: Talking LiveCode
- Topic: What does Revolution actually build?
- Replies: 6
- Views: 11844
- Tue Apr 25, 2006 9:06 pm
- Forum: Feature Proposals
- Topic: XML, XPATH and XSLT support
- Replies: 3
- Views: 6371
- Wed Apr 12, 2006 7:50 pm
- Forum: Talking LiveCode
- Topic: How to use "open process" for read and write?
- Replies: 6
- Views: 14098
- Wed Apr 12, 2006 7:18 pm
- Forum: Feature Proposals
- Topic: Is there a way to attach stack to posting?
- Replies: 5
- Views: 7975
How about RevOnline UserSpaces
What would be nifty is if you could upload a stack to your space on RevOnline and then get a URL to the stack. You could then put that URL in a posting on the forum.
- Wed Apr 12, 2006 6:03 pm
- Forum: Games
- Topic: Some nitpicks about the Game Maker
- Replies: 3
- Views: 10709
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 ...
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 ...
- Wed Apr 12, 2006 5:07 pm
- Forum: Talking LiveCode
- Topic: How to use "open process" for read and write?
- Replies: 6
- Views: 14098
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 ...
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 ...