Re: where has Runrevs page with programming offers gone?

2014-01-21 Thread J. Landman Gay
Dale Hurtt wrote: >That is being generous. I paid to attend their idea2app program, so by >definition I can a beginner with an idea. Part of the package is one >free >year to appear on the consulting list. I didn't know about that. In that case I'm in the dark like the rest of us. -- Jacquelin

Re: where has Runrevs page with programming offers gone?

2014-01-21 Thread Dale Hurtt
That is being generous. I paid to attend their idea2app program, so by definition I can a beginner with an idea. Part of the package is one free year to appear on the consulting list. > From: "J. Landman Gay" > > On 1/21/14, 12:38 PM, stephen barncard wrote: > > Charging for inclusion just makes

Re: ColorAtScreenLoc Function

2014-01-21 Thread Alejandro Tejada
Hi Mark, Mark Schonewille-3 wrote > [snip] > Unfortunately, it seems impossible to export snapshots smaller > than 32x32 pixels. Adding 31 pixels to the height and width of the first > pixel makes a square of 32x32 pixels and that works. Interesting, because in LiveCode 6.5.1, importing a snap

Re: Deleting rows in dat grid forms

2014-01-21 Thread Bob Sneidar
Consider this: The visible lines of a data grid correspond to the data grid rows. Scroll, and the top line becomes data grid line 1, even though it is not the first line in the data grid. Sort the data grid by another column, and still, the first visible row is data grid line 1. Indexes howeve

Re: [OT] MIA

2014-01-21 Thread Jacques Hausser
Monte, It’s a tragic and distressing new, and I’m fully with you and your family. And don’t worry for us, your wife needs your love and care first and above all. Jacques > Hi Folks > > I'm going to be off the reservation for a little while. For those that knew > we had a baby due in a couple

Re: [OT] MIA

2014-01-21 Thread Nakia Brewer
I'm so sorry for your loss mate. Family first... Sent from my iPhone > On 22 Jan 2014, at 8:59 am, "Devin Asay" wrote: > > Monte, > > We came near to losing a child many years ago, so I have only an inkling of > the sorrow you are experiencing. You have a large and extended LiveCode > family

Re: ColorAtScreenLoc Function

2014-01-21 Thread Ray
Ahh, I understand. I didn't realize there was an issue exporting snapshots < 32X32. And Jackie, thanks. Very clean solution. I just tried it and it works very well. Ray On 1/21/2014 4:28 PM, Mark Schonewille wrote: Hi Ray, I wanted to keep the amount of data to be dealt with as small as

Re: where has Runrevs page with programming offers gone?

2014-01-21 Thread FlexibleLearning.com
I did consider starting a Forum thread titled 'LiveCode Consultants', but [1] it would be equally difficult to locate, [2] it would probably get spammed, and [3] it would most likely be removed by mother! But it was a thought, albeit an unworthy one. Hugh Senior FLCo Mark Wieder wrote: Hugh-

Re: [OT] MIA

2014-01-21 Thread Devin Asay
Monte, We came near to losing a child many years ago, so I have only an inkling of the sorrow you are experiencing. You have a large and extended LiveCode family out here who are thinking of your family and praying for you. Sincere condolences, Devin On Jan 20, 2014, at 1:12 PM, Monte Gouldin

Re: ColorAtScreenLoc Function

2014-01-21 Thread Mark Schonewille
Hi Ray, I wanted to keep the amount of data to be dealt with as small as possible. The smaller the amount of data, the faster the function, I'd assume. Unfortunately, it seems impossible to export snapshots smaller than 32x32 pixels. Adding 31 pixels to the height and width of the first pixel

Re: ColorAtScreenLoc Function

2014-01-21 Thread J. Landman Gay
Here's another way: on getPixelColor pPt put the screenmouseloc into tOldLoc put (item 1 of pPt) + (the left of this stack) into tloc put (item 2 of pPt) + (the top of this stack) into item 2 of tloc set the screenmouseloc to tloc put the mousecolor into tColor set the screenmouseloc

[OT] MIA

2014-01-21 Thread Frans Schoffelen
On 21.01.2014, at 22:00, use-livecode-requ...@lists.runrev.com wrote: Dear Monte, My condolences. I wish you and your wife strength. We lost one too some years ago.. It's just damn hard. Frans ___ use-livecode mailing list use-livecode@lists.runrev

Re: ColorAtScreenLoc Function

2014-01-21 Thread Ray
Mark I'm having fun with this code. Just one question; why add 31 pixels as opposed to another number of pixels? On 1/21/2014 3:36 PM, Mark Schonewille wrote: Hi Ray, Now I'm thinking, why did I write a function for the screenLoc only? So, here's a general solution. // usage: pointColor("1

Re: ColorAtScreenLoc Function

2014-01-21 Thread Mark Schonewille
Hi Ray, Now I'm thinking, why did I write a function for the screenLoc only? So, here's a general solution. // usage: pointColor("100,200") or // pointColor(100,200) or e.g. // pointColor(the screenLoc) function pointColor thePoint if the paramCount is 2 then put param(1),param(2) int

Re: where has Runrevs page with programming offers gone?

2014-01-21 Thread J. Landman Gay
On 1/21/14, 1:17 PM, John Dixon wrote: Who makes the selection ?... on what basis of 'professional or expert knowledge' is the selection based ? No idea. It came up briefly in a meeting. I got the impression it was just to verify that the developer was legitimate. -- Jacqueline Landman Gay

Interesting tutorial

2014-01-21 Thread Geoff Canyon
https://www.makegameswith.us/tutorials/getting-started-with-spritebuilder/installing-spritebuilder/ on building an angry birds clone with Sprite Builder. It starts well -- installing the dev environment and getting a basic project going couldn't be easier -- but once it comes time to actually code

Re: [OT] MIA

2014-01-21 Thread Phil Davis
Monte, you and your family are in our thoughts and prayers. Phil On 1/20/14, 12:12 PM, Monte Goulding wrote: Hi Folks I'm going to be off the reservation for a little while. For those that knew we had a baby due in a couple of weeks we lost her yesterday and I just need to focus on family f

Re: where has Runrevs page with programming offers gone?

2014-01-21 Thread Mark Wieder
Hugh- Tuesday, January 21, 2014, 3:46:10 AM, you wrote: > Mark is not alone. I did not take up the listing offer either. Same here. $200 a year for a hidden web page? WTF? I told Heather that I could be interested if there were actual links to the page and they had some way of promoting it, but

RE: where has Runrevs page with programming offers gone?

2014-01-21 Thread John Dixon
Who makes the selection ?... on what basis of 'professional or expert knowledge' is the selection based ? > Date: Tue, 21 Jan 2014 12:51:28 -0600 > From: jac...@hyperactivesw.com > To: use-livecode@lists.runrev.com > Subject: Re: where has Runrevs page with programming offers gone? > > On 1/21/1

Re: ColorAtScreenLoc Function

2014-01-21 Thread Ray
Mark - I believe this is everything I need. Thanks! I especially like you usage of the templateImage which keeps everything easy to work with and no cleanup needed. Ray On 1/21/2014 1:32 PM, Mark Schonewille wrote: Hi Ray, This function doesn't involve moving the mouse cursor. function sc

Re: ColorAtScreenLoc Function

2014-01-21 Thread Ray
Thanks Richmond - I believe this requires a mouse click, though, which I'd like to avoid if I can. On 1/21/2014 1:30 PM, Richmond wrote: http://forums.runrev.com/viewtopic.php?f=5&t=18796 Asks for a screen location in 2 comma delimited numbers and the returns the colour at that location on yo

Re: where has Runrevs page with programming offers gone?

2014-01-21 Thread J. Landman Gay
On 1/21/14, 12:38 PM, stephen barncard wrote: Charging for inclusion just makesthe list subject to the highest bidder There is also some curation; a payment does not automatically mean you get on the list. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software

Re: where has Runrevs page with programming offers gone?

2014-01-21 Thread stephen barncard
On Tue, Jan 21, 2014 at 10:27 AM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > I wonder if there is an interest in a list of consultants, completely > free? I could quickly put a simple website on an appropriate domain. > > Anyone interested can e-mail me off-list. > That is very

Re: ColorAtScreenLoc Function

2014-01-21 Thread Mark Schonewille
Hi Ray, This function doesn't involve moving the mouse cursor. function screenlocColor put the screenloc into myLoc add 31 to item 1 of myLoc add 31 to item 2 of myLoc put (the screenLoc),myLoc into myRect export snapshot from rectangle myRect to myPixels as PNG set the text of

Re: ColorAtScreenLoc Function

2014-01-21 Thread Richmond
http://forums.runrev.com/viewtopic.php?f=5&t=18796 Asks for a screen location in 2 comma delimited numbers and the returns the colour at that location on your monitor. Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visi

Re: where has Runrevs page with programming offers gone?

2014-01-21 Thread Mark Schonewille
Hi Stephen, It used to be like that, but not anymore. I wonder if there is an interest in a list of consultants, completely free? I could quickly put a simple website on an appropriate domain. Anyone interested can e-mail me off-list. -- Best regards, Mark Schonewille Economy-x-Talk Consul

Re: [OT] MIA

2014-01-21 Thread Ray
Monte, My most sincere regards to you and your family during this time. Ray On 1/21/2014 1:12 PM, Jeff Reynolds wrote: Monte, oh so very sorry to hear that. My deepest condolences to you and your family. jeff On Jan 21, 2014, at 4:35 AM, use-livecode-requ...@lists.runrev.com wrote: Hi Fo

Re: ColorAtScreenLoc Function

2014-01-21 Thread Ray
Hey Klaus, that actually works quite well and it's a lot easier than wrestling with the imageData of a snapshot. I wonder why the screenMouseLoc is not mentioned as a related item in the documentation for the mouseLoc? Thanks, Ray On 1/21/2014 12:41 PM, Klaus major-k wrote: Hi Ray, Am 21

Re: where has Runrevs page with programming offers gone?

2014-01-21 Thread dunbarx
Just a heads-up. The left column of links on that page do not exist. That is one third of the offerings. Craig Newman -Original Message- From: Tiemo Hollmann TB To: 'How to use LiveCode' Sent: Tue, Jan 21, 2014 6:38 am Subject: AW: where has Runrevs page with programming offers gone

[OT] MIA

2014-01-21 Thread Jeff Reynolds
Monte, oh so very sorry to hear that. My deepest condolences to you and your family. jeff On Jan 21, 2014, at 4:35 AM, use-livecode-requ...@lists.runrev.com wrote: > Hi Folks > > I'm going to be off the reservation for a little while. For those that knew > we had a baby due in a couple of we

Re: where has Runrevs page with programming offers gone?

2014-01-21 Thread stephen barncard
On Tue, Jan 21, 2014 at 3:48 AM, Thierry Douez wrote: > > Mark is not alone. I did not take up the listing offer either. > > > > Hugh Senior > > > So do I.. That's not good. You guys are some of the most active consultants… and money does not qualify someone. I always thought it was a 'favored

Re: ColorAtScreenLoc Function

2014-01-21 Thread Klaus major-k
Hi Ray, Am 21.01.2014 um 18:28 schrieb Ray : > Anybody know of a function which returns the color of the screen at a given > location? Simply pass it a point and get the color of that pixel, kind of > like a combination of the mouseColor function and the controlAtScreenLoc > function. I'd be

ColorAtScreenLoc Function

2014-01-21 Thread Ray
Anybody know of a function which returns the color of the screen at a given location? Simply pass it a point and get the color of that pixel, kind of like a combination of the mouseColor function and the controlAtScreenLoc function. I'd be happy if it only worked for points on Livecode stacks

Re: [OT] MIA

2014-01-21 Thread Martin Koob
Monte, so sorry to hear the sad news. My thoughts are with you and your family. Take care and take the time you need. Martin -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/OT-MIA-tp4674853p4674891.html Sent from the Revolution - User mailing list archive at N

Re: [OT] MIA

2014-01-21 Thread Dirk prive
Not knowing what to say, I can only pray. Dirk Cleenwerck On Mon, Jan 20, 2014 at 9:12 PM, Monte Goulding wrote: > Hi Folks > > I'm going to be off the reservation for a little while. For those that > knew we had a baby due in a couple of weeks we lost her yesterday and I > just need to focus

Re: [OT] MIA

2014-01-21 Thread Kevin Miller
I¹m very sorry to hear this. My sincere condolences to you and your family. Kevin Kevin Miller ~ ke...@runrev.com ~ http://www.runrev.com/ LiveCode: Everyone can code On 20/01/2014 20:12, "Monte Goulding" wrote: >Hi Folks > >I'm going to be off the reservation for a little while. For those

Re: [OT] MIA

2014-01-21 Thread Camm
Monte , Sincere condolences to you and your Wife. Steve - Original Message - From: "Monte Goulding" To: "How to use LiveCode" Sent: Monday, 20 January, 2014 8:12:50 PM Subject: [OT] MIA Hi Folks I'm going to be off the reservation for a little while. For those that knew we had a b

Re: [OT] MIA

2014-01-21 Thread Thomas McGrath III
Monte, I am so so sorry for your loss. I lost both of my daughters brothers before she was born. They were twins and died eight days apart after being born into the world. I am praying for you and your wife. Contact me if you need to, other wise we can keep an eye out for you on the lists and

Re: [OT] MIA

2014-01-21 Thread Earthednet-wp
My sincere condolences, Monte. I think losing a child is one of the saddest things that can happen to a parent. Bill William Prothero http://es.earthednet.org > On Jan 20, 2014, at 9:31 PM, Paul Hibbert wrote: > > So sorry to hear your sad news, sincere condolences. > > Paul > >> On 2014-01-

Re: Non-Ascii Chars in Filenames

2014-01-21 Thread Thierry Douez
Hi Mac Livecoders, I have a working solution (alpha stage). For those interested, please contact me off-list Regards, Thierry 2014/1/10 J. Landman Gay : > > On 1/10/14 12:00 PM, Ender Nafi Elekcioglu wrote: > >> There isn’t any workaround, I guess :/ so, we’ll wait Livecode 7 and >> in the m

Re: Change in behavior of minHeight property

2014-01-21 Thread Robert Brenstein
On 03.01.2014 at 19:08 Uhr -0500 dunb...@aol.com apparently wrote: I would say it is not a bug, but rather a feature. For example, if you lock the position and size of an object in the inspector, the resize handles gray out, and to all intents, the thing seems set in stone. But the arrowKeys wi

Re: where has Runrevs page with programming offers gone?

2014-01-21 Thread Thierry Douez
2014/1/21 FlexibleLearning.com : > > Mark is not alone. I did not take up the listing offer either. > > Hugh Senior So do I.. Thierry Douez - http://sunny-tdz.com Maker of sunnYpdf - sunnYperl - sunnYmidi - sunnYmage > -Original Message

Re: where has Runrevs page with programming offers gone?

2014-01-21 Thread FlexibleLearning.com
Mark is not alone. I did not take up the listing offer either. Hugh Senior The Flexible Learning Company . The Scripter's Scrapbook: www.FlexibleLearning.com/ssbk.htm . ChartMaker: FlexibleLearning.com/chartmaker . DatePicker: FlexibleLearning.com/datepicker . FieldFormatter: FlexibleLearning.

AW: where has Runrevs page with programming offers gone?

2014-01-21 Thread Tiemo Hollmann TB
Thanks Neil, That's what I was looking for - but not in the "about" menue :) Tiemo > -Ursprüngliche Nachricht- > Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag > von Neil Roger > Gesendet: Dienstag, 21. Januar 2014 10:39 > An: How to use LiveCode > Betreff: Re

Re: where has Runrevs page with programming offers gone?

2014-01-21 Thread Mark Schonewille
Note that being listed as a consultant used to be free. When RunRev started asking €200 for it, only a handful consultants decided to be listed. I didn't. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twi

Re: where has Runrevs page with programming offers gone?

2014-01-21 Thread Neil Roger
Hi Tiemo, I think this is what you are looking for- http://livecode.com/about/consultants/ Kind Regards, Neil Roger -- RunRev Support Team ~ http://www.runrev.com — On 21/01/2014 09:31, Tiemo Hollmann TB wrote: Hello, in the past there has been a page in the runrev web with LiveCode consult

where has Runrevs page with programming offers gone?

2014-01-21 Thread Tiemo Hollmann TB
Hello, in the past there has been a page in the runrev web with LiveCode consultants / developers, offering their capacities. Does anybody knows, if this page still exists and where it has gone? Thanks Tiemo ___ use-livecode mailing list use-li