Search found 50 matches

by jrioux
Tue Jan 01, 2013 6:02 pm
Forum: Internet
Topic: selected text in revBrowser
Replies: 13
Views: 13413

Re: selected text in revBrowser

OK. So I decided to bypass revBrowser altogether and just use an rtf version of the text in a Livecode field. Thanks for the help, sturgis.
by jrioux
Thu Dec 27, 2012 4:34 pm
Forum: Internet
Topic: selected text in revBrowser
Replies: 13
Views: 13413

Re: selected text in revBrowser

Mac's OK. Windows no go.
by jrioux
Thu Dec 27, 2012 3:00 am
Forum: Internet
Topic: selected text in revBrowser
Replies: 13
Views: 13413

Re: selected text in revBrowser

Many thanks, sturgis. I benefit from your experience.
by jrioux
Tue Dec 25, 2012 11:41 pm
Forum: Internet
Topic: selected text in revBrowser
Replies: 13
Views: 13413

Re: selected text in revBrowser

I'm finding this reference to "the system" interesting (e.g., a copyKey not handled by the app will be handled by the system). Shouldn't the simple statement "send copyKey in 0 milliseconds" achieve the same result as calling the AppleScript?
by jrioux
Tue Dec 25, 2012 10:55 pm
Forum: Internet
Topic: selected text in revBrowser
Replies: 13
Views: 13413

Re: selected text in revBrowser

OK. I was able to copy selected PDF text to the clipboard using the menu in a compiled app (no need to go the AppleScript route), but wondered whether I could achieve this using code, bypassing the menu. I imagined that the menu was trapping the copyKey command and (as it should) copying the selecti...
by jrioux
Tue Dec 25, 2012 3:27 pm
Forum: Internet
Topic: selected text in revBrowser
Replies: 13
Views: 13413

Re: selected text in revBrowser

OK. So, given I need an edit menu, is there a way I can "trigger" the copy item of that menu using code? That way, I would have a cross-platform solution that wouldn't require applescript or the Windows equivalent.
by jrioux
Mon Dec 24, 2012 12:39 am
Forum: Internet
Topic: selected text in revBrowser
Replies: 13
Views: 13413

Re: selected text in revBrowser

I'm getting this to work in the IDE (Mac), but not in a standalone. Any thoughts?
by jrioux
Sun Dec 23, 2012 9:17 pm
Forum: Internet
Topic: selected text in revBrowser
Replies: 13
Views: 13413

Re: selected text in revBrowser

Many thanks, sturgis. I wish I'd known I couldn't access it directly before I started down this road, but a workaround is just that - it works, and that's OK. :-)
by jrioux
Sun Dec 23, 2012 1:43 pm
Forum: Internet
Topic: selected text in revBrowser
Replies: 13
Views: 13413

selected text in revBrowser

Does anyone know whether revBrowserGet(id, "selected") will get selected text from a pdf? It keeps coming up "no selection" for me.
by jrioux
Thu Oct 25, 2012 9:48 pm
Forum: Talking LiveCode
Topic: Core Image effects OS X
Replies: 4
Views: 3830

Core Image effects OS X

Live Code's "multimedia" page online says "Visual transition effects include QuickTime effects, Core Image Effects (e.g. page curl on OS X machines) and built-in transitions." However, the 5.5.1 documentation on page curls (under "visual" in the dictionary), seems to limit the page curl effect to io...
by jrioux
Thu Aug 02, 2012 6:50 pm
Forum: Internet
Topic: GET URL problem
Replies: 4
Views: 5524

Re: GET URL problem

Klaus and Dave,

Many thanks!
by jrioux
Thu Aug 02, 2012 5:24 pm
Forum: Internet
Topic: GET URL problem
Replies: 4
Views: 5524

GET URL problem

get URL "http://www.mydomain.com/directory/anotherDirectory/myText.txt" returns the text from the file I want, beautifully get URL "http://www.mydomain.com/directory/anotherDirectory/my Text.txt" returns a bad request error, get URL (urlEncode("http://www.mydomain.com/directory/anotherDirectory/my T...
by jrioux
Fri Sep 16, 2011 4:18 pm
Forum: Talking LiveCode
Topic: revBrowser question
Replies: 2
Views: 2933

revBrowser question

I'm using an html form (via revBrowser) to request a user name and password, which I then POST to a server-side script to verify an account. That script echoes "verified" back to the html form in my Livecode app. Is there an easy way to determine what was echoed back to the revBrowser?
by jrioux
Mon Aug 29, 2011 4:41 pm
Forum: Databases
Topic: database connect question
Replies: 36
Views: 24879

Re: database connect question

OK. I got it, now. The php script on the server contains all the "hard-coded" info, and the app calls that with the user's values.

There still remain "hard-coded" values, though, right (i.e., the "http://www.myserver.com/connect.php" files and such-like)?

Many thanks.
by jrioux
Sun Aug 28, 2011 8:16 pm
Forum: Databases
Topic: database connect question
Replies: 36
Views: 24879

Re: database connect question

Thanks for the reply. I'm still a bit at sea, though. Are you saying doesn't there have to be, somewhere in my app, the name of the external database, the username, and the password?

Go to advanced search