Re: Drag and Drop

2013-05-11 Thread Richmond
On 05/10/2013 11:17 PM, Alejandro Tejada wrote: Hi Richmmond, Richmond Mathewson-2 wrote [snip] So I don't know where you got the idea that this used not to work: [snip] mouseStillDown is not mentioned in this article: http://www.hyperactivesw.com/resources_polling.html Why? Because RR/LC

[VR] MS Windows 8

2013-05-11 Thread Richmond
[VR] = Vaguely Relevant http://www.bbc.co.uk/news/technology-22439496 Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Oval framed photo

2013-05-11 Thread David Bovill
Thanks Mike and Roger - seems like it works on OSX at least despite the notes in the docs: To be used as a pattern on Mac OS systems, an image must be 128x128 pixels or less, and both its height and width must be a power of 2, however, in LiveCode version 2.7, this restriction was partially

Re: Oval framed photo

2013-05-11 Thread Thierry Douez
Hi David, 2013/5/11 David Bovill da...@scimatch.org By the way I can't get the new syntax to work: New variants of the import snapshot and export snapshot commands have been added: import snapshot ... at size width, height export snapshot ... at size width, height The script

Re: Context Menus - the look of the thing

2013-05-11 Thread Peter M. Brigham
Here's a modular solution. Create a popup button named contextualMenu, and put the following script into it: on menupick what set the uSelection of me to what end menupick Put the button in a library stack, and add the following to the library script: function popChoose -- paste the

Re: [OT - I remembered this time]

2013-05-11 Thread Peter M. Brigham
On May 9, 2013, at 4:45 PM, Richmond wrote: Let's just say that if I find Jerry Garcia, John Lennon or Janis Joplin anywhere near me in heaven, I'll ask for a transfer to hell directly; especially with regard to Jerry Garcia. Uh oh, insert breakpoint into handler flamewar -- Peter Peter

Re: skip lists

2013-05-11 Thread Mike Bonner
MIT offers lots of open courseware stuff, one part of which deals with skip lists. Haven't looked at it yet, but heres a link: http://www.catonmat.net/blog/mit-introduction-to-algorithms-part-eight/ (not from the MIT site, i'm sure it can be found easily enough there also, the opencourseware

Re: skip lists

2013-05-11 Thread Mike Bonner
Heres the lecture notes also if you're interested. http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-046j-introduction-to-algorithms-sma-5503-fall-2005/readings/l12_skiplists.pdf On Sat, May 11, 2013 at 8:55 AM, Mike Bonner bonnm...@gmail.com wrote: MIT offers lots of

Re: skip lists

2013-05-11 Thread Alejandro Tejada
Hi Richard, Richard Gaskin wrote Anyone here had occasion to implement a skip list in an xTalk? lt;http://en.wikipedia.org/wiki/Skip_listgt; If so, any code you can share, or tips? I found this particularly interesting: Skip lists are a probabilistic data structure that seem likely to

Re: Drag and Drop

2013-05-11 Thread Mark Wieder
Richmond- Friday, May 10, 2013, 11:46:45 PM, you wrote: As a result I gave up reading it and started thinking for myself. ...no good can come of that... -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list

Re: Drag and Drop

2013-05-11 Thread Richmond
On 05/11/2013 06:30 PM, Mark Wieder wrote: Richmond- Friday, May 10, 2013, 11:46:45 PM, you wrote: As a result I gave up reading it and started thinking for myself. ...no good can come of that... Okay; let's rewrite that to this: I read the documentation, and when it does not help me I

While the forum is down...

2013-05-11 Thread CoffeeCone Mail
Greetings! I noticed majority of RunRev websites are down for maintenance. Seeing as this is another viable way to communicate, I want to ask something regarding iOS deployment. I haven't coded in Objective C before, nor do I have any knowledge with XCode. I asked a friend of mine and he said I

Re: While the forum is down...

2013-05-11 Thread Mark Schonewille
Hi, Since you can install any compiled app on a jail broken iPhone, you shouldn't need an Apple dev license to install an LC app on your jail broken iPhone. -- Kind regards, Mark Schonewille Economy-x-Talk Http://economy-x-talk.com Share the clipboard of your computer over a local network

Re: While the forum is down...

2013-05-11 Thread Colin Holgate
Although in theory what you ask could be done, LiveCode won't build the standalone app if you haven't selected a provisioning profile, and you would only have one of those if you had an iPhone developer license. ___ use-livecode mailing list

Re: skip lists

2013-05-11 Thread Richard Gaskin
Mike Bonner wrote: MIT offers lots of open courseware stuff, one part of which deals with skip lists. Thanks, Mike. Not exactly xTalk (we're such an under-served minority g), but very helpful. Alejandro Tejada wrote: Tell me if I am wrong, but this data structure could be really useful

Re: skip lists

2013-05-11 Thread Peter M. Brigham
On May 11, 2013, at 12:20 PM, Richard Gaskin wrote: But with skip lists, at least I could do dumb things really quickly. I've learned how to do dumb things both quickly and slowly. It's my specialty. -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig

Re: While the forum is down...

2013-05-11 Thread Richmond
On 05/11/2013 07:13 PM, Colin Holgate wrote: Although in theory what you ask could be done, LiveCode won't build the standalone app if you haven't selected a provisioning profile, and you would only have one of those if you had an iPhone developer license. That's bl**dy stupid. How can one

Re: While the forum is down...

2013-05-11 Thread Colin Holgate
You can test with the iOS Simulator. Also, you could fully develop the Android version, and the iOS version would just be one additional Save, if you think you want to submit to the App Store as well as Google Play or Amazon Appstore. On May 11, 2013, at 6:17 PM, Richmond

Odin down ?

2013-05-11 Thread John Dixon
Anyone on Odin ?... Can you tell me whether it is down ?... ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Odin down ?

2013-05-11 Thread John Dixon
Can anyone confirm Odin is down ?... ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: While the forum is down...

2013-05-11 Thread Mark Wilcox
Does LiveCode validate the provisioning profile in any way? Even if it does it shouldn't be too hard to remove that requirement from the IDE/build system since it's all open source. Xcode allows you to build binaries without signing them so I don't see any good reason why LiveCode should do

Re: Drag and Drop

2013-05-11 Thread J. Landman Gay
On 5/11/13 1:46 AM, Richmond wrote: On 05/10/2013 11:17 PM, Alejandro Tejada wrote: Hi Richmmond, Richmond Mathewson-2 wrote [snip] So I don't know where you got the idea that this used not to work: [snip] mouseStillDown is not mentioned in this article:

Valnentina DB/Reports ADK for LiveCode Special - Get Valentina Studio Pro for Free

2013-05-11 Thread Lynn Fredricks
Paradigma Software is currently running a limited time special offer in which you can get Valentina Studio Pro ($199) free. Buy any two or more Valentina ADKs, new or renewal. They can be any combination of Valentina DB ADK (embed Valentina DB engine in your application) and Valentina Reports ADK

Re: Drag and Drop

2013-05-11 Thread Richmond
On 05/11/2013 09:06 PM, J. Landman Gay wrote: On 5/11/13 1:46 AM, Richmond wrote: On 05/10/2013 11:17 PM, Alejandro Tejada wrote: Hi Richmmond, Richmond Mathewson-2 wrote [snip] So I don't know where you got the idea that this used not to work: [snip] mouseStillDown is not mentioned in

Re: While the forum is down...

2013-05-11 Thread Colin Holgate
This may not be true. I just tried, and Xcode let me test on iOS Simulator, but when I tried to build for iOS Device it complained about there being no provisioned iOS devices connected. When I connected my iPhone 5, which is provisioned and in my iOS developer account, I could then test on

Re: Odin down ?

2013-05-11 Thread Martin Koob
I just checked my site hosted on odin and it is not responding. Also when I tried to log in with cPanel there is no response. I sent an support request to supp...@on-rev.com with 'URGENT' in the subject line. I think that is the way to get emergency support. I usually used the web form at

Re: Odin down ?

2013-05-11 Thread Phil Davis
Pingdom says it has been down since 05/11/2013 06:48:09 PM (I guess that's GMT). Phil On 5/11/13 10:53 AM, John Dixon wrote: Can anyone confirm Odin is down ?... ___ use-livecode mailing list

Re: Odin down ?

2013-05-11 Thread Colin Holgate
Everything is down until Tuesday. On May 11, 2013, at 7:25 PM, Martin Koob mk...@rogers.com wrote: I just checked my site hosted on odin and it is not responding. Also when I tried to log in with cPanel there is no response. I sent an support request to supp...@on-rev.com with 'URGENT'

Re: Odin down ?

2013-05-11 Thread Mike Bonner
yep kaboom On Sat, May 11, 2013 at 12:25 PM, Phil Davis rev...@pdslabs.net wrote: Pingdom says it has been down since 05/11/2013 06:48:09 PM (I guess that's GMT). Phil On 5/11/13 10:53 AM, John Dixon wrote: Can anyone confirm Odin is down ?...

Re: Odin down ?

2013-05-11 Thread Martin Koob
In a message from Heather Laine it said that hosting services were not going to be affected during the outage. Are the other on-rev servers down or just Odin? Martin -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Odin-down-tp4664725p4664735.html Sent from the

Re: Odin down ?

2013-05-11 Thread Mike Bonner
Thor is available. On Sat, May 11, 2013 at 12:35 PM, Martin Koob mk...@rogers.com wrote: In a message from Heather Laine it said that hosting services were not going to be affected during the outage. Are the other on-rev servers down or just Odin? Martin -- View this message in

Re: While the forum is down...

2013-05-11 Thread Mark Wilcox
You can't build and run unless you have an appropriately provisioned device connected but you can build or archive without one - you need to be able to for building anything that's not signed for your device, including app store submission builds. Colin Holgate co...@verizon.net wrote: This

Re: Odin down ?

2013-05-11 Thread Mark Wilcox
Heather said the on-rev site would be down but the service should be up. Colin Holgate co...@verizon.net wrote: Everything is down until Tuesday. On May 11, 2013, at 7:25 PM, Martin Koob mk...@rogers.com wrote: I just checked my site hosted on odin and it is not responding. Also when I

Re: ID caching: how to test?

2013-05-11 Thread Richard Gaskin
J. Landman Gay wrote: On 5/10/13 9:11 PM, Richard Gaskin wrote: The Release Notes for v6 include: ID caching (6.0 DP 2) New global property – allowDatagramBroadcasts (6.0 DP 2) A new global property allowDatagramBroadcasts has been added. This needs to be set to true before

Re: Odin down ?

2013-05-11 Thread Jerry Jensen
Freyr is acting normally. Serving sites and mail. On May 11, 2013, at 11:37 AM, Mike Bonner bonnm...@gmail.com wrote: Thor is available. On Sat, May 11, 2013 at 12:35 PM, Martin Koob mk...@rogers.com wrote: In a message from Heather Laine it said that hosting services were not going

Re: Odin down ?

2013-05-11 Thread J. Landman Gay
On 5/11/13 1:35 PM, Martin Koob wrote: In a message from Heather Laine it said that hosting services were not going to be affected during the outage. Are the other on-rev servers down or just Odin? My site is on Tio and it's working. I didn't try cpanel but the site loads in a browser. --

Re: ID caching: how to test?

2013-05-11 Thread J. Landman Gay
On 5/11/13 1:50 PM, Richard Gaskin wrote: The image caching just happens automatically. Benchmarking would involve timing a procedure in 5.5.4 and then repeating it in 6.0.1 to see the difference. Right, but using what script? Which references cache and which don't, and which operations

Re: ID caching: how to test?

2013-05-11 Thread Peter Haworth
On Sat, May 11, 2013 at 11:50 AM, Richard Gaskin ambassa...@fourthworld.com wrote: Any tips on how to test this, anyone? Maybe I'm oversimplifying, but I executed this script in 5.5.4 and 6.0 (apologies in advance for any asterisks inserted into the script by gMail) *on* mouseUp *local*

Re: While the forum is down...

2013-05-11 Thread CoffeeCone Mail
Okay, we just installed Xcode 4.3.1 on Lion. We can't compile because of the provisioning file thing but we can't also test because the Test button is disabled. Any idea about this? On the Preferences panel, we can see that it detects simulator for 5.0 and 6.1. On 5/12/13, Colin Holgate

RE: Odin down ?

2013-05-11 Thread John Dixon
Subject: Re: Odin down ? From: co...@verizon.net Date: Sat, 11 May 2013 19:28:08 +0100 To: use-livecode@lists.runrev.com Everything is down until Tuesday. Chinese whispers ! I certainly hope that 'Odin' is not down until Tuesday !... it has been down 2 hours and right now that is two

Re: ID caching: how to test?

2013-05-11 Thread Peter Haworth
On Sat, May 11, 2013 at 12:27 PM, J. Landman Gay jac...@hyperactivesw.comwrote: Another test might be to load an image dynamically by script. Store a couple of images somewhere, and run a repeat loop that loads the text of an image object alternately between the two. In an uncached scheme it

Re: Odin down ?

2013-05-11 Thread Richmond
On 05/11/2013 10:34 PM, John Dixon wrote: Subject: Re: Odin down ? From: co...@verizon.net Date: Sat, 11 May 2013 19:28:08 +0100 To: use-livecode@lists.runrev.com Everything is down until Tuesday. Chinese whispers ! I certainly hope that 'Odin' is not down until Tuesday !... it has been

RE: Odin down ?

2013-05-11 Thread John Dixon
Whh !... Odin is back Up...:-) Too late to save the day, as I missed my slot to demo a liveCode iOS app to a fairly large audience... but at least it is back up !... Date: Sat, 11 May 2013 23:00:44 +0300 From: richmondmathew...@gmail.com To: use-livecode@lists.runrev.com Subject:

RE: Odin down ?

2013-05-11 Thread Martin Koob
Yes Odin is back up. Martin -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Odin-down-tp4664725p4664749.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list

Re: While the forum is down...

2013-05-11 Thread J. Landman Gay
On 5/11/13 2:31 PM, CoffeeCone Mail wrote: Okay, we just installed Xcode 4.3.1 on Lion. We can't compile because of the provisioning file thing but we can't also test because the Test button is disabled. Any idea about this? On the Preferences panel, we can see that it detects simulator for 5.0

Re: Odin down ?

2013-05-11 Thread Björnke von Gierke
On 11.05.2013, at 22:18, John Dixon wrote: Whh !... Odin is back Up...:-) Too late to save the day, as I missed my slot to demo a liveCode iOS app to a fairly large audience... but at least it is back up !... By all that is holy |-[ There should be a meme picture for RunRev Ltd

RE: US at conference?

2013-05-11 Thread Ralph DiMola
Made it to the George Hotel earlier today. Pick up 2 other LC souls at the airport and drove them to the hotel. Going to need a day to get over the jet lag. Night Night... Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From:

Re: US at conference?

2013-05-11 Thread Colin Holgate
I'm coming up by train on Monday, to the Travelodge. Should be there by 8pm. On May 11, 2013, at 10:17 PM, Ralph DiMola rdim...@evergreeninfo.net wrote: Made it to the George Hotel earlier today. Pick up 2 other LC souls at the airport and drove them to the hotel. Going to need a day to get

Re: US at conference?

2013-05-11 Thread William Waldman
I'm at the George now! Thanks to Ralph for the lift from the airport. I know they drive on the other side of the road here - but they also drive worse than New Yorkers. Watch out pedestrians Bill Waldman Director of Technology King 1450 Newfield Avenue Stamford, CT 06905 Voice: 203 322 3496

is there something like openFieldEditor for datagrids? Telling when row changed

2013-05-11 Thread Dr. Hawkins
I'm using a table datagrid. I need to figure out when I've left a row (not just a cell). I'm already setting row flags in the corresponding array when a cell changes from closeFieldEditor. The natural way seems to be to save the row column when I enter a cell, so that when I next enter, if the

Re: skip lists

2013-05-11 Thread Geoff Canyon
I'm curious why you'd want to do this? As far as I can see, the advantages of linked lists, and the negatives of the alternatives, are both negated by aspects inherent in the LC scripting system. On May 11, 2013, at 12:22 AM, Richard Gaskin ambassa...@fourthworld.com wrote: Anyone here had

Re: skip lists

2013-05-11 Thread Richard Gaskin
Geoff Canyon wrote: I'm curious why you'd want to do this? As far as I can see, the advantages of linked lists, and the negatives of the alternatives, are both negated by aspects inherent in the LC scripting system. Because I'm a madman. :) For production use I'll probably go with SQLite on

Re: US at conference?

2013-05-11 Thread Mark Talluto
Eric and I just got on the plane in LAX. See everyone there. Mark Talluto On May 11, 2013, at 2:19 PM, Colin Holgate co...@verizon.net wrote: I'm coming up by train on Monday, to the Travelodge. Should be there by 8pm. On May 11, 2013, at 10:17 PM, Ralph DiMola rdim...@evergreeninfo.net

postgres talking back on queries again

2013-05-11 Thread Dr. Hawkins
I have an open database debtorDb of 11. I have a text window with psql running on the same database. uniq_sfky is psql likes my query: dhbk_dbtrs=# INSERT INTO try1_001_sofa VALUES(DEFAULT) RETURNING uniq_sfky; uniq_sfky --- 9 (1 row) INSERT 0 1 dhbk_dbtrs=#

Re: US at conference?

2013-05-11 Thread Andre Garzia
Hi Folks, I am at the airport in Rio right now. After a little eternity, I will arrive there! I am at the travelodge :-D Cheers andre On Sat, May 11, 2013 at 8:58 PM, Mark Talluto use...@canelasoftware.comwrote: Eric and I just got on the plane in LAX. See everyone there. Mark Talluto

Re: US at conference?

2013-05-11 Thread J. Landman Gay
Here I sit at the Minneapolis airport awaiting imminent takeoff. My time warp stack says I will arrive on a different day than I left on. I hope it's running in the right direction, I'd hate to get there before I left. Andre Garzia an...@andregarzia.com wrote: Hi Folks, I am at the

Re: While the forum is down...

2013-05-11 Thread CoffeeCone Mail
Oh wow, now I feel stupid. Thanks! On May 12, 2013 4:51 AM, J. Landman Gay jac...@hyperactivesw.com wrote: On 5/11/13 2:31 PM, CoffeeCone Mail wrote: Okay, we just installed Xcode 4.3.1 on Lion. We can't compile because of the provisioning file thing but we can't also test because the Test