[ANN] LiveCode-bijeenkomst in Nederland - Herinnering

2013-06-15 Thread Mark Schonewille
Beste LiveCode-gebruikers, Bijna een jaar geleden organiseerden we een bijeenkomst voor Nederlandse LiveCoders. Het is de hoogste tijd weer eens bijeen te komen. Op de agenda staan: presentaties, hulp met LiveCode-kwesties, algemene vragen, boekpresentatie en signeren, verloting van een Take C

Re: finding the name of the displayed card of stack foo?

2013-06-15 Thread Dr. Hawkins
On Sat, Jun 15, 2013 at 4:51 PM, Mark Schonewille wrote: > > put the short name of the current card of stack "foo" Ahh. Thanks. Duh. I went through front, current, top, visible . . . -- Dr. Richard E. Hawkins, Esq. (702) 508-8462 ___ use-livec

Re: finding the name of the displayed card of stack foo?

2013-06-15 Thread Jacques Hausser
put the name of the current card of stack "myOtherStack" into fld "CardName" Jacques Le 16 juin 2013 à 01:43, "Dr. Hawkins" a écrit : > Surely this is easy, and surely I knew how to do it once upon a time . . . > > the openStacks tells us which stacks are open, and in what order. > > But how

Re: selecting without moving

2013-06-15 Thread Dar Scott
I have my mac set up to control-click for a right click, so the method of "right-click and then shift-right-click" works. I didn't have to click twice on OS X 10.6. And yeah, lockloc is a good habit for me. I'm switching to left-handed mousing, so this is a good time to learn habits in select

Re: finding the name of the displayed card of stack foo?

2013-06-15 Thread Mark Schonewille
Hi Richard, put the short name of the current card of stack "foo" -- 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, XY

finding the name of the displayed card of stack foo?

2013-06-15 Thread Dr. Hawkins
Surely this is easy, and surely I knew how to do it once upon a time . . . the openStacks tells us which stacks are open, and in what order. But how do I find the name of the active/front/top/whatever card of the stack??? -- Dr. Richard E. Hawkins, Esq. (702) 508-8462 _

Re: a *fast* check for whether another machine is on the local network?

2013-06-15 Thread Dar Scott
Yeah, a delay might be needed. Maybe the close socket should be after the delay, too. I'll check on my system and see what I get with a delay. This is a genus idea, Alex, so I hope it works. And I hope it can move to Windows. Dar PS: I hope the coffee shop or hotel does not automatically

Re: a *fast* check for whether another machine is on the local network?

2013-06-15 Thread Alex Tweedly
Sorry, should have included all that info in case it varies OS X 10.8.4 LC 6.0.1 (rc1) Some random wifi network in a cafe I did something like repeat with i = 1 to 100 shell ("ping -c 1 10.0.0." & i) end repeat 10.0.0.33 was some random machine (i.e. not me) on the same network

Re: selecting without moving

2013-06-15 Thread Jacques Hausser
Le 16 juin 2013 à 00:13, Jacques Hausser a écrit : > Dar, > > I'm almost sure you know all that already, and I'm not sure it's the most > elegant way, but I always lock the size and position of each control > (lockloc) - after what you can still select them, move them with the arrows, > and

Re: selecting without moving

2013-06-15 Thread Jacques Hausser
Dar, I'm almost sure you know all that already, and I'm not sure it's the most elegant way, but I always lock the size and position of each control (lockloc) - after what you can still select them, move them with the arrows, and even align or resize them within the inspector, but not move them

argh. The postgres "revdberr," bug bites again--hard, this time

2013-06-15 Thread Dr. Hawkins
I've again hit the bug where a postgres query can be successful yet return the result "revdberr,"--just the single line. This time, though, it means that the actual result--a timestamp from "RETURNING" on an update--does not get returned. &%($)^&(& -- Dr. Richard E. Hawkins, Esq. (702) 508-84

Using the Find command in IOS

2013-06-15 Thread Howard Bornstein
The dictionary shows that the Find command is supported in IOS, but I can't seem to make it work as described. I want to "find" a string in a scrolling field and have the field scroll automatically to that string. It works fine on the desktop but doesn't scroll to the found line in the IOS field (

selecting without moving

2013-06-15 Thread Dar Scott
I think somebody told me how to do this some other decade but I forgot. Elsewhere Jacque gave cool tip for ordering controls that involved selecting the controls in the order desired. Well, I am so poorly coordinated that I move the control. Is there a cool way to select controls without dr

Re: synonyms

2013-06-15 Thread Dar Scott
The product of engine development is both the engine and a reference. Indeed, the value of the engine is mostly in the knowledge of it, that is in the reference. It is from the reference information that the dictionary, tutorials, books and engine help will come. (And where the reference is w

Re: LC 6.1 on a G3 iMac

2013-06-15 Thread René Micout
Le 15 juin 2013 à 11:23, Richmond a écrit : > And I'll apologise, in advance, to the 1% of you who are having to > cope with other machines such as MacBook Pros, Dual Core > Intel machines and so forth. ;-) ___ use-livecode mailing list use-livecode@

LC 6.1 on a G3 iMac

2013-06-15 Thread Richmond
OK, OK, I know that something like 99% of all Livecode users are using LC 6.1 on G3 iMacs running Mac OS 10.4.11 well . . . that is why I am taking it 'generously' upon me to point out any ramifications with that sort of setup. And I'll apologise, in advance, to the 1% of you who are having to

Re: Dropbox in livecode

2013-06-15 Thread Thierry Douez
2013/6/15 Monte Goulding > > On 15/06/2013, at 6:47 PM, Thierry Douez wrote: > > > ​Is a "start to code with the open source for dummy" documentation > > somewhere ? > > > > Maybe... I think there's most of the stuff you need on the readme at > http://github.com/runrev/livecode > ​Great. Thank

Re: Dropbox in livecode

2013-06-15 Thread Monte Goulding
On 15/06/2013, at 6:47 PM, Thierry Douez wrote: > ​Is a "start to code with the open source for dummy" documentation > somewhere ? > Maybe... I think there's most of the stuff you need on the readme at http://github.com/runrev/livecode > ​ > >> Today I managed to get mergJSON and mergMarkdow

Re: Dropbox in livecode

2013-06-15 Thread Thierry Douez
2013/6/15 Monte Goulding > > On 15/06/2013, at 5:51 PM, Thierry Douez wrote: > > > Thanks for your explanations :) > > No problem > > > > Hope I'll managed to get some free time to explore this new jewel.. > > Yep... it's all starting to come together nicely... not sure if the > android Java stu

Christian Oliver

2013-06-15 Thread Mark Schonewille
Dear Christian Oliver, I hope you are on this mailing list. Please contact me if you read this. The contact information I have on record is incorrect. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twit

Re: Dropbox in livecode

2013-06-15 Thread Monte Goulding
On 15/06/2013, at 5:51 PM, Thierry Douez wrote: > Thanks for your explanations :) No problem > > Hope I'll managed to get some free time to explore this new jewel.. Yep... it's all starting to come together nicely... not sure if the android Java stuff is ready to play with yet but runrevmark

Re: Dropbox in livecode

2013-06-15 Thread Thierry Douez
Hello Monte, Thanks for your explanations :) Hope I'll managed to get some free time to explore this new jewel.. All the best. Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage 2013/6/14 Monte Goulding > > On 14/

Re: Tools for Thinking

2013-06-15 Thread Richmond
On 06/15/2013 06:56 AM, Mark Wieder wrote: Apropos abolutely nothing at all, this came my way this morning: http://kottke.org/13/06/tools-for-thinking Those 4 points by Dennett are very valuable indeed, and very 'apropos' to us all. Thanks. Richmond. ___