Re: launch document problem

2016-01-27 Thread Kay C Lan
On Thu, Jan 28, 2016 at 3:46 PM, Mark Waddingham wrote: > > > Given that Kay observed that 'launch document with' works, but 'launch > document' does not > Just to clarify, the Dictionary states the correct syntax as launch FILEPATH with APPLICATIONPATH or launch document FILEPATH 'document'

Re: launch document problem

2016-01-27 Thread Mark Waddingham
Hi Pete, On 2016-01-28 01:26, Peter Haworth wrote: Prowling around the web, I found that the url I'm seeing is a "file reference url", not sure whether this is an Apple thing or cross platform. Since it works in Safari and not in Chrome, I suspect it may be an Apple thing. I believe 'launch

Re: Free Let's Encrypt SSL Certificates for On-Rev?

2016-01-27 Thread Alex Shaw
Opps, my bad. That requires ssh access too. regards alex On 28/01/2016 2:58 PM, Alex Shaw wrote: Yes, the official LE client requires shell access plus a range of python dependences. Also, if the SSL/TLS Manager module was accessible from on-rev cpanel you could try.. https://github.com/d

Re: Free Let's Encrypt SSL Certificates for On-Rev?

2016-01-27 Thread Alex Shaw
Yes, the official LE client requires shell access plus a range of python dependences. Also, if the SSL/TLS Manager module was accessible from on-rev cpanel you could try.. https://github.com/diafygi/gethttpsforfree regards alex On 28/01/2016 2:34 PM, Mark Wieder wrote: On 01/27/2016 07:23

Re: Changing position/dimensions of a control that is part of a group

2016-01-27 Thread dunbarx
Hi. Does this do anything: if there is a graphic "yourGraphicName" of grp "baseControls" then set... else answer "no such graphic" Craig Newman -Original Message- From: Sannyasin Brahmanathaswami To: How LiveCode Sent: Wed, Jan 27, 2016 11:15 pm Subject: Re: Changing position/di

Re: Changing position/dimensions of a control that is part of a group

2016-01-27 Thread Mark Wieder
On 01/27/2016 08:13 PM, Sannyasin Brahmanathaswami wrote: set the width of graphic id 1026 of grp "baseControls" to item 3 of tCardRectByStack set the left of graphic id 1026 of grp "baseControls" to 0 works Control IDs are unique within a stack... you shouldn't also have to spec

Re: Free Let's Encrypt SSL Certificates for On-Rev?

2016-01-27 Thread Mark Wieder
On 01/27/2016 07:23 PM, Alex Shaw wrote: As far as I can tell Let's Encrypt issues certificates for domain names. The LE install client script asks for domain name/s and I found a mention here regarding that.. https://community.letsencrypt.org/t/certificate-for-static-ip/84 That's true, but w

Re: Changing position/dimensions of a control that is part of a group

2016-01-27 Thread Sannyasin Brahmanathaswami
I take part of that back set the width of graphic id 1026 of grp "baseControls" to item 3 of tCardRectByStack set the left of graphic id 1026 of grp "baseControls" to 0 works but not if we refer to the graphic by name http://www.himalayanacademy.com/apps/gurudeva On January 27, 20

Changing position/dimensions of a control that is part of a group

2016-01-27 Thread Sannyasin Brahmanathaswami
These lines are causing my scripts to silently fail… set the width of graphic "BaseControlsBkgnd" to item 3 of tCardRect set the left of graphic id 1026 to 0 either one will break the script whether referred to by name or ID… I thought I recalled some internal global to allow controls in

Re: Free Let's Encrypt SSL Certificates for On-Rev?

2016-01-27 Thread Alex Shaw
As far as I can tell Let's Encrypt issues certificates for domain names. The LE install client script asks for domain name/s and I found a mention here regarding that.. https://community.letsencrypt.org/t/certificate-for-static-ip/84 regards alex On 28/01/2016 12:34 PM, Mark Wieder wrote: O

Re: Free Let's Encrypt SSL Certificates for On-Rev?

2016-01-27 Thread Mark Wieder
On 01/27/2016 04:10 PM, Alex Shaw wrote: Also, it would be nice to support the free Let's Encrypt SSL Certificates via cpanel.. Server certificates normally need a static ip address. Some other hosting sites have shims installed to allow you to have certs without a static address, but I woul

Re: launch document problem

2016-01-27 Thread Kay C Lan
OSX 10.10.5 LC 7.1.1 launch "/Users/kclan/Documents/test.html" with "/Applications/Firefox.app" launch "/Users/kclan/Documents/test.html" with "/Applications/Safari.app" launch "/Users/kclan/Documents/test.html" with "/Applications/Google Chrome.app" All resulted in the file opening successfull

Re: snapshot and animation capture

2016-01-27 Thread Mark Schonewille
I meant to post this link http://snapper.economy-x-talk.com/ Kind regards, Mark Schonewille http://economy-x-talk.com https://www.facebook.com/marksch Buy the most extensive book on the LiveCode language: http://livecodebeginner.economy-x-talk.com Op 1/28/2016 om 01:21 schreef Mark Schonewille

Re: launch document problem

2016-01-27 Thread Peter Haworth
Prowling around the web, I found that the url I'm seeing is a "file reference url", not sure whether this is an Apple thing or cross platform. Since it works in Safari and not in Chrome, I suspect it may be an Apple thing. However the engine processes a launch document command is converting the no

Re: snapshot and animation capture

2016-01-27 Thread Mark Schonewille
Matt, Somehow, the website isn't much anymore, but the app can still be downloaded. The trial version is almost fully functional. Perhaps this approach would be useful for you. Kind regards, Mark Schonewille http://economy-x-talk.com https://www.facebook.com/marksch Buy the most extensive b

Re: [BUG] write to file

2016-01-27 Thread Kay C Lan
On Wed, Jan 27, 2016 at 8:58 AM, Kay C Lan wrote: > but by someone with actual qualifications, credibility and who's in a > position to take on 'Darth Bug' and save the day for all of us. :-) > > I've just added a comment to a different Bug and had a response back from Panos. It's just after 1am

Re: launch document problem

2016-01-27 Thread Peter Haworth
Still get a "can't open file" error or "no association" error depending on whether I use launch document or launch url. Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin On Wed, Jan

Free Let's Encrypt SSL Certificates for On-Rev?

2016-01-27 Thread Alex Shaw
Hi With the recent news that Google will be pushing "https" .. https://googleonlinesecurity.blogspot.co.uk/2015/12/indexing-https-pages-by-default.html .. I'm still surprised that the on-rev cpanel does not have the SSL modules which most other webhosting providers have. Also, it would be ni

Re: launch document problem

2016-01-27 Thread Phil Davis
Try replacing spaces with "%20" in your url and see if that works. Phil Davis On 1/27/16 3:31 PM, Peter Haworth wrote: If I urlencode it, the launch command fails with "can't open file". I also tried sticking "file:" at the front of the filepath and used launch url but that resulted in a "no

Re: launch document problem

2016-01-27 Thread Peter Haworth
If I urlencode it, the launch command fails with "can't open file". I also tried sticking "file:" at the front of the filepath and used launch url but that resulted in a "no association" error. I'm also finding that if I simply double click on the file in the Finder, Chrome opens it just fine wit

Re: snapshot and animation capture

2016-01-27 Thread Scott Rossi
On 1/27/16, 2:50 PM, "use-livecode on behalf of Eric Corbett" wrote: >Nice Scott, > >The resize is super fast. Great! > >the moveStack is slower than other moveStack scripts I have from you. Not so great, but with LC7 I found I had to use a different window drag routine as the code I've been

Re: snapshot and animation capture

2016-01-27 Thread Eric Corbett
Nice Scott, The resize is super fast. the moveStack is slower than other moveStack scripts I have from you. Eric ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription p

Re: One Rect For All specificaiton

2016-01-27 Thread Sannyasin Brahmanathaswami
FYI: My function was using the device ratio based on the screen rect….but your math uses the device *pixels* either way, the ratio is the same 16:9 | 736:414 | 1080:1920 and this does not affect your math: ( 1024 - (768/414*736) ) /2 = -171 (170.5) So thanks for that… I will try it… for the

Re: snapshot and animation capture

2016-01-27 Thread Scott Rossi
I thought this might make an interesting read, so the demo stack is included in an article: Hope this works for you. Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 1/27

Re: One Rect For All specificaiton

2016-01-27 Thread Colin Holgate
To elaborate on that… If you have a card that is 1024x768, running on a device that is 1920x1080, showAll will make you see the 1024x768, with an extra 171 pixels either side, to make 1366x768. That is then scaled up to fill the 1920x1080. An object in the upper left corner would have its top a

Re: One Rect For All specificaiton

2016-01-27 Thread Colin Holgate
It’s the ratio of the device screen you need, not the ratio of the card. > On Jan 27, 2016, at 9:17 PM, Sannyasin Brahmanathaswami > wrote: > > Colin wrote: > > In showAll to position controls in the corners you need to know the ratio of > the device screen. You then multiply that by the wid

Re: launch document problem

2016-01-27 Thread Mark Wieder
On 01/27/2016 12:02 PM, Peter Haworth wrote: /Users/Pete/Documents/BandTrak/Report Data/Remittance.html Does anyone know why this transformation of the file reference is occurring? Also why it is recognized in Safari and not Chrome? urlencode it or (better) remove that embedded space. --

Re: One Rect For All specificaiton

2016-01-27 Thread Sannyasin Brahmanathaswami
Colin wrote: In showAll to position controls in the corners you need to know the ratio of the device screen. You then multiply that by the width or height, to work out the position. OK I tried this and failed. FYI you need all splash screens installed in standAlone config to get iOS screen r

launch document problem

2016-01-27 Thread Peter Haworth
In an application I wrote several years ago, I create reports by writing html into a file and then using the launch document command to open the file in the user's preferred browser. All has been working fine with that approach until OSX Yosemite came along. The launch command references a file n

Re: snapshot and animation capture

2016-01-27 Thread Scott Rossi
Hi Matt: I have a method for a resizable masked window that requires LC7 -- I'll try to post something later today or tomorrow. As far as image animation goes, I have a very vague memory that LC used to be able to export animated GIF images, but that may have been static images only. You may ind

snapshot and animation capture

2016-01-27 Thread Matt Maier
I need to be able to easily capture stuff the user is seeing on their screen so that they can import it into my application without having to navigate the file manager multiple times. There's some good screen capture stuff already in Livecode, but what I'm picturing is an actual window with a hole

Re: Sending emails, with attachments, on your server

2016-01-27 Thread EED-wp Email
Tom, You're welcome. Seems php isn't very popular here, but I find it very convenient and fast, and already integrated into most server situations. Of course, since I've programmed in numerous other languages, it isn't a big deal, and avoids some of the issues with Livecode that are a result of

Re: Sending emails, with attachments, on your server

2016-01-27 Thread tbodine
Thanks Bill! Tom -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Sending-emails-with-attachments-on-your-server-tp4700411p4700465.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecod

Re: Getting the long name(or ID) of a control

2016-01-27 Thread Richard Gaskin
Ralph DiMola wrote: > Riddle me this Batman: > > I have 2 controls named "F1"(field) and "menu"(button) both in > a group named G1 > > Why does this work... > put "F1" into somevar > put the long name of control somevar into someothervar > > But this does not work... > put "F1 of group G1" in

Re: Getting the long name(or ID) of a control

2016-01-27 Thread Mark Wieder
On 01/26/2016 10:47 PM, J. Landman Gay wrote: You'd probably never notice a few unquoted literals, but if they're everywhere it makes a difference. You'd notice if you enabled strict compilation mode. Or rather, the compiler would help by noticing for you. -- Mark Wieder ahsoftw...@gmail.

Re: Temp folder on public computers

2016-01-27 Thread Richard Gaskin
J. Landman Gay wrote: > Richard wrote: >> J. Landman Gay wrote: >> >> > I need to write a temporary file on computers that may be locked >> > down, such as those in a computer lab or library. Can I be fairly >> > certain that the temporary folder permissions will always allow >> > access? ...

Re: Using the Widget to display charts

2016-01-27 Thread Terence Heaford
On further testing AMCharts also works in LC7. Using: revBrowserSet gBrowserId, "htmlText", tPieJS All the best Terry > On 26 Jan 2016, at 16:16, Sri wrote: > > Very interesting! > > Thanks, > Sri > > > > -- > View this message in context: > http://runtime-revolution.278305.n4.nabble.c