Search found 74 matches

by Kevin
Wed May 13, 2020 3:09 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: read from process ?stderr?
Replies: 7
Views: 3511

Re: read from process ?stderr?

Thanks, however redirecting to a file is not acceptable for this implementation as all the standard pipes are streaming. I guess I will look into the FFI I have been reading about. I believe the official product is called LiveCode Builder. It would be interesting to use it for loading dynamic libs (...
by Kevin
Tue May 12, 2020 6:04 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: read from process ?stderr?
Replies: 7
Views: 3511

read from process ?stderr?

Hi, I am looking for a built-in command or function to read from the stderr of another process. I am unable to locate anything in the dictionary or various web-sites. I realize I can redirect stderr to stdout however this would vastly complicate the application. Thanks in advance for any assistance, K
by Kevin
Thu Jan 03, 2019 1:26 pm
Forum: LiveCode Builder
Topic: Guide or Tutorial.
Replies: 6
Views: 6498

Guide or Tutorial.

Is there a language guide, interoperability guide for LCB? I am particularly interested in the "foreign" API calls for each of my platforms Windows, Linux, OSX, iOS Apple not CISCO and Android. From the material I have read, it is a considerable leap forward and will hopefully provide a level of int...
by Kevin
Fri Nov 02, 2012 3:01 pm
Forum: Android Deployment
Topic: Support for Density-independent Pixel
Replies: 1
Views: 2490

Support for Density-independent Pixel

I have looked at my Live Code documentation and I am unable to find anything on howto enable "Density-independent Pixel" when compiling for the Android platform. Any suggestions or hints on how to enable this or if it is even supported?
by Kevin
Wed Feb 29, 2012 1:08 am
Forum: Android Deployment
Topic: FTP Upload
Replies: 4
Views: 4517

Re: FTP Upload

You are correct. It is conforting to know someone has it working on Android. Now I just need to find out what the loose nut between the keyboard and chair is doing wrong.

Thanks,
Kevin
by Kevin
Wed Feb 29, 2012 12:16 am
Forum: Android Deployment
Topic: FTP Upload
Replies: 4
Views: 4517

Re: FTP Upload

Has anyone successfully uploaded/downloaded files via FTP and LiveCode? If so I would appreciate any input on the process you can provide.
by Kevin
Sun Feb 26, 2012 7:55 am
Forum: Android Deployment
Topic: FTP Upload
Replies: 4
Views: 4517

FTP Upload

What does it mean with the error from a ftp upload return the name of the host? For example, if put x into url "ftp://user:password@abc.com/file.txt" "the result" is 'abc.com'. The same identical code will execute on Windows and Linux without failure. I have read the release notes. I am fully aware ...
by Kevin
Tue Jan 24, 2012 5:09 pm
Forum: Android Deployment
Topic: Background
Replies: 0
Views: 1588

Background

Just a FYI setting a background pattern and then utilizing a hi resolution Android device like a tablet causes the pattern to be tiled (if your lucky). I also found that the pattern is not re-sized completely across the higher resolution device large sections of black are visible down the left and b...
by Kevin
Sat Jan 21, 2012 6:29 pm
Forum: Android Deployment
Topic: start using?
Replies: 17
Views: 9536

Re: start using?

@Mark The syntax ... try start using "libBasics" catch _e answer error "Unable to load 'libBasics'" with "OK" titled "Error loading libraries!" end try functions on Linux, Windows and OSX as I have utilized it on all in production code. In the event that Android is different I attempted the syntax y...
by Kevin
Sat Jan 21, 2012 5:06 am
Forum: Android Deployment
Topic: start using?
Replies: 17
Views: 9536

start using?

I have added a stack that I utilize as library to the Standalone Application Settings->Stacks dialog and verified the file is NOT in the APK should it be there? Tried load it anyway as shown below and get my error dialog. Suggestions? try start using "libXyz" catch _e answer error "Unable to load 'l...
by Kevin
Sun Jan 15, 2012 1:30 am
Forum: Android Deployment
Topic: Externals SDK
Replies: 5
Views: 4663

Re: Externals SDK

Thanks, for the replies they are appreciated. I have confirmed with Runtime Revolution that there is currently no support for externals on the Android platform (see e-mail below). My hope is since Katrhik Sukumaran definition of next few months as few is more and a couple it is 3 months. :)) Thank y...
by Kevin
Mon Jan 09, 2012 9:23 pm
Forum: Android Deployment
Topic: Externals SDK
Replies: 5
Views: 4663

Externals SDK

I received the e-mail response below today from Runtime Revolution support. The question was requarding AF_UNIX sockets support for the Android platform. I am excited since I was unaware that a external API existed for the Android platform. Also I have written externals for Linux and Win32 on prior ...
by Kevin
Sat Jun 25, 2011 4:38 am
Forum: Internet
Topic: RESTful Applications
Replies: 5
Views: 6714

Re: RESTful Applications

Test code Windoze... on mouseUp local _rpc local _cmd put "C:\_KJW\CURL\CURL.EXE" & space & "--user" & space & QQ("root") & space & "--url" & space & QQ("http://localhost:8080/Absinthe") into _cmd kill 9 process _cmd put XMLRPC_Invoke("_ListMethods") into _rpc open process _cmd for binary update enc...
by Kevin
Sat Jun 25, 2011 3:57 am
Forum: Internet
Topic: RESTful Applications
Replies: 5
Views: 6714

Re: RESTful Applications

Sorry, allow me to elaborate even using this syntax above results in security related information being read by Top or Task Mangler. As another developer stated what is the point of in flight encryption and etc, when the password, user, ... are in plain site. Like I previously said I would prefer a ...
by Kevin
Sat Jun 25, 2011 3:46 am
Forum: Internet
Topic: RESTful Applications
Replies: 5
Views: 6714

Re: RESTful Applications

It also has issues with security and other users capable of viewing the command line for processes.

Go to advanced search