Re: Drawing a line in LC7

2015-03-01 Thread Paul G
D*mn, checked 7 Geometry stacks and they no longer work because of this... At least I know why now. Appreciate the info -- thanks Richard. Paul -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Drawing-a-line-in-LC7-tp4689522p4689528.html Sent from the Revolution

Re: RELEASE 6.7.3 / 7.0.3

2015-03-01 Thread Gerry
Hey Monte, do you have an ETA for the new versions? Gerry OK, I worked out the issue and my build script is running. It takes a while to build everything for all the different SDKs etc but hopefully I'll have new versions up tonight or in the morning.

Re: RELEASE 6.7.3 / 7.0.3

2015-03-01 Thread Monte Goulding
On 2 Mar 2015, at 10:25 am, Gerry gerry.or...@gmail.com wrote: Hey Monte, do you have an ETA for the new versions? Hopefully today, most of them built fine but there are a few that I need to massage a little. Cheers Monte -- M E R Goulding Software development services Bespoke application

Re: Power Status (was Re: Because LC can't do two things at once.)

2015-03-01 Thread Peter M. Brigham
On Mar 1, 2015, at 3:16 PM, Richard Gaskin wrote: Peter M. Brigham wrote: Just closing the loop on this one (the power source of a laptop). (Calling Richard Gaskin re the Linux case...) Thanks, Peter. I'd provided what I think might work some time ago, lost in the long thread as

[ANN] SQLiteAdmin 1.3.6 Released

2015-03-01 Thread Peter Haworth
I'm happy to announce the release of v1.3.6 of SQLiteAdmin, an SQLite Database administration tool. This is a free release for current users. SQLiteAdmin provides a GUI-based approach to creating your database schema including many capabilities not possible within the SQLite language, and

Re: open socket /accept secure

2015-03-01 Thread Bjoernke von Gierke
Not possible, missing feature. On 28 Feb 2015, at 01:50, Dr. Hawkins doch...@gmail.com wrote: I'm looking at the open socket/accept connection behavior. I see clearly that I can open secure. What I don't see is anything in accept to *only* accept secure/encrypted. I would like to

Re: [ANN] SQLiteAdmin 1.3.6 Released

2015-03-01 Thread Vaughn Clement
Hi Pete What happened to the Beta? I've been so busy both writing new courses in databases for the last three months that I haven't followed up with you. I still have one database and working on but my courseware is done as of Sunday. Where are you at on LiveCode database development? Thank you

Re: Power Status (was Re: Because LC can't do two things at once.)

2015-03-01 Thread Michael Doub
I don't know if this helps since the only linux system i have is a raspberryPi, but I get a file not found message when typing cat /proc/acpi/battery/BAT1/state in a terminal window. -= Mike On 3/1/15 8:01 PM, Peter M. Brigham wrote: On Mar 1, 2015, at 3:16 PM, Richard Gaskin wrote:

Re: LiveCode 7.0.3: a new meme

2015-03-01 Thread James Hale
Paul wrote... I ran Disk Utility to check the HD for repair/permissions and all is fine. Checking the permissions only checks software installed by Apple giants their receipts. Nothing else is checked, certainly nothing related to directory structures. If DO you think there might have been

Re: RELEASE 6.7.3 / 7.0.3

2015-03-01 Thread Gerry
thanks :) On 2 Mar 2015, at 10:46 am, Monte Goulding mo...@sweattechnologies.com wrote: On 2 Mar 2015, at 10:25 am, Gerry gerry.or...@gmail.com wrote: Hey Monte, do you have an ETA for the new versions? Hopefully today, most of them built fine but there are a few that I need to

Visual effects on iOS?

2015-03-01 Thread Geoff Canyon
I'm using 6.7.3 on the most recent version of Mac/iOS. This code: lock screen hide image currentImage of me show image nextImage of me unlock screen with visual effect scroll left Just swaps the images with no visual effect at all. I've tried in LC and in the simulator. I've tried

Re: Visual effects on iOS?

2015-03-01 Thread Jerry Jensen
I haven't tried it, but from the dictionary: Use the (optional) 'for visual effect' variant of the lock screen command if you want to subsequently unlock the screen using a visual effect. .Jerry On Mar 1, 2015, at 9:45 PM, Geoff Canyon gcan...@gmail.com wrote: I'm using 6.7.3 on the most

Re: Visual effects on iOS?

2015-03-01 Thread Geoff Canyon
On Sun, Mar 1, 2015 at 11:53 PM, Jerry Jensen j...@jhj.com wrote: Use the (optional) 'for visual effect' variant of the lock screen command if you want to subsequently unlock the screen using a visual effect. Interesting, I don't remember that (and didn't think to look at the entry for lock

Re: Visual effects on iOS?

2015-03-01 Thread Gerry
It's been required the whole time I've been doing iOS on LC - at least 2.5 years. g On Mon, 2 Mar 2015 at 17:30 Geoff Canyon gcan...@gmail.com wrote: On Sun, Mar 1, 2015 at 11:53 PM, Jerry Jensen j...@jhj.com wrote: Use the (optional) 'for visual effect' variant of the lock screen command

Re: open socket /accept secure

2015-03-01 Thread Dr. Hawkins
On Sun, Mar 1, 2015 at 3:57 PM, Bjoernke von Gierke b...@mac.com wrote: Not possible, missing feature. Yikes. All I really need is a secure option for postgres, like there is for mySQL. Or to do ssl, well, securely. I suppose I can use sockets with a key number as the first element (to know

Re: LiveCode 7.0.3: a new meme

2015-03-01 Thread Paul Hibbert
Thanks for reminding me about fsck, I haven't used that in a long time, then after reading this article I remembered why… https://support.apple.com/en-ca/HT203176 …it's no longer recommended by Apple since OS X 10.4, but I do realise it can be a useful fallback if all else fails. I had

sane way to keep menubar on mac (and what about windows???)

2015-03-01 Thread Dr. Hawkins
My primary target is mac, but I'll probably sell more windows than mac over the long run, so I can't *completely* ignore it. After mucking around and installing menus, I'm not seeing a sane solution to keep application menus around. My experimenting suggests that to keep the menu for the main

Re: Visual effects on iOS?

2015-03-01 Thread J. Landman Gay
On March 2, 2015 1:34:58 AM CST, Gerry gerry.or...@gmail.com wrote: It's been required the whole time I've been doing iOS on LC - at least 2.5 years. Except for some navigation commands, it's been required since the engine started doing image caching. -- Jacqueline Landman Gay |

DB connection times

2015-03-01 Thread Richard Gaskin
Dr. Hawkins and others have noted that the time required for LC to connect to a database can be long enough to add up under load. To get a good feel for the implications of this, and to explore options for possibly mitigating it, it would be helpful if any of you happen to have measurements

Drawing a line in LC7

2015-03-01 Thread Terence Heaford
I use the following routine to draw lines for charts in LC 6.7.3 on drawLine x,y,x1,y1,tColor lock screen set the style of the templateGraphic to polygon create grc in me put the id of the last grc of me into tID set the forecolor of grc id tID to tColor set the points of grc id

Re: Because LC can't do two things at once.

2015-03-01 Thread Peter M. Brigham
Just closing the loop on this one (the power source of a laptop). (Calling Richard Gaskin re the Linux case...) -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig - function getPowerSource -- returns the current power source for a laptop --AC or

Re: Drawing a line in LC7

2015-03-01 Thread Richard Gaskin
Terence Heaford wrote: I use the following routine to draw lines for charts in LC 6.7.3 on drawLine x,y,x1,y1,tColor lock screen set the style of the templateGraphic to polygon create grc in me put the id of the last grc of me into tID set the forecolor of grc id tID to

Re: LiveCode 7.0.3: a new meme

2015-03-01 Thread Richard Gaskin
James Hale wrote: Paul wrote... I ran Disk Utility to check the HD for repair/permissions and all is fine. Checking the permissions only checks software installed by Apple giants their receipts. Nothing else is checked, certainly nothing related to directory structures. If DO you think

Re: Drawing a line in LC7

2015-03-01 Thread Terence Heaford
LC need to change the documentation. Tip: When setting the points property, you can separate the individual points with a comma instead of a return. The points property is always reported with the points on separate lines, however. Makes life rather challenging irritating. Thanks for

Power Status (was Re: Because LC can't do two things at once.)

2015-03-01 Thread Richard Gaskin
Peter M. Brigham wrote: Just closing the loop on this one (the power source of a laptop). (Calling Richard Gaskin re the Linux case...) Thanks, Peter. I'd provided what I think might work some time ago, lost in the long thread as it's run across many topics (hence my taking the liberty of

Re: Drawing a line in LC7

2015-03-01 Thread Richard Gaskin
Ah - thanks. I haven't even seen a comma-only use of points since my old SuperCard days, so I didn't know LC supported that format. But since the docs says that form is supported, and it used to work in earlier versions, clearly it's a bug. I've submitted the report for you: