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: 65800
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: 65800
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: 7102
- Tue Jun 06, 2006 3:02 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Full Screen Program
- Replies: 3
- Views: 6316
- Thu May 18, 2006 7:10 pm
- Forum: Multimedia
- Topic: various problems playing audio (MP3) on Windows
- Replies: 4
- Views: 8389
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: 8766
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: 14152
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...
- 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: 14152
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...
- Wed Apr 26, 2006 6:03 pm
- Forum: Feature Proposals
- Topic: XML, XPATH and XSLT support
- Replies: 3
- Views: 4900
- Tue Apr 25, 2006 9:11 pm
- Forum: Talking LiveCode
- Topic: What does Revolution actually build?
- Replies: 6
- Views: 8942
- Tue Apr 25, 2006 9:06 pm
- Forum: Feature Proposals
- Topic: XML, XPATH and XSLT support
- Replies: 3
- Views: 4900
Are the order of siblings defined in an XML file? I don't think it is, so it shouldn't matter where revXMLAddNode inserts a node, unless I'm not understanding the purpose of the proposed revInserXMLNode. If I have: /Root/SomeParent/ChildNode[1] /Root/SomeParent/ChildNode[2] if I want to insert anoth...
- Wed Apr 12, 2006 7:50 pm
- Forum: Talking LiveCode
- Topic: How to use "open process" for read and write?
- Replies: 6
- Views: 10716
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...
- Wed Apr 12, 2006 7:18 pm
- Forum: Feature Proposals
- Topic: Is there a way to attach stack to posting?
- Replies: 5
- Views: 5759
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: 8926
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...
- Wed Apr 12, 2006 5:07 pm
- Forum: Talking LiveCode
- Topic: How to use "open process" for read and write?
- Replies: 6
- Views: 10716
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...