sqlite and iOS 8

2015-03-05 Thread PystCat
I have an app that worked fine… then iOS 8 came out and everything went fubar… what I am having a problem with is the app seeing an sqlite table under iOS 8… I’ve started using the latest LC 7.0.3 Build 10026 under Max OS X 10.10.2 with the iOS 8 simulator. When the app opens on the iPad, it

Re: Web page fields

2015-03-05 Thread Mike Bonner
This works.. I have this in a hidden field: document.getElementById(query ).value='the text to search for here'; And do this.. get revbrowserexecutescript(sBrowserId,field 1) and have a browser instance with your form example loaded. It successfully places the text to search here in the box with

Re: [ANN] R.I.P. Mac Mini

2015-03-05 Thread Bob Warren
Hi MAC Users, Quite a few of you have downloaded my Legacy File/Folder/Picture Choosers for MAC (on one particular day the download was well over 1 GB), but so far I have not received a single word of feedback .. (?). How about it guys? Do they run OK on your MAC? (All you

Re: Web page fields

2015-03-05 Thread Mike Bonner
Ah k. I should have read better. You want to fill in the slots, not just jump to the results. The javascript would be something like document.quick_search_form.query.value='the text to search for here' Since it sounds like you're using the LC browser object, you can probably build the string as

Re: Printing in LC 7.0.3

2015-03-05 Thread Terence Heaford
On 5 Mar 2015, at 19:00, Terence Heaford t.heaf...@icloud.com wrote: I would submit a bug report for the Text Labels of tabs debacle in the Tab Panel if I thought it would do any good? Richard, Here is some info to help. Bug 3076 - text in tab controls misaligned vertically

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

2015-03-05 Thread Mark Wieder
Peter Brigham pmbrig@... writes: Double-check me on this. No, you're still checking the enclosing directory instead of the file. Grab /sys/class/power_supply/BAT0/status and the same for BAT1. ...and the caseSwitch function confuses me a bit: I don't think the 'if tMatch = *' part is

Re: Printing in LC 7.0.3

2015-03-05 Thread Richard Gaskin
Terence Heaford wrote: On 5 Mar 2015, at 15:47, Richard Gaskin wrote: Bug 14061 - Printing a data grid using print card shows artefacts Status:CONFIRMED This one took some time to reproduce, and ultimately the team found that the issue appears to be specific to LiveCode under OS X

Re: Printing in LC 7.0.3

2015-03-05 Thread Richard Gaskin
Paul Hibbert wrote: Wow, WTG RR. Hanson confirmed this already! Paul On Mar 5, 2015, at 9:54 AM, Paul Hibbert paul at livecode.org wrote: Terry (and List Users), This bug is reported now: http://quality.runrev.com/show_bug.cgi?id=14814 Thanks for submitting that report. Not

Re: Web page fields

2015-03-05 Thread Mike Bonner
Hey, if this is for an external browser, and you have control of the page being accessed, there is no reason you can't set up a url with a GET, that is used by the receiving page to set the default value. If the page is straight html, and not php or .lc processed, i'm not sure how you can inject a

Re: Printing in LC 7.0.3

2015-03-05 Thread Richard Gaskin
Terence Heaford wrote: On 5 Mar 2015, at 15:47, Richard Gaskin wrote: Terence Heaford wrote: ... I’ve never had a reported bug resolved. ..except for this one: http://quality.runrev.com/show_bug.cgi?id=12961 ..except for this one: I would submit a bug report for the Text Labels of tabs

Re: printing at full density in 7!

2015-03-05 Thread stephen barncard
On Thu, Mar 5, 2015 at 5:20 PM, Dr. Hawkins doch...@gmail.com wrote: But now, I got a full density printout. great news! -- Stephen Barncard - Sebastopol Ca. USA - Deeds Not Words ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: on-rev outage

2015-03-05 Thread Jerry Jensen
On Mar 5, 2015, at 10:15 PM, Paul Hibbert p...@livecode.org wrote: On Mar 5, 2015, at 7:35 PM, Jerry Jensen j...@jhj.com wrote: An urgent support ticket is gathering dust... Several urgent tickets I imagine, Simon on the LC Forums has had a reply from RR, but that was over 4 1/2 hours

printing at full density in 7!

2015-03-05 Thread Dr. Hawkins
Wow. I just thought to try this for the first time. in 5.5, if you printed cards to the printer, they came out at 72dpi (old screen density). I* had* to use pdfs. (not a real problem, as they are necessary for filing with court). But now, I got a full density printout. -- Dr. Richard E.

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

2015-03-05 Thread Mark Wieder
Peter- Wednesday, March 4, 2015, 5:10:53 AM, you wrote: and what I see on my Thinkpad running linux Mint 17 is status returns one of three states: Unknown if the laptop is plugged into the AC adapter Discharging if running off the battery power Charging if it's (wait for it) charging the

Re: Printing in LC 7.0.3

2015-03-05 Thread Paul Hibbert
Terry (and List Users), This bug is reported now: http://quality.runrev.com/show_bug.cgi?id=14814 There is a sample stack attached to the report if anybody wishes to do further testing and add comments or observations. From the tests I tried (after several suggestions from list members in

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

2015-03-05 Thread Peter Brigham
So the Unix case should be: if there is a file /sys/class/power_supply/BAT0/ then put url /sys/class/power_supply/BAT0/ into tStatus else if is a file /sys/class/power_supply/BAT1/ then put url /sys/class/power_supply/BAT1/ into tStatus else

Re: Printing in LC 7.0.3

2015-03-05 Thread Terence Heaford
Out of interest and not to be to provocative, how are you supposed to migrate to LC 7 as suggested by Richard Gaskin when something as obvious as printing does not work? All the best Terry On 4 Mar 2015, at 18:34, Terence Heaford t.heaf...@icloud.com wrote: Mac, Yosemite 10.10.2 Why

Re: mergExt Update for LC 6.7.3 and 7.0.3

2015-03-05 Thread Matthias Rebbe | M-R-D
Monte, thanks for doing this so quickly. Matthias Am 05.03.2015 um 03:50 schrieb Monte Goulding mo...@sweattechnologies.com: Hi Matthias I've resolved the build issue and uploaded a new version of mergFTPD Cheers Monte On 5 Mar 2015, at 8:13 am, Matthias Rebbe | M-R-D

Re: Printing in LC 7.0.3

2015-03-05 Thread J. Landman Gay
If you actually tried it and it doesn't work then it's a bug. But the doc examples aren't the same thing you're doing, they are using a direct reference while your code is putting a value into a variable. When I get to my Mac I'll try a few things. I'm AFK right now. On March 5, 2015

Re: Printing in LC 7.0.3

2015-03-05 Thread J. Landman Gay
Regardless of how comma works, the result is still a string and this handler puts the literal value of that string into a variable. Literals require quotes around them, and while the engine may have been more lenient about that pre-7.0 the quotes should technically be there. So before I'd

Re: Printing in LC 7.0.3

2015-03-05 Thread Terence Heaford
It doesn’t. Here are examples from the documentation for print print stack Output into 100,100,450,410 print this card from 0,0 to the mouseLoc All the best Terry On 5 Mar 2015, at 15:26, J. Landman Gay jac...@hyperactivesw.com wrote: So before I'd report this as a bug, I'd see If

Re: Printing in LC 7.0.3

2015-03-05 Thread Richard Gaskin
Terence Heaford wrote: Will you report it please. Perhaps you will have better luck reporting BUGS than me. I’ve never had a reported bug resolved. ..except for this one: http://quality.runrev.com/show_bug.cgi?id=12961 Yes, it took them a while to reproduce it, requiring the lead engineer

Re: Printing in LC 7.0.3

2015-03-05 Thread Paul Hibbert
Wow, WTG RR. Hanson confirmed this already! Paul On Mar 5, 2015, at 9:54 AM, Paul Hibbert p...@livecode.org wrote: Terry (and List Users), This bug is reported now: http://quality.runrev.com/show_bug.cgi?id=14814 There is a sample stack attached to the report if anybody wishes to do

Re: Web page fields

2015-03-05 Thread Bill Vlahos
Firebug shows: GET https://company.batchbook.com/search/autocomplete?query=NameToSearch https://company.batchbook.com/search/autocomplete?query=NameToSearch When I enter the URL as https://company.batchbook.com/search/autocomplete?query=NameToSearch

Re: Printing in LC 7.0.3

2015-03-05 Thread Terence Heaford
On 5 Mar 2015, at 15:47, Richard Gaskin ambassa...@fourthworld.com wrote: Bug 14061 - Printing a data grid using print card shows artefacts Status: CONFIRMED This one took some time to reproduce, and ultimately the team found that the issue appears to be specific to LiveCode under

Re: Printing in LC 7.0.3

2015-03-05 Thread Terence Heaford
On 5 Mar 2015, at 15:47, Richard Gaskin ambassa...@fourthworld.com wrote: Bug 12586 - LC 6.6.1 Crashes when creating a chart using field objects = Status: RESOLVED CANNOT_REPRODUCE Hanson's final comment notes the effort they put into reproducing the issue, and invited you to

Re: Printing in LC 7.0.3

2015-03-05 Thread Terence Heaford
On 5 Mar 2015, at 15:47, Richard Gaskin ambassa...@fourthworld.com wrote: Bug 12586 - LC 6.6.1 Crashes when creating a chart using field objects = Status: RESOLVED CANNOT_REPRODUCE Hanson's final comment notes the effort they put into reproducing the issue, and invited you to

Re: Printing in LC 7.0.3

2015-03-05 Thread Terence Heaford
On 5 Mar 2015, at 15:47, Richard Gaskin ambassa...@fourthworld.com wrote: In this most recent case, I noticed that the source and dest rects are the same, so as far as I can tell you can get the same result with this, which seems to work well in LC 7.0.3 under OS X 10.7 (haven't tested on

Re: Printing in LC 7.0.3

2015-03-05 Thread Terence Heaford
On 5 Mar 2015, at 15:47, Richard Gaskin ambassa...@fourthworld.com wrote: ..except for this one: I would submit a bug report for the Text Labels of tabs debacle in the Tab Panel if I thought it would do any good? I believe the bug report for this was started years ago and replicated on a

Re: Printing in LC 7.0.3

2015-03-05 Thread Mike Doub
Graham, I think you misunderstood my comment. The comma is actually a function. It concatinates two string with a comma in the middle. Much like . I got confused on this one too. But it is really helpful, especially when working with screen coordinates. Mike On Thursday, March 5, 2015,

Re: Fwd: Quantum tunneling in LiveCode

2015-03-05 Thread Robert Brenstein
On 03.03.2015 at 7:31 Uhr -0500 stgoldb...@aol.com apparently wrote: The issue of a background group being in two places at once is not quite clarified. Getting back to the script sequence below, when there is a mouseUp handler in a background group, the message, on clicking on the grouped

Re: Printing in LC 7.0.3

2015-03-05 Thread Graham Samuel
I don’t think ‘put’ is a function, it’s a command. According to the LC Dictionary, it expects any expression that evaluates to a string.” So it is quite clever of the engine to interpret a set of numbers separated by commas as a string. LC has a number of helpful interpretations like this,

Re: Printing in LC 7.0.3

2015-03-05 Thread Graham Samuel
Wow! I certainly did misunderstand. I had no idea that comma was a function. Always something new to learn. Thanks Graham On 5 Mar 2015, at 12:40, Mike Doub miked...@gmail.com wrote: Graham, I think you misunderstood my comment. The comma is actually a function. It concatinates two

DataGrid Checkboxes

2015-03-05 Thread JB
The lesson for working with dataGrid checkboxes ask you to select Form. Can you only add checkboxes to the Form and not the table style of dataGrid? John Balgenorth ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: on-rev outage

2015-03-05 Thread Paul Hibbert
On Mar 5, 2015, at 7:35 PM, Jerry Jensen j...@jhj.com wrote: An urgent support ticket is gathering dust... Several urgent tickets I imagine, Simon on the LC Forums has had a reply from RR, but that was over 4 1/2 hours ago, turning into a problem for some clients here, but I imagine it's a

Re: Printing in LC 7.0.3

2015-03-05 Thread Terence Heaford
On 5 Mar 2015, at 23:12, Richard Gaskin ambassa...@fourthworld.com wrote: A half-dozen of us have been suggesting Bernd's wonderful field object. He already did the work on that. Have you considered trying it? I am working with Bernd (testing and making suggestions, at his request) and

on-rev outage

2015-03-05 Thread Jerry Jensen
Diesel.on-rev.com has been down, for me at least, for about 8 hours. This is a big problem. Is everybody at on-rev affected? The server status page is out too. An urgent support ticket is gathering dust... .Jerry ___ use-livecode mailing list

Re: on-rev outage

2015-03-05 Thread Simon
Since moving the servers to France this is the worst outage yet. They were doing so well. Simon -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/on-rev-outage-tp4689723p4689724.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: printing at full density in 7!

2015-03-05 Thread J. Landman Gay
On 3/5/2015 7:20 PM, Dr. Hawkins wrote: Wow. I just thought to try this for the first time. in 5.5, if you printed cards to the printer, they came out at 72dpi (old screen density). I* had* to use pdfs. (not a real problem, as they are necessary for filing with court). But now, I got a full

Re: on-rev outage

2015-03-05 Thread J. Landman Gay
On 3/5/2015 9:35 PM, Jerry Jensen wrote: Diesel.on-rev.com has been down, for me at least, for about 8 hours. This is a big problem. Is everybody at on-rev affected? The server status page is out too. Tio seems okay. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive