Hi,
Does anyone know if it's possible to drag text from a livecode field into a web form that's being displayed inside a browser widget.
If that's not possible, is there anything else simple I could do so the user could copy over data from the application into the online form?
Thanks
Max
Search found 19 matches
- Tue Jun 12, 2018 3:43 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Dragging text into a web form within the browser widget
- Replies: 1
- Views: 2072
- Wed Aug 31, 2016 12:35 am
- Forum: Android Deployment
- Topic: Android Video
- Replies: 1
- Views: 2510
Android Video
Hi, I have an app working in iOS that I'm trying to deploy to Android. The app has a lot of video in it and all the features are working properly on Android except the video. The video isn't loading up at all. My suspicion is that it's related to the video compression, I had a similar problem when I...
- Sat Jan 17, 2015 8:54 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Printing part of a card to PDF
- Replies: 3
- Views: 3922
Re: Printing part of a card to PDF
Hi SheyMouse The printing stuff can be a bit tricky but is super useful once you get the hang of it. The "into" part details where the part of the card goes in the final pdf. What you're looking for is "from" and "to"... try this: print card "invoice" of this stack from 0,0 to 575,600 Good luck Max
- Fri Mar 28, 2014 9:09 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Script to write script for a field
- Replies: 8
- Views: 5938
Re: Script to write script for a field
Hi Monty I'm assuming the first word in each line is the same as the name of the card that you're hoping to go to. In that case: on mousedown put the selectedtext of me into tCdname put word 1 of tCdname into tCdname go to card tCdname end mousedown Here's a link to an example stack of what you're t...
- Fri Mar 21, 2014 10:35 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Script to write script for a field
- Replies: 8
- Views: 5938
Re: Script to write script for a field
Hi Monty, I think this is the kind of thing you're looking for This will put the text you've selected in your scrolling field into a variable, then go to the card with the name of that variable. It's a slightly different solution to what you've asked for but shows off one of the things I love about ...
- Wed Mar 19, 2014 10:28 am
- Forum: Databases
- Topic: Easiest WordPress db access method?
- Replies: 1
- Views: 2747
Re: Easiest WordPress db access method?
Hi Keith, Sorry, I can only partly answer your question. Rather than editing the wp_connect file, you'd need to get access to the mysql database on your server. All the data for your wordpress installation is stored in there. I can't help much with this because our web host restricts access to the m...
- Sat Jan 11, 2014 11:52 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Sending Email
- Replies: 7
- Views: 7329
Re: Sending Email
I'm trying to use Sarah's SMTP library to send an email using gmail. I'm using smtp.gmail.com as the server. I've also tried smtp.gmail.com:465 to try and get it on the right port Username is my full gmail email address Password is my password I keep getting the error message of SMTPerror timeout op...
- Sat Oct 19, 2013 8:56 am
- Forum: Talking LiveCode
- Topic: PDF problems
- Replies: 2
- Views: 2713
Re: PDF problems
Thanks I tried it without the print breaks and still no luck. I eventually worked it out though and thought I'd post in case anyone else had this problem. I was populating the cards with text (within a field) that I'd pasted from MS word. After messing around with them a bit I realised there were so...
- Wed Oct 09, 2013 4:16 am
- Forum: Talking LiveCode
- Topic: PDF problems
- Replies: 2
- Views: 2713
PDF problems
Hi, I've got an app that creates a pdf report based on the contents of a couple of cards. It used to work well and now I've done something and can't seem to get it to work properly any more. There are 4 cards. If I try to convert them all to pdf only the 1st works. If I try just the last 3 only the ...
- Tue Sep 11, 2012 7:07 am
- Forum: Internet
- Topic: Content reported after a POST
- Replies: 6
- Views: 6411
Re: Content reported after a POST
Thanks,
Any luck with that?
Any luck with that?
- Thu Aug 30, 2012 5:12 am
- Forum: Internet
- Topic: Content reported after a POST
- Replies: 6
- Views: 6411
Re: Content reported after a POST
Thanks Here's what comes back as the content <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Log in | ProjectSend</title> <link rel="shortcut icon" href="http://ieudata.tln.org.au/favicon.ico" /> <link re...
- Thu Aug 30, 2012 4:20 am
- Forum: Internet
- Topic: Content reported after a POST
- Replies: 6
- Views: 6411
Content reported after a POST
Hi, I've used a post command to fill in the login form on a website. post "login_form_user=****x&login_form_pass=****" to URL "http://****.****.org.au/" put it into field "results" It seems to kind of work - but only gives me the first part of the web page I'm trying to access - I can only see the h...
- Wed Oct 12, 2011 9:08 pm
- Forum: iOS Deployment
- Topic: Our iPad App was submitted last night!
- Replies: 6
- Views: 5166
Re: Our iPad App was submitted last night!
Hi Richard, I had a similar problem. I fixed it by allowing portrait upside-down, didn't need to allow landscape. Did you find the same? I know what you mean about dudes in cubicles, it's weird for me because I think the cubical people are in the US and I'm in Australia. So each morning I get up to ...
- Mon Jul 25, 2011 10:44 am
- Forum: iOS Deployment
- Topic: Making text link to a web page from within scroller
- Replies: 2
- Views: 2735
Re: Making text link to a web page from within scroller
Thanks Klaus,
I feel like an idiot for missing that. Made it real easy.
Thanks again.
Max
PS for anyone else looking there was also a tutorial at http://lessons.runrev.com/buckets/784/lessons/7406
I feel like an idiot for missing that. Made it real easy.
Thanks again.
Max
PS for anyone else looking there was also a tutorial at http://lessons.runrev.com/buckets/784/lessons/7406
- Sun Jul 24, 2011 10:34 am
- Forum: iOS Deployment
- Topic: Making text link to a web page from within scroller
- Replies: 2
- Views: 2735
Making text link to a web page from within scroller
Hi Everyone, I'm going great with a project I've been working on for a bit now and just have one last hurdle... I've got text within a scroller. In parts of that text (where there's a URL or email address) I'd like to make it clickable and have an action performed - obviously open a web page or emai...