Search found 67 matches

by rblackmore245
Mon Apr 10, 2017 2:58 pm
Forum: Windows
Topic: Open Process command
Replies: 7
Views: 6957

Re: Open Process command

Thank you that works great but is there anyway to make it work asynchronous so it does not wait for the expected output and pause the stack and pause all scripts
by rblackmore245
Mon Apr 10, 2017 9:57 am
Forum: Windows
Topic: revVideoGrab for newer Windows webcams (UVC vs VFW)
Replies: 4
Views: 5246

Re: revVideoGrab for newer Windows webcams (UVC vs VFW)

Have a look at ffmpeg you can launch this from the shell function it will capture 1080P and also display the preview if required.
by rblackmore245
Mon Apr 10, 2017 9:53 am
Forum: Windows
Topic: Open Process command
Replies: 7
Views: 6957

Re: Open Process command

Thanks for your reply. Yes I have used the shell command before but looking for something that will give a constant output from a process which I believe this function will work. http://livecode.wikia.com/wiki/Open_process I am able to get the process to open but unable to get the result or poll for...
by rblackmore245
Fri Apr 07, 2017 4:45 pm
Forum: Windows
Topic: Open Process command
Replies: 7
Views: 6957

Open Process command

Can someone post an example script of how to read from this ? For example I want to be able to use a command line application in windows and get the console strout output and display this in a field just like you would see in the command line window. E.G a ping -t www.google.co.uk There is hardly an...
by rblackmore245
Mon Mar 06, 2017 5:14 pm
Forum: Internet
Topic: Browser Widget Enhancements
Replies: 12
Views: 17359

Re: Browser Widget Enhancements

Would love to be able to use the browser object with the getUserMedia() being able to use ready made javascript API's with my apps is a must.

Simple things like a javascript barcode reader which QuaggaJS does a great job, but you need the getUserMedia permission.
by rblackmore245
Mon Jan 09, 2017 10:08 am
Forum: Android Deployment
Topic: New approach for offline viewing PDF inside Android browser
Replies: 43
Views: 35943

Re: New approach for offline viewing PDF inside Android brow

I had to create a app recently on Android that had to display over 400 PDF's the only way I found I could do this unfortunately was to use a PDF reader app then launch the PDF with the open URL function.
by rblackmore245
Mon Oct 17, 2016 9:07 am
Forum: Android Deployment
Topic: Detect Wifi vs 3g/4g Internet
Replies: 4
Views: 3948

Re: Detect Wifi vs 3g/4g Internet

Nope Unfortunately the app had to work totally offline, I had major issues with downloading this amount of data and some kind of memory leak, so in the end I had to split the files into 10 meg sections.
by rblackmore245
Mon Oct 17, 2016 9:05 am
Forum: Android Deployment
Topic: Force keypad to stay open on card...
Replies: 3
Views: 3049

Re: Force keypad to stay open on card...

I had a few nightmares with the keyboard not popping up and not focusing on fields. In the end I decided to create my own keyboard within the app ( Not ideal ) then I had full control over when the keyboard popped up. I just created a image of a keyboard and then buttons over each key which would pu...
by rblackmore245
Thu Sep 29, 2016 8:49 am
Forum: Windows
Topic: revVideoGrab for newer Windows webcams (UVC vs VFW)
Replies: 4
Views: 5246

Re: revVideoGrab for newer Windows webcams (UVC vs VFW)

I had to create a application recently using one of these high res china camera's and record @ 1080P livecode could not handle the request. In the end I had to switch back to a old favourite, ( adobe Director ) and the free xtra DirectShow, created a capture filter in graphedit and was easy able to ...
by rblackmore245
Tue Sep 27, 2016 3:40 pm
Forum: Android Deployment
Topic: Third Party App with Additional features
Replies: 0
Views: 1576

Third Party App with Additional features

I am thinking of writing a application that will be on the app store that will be a white label app with just the description of addon tools. I would write this application in another platform but include all the things I need livecode to do, E.G network connection status, ftp upload/download that w...
by rblackmore245
Tue Sep 27, 2016 3:33 pm
Forum: Android Deployment
Topic: Detect Wifi vs 3g/4g Internet
Replies: 4
Views: 3948

Re: Detect Wifi vs 3g/4g Internet

Yes this is the problem I had when coding my App, in the end I had to perform the workaround solution I found and then ask the user and alert them that I would be downloading over a Gig of data.
by rblackmore245
Mon Jul 18, 2016 10:18 am
Forum: Android Deployment
Topic: Overlay camera view
Replies: 4
Views: 4298

Re: Overlay camera view

A post a while back said you can do this, by opening the camera offscreen, ( http://forums.livecode.com/viewtopic.ph ... 54#p138254 ) but its only available in the commercial version of LiveCode
by rblackmore245
Tue May 17, 2016 9:16 pm
Forum: Android Deployment
Topic: revBrowserAddJavaScriptHandler on android
Replies: 2
Views: 2510

Re: revBrowserAddJavaScriptHandler on android

Guessing this doesn't exist then :o(
by rblackmore245
Mon May 09, 2016 12:09 pm
Forum: Android Deployment
Topic: revBrowserAddJavaScriptHandler on android
Replies: 2
Views: 2510

revBrowserAddJavaScriptHandler on android

Is there a feature like revBrowserAddJavaScriptHandler on android that allows me to pass data from the browser to livecode on andorid.
by rblackmore245
Mon May 09, 2016 10:44 am
Forum: Internet
Topic: javascript talk to livecode through browser
Replies: 2
Views: 5004

Re: javascript talk to livecode through browser

After searching for days I found the answer :o/ hidden away in the internet TUT!. For anyone else who has this problem its: put revBrowserOpenCef(the windowId of this stack, "c:\test.html") into tBrowserID revBrowserSet tBrowserID, "rect", the rect of graphic "browserPlaceholder" revBrowserAddJavaSc...

Go to advanced search