Re: [OT] mayan calendar - my calendar

2012-12-21 Thread Mark Wieder
Peter- Friday, December 21, 2012, 2:10:15 PM, you wrote: > Me, I go by the Mac Calendar app. It has no ending. Bummer. Maybe they'll fix that when they fix the maps. I do hope you filed a bug report. -- -Mark Wieder mwie...@ahsoftware.net ___ use-

Re: DNS-SD with mergeBonjour and rresocket?

2012-12-21 Thread Monte Goulding
Close, there's a callback parameter for rresocket commands too so you can add a socketOpen message to your button and do the write there. Being a little vague because I'm replying via my phone sans docs. Cheers -- M E R Goulding Software development services mergExt - There's an external for t

Re: Subject: Re: Find vs. Offset

2012-12-21 Thread Peter Haworth
Yes, it's an sqlite database. Just call revOpenDatabase with the type parameter set to "sqlite" and ":memory:" in the path parameter. Pete lcSQL Software On Fri, Dec 21, 2012 at 2:39 PM, Mats Åström wrote: > How, exactly, does one create a database in RAM? > > The ":mem

Re: DNS-SD with mergeBonjour and rresocket?

2012-12-21 Thread JOHN PATTEN
Closer… So, yea I meant what you said about the desktop app and accepting connections… I'm doing this on the desktop teacher app to start the socket: on mouseUp accept connections on port 5600 with message "someoneConnected" end mouseUp on someoneConnected theIP read from socket theIP until

Subject: Re: Find vs. Offset

2012-12-21 Thread Mats Åström
How, exactly, does one create a database in RAM? The ":memory:" was a clue but from then... what kind of database - SQLite? /Mats, a RAM db ignorant ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscr

Re: [OT] mayan calendar - my calendar

2012-12-21 Thread Peter M. Brigham
On Dec 21, 2012, at 4:44 PM, Jerry Jensen wrote: > Mine has a bonus month of January. You guys got cheated! > > On Dec 21, 2012, at 1:33 PM, Peter Haworth wrote: > >> We must have the same calendar! >> Pete >> lcSQL Software >> >> >> >> On Fri, Dec 21, 2012 at 12:54 PM

Re: [OT] mayan calendar - my calendar

2012-12-21 Thread Jerry Jensen
Mine has a bonus month of January. You guys got cheated! On Dec 21, 2012, at 1:33 PM, Peter Haworth wrote: > We must have the same calendar! > Pete > lcSQL Software > > > > On Fri, Dec 21, 2012 at 12:54 PM, kee nethery wrote: > >> According to my calendar on the wall,

Re: [OT] mayan calendar - my calendar

2012-12-21 Thread Peter Haworth
We must have the same calendar! Pete lcSQL Software On Fri, Dec 21, 2012 at 12:54 PM, kee nethery wrote: > According to my calendar on the wall, the world actually ends December > 31st of this year. There are no other dates after that. > Kee Nethery > ___

Re: [OT] mayan calendar - my calendar

2012-12-21 Thread Colin Holgate
>From what I read, it's more tied to the seasons, hence most people thinking >that today is the last day. So far that seems not to be the case. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: DNS-SD with mergeBonjour and rresocket?

2012-12-21 Thread Monte Goulding
Forgot to answer this bit: On 22/12/2012, at 8:05 AM, JOHN PATTEN wrote: > I also have mergeBonjour working to discover the new registered service in > the iOS simulator, so far so good. > > My next step is to open a socket on the desktop app with the correct port, > just like normal: > > o

Re: DNS-SD with mergeBonjour and rresocket?

2012-12-21 Thread Monte Goulding
Try: open process "dns-sd -R 'LiveCode-Bonjour' _jplivecode._tcp . 5601" close process "dns-sd -R 'LiveCode-Bonjour' _jplivecode._tcp . 5601" On 22/12/2012, at 8:05 AM, JOHN PATTEN wrote: > Thanks Monte! > > I've made more progress. > > I now can register a Bonjour service using the following

Re: DNS-SD with mergeBonjour and rresocket?

2012-12-21 Thread JOHN PATTEN
Thanks Monte! I've made more progress. I now can register a Bonjour service using the following: on mouseUp put "shell(" & quote & "dns-sd -R 'LiveCode-Bonjour' _jplivecode._tcp . 5601 " & quote & ")" into pAdvertiseBonjourService open process pAdvertiseBonjourService --put the result

Re: [OT] mayan calendar - my calendar

2012-12-21 Thread kee nethery
According to my calendar on the wall, the world actually ends December 31st of this year. There are no other dates after that. Kee Nethery ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and ma

Re: [OT] Looking for asp.net resource

2012-12-21 Thread Richmond
On 12/21/2012 07:44 PM, Ralph DiMola wrote: You made my day! Ha Ha Ha Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Robert Sneidar Sent: Friday, Decembe

Re: [OT] Looking for asp.net resource

2012-12-21 Thread Richmond
On 12/21/2012 07:18 PM, Graham Samuel wrote: Looks like he's been disappointed: see http://www.telegraph.co.uk/news/worldnews/europe/france/9759377/Mayan-apocalypse-The-only-place-to-survive-the-end-of-the-world-is-a-sleepy-French-village.html (couldn't resist - the report is by my son). Wh

Re: [OT] Taking the tests

2012-12-21 Thread Richmond
On 12/21/2012 07:05 PM, Robert Sneidar wrote: To whom it may concern: I'm going for the CompTIA A+ exams this morning. Wish me luck. I should be able to ace them. Seems that after doing IT for longer than some of the people who made up the questions, it is now I who have to prove I know what I

Re: Can't delete object from the script of a group(?)

2012-12-21 Thread Peter Haworth
Hi Andre, This is guesswork on my part but according to the message path diagram in the User Guide, background scripts are executed after card scripts. My guess is that causes some sort of conflict due to deleting the card in a script that is executing on the card to be deleted. Moving it to the

RE: [OT] Looking for asp.net resource

2012-12-21 Thread Ralph DiMola
You made my day! Ha Ha Ha Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Robert Sneidar Sent: Friday, December 21, 2012 12:02 PM To: How to use LiveCode Su

Re: [OT] Looking for asp.net resource

2012-12-21 Thread Graham Samuel
Looks like he's been disappointed: see http://www.telegraph.co.uk/news/worldnews/europe/france/9759377/Mayan-apocalypse-The-only-place-to-survive-the-end-of-the-world-is-a-sleepy-French-village.html (couldn't resist - the report is by my son). On 21 Dec 2012, at 17:02, Robert Sneidar wrote: > M

[OT] Taking the tests

2012-12-21 Thread Robert Sneidar
That should read, "...for longer that some of the people who made up the questions have ben alive..." > To whom it may concern: > > I'm going for the CompTIA A+ exams this morning. Wish me luck. I should be > able to ace them. Seems that after doing IT for longer than some of the > people who

[OT] Taking the tests

2012-12-21 Thread Robert Sneidar
To whom it may concern: I'm going for the CompTIA A+ exams this morning. Wish me luck. I should be able to ace them. Seems that after doing IT for longer than some of the people who made up the questions, it is now I who have to prove I know what I am doing. Bob _

Re: [OT] Looking for asp.net resource

2012-12-21 Thread Robert Sneidar
Maybe the Mayan calendar scared your consultant and he is in a village in France right now awaiting pickup by the aliens. Sorry, I had to. Bob On Dec 21, 2012, at 7:46 AM, Ralph DiMola wrote: > My consultant has disappeared at the 11th hour of this project(more like > 11:59). I need someone

RE: [OT] Looking for asp.net resource

2012-12-21 Thread Ralph DiMola
My consultant has disappeared at the 11th hour of this project(more like 11:59). I need someone to fix a couple of bugs and document the backend code and the required development environment. The platform in being developed on SBS 2008 using SQL server 2008 R2 and IIS. Rather than try to unravel th

Re: [ANN] Installer Maker Holidays Discount

2012-12-21 Thread Mark Schonewille
G... I don't understand why that happens. Thank you so much for correcting me, Dirk. -- 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 con

Re: [ANN] Installer Maker Holidays Discount

2012-12-21 Thread Mark Schonewille
Hi guys, Installer Maker is still on sale, either until the world ends later today or until 27 December. If you want to have your apps ready for distribution beore the weekend, buy your license now. To get the 33% discount, click on the Plimus button at http://qery.us/az and use the coupon code

Can't delete object from the script of a group(?)

2012-12-21 Thread André Bisseret
Stating the problem as simply as possible : On a cards of a stack I have 2 buttons - New card - delete card they are grouped in group "grAction" (backgroundBehavior true) The script of group "grAction" is the following : --- on mouseUp switch the short name of the target case "Ne