Re: SOMETHING PRETTY BASSIC

2012-11-19 Thread Joe Lewis Wilkins
As it turns out, the problem was caused by "explicitVariables"; something I ran into when I first started working on this project again after a very long layoff. Frankly, I don't remember how to call variables "explicitly". I'm accustomed to just creating them by putting something into the varia

Re: SOMETHING PRETTY BASSIC

2012-11-19 Thread Joe Lewis Wilkins
Sorry, I just never think of it as "compiling", and it was throwing a number of errors. I just couldn't see them until I magnify everything. It's tough when you can't see. I'm sure you've put me on the track. Thanks. Joe Wilkins On Nov 19, 2012, at 10:00 PM, Joe Lewis Wilkins wrote: > Thanks f

Re: SOMETHING PRETTY BASSIC

2012-11-19 Thread Joe Lewis Wilkins
Thanks fellas. Sounds promising. Right now I'm trying to figure out how to compile a stack other than by building a standalone. Is there a simple way to compile a single stack? TIA, Joe Wilkins On Nov 19, 2012, at 9:49 PM, Scott Rossi wrote: > This is a long shot, but I've had a situation occ

Re: SOMETHING PRETTY BASSIC

2012-11-19 Thread Scott Rossi
This is a long shot, but I've had a situation occur several times where the script editor compiles and closes with a *technically* invalid script. The reason I say "technically" is that the script has a minor error that should cause the editor to throw an error, but instead it accepts the script,

Re: SOMETHING PRETTY BASSIC

2012-11-19 Thread Monte Goulding
Try recompiling the script. There's probably a compile error possibly a new reserved word like header or something... Cheers -- M E R Goulding Software development services mergExt - There's an external for that! On 20/11/2012, at 4:33 PM, Joe Lewis Wilkins wrote: > Hi LCers: > > I just ope

SOMETHING PRETTY BASSIC

2012-11-19 Thread Joe Lewis Wilkins
Hi LCers: I just opened one of several stacks in a project I've been working on for quite some time under LC 4.5.2, and I find that the Handlers in the Stack Script are not showing. The script and all of its handlers are there, but they are not listed in the menus Handler item or showing in the

iOS popover position

2012-11-19 Thread J. Landman Gay
Is there a way to position an iPad/iOS popover? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: Sharing a little stack

2012-11-19 Thread David C.
>> Hi there >> >> This little stack demonstrate resizing a rectangle in any direction >> >> Its also an exersice in calculating pendicular lines >> >> http://forums.runrev.com/viewtopic.php?f=9&t=13399 >> >> Michael Assuming that the stack doesn't require any really recent features, maybe you can

Re: [ANN] Installer Maker Plugin 1.7.14

2012-11-19 Thread Mark Schonewille
That should be 20 August. -- Kind regards, Mark Schonewille Economy-x-Talk Http://economy-x-talk.com Share the clipboard of your computer over a local network with Clipboard Link http://clipboardlink.economy-x-talk.com Op 20 nov. 2012 om 03:41 heeft Mark Schonewille het volgende geschreven:

[ANN] Installer Maker Plugin 1.7.14

2012-11-19 Thread Mark Schonewille
Hi everyone, I've updated Installer Maker Plugin for LiveCode. This version makes sure that the execution bit is set correctly for application packages installed on OSX if you created your installer on Windows. This new version is free for everyone who bought a license after 20 September 2012.

Re: ANN: ExplicitProperties plugin available

2012-11-19 Thread Peter Haworth
Thanks Alex. This reduces the ways I find to screw up my scripts by 1! Pete On Nov 19, 2012 5:53 PM, "Alex Tweedly" wrote: > I've just released a small plugin "ExplicitProperties", available through > http://www.tweedly.org > > I've long been a fan of explicitVariables in the IDE - the combinatio

ANN: ExplicitProperties plugin available

2012-11-19 Thread Alex Tweedly
I've just released a small plugin "ExplicitProperties", available through http://www.tweedly.org I've long been a fan of explicitVariables in the IDE - the combination of my sloppy typing and no-longer-youthful eyesight make it an invaluable help in finding my typing errors. In my current pro

Re: [OT] Re: Flingo -- does anyone use this program?

2012-11-19 Thread Mark Schonewille
I see. Yeah, that could be interesting. Personally, I have no need for it, but I could imagine I'd select Youtube videos on my iPhone and watch them on my TV. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http:/

Re: [OT] Re: Flingo -- does anyone use this program?

2012-11-19 Thread Michael Kann
I want to improve it using Livecode. --- On Mon, 11/19/12, Mark Schonewille wrote: From: Mark Schonewille Subject: [OT] Re: Flingo -- does anyone use this program? To: "How to use LiveCode" Date: Monday, November 19, 2012, 5:16 PM Why do you ask? -- Best regards, Mark Schonewille Economy-x

[OT] Re: Flingo -- does anyone use this program?

2012-11-19 Thread Mark Schonewille
Why do you ask? -- 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, XYZ, H.Lab and other colour spaces. http://www.color

Flingo -- does anyone use this program?

2012-11-19 Thread Michael Kann
I'm guessing I'm the only one. Flingo makes it easier to watch youtube videos on a smart TV. If you have three items on the same network -- a smart TV, a computer, and an Internet connection, you can look up a video in Firefox and queue it up for viewing on your TV. Everything about the progra

Re: URL function fails on http requests, results in "invalid host address", other internet functions work correctly

2012-11-19 Thread Gabriel Johnson
It fails at multiple points in our scripts. The post command appears to not be working either, though several liburl function/commands do seem to be working. It is very odd. Gabe On Mon, Nov 19, 2012 at 5:34 PM, Mark Wieder wrote: > Gabriel Johnson writes: > > >put url "http://www.google

Re: Location-Based Push Message?

2012-11-19 Thread Monte Goulding
It doesn't look like this will happen in the short term folks. It's not that it's not possible. It just doesn't appear that the funding will be there. The mergExt business model rubs some people up the wrong way unfortunately. If anyone can come up with a business model that gives LC developers

Re: URL function fails on http requests, results in "invalid host address", other internet functions work correctly

2012-11-19 Thread Gabriel Johnson
Thanks, yeah- resetAll unfortunately doesn't fix it. Gabe On Mon, Nov 19, 2012 at 5:42 PM, Terry Judd wrote: > Have you tried calling resetAll? > > Terry... > > On 20/11/2012, at 09:39 AM, Gabriel Johnson wrote: > > > Thanks yeah, I realized that after I sent the email that htmlText is not > a

Re: URL function fails on http requests, results in "invalid host address", other internet functions work correctly

2012-11-19 Thread Terry Judd
Have you tried calling resetAll? Terry... On 20/11/2012, at 09:39 AM, Gabriel Johnson wrote: > Thanks yeah, I realized that after I sent the email that htmlText is not a > good variable name, I put that in as an afterthought in the email. But it > returns the same result when I run it anyway. >

Re: URL function fails on http requests, results in "invalid host address", other internet functions work correctly

2012-11-19 Thread Gabriel Johnson
Thanks yeah, I realized that after I sent the email that htmlText is not a good variable name, I put that in as an afterthought in the email. But it returns the same result when I run it anyway. No antivirus running. Gabe On Mon, Nov 19, 2012 at 5:34 PM, Michael Kann wrote: > Gabriel, > > I'v

Re: URL function fails on http requests, results in "invalid host address", other internet functions work correctly

2012-11-19 Thread Gabriel Johnson
Thanks for the response. I'm not sure that the hosts file would affect this, because setting up a new user account fixes the problem. (And the hosts file is independent of the user account, right?) Also, the firewall is not set up. Or at least it has never been manually set up and it isn't showin

Re: URL function fails on http requests, results in "invalid host address", other internet functions work correctly

2012-11-19 Thread Michael Kann
Gabriel, I've never had this problem, but I'll chime in anyway -- what the heck. My  suspect is an anti-virus progam or two itching for a fight once in a while. One thing I noticed was that you used "htmlText" as a variable. Since "htmlText" is a reserved word it probably is risky to do that,

Re: URL function fails on http requests, results in "invalid host address", other internet functions work correctly

2012-11-19 Thread Mark Wieder
Gabriel Johnson writes: >put url "http://www.google.com"; into htmlText; put the result > > returns "invalid host address" in the message box. Works here as well. Keep in mind, though, that the url function is a, well, function, so the argument should be in parentheses. Also, it's probably

Re: Running Livecode apps on Microsoft Surface

2012-11-19 Thread Roger Eller
Poor guy... :( But hey, at least he's not alone, right? According to Steve Jobs frome another demo, once upon a time: "It's pretty awesome when it works." http://www.youtube.com/watch?v=vzDDO3Xb_QU ~Roger On Mon, Nov 19, 2012 at 4:47 PM, Andrew Kluthe wrote: > http://www.youtube.com/watch?v

Re: Scrolling List Field/Table

2012-11-19 Thread J. Landman Gay
On 11/19/12 12:54 PM, Peter Haworth wrote: I'm almost afraid to say this but itlooks like this is pretty easy to do with variable spaced fonts too. I did a simple test with an input field, an output scrolling list field, and a button with the following code: on mouseUp put the hilitedLine o

Re: URL function fails on http requests, results in "invalid host address", other internet functions work correctly

2012-11-19 Thread J. Landman Gay
On 11/19/12 2:14 PM, Gabriel Johnson wrote: If altered slightly to give more feedback, then: put url "http://www.google.com"; into htmlText; put the result returns "invalid host address" in the message box. ... Does anyone know any more about the http url function in general? Is there so

Re: Non-blocking URL commands

2012-11-19 Thread Jan Schenkel
Hmm, that's odd - the code looks essentially the same as for libURL. Would you mind emailing me your test script so I can try and debug it? Jan Schenkel.   = Quartam Reports & PDF Library for LiveCode www.quartam.com = "As we grow older, we grow both wiser and more foolish at the same ti

Re: "Badge" in answer modal?

2012-11-19 Thread J. Landman Gay
On 11/19/12 3:13 PM, Richmond wrote: What I haven't quite worked out is what gRevSmallAppIcon is for and where is might"manifest itself" in a stack. It's in the dictionary. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperac

Re: Running Livecode apps on Microsoft Surface

2012-11-19 Thread Andrew Kluthe
http://www.youtube.com/watch?v=oTrWPqS4Kxk My favorite clip from the keynote. I have much empathy for this man at this moment. Too often have bugs waited to appear while demonstrating something to someone important. On Mon, Nov 19, 2012 at 1:23 PM, Roger Eller wrote: > True, but January isn't ve

Re: "Badge" in answer modal?

2012-11-19 Thread Jan Schenkel
Actually, 'gRevSmallAppIcon' has been broken since LiveCode 4.0 - see . Jan Schenkel.   = Quartam Reports & PDF Library for LiveCode www.quartam.com = "As we grow older, we grow both wiser and more foolish at the same time." (La Rochefou

Re: "Badge" in answer modal?

2012-11-19 Thread Mark Schonewille
Hi Richmond, If gRevSmallAppIcon is defined, it should appear as a secondary icon on top of the error, warning, information or question icon of the answer dialog. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: h

Re: "Badge" in answer modal?

2012-11-19 Thread Richmond
On 11/18/2012 08:27 PM, Richmond wrote: On 11/18/2012 08:04 PM, Mark Schonewille wrote: Hi Richmond, You need to set the gRevAppIcon and the gRevSmallAppIcon to an existing ID number of an image control. You can also use the commands answer error, answer information, answer question and answ

Re: URL function fails on http requests, results in "invalid host address", other internet functions work correctly

2012-11-19 Thread kee nethery
Within the past many months I've had URLs not acquire an IP address on the first try. When I retry, they acquire the IP. I've thought it was our DNS being slow to respond. I've thought perhaps it was my machine being impatient with DNS lookups. It occurs to me that mostly it is when my LiveCode

URL function fails on http requests, results in "invalid host address", other internet functions work correctly

2012-11-19 Thread Gabriel Johnson
Hi All, We are having a baffling problem with the standard URL function not working on one of our machines. Message Box Example: put url "http://www.google.com"; returns empty. If altered slightly to give more feedback, then: put url "http://www.google.com"; into htmlText; put the resu

Re: http://www.haiku-os.org/

2012-11-19 Thread Robert Sneidar
As I recall, BeOS ran into that catch 2 all new OSs must face, and that is how to get developers on board to write versions for their OS. Unless they do that, the OS dev must provide titles for the basics like word processing, spreadsheet and graphics, but they titles cannot be so good as to pre

Re: using send to "multi-task" ? [was: Non-blocking URL commands]

2012-11-19 Thread Robert Sneidar
No that isn't how it works. That is what I thought as well. Send in time really means "do this after you have done everything else that is not send in time". The command will still be a blocking command. If you really want asynchronous database processing, save your query to a text file, then

Re: Running Livecode apps on Microsoft Surface

2012-11-19 Thread Roger Eller
True, but January isn't very far away. While waiting, there are still reviews of the new platform popping up. Here's one only 3 hours old (you can still smell the digital ink). :) http://bgr.com/2012/11/19/microsoft-surface-review-month-one/ And for anyone who hasn't seen the keynote intro of

Re: Running Livecode apps on Microsoft Surface

2012-11-19 Thread Andrew Kluthe
Hmmm, I don't think the Surface with Windows 8 Pro on it comes out until early next year though. http://reviews.cnet.com/microsoft-surface-pro/ Has the skinny. On Mon, Nov 19, 2012 at 12:49 PM, Francis Nugent Dixon wrote: > Hi from somewhere in Brittany, > > Roger wrote : > >> But the Surface P

Re: Scrolling List Field/Table

2012-11-19 Thread Peter Haworth
I'm almost afraid to say this but itlooks like this is pretty easy to do with variable spaced fonts too. I did a simple test with an input field, an output scrolling list field, and a button with the following code: on mouseUp put the hilitedLine of field "Output" into tLine put the formatt

Re: Running Livecode apps on Microsoft Surface

2012-11-19 Thread Francis Nugent Dixon
Hi from somewhere in Brittany, Roger wrote : > But the Surface Pro (i5 platform) ….. and therefore should > be capable of running standard desktop > applications made with LiveCode. Thanks Roger. Whaddya know. After 25 years of Macs, I may be buying me a Microsoft Surface Pro …….. (I don't lik

Re: Non-blocking URL commands

2012-11-19 Thread Andrew Kluthe
ooOooo. :) Let me know if I can lend a hand down the road. We use mongoDB for some of our farm management software because of the handy geospacial features. If it helps you or anyone else, I have a library that wraps around MongoLab's REST interface. Mongolab has really excellent support and is the

Re: Non-blocking URL commands

2012-11-19 Thread Richard Gaskin
Mark Wieder wrote: I have a fledgling LC MongoDB library, but it isn't polished enough yet for revOnline. I took the easy way out and used the commandline interface, though. That's pretty exciting. While I haven't used MongoDB much myself yet, I've been spending a fair bit of time reading it

Re: Non-blocking URL commands

2012-11-19 Thread Mark Wieder
Andrew Kluthe writes: > I wish I were more familiar with socket programming in rev and socket > programming in general. What I really need to do is write a native > MongoDB driver for livecode, so I don't have to use a REST interface. > The specifications are laid out very nicely, but unfortunate

Re: Scrolling List Field/Table

2012-11-19 Thread J. Landman Gay
On 11/18/12 8:03 AM, Peter Haworth wrote: Hi Jacque, I'm converted! Just not quite 100% there yet. If I'm not mistaken, I have the same right justification problem if I use a standard table. I'd like to use the para style properties because no scrolling issues that way. I wonder if I can simul

Re: Sharing a little stack

2012-11-19 Thread Devin Asay
Very slick, Michael. Thanks for sharing! Devin On Nov 19, 2012, at 3:55 AM, Michael Kristensen wrote: > Hi there > > This little stack demonstrate resizing a rectangle in any direction > > Its also an exersice in calculating pendicular lines > > http://forums.runrev.com/viewtopic.php?f=9&t=13

Re: Non-blocking URL commands

2012-11-19 Thread Andrew Kluthe
Hmmm. I gave that a whirl and am still getting an empty payload on windows 7 (the only machine I have 5.5 on, I might try saving it to legacy format and giving it a whirl on another machine). Do I have to configure some kind of SSL Cert to use SSL even when it's unverified? It isn't super importan

Re: Livecode Book 60% off until Nov 30th

2012-11-19 Thread Magicgate Software - Skip Kimpel
Too bad their discounts are only good for their eBook versions. I am thinking I need a hard copy in my collection as well! SKIP On Mon, Nov 19, 2012 at 8:29 AM, René Micout wrote: > Too late... :-( > > Le 19 nov. 2012 à 13:05, Martin Honeywill > a écrit : > > > http://goo.gl/g6xWQ > > > > C

Re: Livecode Book 60% off until Nov 30th

2012-11-19 Thread René Micout
Too late... :-( Le 19 nov. 2012 à 13:05, Martin Honeywill a écrit : > http://goo.gl/g6xWQ > > Cheers > > Martin Honeywill > > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and ma

Livecode Book 60% off until Nov 30th

2012-11-19 Thread Martin Honeywill
http://goo.gl/g6xWQ Cheers Martin Honeywill ___ 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/mailman/listinfo/use-livecode

Sharing a little stack

2012-11-19 Thread Michael Kristensen
Hi there This little stack demonstrate resizing a rectangle in any direction Its also an exersice in calculating pendicular lines http://forums.runrev.com/viewtopic.php?f=9&t=13399 Michael ___ use-livecode mailing list use-livecode@lists.runrev.com Pl