Search found 11 matches

by ddsinteractive
Fri Oct 07, 2016 5:23 pm
Forum: Using Externals
Topic: RFID Reader
Replies: 1
Views: 6463

Re: RFID Reader

This may be late to the party, but you *may* be able to use an RFID reader with their Livecode API. The Livecode API works with their interface kit, which is available in a few flavours: http://www.phidgets.com/products.php?category=0 1010, 1011, 1012, 1018, 1019 The number sequences in the product ...
by ddsinteractive
Fri Oct 07, 2016 5:13 pm
Forum: Using Externals
Topic: mergZXing on a Windows Standalone?
Replies: 0
Views: 4633

mergZXing on a Windows Standalone?

We have a need to create a Windows 10 tablet app using QR codes. The tablets do have a rear facing camera (Surface tablets). Will -- or how -- does the mergZXing external work with a Windows .exe published app? [does not need to be a Universal app] Any advice or direction would be helpful. Many than...
by ddsinteractive
Thu Mar 27, 2014 7:59 pm
Forum: Converting to LiveCode
Topic: PC Shutdown from revBrowser?
Replies: 6
Views: 7439

Re: PC Shutdown from revBrowser?

Hi Simon,

Thank you for the guidance so far. Would the "put" command need to be in a loop of sorts? Because if the webpage is HTML, it would already be on the page and would automatically come back as true?

I hope I am making sense. :)
Cheers,
Monica
by ddsinteractive
Thu Mar 27, 2014 6:47 pm
Forum: Converting to LiveCode
Topic: PC Shutdown from revBrowser?
Replies: 6
Views: 7439

Re: PC Shutdown from revBrowser?

Simon wrote:Hi Monica,
Try
shell("shutdown -r")
Make sure you have saved all your work :)

Simon

Hi Simon,
Would this be passed from a PHP script in the web browser back to the livecode revBrowser in some way as a function?

Thank you!
Cheers,
Monica
by ddsinteractive
Thu Mar 27, 2014 4:47 pm
Forum: Converting to LiveCode
Topic: PC Shutdown from revBrowser?
Replies: 6
Views: 7439

PC Shutdown from revBrowser?

Hello! I am a Director user converting to LiveCode and we build many standalone kiosk-type applications. In Director, we were able to create an admin function to allow the kiosk administrator to shut the PC (Windows 7) down or restart the PC from within the Projector. In LiveCode, we are using a ful...
by ddsinteractive
Fri Nov 29, 2013 3:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Multi-Display Stack as Fullscreen
Replies: 12
Views: 7300

Re: Multi-Display Stack as Fullscreen

Hello! Thank you all for your great advice and comments! Make sure you note that Klaus is talking about the property "fullscreen", that is different then making a stack that covers 4 screens. Simon: Yes, I was attempting to use the fullscreen property set to true for the stack to enable a four-monit...
by ddsinteractive
Thu Nov 28, 2013 3:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Multi-Display Stack as Fullscreen
Replies: 12
Views: 7300

Re: Multi-Display Stack as Fullscreen

Hello Klaus, Thank you for the warm welcome! I'm a convert from Director (since v.6) and am relatively new to LiveCode. Many times it is more of a semantic conversion of code into a different language where I struggle the most. Am learning though! So what I am understanding from these experiments an...
by ddsinteractive
Thu Nov 28, 2013 6:05 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Multi-Display Stack as Fullscreen
Replies: 12
Views: 7300

Re: Multi-Display Stack as Fullscreen

Hi Simon,

Yes it is a four screen, fullscreen browser. :)

Cheers,
Monica
by ddsinteractive
Wed Nov 27, 2013 6:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Multi-Display Stack as Fullscreen
Replies: 12
Views: 7300

Re: Multi-Display Stack as Fullscreen

Hello, It's still moving the revBrowser one monitor to the left when opening. I think it has to do with the fullscreen and windowId. Here is the full code if you could test it out on your dual monitor setup. You should see a Black "Touchscreen" image in the left monitor (if set to primary) and a blu...
by ddsinteractive
Wed Nov 27, 2013 12:21 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Multi-Display Stack as Fullscreen
Replies: 12
Views: 7300

Re: Multi-Display Stack as Fullscreen

Hi Craig, Thanks for writing back! I thought that was what I was doing with the rect definition of: set the rect of this stack to 0,0,7680,1080 I've also tried setting the Stack Properties of WIDTH to 7680 and HEIGHT to 1080 and location to 3840 and 540. Also within the Stack Script by setting the w...
by ddsinteractive
Tue Nov 26, 2013 10:42 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Multi-Display Stack as Fullscreen
Replies: 12
Views: 7300

Multi-Display Stack as Fullscreen

Hello! I have been struggling to get the fullscreen stack property to work with a multi-monitor display. Here is what I have thus far: on preOpenStack set the loc of this stack to the screenLoc set the rect of this stack to 0,0,7680,1080 end preOpenStack on openStack set the fullscreen of this stack...

Go to advanced search