Re: [OT] SmartWatches

2013-09-11 Thread Dr. Hawkins
On Wed, Sep 11, 2013 at 5:22 PM, Scott Rossi wrote: > When you want to get serious about your time, go for the Hublot LaFerrari > MP-05. > Priced at a modest US$300K (only 50 made). When I buy a Ferrari, I expect to drive it! -- Dr. Richard E. Hawkins, Esq. (702) 508-8462

Re: [OT] SmartWatches

2013-09-11 Thread Peter Haworth
On Wed, Sep 11, 2013 at 5:22 PM, Scott Rossi wrote: > Priced at a modest US$300K (only 50 made). Darn, I really needed 51 of them! Pete lcSQL Software ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit thi

Re: Field calculations

2013-09-11 Thread J. Landman Gay
On 9/11/13 6:46 PM, Vaughn Clement wrote: Hi Mark I have been reading everything for LiveCode for weeks, and I am reading the LC Academy up to chap 19, and thatis the first time this has come up about more than one mouseUp handler? Is this for the one control, button, card or only one for any co

Re: [OT] SmartWatches

2013-09-11 Thread Mark Wieder
Scott- Wednesday, September 11, 2013, 5:22:04 PM, you wrote: > Pete, don't be such a tightwad -- those watches are steals at those prices. Yeah, the video mentions that it's "not one of those $100k watches". -- -Mark Wieder mwie...@ahsoftware.net

Re: [OT] SmartWatches

2013-09-11 Thread Scott Rossi
Pete, don't be such a tightwad -- those watches are steals at those prices. When you want to get serious about your time, go for the Hublot LaFerrari MP-05. Priced at a modest US$300K (only 50 made). http://www.hublot.com/en_US/watch/mp/410/05-laferrari http://www.youtube.com/watch?v=TzXyjM5gdaM

Re: Field calculations

2013-09-11 Thread dunbarx
Vaughn. This structure dates back 25 years. Only the first handler in a script will execute. This is actually useful, since you can write variations, and select the one you want to test, simply by commenting out the first line of the others. It just takes getting used to. But if you think a

Re: [OT] SmartWatches

2013-09-11 Thread Peter Haworth
The pricing of the Samsung smartwatch was what seemed ridiculous to me. $300 and I still have to have a phone to do just about anything doesn't make a lot of sense. Of course, then there's Scott's Steampunk watch at $25k! The Burg watches look pretty cool and look like they're in the $50 range.

Re: Field calculations

2013-09-11 Thread dunbarx
Vaughn. I think you are doing what many new users try to do. That is, to engage the program right out of the box, and simply become LC programmers. There is no other environment where such an achievement is even remotely possible, but you are stumbling over two things: 1- That LC seems so si

Re: Field calculations

2013-09-11 Thread Vaughn Clement
Hi Mark I like a challenge, so this is just not enjoyment when little stuff ties you up from getting anything done. Well after 35 plus years of this it never changes. There is always something new to learn. Thank you Vaughn Clement Apps by Vaughn Clement (Support) *http://www.appsbyvaughnclemen

Re: Field calculations

2013-09-11 Thread Vaughn Clement
Hi Mark I have been reading everything for LiveCode for weeks, and I am reading the LC Academy up to chap 19, and thatis the first time this has come up about more than one mouseUp handler? Is this for the one control, button, card or only one for any control. Thank you Vaughn Clement Apps by V

mergExt KS rewards

2013-09-11 Thread Monte Goulding
Hi LiveCoders To anyone that received a reminder to pick up their reward from mergExt.com and ended up seeing a nearly blank page I apologise. A WordPress update deleted a custom page template so I had an enjoyable morning discovering I had no backup and re-implenting it. It's back up now so go

Re: Field calculations

2013-09-11 Thread Mark Schonewille
Hi Vaughn, If you have multiple handlers with equal names in a script, only the first handler will run. That mus be why your own handler didn't work. Also, if you have a mouseUp handler in a button and a mouseUp handler at card level, you need a pass mouseUp command in the button to make the

Re: Field calculations

2013-09-11 Thread Vaughn Clement
Hi I tried to use "set the numberFormat to "#.00" -- dollar format" and it stopped the calc for the fields. This is right out of the dictionary and it does not work? Thank you Vaughn Clement Apps by Vaughn Clement (Support) *http://www.appsbyvaughnclement.com/tools/home-page/* Skype: vaughn.cle

Re: Field calculations

2013-09-11 Thread Mark Wieder
Vaughn- Wednesday, September 11, 2013, 4:30:04 PM, you wrote: > I kept changing things until it worked. I had to make the button script > with only one mouseUp script and nothing else and it worked. I had a script > to set the card id to a field in a second mouseUp script. But that was > after do

Re: Field calculations

2013-09-11 Thread Vaughn Clement
Hi All I have it working using the on closeField scripts in the 1 & 2 fields now. LiveCode is a really hard to find just the right script format/s. Thank you Vaughn Clement Apps by Vaughn Clement (Support) *http://www.appsbyvaughnclement.com/tools/home-page/* Skype: vaughn.clement https://secur

Re: Field calculations

2013-09-11 Thread Vaughn Clement
Hi Mark I kept changing things until it worked. I had to make the button script with only one mouseUp script and nothing else and it worked. I had a script to set the card id to a field in a second mouseUp script. But that was after doing all kinds of similar scripts and it did not work. Thank yo

Re: Field calculations

2013-09-11 Thread Mark Schonewille
Vaughn, It is really time to post your scripts now. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and

Re: Processing Big-ish Data

2013-09-11 Thread Mark Wieder
Geoff- Wednesday, September 11, 2013, 3:23:05 PM, you wrote: > I opened my mouth at work when I shouldn't, and now I'm writing a function > to process server log files: multi-gigabytes of data, and tens of million > rows of data. Speed optimization will be key... ...some people have all the fun.

Re: Field calculations

2013-09-11 Thread Mark Schonewille
Hi Vaughn, As I wrote before, "not work" isn't that much information. Can you say more about it? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Use Color Conve

Re: Field calculations

2013-09-11 Thread Vaughn Clement
Hi All Have you ever had a problem where the won't calc. I changed the field names to 1 word each to make it easy for the calc? That did not fix it. I put it in a button, didn't work. Changed back to an on Closefield script and it does not work. JUST STUPID LC! This app has several calculations a

Re: Field calculations

2013-09-11 Thread Andrew Kluthe
Once you have fields on your card, you need a way to execute the script the various Marks were referring to. I'd say your best bet for this test would be to also add a button and put whatever script you have for adding the fields into that. Alternatively, you can place a handler in the card and c

Re: Field calculations

2013-09-11 Thread Vaughn Clement
Hi Geoff It made sense to test on a new blank stack and it worked there, so now I need to find out why the app I am working on is having errors. Thank you Vaughn Clement Apps by Vaughn Clement (Support) *http://www.appsbyvaughnclement.com/tools/home-page/* Skype: vaughn.clement https://secure.j

Re: Field calculations

2013-09-11 Thread Vaughn Clement
Hi All What I did was to build a new stack and added 3 fields and a button. I added field 1 to field 2 and put the sum into field 3 and it works fine. SO, why would it not work in the design app? is there some setting or something to make it work or not work? Thank you Vaughn Clement Apps by Va

Re: Field calculations

2013-09-11 Thread Geoff Canyon
If you mean, "I changed the value in the loan percentage field, but nothing happened," then check what Jim wrote above about the closeField message. Whenever you change the value in a field, as soon as you click someplace else the field gets a closefield message, and if the field (or the card the f

Processing Big-ish Data

2013-09-11 Thread Geoff Canyon
I opened my mouth at work when I shouldn't, and now I'm writing a function to process server log files: multi-gigabytes of data, and tens of million rows of data. Speed optimization will be key... ___ use-livecode mailing list use-livecode@lists.runrev.co

Re: [OT] SmartWatches

2013-09-11 Thread Mike Kerner
I want the Nissan watch :-) http://www.gizmag.com/nissan-nismo-smartwatch/29029/ On Wed, Sep 11, 2013 at 4:47 AM, Richmond wrote: > On 09/11/2013 10:57 AM, Erik Beugelaar wrote: > >> Hello Alex, >> >> I am a Dutchman and a Dutch worldwide known product designer, called >> Hermen van denBurg, is

Re: RELEASE: LiveCode 6.1.1

2013-09-11 Thread Mike Kerner
new auto-installer from this afternoon seems to pick commercial, where appropriate. Earlier one picked community for all machines for me. On Wed, Sep 11, 2013 at 1:37 PM, Dr. Hawkins wrote: > On Wed, Sep 11, 2013 at 8:38 AM, Dr. Hawkins wrote: > > > > Once again, it is installing the wrong ve

Re: Field calculations

2013-09-11 Thread Mark Schonewille
Hi Vaughn, When you write "it doesn't work", it is useful to include any errors that you see and the exact code that you used. For instance, did you put my syntax in a mouseUp or any other handler and are you sure you are using correct field references? -- Best regards, Mark Schonewille Ec

Re: Field calculations

2013-09-11 Thread Vaughn Clement
Hi Mark I tried your script and it does not work? Your script did not designate if it is in a card, button or field. I put it the card then the field and it did not work in either of them? Thank you Vaughn Clement Apps by Vaughn Clement (Support) *http://www.appsbyvaughnclement.com/tools/home-p

RE: Field calculations

2013-09-11 Thread Jim MacConnell
O. One I can help with. Simplest approach: Put a script similar to this in a button: put field "Field 1" + field "Field 2" into field "Field 3 or put field "Loan Percentage" * field "Loan Amount" into field "Interest" A little cooler: Set the script of "Field 1" and "Field 2" to the foll

Re: [OT] SmartWatches

2013-09-11 Thread Scott Rossi
Mike, your watch is not worthy. Devon Tread 1 (Steampunk edition) http://www.techeblog.com/index.php/tech-gadget/devon-tread-1-the-limited-ed ition-25-000-steampunk-watch Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 9/11/13 12:26 PM, "Mike Kerner" wrote: >I want

Re: Field calculations

2013-09-11 Thread Mark Schonewille
Vaughn, put fld 1 + fld 2 into fld 3 put fld "bla" + fld "foo" into fld "bar" etc. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Use Color Converter to convert

Re: Field calculations

2013-09-11 Thread Vaughn Clement
Hi Mark I purchased your book and I am waiting for it to arrive. I need it just for the reason you see here. Thank you Vaughn Clement Apps by Vaughn Clement (Support) *http://www.appsbyvaughnclement.com/tools/home-page/* Skype: vaughn.clement https://secure.join.me/appsbyvclement FaceTime: vcle

Re: Field calculations

2013-09-11 Thread Vaughn Clement
Hi All You would think that I should have done it much like your examples, but there are wrong ways and right ways and without any examples I was getting nowhere. I will use your approach and see if it works. Thank you for taking the time to help me... Thank you Vaughn Clement Apps by Vaughn C

Re: Field calculations

2013-09-11 Thread Mark Wieder
Vaughn- Wednesday, September 11, 2013, 10:26:12 AM, you wrote: > I am a database developer so I am new to LiveCode. I used the dictionary > trying to do the following but the Hypertalk script approach is not clear. Not a problem. Basically you've already written the code by describing it in pseu

Re: RELEASE: LiveCode 6.1.1

2013-09-11 Thread Dr. Hawkins
On Wed, Sep 11, 2013 at 8:38 AM, Dr. Hawkins wrote: > > Once again, it is installing the wrong version: I have no community > versions on this machine, but it "updated" my 6.1.rcsomthing to the > community version of 6.1.1. Even more bizarre: on my other machine, it chose to download the comme

Field calculations

2013-09-11 Thread Vaughn Clement
Hi All After entirely to many hours of research trying to get a reference location for scripting simple field calculations, and also testing scripts I need some veteran help. I am a database developer so I am new to LiveCode. I used the dictionary trying to do the following but the Hypertalk scri

Re: RELEASE: LiveCode 6.1.1

2013-09-11 Thread Dr. Hawkins
On Wed, Sep 11, 2013 at 6:52 AM, Benjamin Beaumont wrote: > > We are very pleased to announce the release of LiveCode 6.1.1. This is the > first release from our new maintenance cycle. Once again, it is installing the wrong version: I have no community versions on this machine, but it "updated"

Re: Livecode and iOS 7

2013-09-11 Thread Chris Sheffield
Yes, this works great. You can also use Xcode 5 to install an app to a device that's running iOS 7. Of course, mergTestApp is so much easier. :-) The one thing we *can't* do yet is build an app against the iOS 7 sdk. This will require an update to LC. Hopefully that will come soon. Chris On Se

Re: Using a Datagrid as background?

2013-09-11 Thread Klaus major-k
Hi Andrew, Am 11.09.2013 um 15:54 schrieb Andrew Kluthe : > Yep, and it happens a lot. I usually just ResetList on card open for cards > with shared datagrids. Usually they work fine once you set the dgData as > well, I think this calls the ResetList when it does that. OK, this is no problem to

Re: Using a Datagrid as background?

2013-09-11 Thread Andrew Kluthe
Yep, and it happens a lot. I usually just ResetList on card open for cards with shared datagrids. Usually they work fine once you set the dgData as well, I think this calls the ResetList when it does that. Also, any scripts like mouseDoubleUp don't work correctly if you dont place the DataGrid ins

RELEASE: LiveCode 6.1.1

2013-09-11 Thread Benjamin Beaumont
Dear List Members, We are very pleased to announce the release of LiveCode 6.1.1. This is the first release from our new maintenance cycle. This release contains 57 bug fixes, some of which improve the stability of the IDE making for a much nicer coding experience. The 6.0 release also had a few

Re: Using a Datagrid as background?

2013-09-11 Thread Klaus major-k
Bonjour André, Am 11.09.2013 um 15:18 schrieb André Bisseret : > Guten tag Klaus, > > Might be another way, but the following seems to do the trick : > You have to refresh your dataGrid after placing it. > In the inspector : button "Refresh Data Grid" > If it is by script then : > dispatch "Rese

Re: Using a Datagrid as background?

2013-09-11 Thread André Bisseret
Guten tag Klaus, Might be another way, but the following seems to do the trick : You have to refresh your dataGrid after placing it. In the inspector : button "Refresh Data Grid" If it is by script then : dispatch "ResetList" to grp "datagridName" Best regards André Le 11 sept. 2013 à 14:23,

Using a Datagrid as background?

2013-09-11 Thread Klaus major-k
Hi friends, I have the need for the same datagrid*** to appear on many cards. *** The datagrid will contain FIX data, and yes, it MUST be a datagrid! So I grouped my datagrid and placed it on some cards, but this did not work as exspected. The headers were empty or the text in the datagrid was n

Re: [OT] SmartWatches

2013-09-11 Thread Richmond
On 09/11/2013 10:57 AM, Erik Beugelaar wrote: Hello Alex, I am a Dutchman and a Dutch worldwide known product designer, called Hermen van denBurg, is designing smart watches since 2009 so long before Samsung is now claiming to be the first company to present an Android smart watchŠ He has variou

[OT] Advances in computer technology

2013-09-11 Thread Richmond
http://www.bbc.co.uk/news/technology-24032510 "An outcry by programmers has forced Microsoft to give them early access to Windows 8.1. "One of the more visible changes in Windows 8.1 will be to make the start button more obvious." Wow! A bigger start button: hot patootie! Richmond. __

Re: [OT] SmartWatches

2013-09-11 Thread Erik Beugelaar
Hello Alex, I am a Dutchman and a Dutch worldwide known product designer, called Hermen van denBurg, is designing smart watches since 2009 so long before Samsung is now claiming to be the first company to present an Android smart watchŠ He has various models. The website is http://www.burgsmartwa