Re: list field not getting arrowkey msg

2015-07-21 Thread Dr. Hawkins
Foolish question, but have you tried creating a new field from scratch, pasting the script, and seeing if that works? I've had to do that a couple for times when some exotic and non-displayed property or another got set. -- Dr. Richard E. Hawkins, Esq. (702) 508-8462

Re: list field not getting arrowkey msg

2015-07-21 Thread Peter M. Brigham
That's my next step. -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig On Jul 21, 2015, at 11:26 AM, Dr. Hawkins wrote: Foolish question, but have you tried creating a new field from scratch, pasting the script, and seeing if that works? I've had to do that a

Re: list field not getting arrowkey msg

2015-07-21 Thread Peter M. Brigham
When I add select line lineNbr of me or select before line lineNbr of me right after set the hilitedline of me to lineNbr in my mouseup handler, it makes no difference. Arrowkeys up and down still do nothing. Not sure what you mean when you say that an insertion point of some

Re: New Indy License Pricing

2015-07-21 Thread Earthednet-wp
Bob, I subscribed to the Indy license with the understanding that it is the same as a commercial license, but for only a single developer. Hope I'm right. Bill William Prothero http://es.earthednet.org On Jul 21, 2015, at 7:29 AM, Bob Sneidar bobsnei...@iotecdigital.com wrote: Pardon my

Re: list field not getting arrowkey msg

2015-07-21 Thread Mike Bonner
What I mean is.. When I use tab to change focus between fields, the arrow keys do nothing in the field I tabbed into. When I click and select a line in the field, then the arrow keys work. In the former, the focusedobject correctly shows the field in question, but has no selectedchunk. In the

Re: list field not getting arrowkey msg

2015-07-21 Thread Bob Sneidar
I ran into this and just worked around it. Bob S On Jul 19, 2015, at 06:07 , Peter M. Brigham pmb...@gmail.com wrote: I have a list field in one stack that isn't behaving properly. List fields are supposed to allow up and down arrowkeys to move the hilited line. From the dictionary: If

Re: The width and height of a stack

2015-07-21 Thread Bob Sneidar
I think I have a corrupted card. I noticed that when resizing the card some objects change their position. When I look at the object’s properties however, I am not using the geometry manager. I will probably try to re-create the card. Bob S On Jul 17, 2015, at 21:26 , Paul Hibbert

Re: How to Deploy Apps to Android Devices

2015-07-21 Thread J. Landman Gay
On July 21, 2015 6:51:16 AM CDT, Jana Doughty jana.doug...@livecode.com wrote: Hi LiveCode Community, Lots of you have asked about Android. Did you know you can deploy apps to Android Devices and it takes just one click? Here's how to do it and how to avoid errors in doing so:

Re: list field not getting arrowkey msg

2015-07-21 Thread Mike Bonner
Having a line hilited isn't enough. It seems you MUST have an insertion point of some type. Either select the line lineNbr, or if there is nothing selected, set the selectedchunk to char 1 to 0 of me On Tue, Jul 21, 2015 at 8:38 AM, Peter M. Brigham pmb...@gmail.com wrote: On Jul 21, 2015,

Re: New Indy License Pricing

2015-07-21 Thread Chris Sheffield
There are two other limitations to be aware of, if I understand the terms correctly: 1) Your company/organization cannot have more than 5 employees total, and 2) cannot make more than $500,000 per year. On Jul 21, 2015, at 10:06 AM, Earthednet-wp proth...@earthednet.org wrote: Bob, I

Re: New License Idea for Hobbyists

2015-07-21 Thread Roger Guay
Well, correct me if I'm wrong, but I am under the impression that Apple will not accept open source code, so I think I need a commercial license. Plus, I think this would give RR a more reliable income scheme than the occasional unsolicited donation. Best, Roger Sent from my iPad On Jul

Re: LiveCode and SQLite performace

2015-07-21 Thread Kay C Lan
An example of half a dozen records please. Maybe a couple of very short, a couple of the longest and a couple of average. How big is the db file size - MB not record count? On Wed, Jul 22, 2015 at 7:55 AM, Michael Doub miked...@gmail.com wrote: I need some database consulting help. I have

Re: [BUG] HTMLText H5 incorrectly converted

2015-07-21 Thread Kay C Lan
Thanks Mark for the update. With the recent announcement about the progress with HTML5 I'm sure this will become more and more important. In my naive understanding of what you are saying it sounds to me like some kind of CSS for LC. On Tue, Jul 21, 2015 at 8:58 PM, Mark Waddingham

RE: Problem downloading file to iPhone

2015-07-21 Thread John Dixon
Neil, Thanks, that did it ...:-) Date: Tue, 21 Jul 2015 12:49:57 +0100 From: n...@livecode.com To: use-livecode@lists.runrev.com Subject: Re: Problem downloading file to iPhone Hi John, iOS is very picky with URLs. Try URLEncoding the text file name and attempting the download

Re: list field not getting arrowkey msg

2015-07-21 Thread J. Landman Gay
On July 21, 2015 9:38:11 AM CDT, Peter M. Brigham pmb...@gmail.com wrote: I don't see anything in my mouseup script that would change the focus: on mouseup tBtn select empty -- putting focus on me here doesn't fix the problem As a test, remove the select empty line and see what happens.

Re: New Indy License Pricing

2015-07-21 Thread Andrew Kluthe
Just read through some of the forum threads. Price Increase? No big deal. Commercial vs Open Source Feature Parity? Could also be no big deal if done with some good intentions. Only Subscription licensing? No big deal, helps keep costs down for us to stay bleeding edge and helps stabilize the

New License Idea for Hobbyists

2015-07-21 Thread Roger Guay
Hi Heather, How about a $99 per year commercial license for hobbyists who want to build free apps (no profit)? I’ll be the first to sign up!! Thanks and cheers, Roger Guay ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: list field not getting arrowkey msg

2015-07-21 Thread Mike Bonner
Hey, in fact, the easiest test I can find to prove this is.. put a mouseup handler in a field with ONLY select empty. Then try it. Boom, no arrow keys. On Tue, Jul 21, 2015 at 10:44 AM, Mike Bonner bonnm...@gmail.com wrote: What I mean is.. When I use tab to change focus between fields, the

Re: list field not getting arrowkey msg

2015-07-21 Thread Richard Gaskin
Mike Bonner wrote: What I mean is.. When I use tab to change focus between fields, the arrow keys do nothing in the field I tabbed into. When I click and select a line in the field, then the arrow keys work. In the former, the focusedobject correctly shows the field in question, but has no

Re: list field not getting arrowkey msg

2015-07-21 Thread Mike Bonner
Heres the bug you reported Richard: http://quality.runrev.com/show_bug.cgi?id=13689 Going to add a note to it. On Tue, Jul 21, 2015 at 10:55 AM, Mike Bonner bonnm...@gmail.com wrote: Depends, I went back to 6.6.2. Don't know if it goes farther back than 5.5, but.. is this expected behavior or

Re: list field not getting arrowkey msg

2015-07-21 Thread Mike Bonner
Depends, I went back to 6.6.2. Don't know if it goes farther back than 5.5, but.. is this expected behavior or no? I'll see if I can locate the report real quick. On Tue, Jul 21, 2015 at 10:50 AM, Richard Gaskin ambassa...@fourthworld.com wrote: Mike Bonner wrote: What I mean is.. When I

Re: New Indy License Pricing

2015-07-21 Thread Kay C Lan
On Wed, Jul 22, 2015 at 5:35 AM, Richard Gaskin ambassa...@fourthworld.com wrote: Some talk about this like it's tennis shoes... Everyone needs shoes, but few have any interest at all in programming. But not every one needs Tennis shoes. When HyperCard came out I was surprised and how many

Re: Visual Studio, anyone?

2015-07-21 Thread Kay C Lan
Didn't see that, thanks for pointing it out Andrew. On Tue, Jul 21, 2015 at 9:11 PM, Andrew Kluthe and...@ctech.me wrote: Visual Studio Code is a lightweight editor for os x, linux, and windows. It's based on the technology used to make Atom editor and is meant to be a cross-platform,

reliability of QT for sound files on Windows? :(

2015-07-21 Thread Curt Ford
I’ve had a series of modules done in recent years for a client that have many .mp3 files; sometimes one, sometimes up to 15 on a card. They’re stored in a folder named “media,” and I’ve set the fileName for the QT players by building the path to the correct mp3 file. This has worked fine on XP

Re: Behavior question

2015-07-21 Thread Mark Wieder
On 07/21/2015 04:55 PM, Peter Haworth wrote: I just tried a very simple test in another stack and it worked so there must be something in the stack with the problem that is preventing the behavior from being resolved. Well, it *should* work. In most cases anyway. The only thing I can think

Re: LiveCode and SQLite performace

2015-07-21 Thread Mark Wieder
On 07/21/2015 04:55 PM, Michael Doub wrote: I need some database consulting help. I have created an SQLite database that has 4 fields: ID, URL, tag, local. IS is integer, unique, URL is text not null unique and tag and local are just text. I have 600,000+ records. I use the ID to access

Re: Behavior question

2015-07-21 Thread Peter Haworth
Yes, of course behavior is a property but the control referred to in the behavior has a script and the loadData handler is in that script. Hope that clarifies things On Tue, Jul 21, 2015 at 8:44 PM Mark Wieder mwie...@ahsoftware.net wrote: On 07/21/2015 04:55 PM, Peter Haworth wrote: I just

Re: Behavior question

2015-07-21 Thread Peter Haworth
Right, the unhandled is what is throwing me, plus the fact that using send results in a runtime error. As I've found, what I'm doing works in a simplified environment so for some reason, this particular behavior isn't being resolved, just can't figure out why. On Tue, Jul 21, 2015 at 8:44 PM

Re: New License Idea for Hobbyists

2015-07-21 Thread Mark Wieder
On 07/21/2015 04:59 PM, Monte Goulding wrote: that might be a bit pedantic on the part of the FSF… Wot? FSF pedantic? -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: New License Idea for Hobbyists

2015-07-21 Thread Ludovic THEBAULT
Le 21 juil. 2015 à 20:08, Roger Guay i...@mac.com a écrit : Hi Heather, How about a $99 per year commercial license for hobbyists who want to build free apps (no profit)? I’ll be the first to sign up!! +10 ___ use-livecode mailing list

Re: Has the founders on-rev package been reduced to 25 GB?

2015-07-21 Thread Simon
Just to close my end of this thread. Simple email to support and the problem was fixed. Loaded up the disk to 105 GB and received an email from Heather saying, and I'm paraphrasing here, I like you but you're over 100 GB. Simon -- View this message in context:

Re: New License Idea for Hobbyists

2015-07-21 Thread Mike Bonner
I like this idea. And it would be a way for poor folks like me to help cash flow runrev without a huge crushing dent in my paltry bank account. Would be nice to be able to give away apps without having to provide source. On Tue, Jul 21, 2015 at 12:21 PM, Ludovic THEBAULT

JSON parser discovery

2015-07-21 Thread Mark Wieder
A coworker hipped me to the fact that OSX has a built-in json parser. As does linux. Takes input from stdin and sends to stdout, so json_pp filename will parse and pretty-print a json file for you. I was feeling uneasy about posting json data to online parsers, and this does the trick quite

Re: list field not getting arrowkey msg

2015-07-21 Thread Peter M. Brigham
On Jul 21, 2015, at 12:44 PM, Mike Bonner wrote: What I mean is.. When I use tab to change focus between fields, the arrow keys do nothing in the field I tabbed into. When I click and select a line in the field, then the arrow keys work. In the former, the focusedobject correctly shows the

Re: Has the founders on-rev package been reduced to 25 GB?

2015-07-21 Thread J. Landman Gay
On 7/21/2015 1:34 PM, Simon wrote: Just to close my end of this thread. Simple email to support and the problem was fixed. Loaded up the disk to 105 GB and received an email from Heather saying, and I'm paraphrasing here, I like you but you're over 100 GB. I like you too for posting that. It

Re: New Indy License Pricing

2015-07-21 Thread Andrew Kluthe
Exactly my point, I don't think there is an easy answer here besides what runrev is wanting to do. They said it themselves, they have to. I think the reaction is a result of mistrust/fear and not actual issues with what's being proposed. Are you going to quiet all alarmists and settle every

Re: list field not getting arrowkey msg

2015-07-21 Thread Peter M. Brigham
So creating a new list field (with the same script as the old one) and deleting the old list field did the trick. I don't know what field property setting that I was unaware of caused this problem. AFAIK, there should be no field property that blocks a list field from getting arrowkey messages,

Re: New License Idea for Hobbyists

2015-07-21 Thread Richard Gaskin
Roger Guay wrote: How about a $99 per year commercial license for hobbyists who want to build free apps (no profit)? I’ll be the first to sign up!! How about free, with the option to donate $99 if you choose? -- Richard Gaskin Fourth World Systems Software Design and Development for the

Re: New Indy License Pricing

2015-07-21 Thread J. Landman Gay
On 7/21/2015 12:22 PM, Andrew Kluthe wrote: No, that's not what we want to do. We are committed to being Open Source. Until you hit another funding wall and then those wants becomes have to's? I'm curious how one would fund development on a massive project like LC when almost everyone is

Re: list field not getting arrowkey msg

2015-07-21 Thread Mike Bonner
Very weird. I can't get arrow keys to work with any list field if the selection is empty. But hey, all that matters is that it works. On Tue, Jul 21, 2015 at 1:46 PM, Peter M. Brigham pmb...@gmail.com wrote: On Jul 21, 2015, at 12:44 PM, Mike Bonner wrote: What I mean is.. When I use tab

Re: New Indy License Pricing

2015-07-21 Thread Richard Gaskin
Andrew Kluthe wrote: Price Increase? No big deal. Even less so when we consider that the new price was the price before last year's experiment with lower prices. In fact, it's only $4 more than I used to pay for annual renewals with MetaCard back in '98, after paying an initial licensing

Re: New Indy License Pricing

2015-07-21 Thread Pierre Sahores
Le 21 juil. 2015 à 23:12, JB sund...@pacifier.com a écrit : I hope they are making money because it is a good programming language. For sure ! It’s both an amazing XTalk and, less well known, one of the best and most mature functional programming language ever published... -- Pierre

Re: JSON parser discovery

2015-07-21 Thread Jim Lambert
MarkW wrote: json_pp filename Mark, Very handy. Fast too. Thanks! Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: New Indy License Pricing

2015-07-21 Thread Pierre Sahores
Le 21 juil. 2015 à 23:35, Richard Gaskin ambassa...@fourthworld.com a écrit : And given human nature, those who are satisfied with the change will be happily enjoying it rather than writing about it, giving disproportionate voice to a relatively small subset of the group. ;D -- Pierre

Re: New Indy License Pricing

2015-07-21 Thread Matthias Rebbe | M-R-D
I hope its along these lines and not You can't deploy to Rasp pi, android Just a little note: Raspberry Pi deployment is only supported by the community version. Matthias ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

RE: New License Idea for Hobbyists

2015-07-21 Thread Lynn Fredricks
How about a $99 per year commercial license for hobbyists who want to build free apps (no profit)? I'll be the first to sign up!! How about free, with the option to donate $99 if you choose? As a customer, I love free stuff. As a vendor, I kind of like it too because it can be a type

Re: New License Idea for Hobbyists

2015-07-21 Thread Richard Gaskin
Lynn Fredricks wrote: For example, consider $99 for commercial for free applications. You could have a company buy such a license, and produce all sorts of compiled applications for internal use, or use by their customers. They are still generating a profit off of whatever is being supported

Re: New Indy License Pricing

2015-07-21 Thread Richard Gaskin
Pierre Sahores wrote: Le 21 juil. 2015 à 23:35, Richard Gaskin a écrit : And given human nature, those who are satisfied with the change will be happily enjoying it rather than writing about it, giving disproportionate voice to a relatively small subset of the group. ;D Don't mind

Re: New Indy License Pricing

2015-07-21 Thread David Bovill
I want to send gzip encoded data back from the LiveCode server I'm working on. According to the docs: compress function uses the slob compression library. And according to Wikipedia The Content-Encoding/Accept-Encoding and Transfer-Encoding/TE headers in HTTP

Re: New Indy License Pricing

2015-07-21 Thread JB
If like you say most people are using the free version it makes me wonder what the income difference is using a subscription plan compered to purchasing it. I hope they are making money because it is a good programming language. John Balgenorth On Jul 21, 2015, at 12:16 PM, J. Landman Gay

Behavior question

2015-07-21 Thread Peter Haworth
I have a button named myButton with a behavior myBehavior whose script includes a handler named loadData. From anther control I execute: dispatch loadData to button myButton The loadData handler is not executed and the it variable contains unhandled after the dispatch command. That should

Re: Has the founders on-rev package been reduced to 25 GB?

2015-07-21 Thread Mark Wieder
On 07/21/2015 12:24 PM, J. Landman Gay wrote: I like you too for posting that. It irritates me when some people (not you, but some responders to the thread) assume malice on the part of the company. Anyone who has met them or worked with them knows they are honest and responsible people who

Re: Behavior question

2015-07-21 Thread J. Landman Gay
On 7/21/2015 4:02 PM, Peter Haworth wrote: I have a button named myButton with a behavior myBehavior whose script includes a handler named loadData. From anther control I execute: dispatch loadData to button myButton The loadData handler is not executed and the it variable contains

Re: New Indy License Pricing

2015-07-21 Thread J. Landman Gay
On 7/21/2015 5:15 PM, Richard Gaskin wrote: Ask any product manager, or restaurant owner, or retail manager, or anyone else who thoroughly reviews customer feedback. Sentiment almost always skews negative Which has spawned the sage advice regarding web sites to never read the comments. Some

Re: Programatically complete an answer dialog ?

2015-07-21 Thread Peter W A Wood
Bob On 21 Jul 2015, at 22:33, Bob Sneidar bobsnei...@iotecdigital.com wrote: Unless you get into the answer dialog stack and play around or craft your own, I don’t think so. The problem is, the answer dialog is a modal stack itself and no processing happens until you dismiss it. Bob S

Re: Programatically complete an answer dialog ?

2015-07-21 Thread Mike Bonner
You can put this into a button to find out the name of the stack. (Which turns out to be named Answer Dialog) on mouseUp send set the mystacks of this stack to the openstacks to me in 1 second answer information HI! put the mystacks of this stack end mouseUp On Tue, Jul 21, 2015 at

Re: Behavior question

2015-07-21 Thread Peter Haworth
Thanks Jacque, that might have yielded a clue. When I use send, I get a runtime error can't find handler. I've had issues in the past with behavior references not being resolved, to the extent that I wrote a handler to re-establish all object behavior references when my stack opens. Maybe this

Re: Behavior question

2015-07-21 Thread Peter Haworth
It's a command. Even checked the spelling and also copy/pasted the handler name from it's declaration into the dispatch command. On Tue, Jul 21, 2015 at 3:33 PM Richard Gaskin ambassa...@fourthworld.com wrote: Is loadData defined as a command or a function? -- Richard Gaskin Fourth

Re: Behavior question

2015-07-21 Thread dunbarx
I am not sure I understand. If myButton has a handler in its script called loadData, then the dispatch command should work regardless of any behaviors. This is direct, message-bypassing, er, behavior. If the behavior of that other control, was set to the long id of myButton, then simply

Re: Behavior question

2015-07-21 Thread Richard Gaskin
Is loadData defined as a command or a function? -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web ambassa...@fourthworld.com

Re: Behavior question

2015-07-21 Thread Peter Haworth
Craig, The loadData command is in the behavior script, not the script of myButton. On Tue, Jul 21, 2015 at 3:24 PM dunb...@aol.com wrote: I am not sure I understand. If myButton has a handler in its script called loadData, then the dispatch command should work regardless of any behaviors.

Re: Programatically complete an answer dialog ?

2015-07-21 Thread Peter W A Wood
Thanks Mike On 22 Jul 2015, at 06:49, Mike Bonner bonnm...@gmail.com wrote: You can put this into a button to find out the name of the stack. (Which turns out to be named Answer Dialog) on mouseUp send set the mystacks of this stack to the openstacks to me in 1 second answer

Re: Behavior question

2015-07-21 Thread dunbarx
Peter. A behavior is a property, not a handler in a script. That property is the long id of a button, which contains what one might call a behavior handler. The behavior handler is put into sort of its own separate message path, accessed by other controls that have their behavior properties

Re: Behavior question

2015-07-21 Thread Peter Haworth
I just tried a very simple test in another stack and it worked so there must be something in the stack with the problem that is preventing the behavior from being resolved. On Tue, Jul 21, 2015 at 3:53 PM Peter Haworth p...@lcsql.com wrote: It's a command. Even checked the spelling and also

LiveCode and SQLite performace

2015-07-21 Thread Michael Doub
I need some database consulting help. I have created an SQLite database that has 4 fields: ID, URL, tag, local. IS is integer, unique, URL is text not null unique and tag and local are just text. I have 600,000+ records. I use the ID to access each record in most cases or I am filtering

Re: New License Idea for Hobbyists

2015-07-21 Thread Monte Goulding
On 22 Jul 2015, at 4:08 am, Roger Guay i...@mac.com wrote: How about a $99 per year commercial license for hobbyists who want to build free apps (no profit)? I’ll be the first to sign up!! I’m wondering if this problem will go away with Xcode 7 and the free developer program. As you

Re: New License Idea for Hobbyists

2015-07-21 Thread Roger Eller
Game changer huh? You mean you can side-load an app just like Android has always been able to? On Jul 21, 2015 8:00 PM, Monte Goulding mo...@sweattechnologies.com wrote: On 22 Jul 2015, at 4:08 am, Roger Guay i...@mac.com wrote: How about a $99 per year commercial license for hobbyists

Re: New License Idea for Hobbyists

2015-07-21 Thread Monte Goulding
On 22 Jul 2015, at 10:09 am, Roger Eller roger.e.el...@sealedair.com wrote: Game changer huh? You mean you can side-load an app just like Android has always been able to? Game changer in the iOS world… -- M E R Goulding http://goulding.ws/ Software development services Bespoke

Re: New License Idea for Hobbyists

2015-07-21 Thread Roger Eller
Indeed. ;) On Jul 21, 2015 8:11 PM, Monte Goulding mo...@sweattechnologies.com wrote: On 22 Jul 2015, at 10:09 am, Roger Eller roger.e.el...@sealedair.com wrote: Game changer huh? You mean you can side-load an app just like Android has always been able to? Game changer in the iOS

Re: list field not getting arrowkey msg

2015-07-21 Thread Kay C Lan
On Mon, Jul 20, 2015 at 11:17 AM, Peter M. Brigham pmb...@gmail.com wrote: Having found that the focus is on the card, for reasons best known to the engine (certainly not to me), What does the Message Watcher say? If on clicking on a line in the fld fires a salvo of messages, somewhere -

Re: Asynchronous Server Design

2015-07-21 Thread David Bovill
Thanks Mike / Richard. Brief comments below: On 20 July 2015 at 17:33, Mike Kerner mikeker...@roadrunner.com wrote: The main reason for doing things asynchronously are 1) to improve performance in a high-transaction environment 2) keep collisions to a minimum. In your case, it does not

Problem downloading file to iPhone

2015-07-21 Thread John Dixon
on the desktop this works, no problem... the text is placed in fld 1 on mouseUp put 001.French|The_simple_words.txt into thefilename put http://www.xx.on-rev.com//public_html/dixon/; thefilename into theURL put URL theURL into temp put temp into fld 1 end mouseUp How do I do

How to Deploy Apps to Android Devices

2015-07-21 Thread Jana Doughty
Hi LiveCode Community, Lots of you have asked about Android. Did you know you can deploy apps to Android Devices and it takes just one click? Here's how to do it and how to avoid errors in doing so: http://livecode.com/how-to-deploy-apps-to-android-devices/ Enjoy! Jana

Re: Problem downloading file to iPhone

2015-07-21 Thread Neil Roger
Hi John, iOS is very picky with URLs. Try URLEncoding the text file name and attempting the download again- put urlEncode(001.French|The_simple_words.txt) into theFilename Kind Regards, Neil LiveCode Technical Support Lead n...@livecode.com mailto:n...@livecode.com LiveCode +44

Re: Visual Studio, anyone?

2015-07-21 Thread Kay C Lan
On Tue, Jul 21, 2015 at 7:21 AM, Mike Kerner mikeker...@roadrunner.com wrote: Visual Studio now supports all platforms, and seems to run on all platforms??? Not sure where you're reading that. This website: https://www.visualstudio.com/products/visual-studio-community-vs Indicates that only

Re: Visual Studio, anyone?

2015-07-21 Thread Erik Beugelaar
It seems to be true... And native mobile apps too via Cordova. Hmm, i have a MS background and now i m really thinking to switch back to Visual Studio with C# and HTML/JavaScript. It is still the best IDE ever in my opinion. Verstuurd vanaf mijn Cubot X6. Mike Kerner

Re: How to Deploy Apps to Android Devices

2015-07-21 Thread Roger Eller
Excellent troubleshooting tips! Thank you Jana! On Tue, Jul 21, 2015 at 7:51 AM, Jana Doughty jana.doug...@livecode.com wrote: Hi LiveCode Community, Lots of you have asked about Android. Did you know you can deploy apps to Android Devices and it takes just one click? Here's how to do it

Re: Visual Studio, anyone?

2015-07-21 Thread Mike Kerner
Yes, after I started messing around to see what was going on, it turns out that the code editor piece can run on non MS but the visual editor only runs on windoze. I agree with you, a web app doesn't count. Otherwise, 4D's silly claim that Wakanda lets you build mobile apps would be reasonable.

Re: [BUG] HTMLText H5 incorrectly converted

2015-07-21 Thread Mark Waddingham
I doesn't go back to HyperCard, since HC had no native html capabilities. It does go back to MetaCard, and I vaguely recall some of the header level tags being italic back then. I suspect this was modelled on the most common browser interpretations at the time, which has changed quite a bit since

Re: Visual Studio, anyone?

2015-07-21 Thread Andrew Kluthe
Visual Studio Code is a lightweight editor for os x, linux, and windows. It's based on the technology used to make Atom editor and is meant to be a cross-platform, lightweight editor geared towards node.js, typescript, and the new ASP.NET cross-platform stuff. The new ASP.net is a total rewrite

Re: list field not getting arrowkey msg

2015-07-21 Thread Peter M. Brigham
I *have* a mouseup handler in the field, and it works fine. -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig On Jul 20, 2015, at 3:14 PM, J. Landman Gay wrote: But did you try a mouseUp handler? I'm curious if the field is recognized in any way. On 7/20/2015

Re: New Indy License Pricing

2015-07-21 Thread Bob Sneidar
Pardon my being late to the party, but I went to the web page and read up, but I still do not know what the “Indy” version is. I don’t want to miss the pricing deadline, but I also don’t want to subscribe to something then find out it is less than I wanted. Bob S On Jul 1, 2015, at 15:50 ,

Re: mySql to sqLite conversion

2015-07-21 Thread Bob Sneidar
Thanks Devin. Bob S On Jul 14, 2015, at 08:56 , Devin Asay devin_a...@byu.edu wrote: On Jul 14, 2015, at 9:05 AM, Bob Sneidar bobsnei...@iotecdigital.com wrote: Hi all. I came across this: http://livecode.byu.edu/database/mysql-sqliteExport.php Having a need to do this, I am

Re: Programatically complete an answer dialog ?

2015-07-21 Thread Bob Sneidar
Unless you get into the answer dialog stack and play around or craft your own, I don’t think so. The problem is, the answer dialog is a modal stack itself and no processing happens until you dismiss it. Bob S On Jul 14, 2015, at 17:23 , Peter W A Wood peterwaw...@gmail.com wrote: I have

Re: list field not getting arrowkey msg

2015-07-21 Thread Peter M. Brigham
On Jul 21, 2015, at 2:07 AM, Kay C Lan wrote: On Mon, Jul 20, 2015 at 11:17 AM, Peter M. Brigham pmb...@gmail.com wrote: Having found that the focus is on the card, for reasons best known to the engine (certainly not to me), What does the Message Watcher say? If on clicking on a line