Re: launch iOS app with a personalised message

2012-10-02 Thread Dave Kilroy
Thanks Monte, yep I can certainly sent username and password but that means user has to register themselves on the app And thanks for the inspired IP suggestion, would not have thought of that - but it's rather fragile as a system like you say… The closest thing I've been able to find is the 'C

Re: [OT] What does Richmond do with Livecode?

2012-10-02 Thread Peter M. Brigham
As a psychiatrist, I do not want any of my personal info available to random others (read: "possibly personality-disordered patients"), and my solution was to open a Facebook account with minimal information and maximal privacy settings mainly so I could post an occasional comment on my daughter

Re: command-click on a word

2012-10-02 Thread Peter M. Brigham
On Oct 1, 2012, at 6:42 PM, Bob Sneidar wrote: > Command clicking and right-clicking are the same thing in OS x (unless you > changed the default prefs). Unless I am mistaken, this is not true. In OSX, control-clicking and right clicking are the same thing, but not the same as command-clicking

Leaving stack open

2012-10-02 Thread FlexibleLearning.com
Using the LiveCode IDE, is it possible to keep a stack open after closing the LiveCode menubar? Using the MC IDE, I am used to this behavior and would like to retain it! Hugh Senior FLCo ___ use-livecode mailing list use-livecode@lists.runrev.com Pleas

Re: Finally found one.

2012-10-02 Thread dunbarx
Mark. I thought of that, but believed that the "send in time", where I even increased the time value to, say, 100 ticks, would be more than enough to allow the engine to "rest". So I am misunderstanding the two paths. I see clearly what "wait with messages" does. But I am trying to avoid "

Re: Finally found one.

2012-10-02 Thread dunbarx
Mark. I had not even time to try the wait with messages thing, when I read Bernd's reply in the forum (I posted there as well). Check it out. Now I have to go experiment some more. Craig -Original Message- From: dunbarx To: use-livecode Sent: Tue, Oct 2, 2012 9:49 am Subject:

Re: Leaving stack open

2012-10-02 Thread Richard Gaskin
Hugh Senior wrote: Using the LiveCode IDE, is it possible to keep a stack open after closing the LiveCode menubar? Using the MC IDE, I am used to this behavior and would like to retain it! The MC IDE is very much an "I know what I'm doing" design, so it allows you to close its menu bar even th

Re: iOS Can't Make a Standalone!

2012-10-02 Thread Chris Sheffield
Make sure you've selected your provisioning profile in the standalone builder settings. Again, sometimes when upgrading LiveCode and/or Xcode, it's been necessary to set it again. I've also had to do it when updating my profile for whatever reason (i.e. it's expired, I've added a new device, etc

iOS No code signature found!

2012-10-02 Thread Rick Harrison
Hi Chris, Yes, I had my provisioning profile selected correctly. I tried to have it select a new one that I created, and it made no difference. I tried resetting it back to the old one, and it made no difference. Under LC 5.2.2 it used to ask for permission to use a couple of things out of my ke

Re: iOS No code signature found!

2012-10-02 Thread Chris Sheffield
Wow, someone else might have to chime in here. I'm not really sure what else to try. Actually, I did just have one more thought. Sometimes this procedure will fix things for me if I'm having strange problems. Maybe you've done this already, but try opening Xcode and then the Organizer window. O

Spiking the focus

2012-10-02 Thread Graham Samuel
I'm having trouble running some very simple tests of iOS keyboard input, and one problem is that I want the iOS keyboard to come up when the user touches a specific field (or the mouse clicks in the Simulator). These fields are locked with TraversalOn set to true as is usual for iOS keyboard inp

Re: iOS No code signature found!

2012-10-02 Thread Rick Harrison
Hi Chris, I finally got it to work by deleting the in my keychain. That apparently forced LC to rebuild things correctly when I created my standalone again. Thank you for your encouragement and help! Rick On Oct 2, 2012, at 10:52 AM, Chris Sheffield wrote: > Wow, someone else might have to c

Re: iOS No code signature found!

2012-10-02 Thread Chris Sheffield
Great. Glad you got it working. On Oct 2, 2012, at 9:01 AM, Rick Harrison wrote: > Hi Chris, > > I finally got it to work by deleting the in my keychain. > That apparently forced LC to rebuild things correctly when > I created my standalone again. > > Thank you for your encouragement and help

Re: Spiking the focus

2012-10-02 Thread Mark Schonewille
Graham, Set the traversalon to false in preOpenCard (or better yet, when you build the standalone). et the traversalOn to true in a mouseUp handler and select the text of your field to make the keyboard appear. Still better would be to use native text fields, which would allow you to keep trave

Triggering the iOS keyboard

2012-10-02 Thread Graham Samuel
This is probably a dumb question, but I'm stumped. I've been writing an iOS app which invokes a 'native' keyboard when a user touches a field. This has been working pretty well in general, with some particular problems. In order to investigate these, I have tried to abstract the problem into an

libURL on andorid

2012-10-02 Thread Andrew Kluthe
Do post to url, get url and delete url work with https on android? Most of my codebases use a REST interface. I am just getting started today with mobile development and thought I had seen on the list that this was not available yet. -- Regards, Andrew Kluthe and...@ctech.me ___

Re: Finally found one.

2012-10-02 Thread Mark Wieder
Craig- > I thought of that, but believed that the "send in time", where I even increased the time value to, say, 100 ticks, would be more than enough to allow the engine to "rest". It's not a matter of giving the engine time to "rest". See below. > I see clearly what "wait with messages" does.

iPhone 5 and iOS 6

2012-10-02 Thread Ludovic Thébault
Hello Just to clarify (i cannot test under iPhone 5) : To have an app that works on iPhone 5 under iOS 6 we need to wait Livecode 5.5.3 (to work with Xcode 4.5). It's right ? Or it is already possible to compile with LC 5.5.2 and Xcode 4.1) ? Thanks _

Re: libURL on andorid

2012-10-02 Thread Pierre Sahores
Hi Andrew, Post to url and get url works perfectly fine with https under android. Can't say about put url as long as, for security reasons, i always delegate such tasks in sending a POST to a server-side LC-server handler instead via urldecode($_POST_RAW). Idem about delete url for the same rea

iOS Standalone Error

2012-10-02 Thread Roger Guay
Hi All, All of a sudden, I'm getting this error when building an iOS standalone: "…. performing iOS device builds requires iOS 5.0 SDK platform to be installed". I'm running LiveCode 5.5.1 and Xcode 4.5. I've repointed the LC preferences to the "Location of developer root for iOS 5.0 and above

Re: libURL on andorid

2012-10-02 Thread Andrew Kluthe
Rad. Eager to see what I can do with it. Thanks. On Tue, Oct 2, 2012 at 1:38 PM, Pierre Sahores wrote: > Hi Andrew, > > Post to url and get url works perfectly fine with https under android. Can't > say about put url as long as, for security reasons, i always delegate such > tasks in sending a

RE: iOS Standalone Error

2012-10-02 Thread John Dixon
Roger.. Build a standalone with LC 5.5.1 and Xcode 4.4.1 at the moment > All of a sudden, I'm getting this error when building an iOS standalone: "…. > performing iOS device builds requires iOS 5.0 SDK platform to be installed". > I'm running LiveCode 5.5.1 and Xcode 4.5. I've repointed the

Re: [OT] Facebook

2012-10-02 Thread Jeff Reynolds
security and personal information aside (very important and bad in my book as ell) I find that the vast majority of fb communication to be worthless as true human communication. I actually was on facebook pretty early on. a couple of clients had wanted to investigate it so i had to get in and p

[OT] Boasting

2012-10-02 Thread Richmond
I have just sold my FIRST copy of Devawriter Pro for $50. While this is extremely small potatoes out in the big wide world of computer programming, for me, stuffed into a cubicle off my bedroom, doing something fairly whacko (Sanskrit ???) for 3 years in his spare time, this is a big, big thing

Re: [OT] Facebook

2012-10-02 Thread Richmond
On 10/02/2012 10:05 PM, Jeff Reynolds wrote: security and personal information aside (very important and bad in my book as ell) I find that the vast majority of fb communication to be worthless as true human communication. I actually was on facebook pretty early on. a couple of clients had wan

Re: iPhone 5 and iOS 6

2012-10-02 Thread Matthias Rebbe
Ludovic, i got the following answer from Runrev to my question which combination of LC/xCode will create apps which run on iphone 4 and iphone 5. "with LiveCode 5.5.2 use xCode 4.4.1 with LiveCode 5.5.3, when available, use xCode 4.5" Regards, Matthias -- Matthias Rebbe matthias (at) rebbe

RE: iPhone 5 and iOS 6

2012-10-02 Thread John Dixon
I got a different answer :-) 'You have correctly identified the current workaround to getting your apps to run on iOS 6. This will be resolved with the next release of LiveCode, due out shortly, 5.5.2 is not fully compatible with iOS 6.' The current workaround being livCode 5.5.1 and xCode 4.

RE: [OT] Boasting

2012-10-02 Thread John Dixon
Nice one... I hope that there are many more sales...:-) Dixie > Date: Tue, 2 Oct 2012 22:07:43 +0300 > From: richmondmathew...@gmail.com > To: use-livecode@lists.runrev.com > Subject: [OT] Boasting > > I have just sold my FIRST copy of Devawriter Pro for $50. While this is > extremely small >

Re: Finally found one.

2012-10-02 Thread J. Landman Gay
On 10/2/12 12:49 PM, Mark Wieder wrote: Craig- I thought of that, but believed that the "send in time", where I even increased the time value to, say, 100 ticks, would be more than enough to allow the engine to "rest". It's not a matter of giving the engine time to "rest". See below. I adde

iPad?

2012-10-02 Thread Richmond
Goofy question really. I was in my local Computer air-hangar the other day and having a goggle at iPads (not because I want one, but because I wanted to "have a fiddle") and they stated on the box that they ran 'Mac OS X'. This being Bulgaria nobody but nobody knows anything about Apple (

Re: Spiking the focus

2012-10-02 Thread Graham Samuel
Mark, thanks as ever for your reply. I can do what you say and probably will, since I have no idea how to use native text fields in the sense you appear to mean: I would love to understand it, but I only have the available documentation to go on, and it really doesn't help much. Just to be clea

Re: [OT] Boasting

2012-10-02 Thread J. Landman Gay
On 10/2/12 2:07 PM, Richmond wrote: I have just sold my FIRST copy of Devawriter Pro for $50. While this is extremely small potatoes out in the big wide world of computer programming, for me, stuffed into a cubicle off my bedroom, doing something fairly whacko (Sanskrit ???) for 3 years in his sp

Re: iPhone 5 and iOS 6

2012-10-02 Thread J. Landman Gay
On 10/2/12 2:59 PM, John Dixon wrote: I got a different answer :-) 'You have correctly identified the current workaround to getting your apps to run on iOS 6. This will be resolved with the next release of LiveCode, due out shortly, 5.5.2 is not fully compatible with iOS 6.' The current wor

Re: command-click on a word

2012-10-02 Thread Timothy Miller
There's my answer. Thanks, J. On Oct 1, 2012, at 4:00 PM, J. Landman Gay wrote: > It's an OS X Service and apps can hook into it if they want. I suspect > LiveCode doesn't do it because of its cross-platform nature. None of the > other operating systems have it and branching the engine code to

Re: Finally found one.

2012-10-02 Thread Pierre Sahores
Jacque, Try inside opencard : if MyStartUpVar is not a number then send opencard to this cd in 0 milliseconds put "1" into MyStartUpVar end if or : something with message without waiting Best, Pierre Le 2 oct. 2012 à 22:06, J. Landman Gay a écrit : > On 10/2/12 12:49 PM, Mark Wieder wrote

Re: Finally found one.

2012-10-02 Thread John Craig
Hi, Craig. Looks like the trouble is that you've always got a pending message, so after you press stop, there's another message fired immediately to start things rolling again. try this handler in the card; command cancelMessages pMessages -- cancel any pending messages in the pMessages li

RE: iPhone 5 and iOS 6

2012-10-02 Thread John Dixon
Chinese whispers ?...:-) > On 10/2/12 2:59 PM, John Dixon wrote: > > I got a different answer :-) > > > > 'You have correctly identified the current workaround to getting your apps > > to run > > on iOS 6. This will be resolved with the next release of LiveCode, due out > > shortly, 5.5.2 is not

Re: iPhone 5 and iOS 6

2012-10-02 Thread Matthias Rebbe
That´s funny. 4 days ago i asked on the dev list "What combination of xCode and Livecode do i have to use, when i want to create apps that run on iPhone 4 with iOS 5.x/iOS6 and iPhone 5?" And Ben´s answer was: with LiveCode 5.5.2 use xCode 4.4.1 with LiveCode 5.5.3 use xCode 4.5 As i do not

Re: Finally found one.

2012-10-02 Thread J. Landman Gay
On 10/2/12 3:42 PM, John Craig wrote: Hi, Craig. Looks like the trouble is that you've always got a pending message, so after you press stop, there's another message fired immediately to start things rolling again. try this handler in the card; command cancelMessages pMessages -- cancel an

Re: Finally found one.

2012-10-02 Thread Mark Wieder
J. Landman Gay writes: > I added "wait 0 with messages" to Craig's card handler and it didn't > work. :( I've been tinkering with it and I can't find anything so far > that makes it work. OK - granted I've only tried it on Windows and linux so far. There may be some other platform out there. I

Re: [OT] Boasting

2012-10-02 Thread Mark Wieder
Richmond writes: > I have just sold my FIRST copy of Devawriter Pro for $50. !!! Yay! Congratulations. -- Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubsc

Re: command-click on a word

2012-10-02 Thread J. Landman Gay
On 10/2/12 3:39 PM, Timothy Miller wrote: Now I'm curious again. I suppose the definition of "our jobs," as above, has changed on the LC list. Is the LC list mostly comprised of developers writing mobile apps these days? I just meant that anyone developing cross platform apps (Windows, OS X,

Re: [OT] What does Richmond do with Livecode?

2012-10-02 Thread Bob Sneidar
I won't interact with people/organizations like that. Another thing that ticks me off is multiple redirects, so that if you click the back button it clicks in again, ostensibly padding their click in stats for their advertisers. I will not interact with a site like that or buy anything from them

OT?: What Apple, Microsoft and the Rest of Them Don’t Get

2012-10-02 Thread Mark Wieder
Not too far OT, apropos some recent discussions here: http://scienceblogs.com/gregladen/2012/09/29/what-apple-microsoft-and-the-rest-of-them-dont-get/ -- Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: iOS No code signature found!

2012-10-02 Thread Bob Sneidar
The keychain, as useful as it is, can be problematic. I have had situations where I had to delete the password entry for a wireless network to be able to connect to a wireless, and the password had NOT changed! The keychain entry just got borked somehow. Bob On Oct 2, 2012, at 8:01 AM, Rick

Re: iPad?

2012-10-02 Thread J. Landman Gay
On 10/2/12 3:14 PM, Richmond wrote: Does anybody know whether a standard MacINTEL build will transfer "seamlessly" (Ha, Ha, Ha) to iPad??? Define "standard". :) Usually you need to adjust a lot of the UI for mobile apps, and you may need to write code to support some native controls. -- Jac

Re: [OT] Facebook

2012-10-02 Thread Bob Sneidar
I got that email, only they were not asking for a secondary address for security purposes. They wanted to open my email account and scrape it for addresses. They promised to be really, really careful with the information I gave them. At first I thought it was a scam, but it turned out it really

Re: iPad?

2012-10-02 Thread Bob Sneidar
I don't know that much about development on iOS, but if Apple defines a place you can store documents your apps create, then I suspect that will get synched to iCloud. Only one way to know for sure! Bob On Oct 2, 2012, at 1:14 PM, Richmond wrote: > Goofy question really. > > I was in my

Re: command-click on a word

2012-10-02 Thread Bob Sneidar
So sorry my bad. It is control. On Oct 2, 2012, at 5:42 AM, Peter M. Brigham wrote: > On Oct 1, 2012, at 6:42 PM, Bob Sneidar wrote: > >> Command clicking and right-clicking are the same thing in OS x (unless you >> changed the default prefs). > > Unless I am mistaken, this is not true. In O

Re: command-click on a word

2012-10-02 Thread Bob Sneidar
No the core of it was presented to me by another LC dev, and I modified it to suit my needs. I just didn't want to go through the trouble of making it generic again. Bob On Oct 2, 2012, at 1:39 PM, Timothy Miller wrote: > There's my answer. Thanks, J. > > On Oct 1, 2012, at 4:00 PM, J. Land

Re: iPhone 5 and iOS 6

2012-10-02 Thread Bob Sneidar
Erm... wait for LC 5.5.3? On Oct 2, 2012, at 1:50 PM, Matthias Rebbe wrote: > That´s funny. 4 days ago i asked on the dev list > > "What combination of xCode and Livecode do i have to use, when i want to > create apps that run on iPhone 4 with iOS 5.x/iOS6 and iPhone 5?" > > And Ben´s answer

Re: iPhone 5 and iOS 6

2012-10-02 Thread J. Landman Gay
On 10/2/12 3:47 PM, John Dixon wrote: Chinese whispers ?...:-) Yeah, maybe. But I still don't know what to do. I suppose if it crashes, Apple will be happy to tell me so. BTW, I had to look that up. We've always called it "Telephone". On 10/2/12 2:59 PM, John Dixon wrote: I got a diffe

Re: iPhone 5 and iOS 6

2012-10-02 Thread Terry Judd
On 03/10/2012, at 6:51 AM, "Matthias Rebbe" wrote: > That´s funny. 4 days ago i asked on the dev list > > "What combination of xCode and Livecode do i have to use, when i want to > create apps that run on iPhone 4 with iOS 5.x/iOS6 and iPhone 5?" > > And Ben´s answer was: > > with LiveCode

[OT] The ultimate Chinese copy of an original

2012-10-02 Thread Roger Eller
http://www.kotaku.com.au/2012/10/close-ups-of-wax-steve-jobs-are-creepy/ ~Roger ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com

Re: [OT] The ultimate Chinese copy of an original

2012-10-02 Thread Bob Sneidar
Why do Vimeo videos play so gawdawefully badly on my Macbook Pro with a 100 Mbit internet connection?? On Oct 2, 2012, at 3:25 PM, Roger Eller wrote: > http://www.kotaku.com.au/2012/10/close-ups-of-wax-steve-jobs-are-creepy/ > > ~Roger > ___ > use-live

Android Native Input Control Keyboard stuck on

2012-10-02 Thread Ralph DiMola
1) All is good until I try to move to another card. The keyboard stay active. Does anyone know how to make the keyboard go away? If one hits the physical back button the keyboard disappears and all is well but no LC message is generated(not that I need it). I tried the o'l "set focus to nothing" al

Re: Finally found one.

2012-10-02 Thread dunbarx
Mark. I know that. I know that "wait" is blocking without the "with messages" part. I found this a terrific and profound improvement over HC. I've been around the block, you know. What I am missing, though, is what happens during the time a script has finished, and a new message is sent "i

How do you group two groups on two separate cards?

2012-10-02 Thread Charles Szasz
Some time ago I was able to group two different groups on two cards in a stack. Unfortunately, I do not remember how I did this! I tried the following script in the message box: group group "one" of card "two" and group "two" of card "three" This does group the two groups but it also puts them

Re: Finally found one.

2012-10-02 Thread dunbarx
John. Just read your post. I came to the same conclusion. See the last entry in the thread in the forums. But it seems like each time a pending message is queued, a message is sent, so I do not see why these should build up. But I posted an example, similar to your thinking, and it obviously

Re: How do you group two groups on two separate cards?

2012-10-02 Thread Terry Judd
On 03/10/2012, at 10:50 AM, Charles Szasz wrote: > Some time ago I was able to group two different groups on two cards in a > stack. Unfortunately, I do not remember how I did this! I tried the following > script in the message box: > > group group "one" of card "two" and group "two" of card "

Re: How do you group two groups on two separate cards?

2012-10-02 Thread Charles Szasz
Terry, I need both groups to remain on their respected cards. As I stated before, I was able to group 20 separate groups in another project. I wish I has written down the procedure! Charles Szasz csz...@mac.com ___ use-livecode mailing list use-l

Re: Finally found one.

2012-10-02 Thread Mark Wieder
Craig- Tuesday, October 2, 2012, 5:49:03 PM, you wrote: > I've been around the block, you know. LOL. You and me both, buddy. > Does the existence of a pending message block a new call to that > very handler from another source? The stop works if the code runs as > shown. It fails if the repeat

Re: Finally found one.

2012-10-02 Thread Mark Wieder
Jacque- Tuesday, October 2, 2012, 1:56:30 PM, I wrote: > OK - granted I've only tried it on Windows and linux so far. > There may be some other platform out there. > I'll give it a try again when I get back to my mac. OK - no surprise here. Same result on OSX. -- -Mark Wieder mwie...@ahsoftwa

Re: Finally found one.

2012-10-02 Thread Mark Wieder
Jacque- Tuesday, October 2, 2012, 1:50:27 PM, you wrote: > Ah, that's it. I tried handling pending messages differently but in the > wrong place: > on showRandoms tSecs >put random(99) >wait 0 with messages >if tSecs = 0 then > exit to top >end if >if tSecs > the seconds

Re: Finally found one.

2012-10-02 Thread Scott Rossi
Not speaking as an authority, just from my own experienceŠ "exit xyz" exits the current handler, and allows a calling handler to continue executing, if present "exit to top" exits and stops executing the current handler and any calling handler if present; any pending messages will be sent "send

Re: How do you group two groups on two separate cards?

2012-10-02 Thread J. Landman Gay
On 10/2/12 8:19 PM, Charles Szasz wrote: Terry, I need both groups to remain on their respected cards. As I stated before, I was able to group 20 separate groups in another project. I wish I has written down the procedure! I don't think it's possible to have a container group that doesn't have

Re: Finally found one.

2012-10-02 Thread J. Landman Gay
On 10/2/12 8:29 PM, Mark Wieder wrote: Jacque- Tuesday, October 2, 2012, 1:50:27 PM, you wrote: Ah, that's it. I tried handling pending messages differently but in the wrong place: on showRandoms tSecs put random(99) wait 0 with messages if tSecs = 0 then exit to top e

Re: Finally found one.

2012-10-02 Thread Mark Wieder
Jacque- Tuesday, October 2, 2012, 7:12:32 PM, you wrote: > Yeah. I pasted the wrong one of many attempts that were stacked up in > the script editor. Some of them had lots of commented lines and I just > uncommented everything and pasted. That's my story and I'm sticking with it. Copy is no prob

Re: Finally found one.

2012-10-02 Thread J. Landman Gay
On 10/2/12 7:49 PM, dunb...@aol.com wrote: Does the existence of a pending message block a new call to that very handler from another source? The stop works if the code runs as shown. It fails if the repeat construct is commented out. That is what I am trying to understand. The exit to top wil

Re: Finally found one.

2012-10-02 Thread Mark Wieder
Scott- Yes to all the above with the exception that I'm not sure send xyz to me in 0 milliseconds gives any time for other messages to get through. -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: [OT] The ultimate Chinese copy of an original

2012-10-02 Thread Colin Holgate
It's a recent video too, that's an iPhone 5 near the end. On Oct 2, 2012, at 6:25 PM, Roger Eller wrote: > >http://www.kotaku.com.au/2012/10/close-ups-of-wax-steve-jobs-are-creepy/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please vis

Re: Android Native Input Control Keyboard stuck on

2012-10-02 Thread J. Landman Gay
On 10/2/12 6:10 PM, Ralph DiMola wrote: 1) All is good until I try to move to another card. The keyboard stay active. Does anyone know how to make the keyboard go away? If one hits the physical back button the keyboard disappears and all is well but no LC message is generated(not that I need it).

Re: How do you group two groups on two separate cards?

2012-10-02 Thread Terry Judd
On 03/10/2012, at 11:19 AM, Charles Szasz wrote: > Terry, > > I need both groups to remain on their respected cards. As I stated before, I > was able to group 20 separate groups in another project. I wish I has written > down the procedure! Sorry - no other ideas. I'd like to know how you did

State of the internet

2012-10-02 Thread J. Landman Gay
Interesting set of graphs. Looks like RR was wise to focus on mobile: I suppose in ten years we'll look at our desktop machines with the same nostalgia as we do now with typewriters. At least, those of us who remember typew

Re: State of the internet

2012-10-02 Thread Mark Wieder
Jacque- Tuesday, October 2, 2012, 8:00:38 PM, you wrote: > I suppose in ten years we'll look at our desktop machines with the same > nostalgia as we do now with typewriters. At least, those of us who > remember typewriters, which of course I've only read about... ...I've heard about reading. Wh

Re: State of the internet

2012-10-02 Thread J. Landman Gay
On 10/2/12 10:34 PM, Mark Wieder wrote: Jacque- Tuesday, October 2, 2012, 8:00:38 PM, you wrote: I suppose in ten years we'll look at our desktop machines with the same nostalgia as we do now with typewriters. At least, those of us who remember typewriters, which of course I've only read about

Re: Would anyone mind..

2012-10-02 Thread Mark Smith
Mike Bonner wrote > er.. vcs. :) cvs is dislexia. Thanks :-) -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Would-anyone-mind-tp4655630p4655780.html Sent from the Revolution - User mailing list archive at Nabble.com. __

Re: [OT] Boasting

2012-10-02 Thread Mark Smith
Richmond Mathewson-2 wrote > I have just sold my FIRST copy of Devawriter Pro for $50. While this is Whup, whup!! May there be many more to come!! -- Mark -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/OT-Boasting-tp4655748p4655781.html Sent from the Revoluti

Re: State of the internet

2012-10-02 Thread Mark Wieder
Jacque- Tuesday, October 2, 2012, 8:00:38 PM, you wrote: > Interesting set of graphs. Looks like RR was wise to focus on mobile: > Very interesting. Thanks. But... Smartphone sales soon to dwarf personal computer sales? Fir

Re: State of the internet

2012-10-02 Thread Richard Gaskin
J. Landman Gay wrote: > Interesting set of graphs. Looks like RR was wise to focus on mobile: > > Laptops overtook desktop sales nearly a decade ago. This mobile trend has been progressing steadily since, enjoying ever-stee

Re: Finally found one.

2012-10-02 Thread Scott Rossi
Mark: One thing worth noting is that "send xyz to me in 0 millisecs" can allow screen updates and other events to take place, while attempts to do the same in a repeat loop may not. So I'm pretty sure other events will take place before the send is executed. This is why long running sessions

Reading the First Line of a DataGrid

2012-10-02 Thread Mark Stuart
Hi all, I'm trying to get the first line of a loaded DataGrid to be selected. At the end of the script that loads the DataGrid, I have the following 2 lines: set the dgLine of grp "DataGrid" to 1 send "selectionChanged" to grp "DataGrid" I've also tried: set the dgLine of gr

Working with retina projects and development screen size real estate

2012-10-02 Thread Magicgate Software - Skip Kimpel
Quick question, as I must be missing something obvious that I am sure one of you can point out. I am developing an iPad3 app (2048x1536) and the stack size is HUGE and certainly won't fit on my laptop screen. Other than stating the obvious of "get a bigger screen" is there a way to "zoom out" of

Re: State of the internet

2012-10-02 Thread J. Landman Gay
On 10/2/12 11:10 PM, Mark Wieder wrote: (someone clue me in on what a "feature phone" is) They're a business magazine, they don't know the jargon, and "not-dumb-phone" is longer to spell. ...and folks who haven't yet bought into all the hype are the "under-penetrated segments in U.S."? A

Re: Reading the First Line of a DataGrid

2012-10-02 Thread Peter Haworth
I'm a bit rusty on datagrids but shouldn't it be dghilitedline? On Oct 2, 2012 9:40 PM, "Mark Stuart" wrote: > Hi all, > I'm trying to get the first line of a loaded DataGrid to be selected. > > At the end of the script that loads the DataGrid, I have the following 2 > lines: > set the dg

Re: Working with retina projects and development screen size real estate

2012-10-02 Thread J. Landman Gay
On 10/2/12 11:58 PM, Magicgate Software - Skip Kimpel wrote: Quick question, as I must be missing something obvious that I am sure one of you can point out. I am developing an iPad3 app (2048x1536) and the stack size is HUGE and certainly won't fit on my laptop screen. Other than stating the ob

Re: Finally found one.

2012-10-02 Thread John Craig
Hi, Craig. There's no message build up : every time you send a 'showRandoms tSecs', you schedule another 'showRandoms tSecs' if your time check is true, so there's one pending. Pressing the stop button just makes another call to the handler, it doesn't cancel the scheduled message - it's still

Re: Working with retina projects and development screen size real estate

2012-10-02 Thread Guglielmo Braguglia
Mmmm ... why not develop simply for the normal iPad (1024 x 768) and then make a "retina" scaling ? iPad3 is like iPhone4 ... same screen size of previous model but double density. Creating your stack on a real 2048 x 1536 Mac screen can lead you to put too many objects (controls) that, on th

RE: What Apple,Microsoft and the Rest of Them Don't Get

2012-10-02 Thread Lynn Fredricks
> Not too far OT, apropos some recent discussions here: > > http://scienceblogs.com/gregladen/2012/09/29/what-apple-microsoft-and-the-re st-of-them-dont-get/ > Very interesting, but he mixes together some things that do not seem to me to go together, and he's failed to make himself an informed b