Hi Mark,

I would like to find a solution that works for every blind person. This is 
either a screen reader or running the app from the command line with as few 
options and additional commands as possible. 

I hope that RunRev decides to change the engine to make it compatible with 
screen readers, just like RealStudio.

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Download the Installer Maker Plugin 1.7 for LiveCode here http://qery.us/za

On 23 jan 2012, at 02:30, Mark Wieder wrote:

> Mark-
> 
> Sunday, January 22, 2012, 1:02:56 PM, you wrote:
> 
>> That works. Not ideal, but definitely better than piping to a file.
> 
> Just curious about what you find so heinous about piping to a file.
> 
> At any rate, welcome to the world of Windows. When you write a Windows
> program you can define it as a console app or a windows app. A console
> app expects stdout to go to a console window, and you have to include
> the C runtime library with the program or link it dynamically to a
> specific version of the CRT dll. If you don't supply a console window
> you can still pipe stdout to another program or file. If, on the other
> hand, you write a windows app then stdout goes to the screen.
> 
> The engine for LiveCode, Runrev, Metacard is written as a console app,
> so any stdout output can be easily captured by other programs but not
> to the screen unless you manage the redirection or piping yourself.
> You can't change this. Not without changing the engine.
> 
> -- 
> -Mark Wieder
> mwie...@ahsoftware.net


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to