Re: Socket question

2012-08-17 Thread Alex Tweedly
Nothing significant has changed since 3.5 When you do your accept datagram connections on port tPort with message "myHandler" there are, of course, no "connections" as such. All that happens is that myHandler will be called for each incoming packet. See www.tweedly.org/downloads and downlo

Re: Berkeley Cybersalon Welcomes Hypercard Team

2012-08-17 Thread Andre Garzia
I don't think infinite canvas is related to hypercard at all... On Fri, Aug 17, 2012 at 2:40 AM, Mark Wieder wrote: > The video just got posted online: > > http://fora.tv/2012/08/12/Berkeley_Cybersalon_on_the_Legacy_of_the_Apple_Hypercard > > -- > -Mark Wieder > mwie...@ahsoftware.net > > >

Re: Berkeley Cybersalon Welcomes Hypercard Team

2012-08-17 Thread Thomas McGrath III
Thanks Mark, This helped validate my decisions over the years to eventually come to choose Livecode as my developers platform. Thomas J McGrath III 3mcgr...@comcast.net Lazy River Software http://lazyriver.on-rev.com On Aug 17, 2012, at 1:40 AM, Mark Wieder wrote: > The video just got po

liveCode apps/applications

2012-08-17 Thread John Dixon
I hope that the members of this list can help me here… I would like to get a list of 'current' applications that that are for sale that have been written in livecode for both desktop, whether for Mac, Windows or Linux and for iphone and Android. I need to be able to show certain parties that

Re: [ANN] DatePicker for LiveCode

2012-08-17 Thread Alex Tweedly
What sort of timepicker is needed ? A good one, of course :-)(like DatePicker is :-) Features ?? 1. HH:MM:SS vs just HH:MM 2. 12-hr vs 24-hr (and in 12-hr mode, labels for "a.m." & "p.m." in local language) 3. Single time vs start+finish vs start+duration 4. constraints on time(s) - e.

RE: The Story of Steve Jobs - An Inspiration or a Cautionary Tale

2012-08-17 Thread Lynn Fredricks
I guess someone donned a black turtleneck and invoked a ritual summoning the undead reality distortion field. Best regards, Lynn Fredricks President Paradigma Software http://www.paradigmasoft.com Valentina SQL Server: The Ultra-fast, Royalty Free Database Server _

Re: Berkeley Cybersalon Welcomes Hypercard Team

2012-08-17 Thread Peter M. Brigham
Fascinating trip back in time. And there's a plug for LC at about 1:02:35 in the video. -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig On Aug 16, 2012, at 10:40 PM, Mark Wieder wrote: > The video just got posted online: > > http://fora.tv/2012/08/12/Berkeley_Cybers

Re: iOS - closeCard, going back to main stack and visual effects when using a substack

2012-08-17 Thread Chris Sheffield
Tom, The only way I've found to get visual effects to work when moving from stack to stack is to do something like this: visual effect "push left" go cd 1 of stack "Substack One" close stack "MainStack" I know it seems odd, but it's the only way I've found to make it work reliably. Give it a t

Re: liveCode apps/applications

2012-08-17 Thread Alejandro Tejada
John Dixon wrote > > I would like to get a list of 'current' applications that that are for > sale that have been written in livecode for both desktop, whether for Mac, > Windows or Linux and for iphone and Android. > Does applications created for internal use inside a company could be included

RE: liveCode apps/applications

2012-08-17 Thread John Dixon
> John Dixon wrote > > > > I would like to get a list of 'current' applications that that are for > > sale that have been written in livecode for both desktop, whether for Mac, > > Windows or Linux and for iphone and Android. > > > > Does applications created for internal use inside a compan

omitting substacks from standalone

2012-08-17 Thread Dr. Hawkins
I'm looking through the options, and can't find a way to do it. Is there a way to omit substacks from the standalone when I build it? Or do I need to build a script to duplicate the stack modify that stack, and build a standalone for it? Thanks -- The Hawkins Law Firm Richard E. Hawkins, Esq.

RE: The Story of Steve Jobs - An Inspiration or a Cautionary Tale

2012-08-17 Thread Alejandro Tejada
Lynn Fredricks-2 wrote > > I guess someone donned a black turtleneck and invoked a ritual summoning > the > undead reality distortion field. > There was many good qualities in Steve Jobs and these good qualities were, from my point of view, that produced the outstanding results that he achieved

is anyone using postgresql hosting from on-rev?

2012-08-17 Thread Dr. Hawkins
I set up and paid for the account this morning, but the server is refusing connections. There seem to be tools for managing remote mysql, but not postgresql. There is not a web component here; just my stacks needing to create & manipulate databases. When attempting to connect from livecode to cr

Re: omitting substacks from standalone

2012-08-17 Thread Mark Schonewille
Hi Richard, I don't understand why you would want that. You make a project either with or without substacks and if you decide you don't want substacks anymore then you just delete them. If you want your substacks to be in separate files, you can check an option in the standalone application se

Re: Berkeley Cybersalon Welcomes Hypercard Team

2012-08-17 Thread Alejandro Tejada
Mark Wieder wrote > > The video just got posted online: > http://fora.tv/2012/08/12/Berkeley_Cybersalon_on_the_Legacy_of_the_Apple_Hypercard > Does exists a transcription? Sometimes, the volume is too low and I could not understand what they say. Al -- View this message in context: http://

Re: omitting substacks from standalone

2012-08-17 Thread Dr. Hawkins
On Fri, Aug 17, 2012 at 2:14 PM, Mark Schonewille wrote: > > If this isn't what you want, I'd suggest you explain a little more about what > you're > trying to accomplish. I have a few "operative" substacks, but I also have an administrative substack that sets things in the other stacks that are

Re: is anyone using postgresql hosting from on-rev?

2012-08-17 Thread Dr. Hawkins
Also, I have similar problems when I try mysql. For that, both with and without first creating the database from the cpanel (and granting the user full access), I get Access denied for user 'dochawkb_testing'@'96.26.190.48' (using password: YES) -- The Hawkins Law Firm Richard E. Hawkins, Esq.

Re: omitting substacks from standalone

2012-08-17 Thread Peter Haworth
I'd suggest you have a separate administrative main stack that does whatever it needs to do to your application stack. Pete lcSQL Software On Fri, Aug 17, 2012 at 2:29 PM, Dr. Hawkins wrote: > On Fri, Aug 17, 2012 at 2:14 PM, Mark Schonewille > wrote: > > > > If this is

Re: is anyone using postgresql hosting from on-rev?

2012-08-17 Thread Bob Sneidar
On Aug 17, 2012, at 2:41 PM, Dr. Hawkins wrote: > Also, I have similar problems when I try mysql. > > For that, both with and without first creating the database from the > cpanel (and granting the user full access), I get > > Access denied for user 'dochawkb_testing'@'96.26.190.48' (using pass

Re: PreOrder FieldTrip (100%)

2012-08-17 Thread Keith (Gulf Breeze Ortho Lab)
Hi All, Because I preordered FieldTrip, I am also wondering about the progress of the effort... Any word? Thanks! - Boo Gulf Breeze, Florida -Original Message- From: Paul Hibbert Sent: Saturday, July 14, 2012 1:28 AM To: How to use LiveCode Subject: Re: ANN: PreOrder FieldTrip (100

Re: Need beta testers for new database library

2012-08-17 Thread Richard Gaskin
Andre Garzia wrote: Richard, Check out the video at: https://vimeo.com/46918350 If you're interested, I would like to contribute an article soon. Of course I'm interest. This seems like a very useful library, and an article describing it would be a wonderful addition to LiveCode Journal.

Re: is anyone using postgresql hosting from on-rev?

2012-08-17 Thread Mike Bonner
For postgres can't help, but if you're trying to do remote access to a mySql database you can go into cPanel and under the databases section select remote mysql. Then add hosts/ips that you need to be able to access from. ___ use-livecode mailing list use

Re: is anyone using postgresql hosting from on-rev?

2012-08-17 Thread Pierre Sahores
PostgreSQL (8.1.23) is available along any on-rev account and works as expected. For security reasons, the server is unreachable from the outside world (direct internet connections are forbidden). Instead, we have to reach the server in localhost mode where : 1.- As client-side components, your

changes to the runrev store

2012-08-17 Thread Andre Garzia
Folks, did anyone here noticed the changes to the RunRev store? Cheers andre -- http://www.andregarzia.com -- All We Do Is Code. http://fon.nu -- minimalist url shortening service. ___ use-livecode mailing list use-livecode@lists.runrev.com Please vi

Re: changes to the runrev store

2012-08-17 Thread Colin Holgate
Well, you did. I like the "Pay as Your Go" column. On Aug 17, 2012, at 6:47 PM, Andre Garzia wrote: > did anyone here noticed the changes to the RunRev store? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscr

Re: The Story of Steve Jobs - An Inspiration or a Cautionary Tale

2012-08-17 Thread Chipp Walters
Thanks for your apology. Chippy would've been fine! On Thu, Aug 16, 2012 at 7:40 PM, Björnke von Gierke wrote: > Sorry. I have no clue how it is to feel overweight and therefore my > wording was inconsiderate. > > I saw you addressing me as 'Bjorke', so I replied with a over the top post > too.

Re: is anyone using postgresql hosting from on-rev?

2012-08-17 Thread Dr. Hawkins
On Fri, Aug 17, 2012 at 3:43 PM, Pierre Sahores wrote: > 1.- As client-side components, your stacks have to connect a server-side > cgi-script engine (LiveCode, PHP, etc...) hosted on your on-rev account in > HTTP POST (prefered) or GET mode > 2.- This cgi will have to pass your client-side st

Re: is anyone using postgresql hosting from on-rev?

2012-08-17 Thread Dr. Hawkins
On Fri, Aug 17, 2012 at 3:00 PM, Bob Sneidar wrote: >> >> Access denied for user 'dochawkb_testing'@'96.26.190.48' (using password: >> YES) > Is that your literal string?? It should say something like: >'dochawk_testing:mypassword@96.26.190.48' I'm using the revOpenDatabase() function, which *sh

Re: is anyone using postgresql hosting from on-rev?

2012-08-17 Thread Dr. Hawkins
On Fri, Aug 17, 2012 at 3:25 PM, Mike Bonner wrote: > For postgres can't help, but if you're trying to do remote access to a > mySql database you can go into cPanel and under the databases section > select remote mysql. Then add hosts/ips that you need to be able to access > from. I have both % a

Re: is anyone using postgresql hosting from on-rev?

2012-08-17 Thread Bob Sneidar
Actually, this is the prescribed method for accessing any remote sql database. You really want to go through a web cgi to get to your data because you can control access much more easily this way. Direct access to a remote SQL database is a bad idea from a security standpoint, although I do it b

Re: is anyone using postgresql hosting from on-rev?

2012-08-17 Thread Bob Sneidar
mySqlWorkbench is what I use. Bob On Aug 17, 2012, at 4:56 PM, Dr. Hawkins wrote: >> Depends on how you are connecting though. Have you tried with a simple SQL >> utility? Get that working first to confirm or deny your ability to connect. > > Can you suggest one? I failed at googling this on

Re: Berkeley Cybersalon Welcomes Hypercard Team

2012-08-17 Thread Mark Wieder
Alejandro- Friday, August 17, 2012, 2:19:38 PM, you wrote: > Does exists a transcription? Sometimes, the volume is too low > and I could not understand what they say. I don't think so. Yes, I know some of the questions get lost, too, because some folks just couldn't wait for the microphone to co

Re: is anyone using postgresql hosting from on-rev?

2012-08-17 Thread Dr. Hawkins
On Fri, Aug 17, 2012 at 5:16 PM, Bob Sneidar wrote: > mySqlWorkbench is what I use. That took while to download . . . Thank you. I downloaded it, and it gets into my account without a problem, and shows the database I created from the cpanel. When I then try CREATE DATABASE fred; I still g

Re: is anyone using postgresql hosting from on-rev?

2012-08-17 Thread Mark Wieder
Doc- Friday, August 17, 2012, 4:41:26 PM, you wrote: > Yikes. > This will add an extra layer of pain . . . maybe I should use a different > host. Any webhost worth the price of admission will lock down databases in this manner. Doing what Pierre said is relatively simple, you only have to do i

Re: Berkeley Cybersalon Welcomes Hypercard Team

2012-08-17 Thread Mark Wieder
Andre- Friday, August 17, 2012, 6:02:26 AM, you wrote: > I don't think infinite canvas is related to hypercard at all... Well, the inspiration is certainly HyperCardish, and it's got authoring features for navigation and embedding picture, sound, and video resources and linking. But there's no x

Re: is anyone using postgresql hosting from on-rev?

2012-08-17 Thread Dr. Hawkins
On Fri, Aug 17, 2012 at 6:05 PM, Mark Wieder wrote: > Any webhost worth the price of admission will lock down databases in > this manner. Doing what Pierre said is relatively simple, you only > have to do it once, and it's *much* more secure. Of course, I suppose > it depends on how much you value

Re: is anyone using postgresql hosting from on-rev?

2012-08-17 Thread Peter Haworth
The issue isn't less likely, you just have to be less smart than the hackers who know how to hack into this stuff, and most of us are :-) Pete lcSQL Software On Fri, Aug 17, 2012 at 7:23 PM, Dr. Hawkins wrote: > I'm skeptical of the added security--for that to be true,

Re: changes to the runrev store

2012-08-17 Thread Thomas McGrath III
Does that state that for $999 per license does not include any updates??? Very confusing. Or does that state that for 1,499 I get a license with both no expiration and full updates? For ever? What does that really mean? Also, I can't sell any pay as you go to my clients. Thomas J McGrath III 3m

Re: is anyone using postgresql hosting from on-rev?

2012-08-17 Thread Dr. Hawkins
On Fri, Aug 17, 2012 at 8:14 PM, Peter Haworth wrote: > The issue isn't less likely, you just have to be less smart than the > hackers who know how to hack into this stuff, and most of us are :-) Yeah, that's what worries me. I don't see how an intermediary layer that I or someone else writes in

Re: changes to the runrev store

2012-08-17 Thread Monte Goulding
> Does that state that for $999 per license does not include any updates??? That's how I read it. It doesn't run out and my guess is this price is to handle the people that buy lc and still expect support 20 versions later. > does that state that for 1,499 I get a license with both no expiratio

Re: changes to the runrev store

2012-08-17 Thread Terry Judd
On 18/08/2012, at 4:13 PM, "Monte Goulding" wrote: > >> Does that state that for $999 per license does not include any updates??? > > That's how I read it. It doesn't run out and my guess is this price is to > handle the people that buy lc and still expect support 20 versions later. > >> do

Re: changes to the runrev store

2012-08-17 Thread Warren Samples
On 08/18/2012 01:12 AM, Monte Goulding wrote: >Does that state that for $999 per license does not include any updates??? That's how I read it. It doesn't run out and my guess is this price is to handle the people that buy lc and still expect support 20 versions later. >does that state that fo

Re: changes to the runrev store

2012-08-17 Thread Warren Samples
On 08/18/2012 01:39 AM, Warren Samples wrote: On 08/18/2012 01:12 AM, Monte Goulding wrote: >Does that state that for $999 per license does not include any updates??? That's how I read it. It doesn't run out and my guess is this price is to handle the people that buy lc and still expect support