Re: Script to Generate Concurrent Times

2015-01-16 Thread Brahmanathaswami
I implemented my little algorithm... it works fine with a combo of nix TZ look ups + LC's native convert tools pretty straight forward. Thanks Devin! Do nix TZ times shift for the Daily Light Savings times when that goes on and off in various zones? see: http://dev.himalayanacademy.com/tests/

Re: Storing and saving a setting in a stand alone

2015-01-16 Thread Peter Haworth
Count 1 for me. Never considered saving user data in the application folder. Just seems weird. On Jan 16, 2015 7:23 PM, "Richard Gaskin" wrote: > This thread about "splash stacks" has me wondering: > > Among those who've never used HyperCard, how many people would think of > saving data bound to

Re: Project Browser... BAAAAD!

2015-01-16 Thread Richard Gaskin
Bob Sneidar wrote: > On Jan 16, 2015, at 15:42 , Richard Gaskin wrote: > >> I don't believe the Project Browser contains any code for saving. >> Are you using an auto-save plugin? > > No in fact I have gotten into the habit of using precious few > plugins. All I have right now besides the default

Re: Storing and saving a setting in a stand alone

2015-01-16 Thread Scott Rossi
Kay: The following won’t address the issue of the RunRev article you cite needing to be updated, which clearly needs to happen. But it might help you to know that there are really two different issues being addressed here: saving stack data, and making an updatable stack. While the splash scr

Re: Storing and saving a setting in a stand alone

2015-01-16 Thread Richard Gaskin
This thread about "splash stacks" has me wondering: Among those who've never used HyperCard, how many people would think of saving data bound to the UI? -- Richard Gaskin Fourth World Systems Software Design and Development for Desktop, Mobile, and Web _

Re: Possible insanity, or is it LC 7.0.1?

2015-01-16 Thread Kay C Lan
On Fri, Jan 16, 2015 at 6:13 PM, Graham Samuel wrote: > It is so weird that I also I hope the mother ship explains in the end. The > bug is now reported to be ‘awaiting build’. Given the (apparently) very > ‘focused’ nature of the bug, it seems miraculous that anyone found it, > least of all me!

Re: Getting the URL out of

2015-01-16 Thread Kay C Lan
If the above format is EXACTLY as the data appears, i.e. --this is exact then this is a very easy to parse. If the line above and below the random URL is not as you've stated then there are other ways to skin the cat. on mouseUp put URL tPathToXMLFile into tData put false into tParse

Re: What icon editor do you use?

2015-01-16 Thread EED-wp Email
Paul You're right! Mixed it up with another one. $29.95 Bill William Prothero http://ed.earthednet.org On Jan 16, 2015, at 5:51 PM, Paul D. DeRocco wrote: >> From: Earthednet-wp >> >> I've looked at icofx and they want a monthly fee. I guess I >> could sign up for a month, make all my icons,

Re: Script to Generate Concurrent Times

2015-01-16 Thread Mark Wieder
Pete- Friday, January 16, 2015, 9:30:21 AM, you wrote: > Even without an SQLite database in an application, I sometimes create an in > memory database just so I can issue SELECT statements to calculate dates > and times. OK - after my initial shock, I have to say that's pretty clever. -- -Mark

Re: Storing and saving a setting in a stand alone

2015-01-16 Thread Kay C Lan
Jacque, it's more likely I'm confused. You and Richard are the experts here so I tend to be wary if I'm going against the flow. The original post simply asked about Saving User preferences. Unfortunately there was no mention of OS, nor was there any mention that it used to 'working for ages up un

RE: What icon editor do you use?

2015-01-16 Thread Paul D. DeRocco
> From: Earthednet-wp > > I've looked at icofx and they want a monthly fee. I guess I > could sign up for a month, make all my icons, then UN-sign > up. But I really don't like these monthly subscription strategies. Where do you see that? I just see one-time prices. Thirty bucks for a home lice

Re: What icon editor do you use?

2015-01-16 Thread Earthednet-wp
Tnx for the feedback. I think window 7 and 8 want 512x512 icons, tho. I have a free one for windows that goes up to 256 and the app shows a blank icon for the largest size. I've looked at icofx and they want a monthly fee. I guess I could sign up for a month, make all my icons, then UN-sign up.

RE: What icon editor do you use?

2015-01-16 Thread Paul D. DeRocco
> From: William Prothero > > I'm at a place where I need to make icons for my App. There > are a lot of icon editors and it seems some are not updated > (for windows) to make the larger size icons Win 7 and 8 want. > I note an app named Iconian and Sketch, which is free, has a > nice export pl

Re: What icon editor do you use?

2015-01-16 Thread Marty Knapp
Hello Bill, I'm using Icon Slate - available from the Mac App store. It's $5 and can save in the Windows "ico" format. The largest size for Windows is 256x256. You do need to create you artwork elsewhere and bring it into the app, where you make the various sizes and it then saves in the Mac a

What icon editor do you use?

2015-01-16 Thread William Prothero
Folks: I’m at a place where I need to make icons for my App. There are a lot of icon editors and it seems some are not updated (for windows) to make the larger size icons Win 7 and 8 want. I note an app named Iconian and Sketch, which is free, has a nice export plugin for Mac icons. That’s good

Re: Project Browser... BAAAAD!

2015-01-16 Thread Bob Sneidar
No in fact I have gotten into the habit of using precious few plugins. All I have right now besides the default plugins is Datagrid Helper and TMAlign. Bob S On Jan 16, 2015, at 15:42 , Richard Gaskin mailto:ambassa...@fourthworld.com>> wrote: Bob Sneidar wrote: > So hearing that I can drag

Re: Project Browser... BAAAAD!

2015-01-16 Thread Richard Gaskin
Bob Sneidar wrote: > So hearing that I can drag reorder objects in the project browser > I thought I’d give it a try. I tried to drag a group up to another > position, but it deleted the whole group! No problem, I’ll just > revert to saved right? WRONG! Object still deleted! So I closed >

Project Browser... BAAAAD!

2015-01-16 Thread Bob Sneidar
Hi all. So hearing that I can drag reorder objects in the project browser I thought I’d give it a try. I tried to drag a group up to another position, but it deleted the whole group! No problem, I’ll just revert to saved right? WRONG! Object still deleted! So I closed the stack without

Re: Find all links in fld

2015-01-16 Thread Shawn Blc
I don't understand the --myTag-- part of the above. Someone care to explain. On Fri, Jan 16, 2015 at 4:29 PM, Shawn Blc wrote: > Here's what I ended up with , with the extra php file (one for the rss, > one to clean up the html a bit [that file was 13 lines long]). Total lines > = 20 lines. >

Re: Find all links in fld

2015-01-16 Thread Shawn Blc
Here's what I ended up with , with the extra php file (one for the rss, one to clean up the html a bit [that file was 13 lines long]). Total lines = 20 lines. on mouseUp set the itemDelimiter to "" put URL "http://mydomain.com/cleanHTML.php"; into tURL put tURL into fld "fld4" replace

Re: Ann: Script Editor Themer updated

2015-01-16 Thread AndyP
Thanks for the comments Matthias. Yes both previous releases were posted. Please let me know how you get on, I'm very keen on getting as much feedback as possible. - Andy Piddock My software never has bugs. It just develops random features. Copy the new cloud space, get your free 15GB

Re: Find all links in fld

2015-01-16 Thread J. Landman Gay
On 1/16/2015 4:09 PM, Shawn Blc wrote: Phil that was the one that worked like I was hoping. Thanks John and Phil! Don't need the extra Php file now! Here's another way: on mouseUp put fld 1 into tText put 0 into tSkip repeat get offset("https://www.domainb.com/",tText,tSkip)

Re: Find all links in fld

2015-01-16 Thread Shawn Blc
Phil that was the one that worked like I was hoping. Thanks John and Phil! Don't need the extra Php file now! On Fri, Jan 16, 2015 at 3:54 PM, Phil Davis wrote: > Try this: > > on mouseUp > put text of fld 1 into tText > replace CR with space in tText > replace quote with space

Re: Find all links in fld

2015-01-16 Thread Shawn Blc
Thanks John, not as short and sweet as yours, but I used a little php to get to get the URLS, had to strip out the HTML, still had a little cleaning up to do that I used LC for, so far it's working. I still need to wrap my head around LC. On Fri, Jan 16, 2015 at 2:27 PM, John Dixon wrote: >

Re: Find all links in fld

2015-01-16 Thread Phil Davis
Try this: on mouseUp put text of fld 1 into tText replace CR with space in tText replace quote with space in tText replace "https://"; with ("--myTag--" & "https://";) in tText replace space with CR in tText replace "--myTag--" with CR in tText filter tText with "https

Re: How to solve "can't find stack" error

2015-01-16 Thread J. Landman Gay
On 1/16/2015 3:16 PM, tbodine wrote: Hi Jacque. The product is built with LC 6.5.1 on Windows and all the users who had problems were also on Windows. I had pretty good luck with 6.5.1, as I remember, so I'm not sure. You could try compiling with a newer version of LC and see if the problem

Re: How to solve "can't find stack" error

2015-01-16 Thread tbodine
Hi Jacque. The product is built with LC 6.5.1 on Windows and all the users who had problems were also on Windows. Thanks, Tom Bodine -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/How-to-solve-can-t-find-stack-error-tp4687828p4687910.html Sent from the Revolut

Re: How to solve "can't find stack" error

2015-01-16 Thread J. Landman Gay
On 1/16/2015 2:21 PM, tbodine wrote: It now looks like file corruption is the real issue. What version of LC is your app made with? I just had a customer report a similar corruption and he's using 6.6.2. The stack corrupts when saving. -- Jacqueline Landman Gay | jac...@hyperacti

Inspector Issue

2015-01-16 Thread Peter Bogdanoff
Hi, I would like some expert advice. I have a stack that on some of the cards exhibit an issue: When you show the Inspector and there click on Inspect>… it doesn’t show all the controls. In fact it only shows Inspect>buttons> and then a list of the first 7-8 buttons on the card. On the card th

new stack script comparison plugin on RevOnline

2015-01-16 Thread Phil Davis
Hi folks, Recently I built a plugin that helped me stop beating my head against the wall quite so often. It lets me compare the script of a stack I'm editing to a copy on disk, and yields 100% accurate results in a very usable format. I just uploaded it to RevOnline. Here is the write-up: --

RE: Find all links in fld

2015-01-16 Thread John Dixon
Very simple solution on mouseUp repeat for each word thisWord in fld 1 if char 1 to 4 of thisWord = "http" then put thisWord & cr after tempList end if end repeat put tempList end mouseUp > Date: Fri, 16 Jan 2015 14:19:38 -0600 > Subject: Find all links in fld > From

Re: How to solve "can't find stack" error

2015-01-16 Thread tbodine
Thanks, Kay, Jacque and Robert. It now looks like file corruption is the real issue. I have collected four different user file stacks and none of them can be opened even in the IDE. (Which rules out issues like wrong extension or type or missing file. I've also checked that the LiveCode file versi

Find all links in fld

2015-01-16 Thread Shawn Blc
I'm still struggling with this, so I'm asking for a little help. I'm trying to extract the links from the field. All the links will start the same, but the last 5 digits will be different. *on* mouseUp *put* URL "http://mydomainA.com/rss.php"; into tURL *put* tURL into fld "fld1" *fi

XML question

2015-01-16 Thread Peter Haworth
I have a handler that parses the text of an XML file. Decided to go that route because it was easier than learning all the revXML commands. The text includes the string & which I believe is the XML equivalent of the html attribute &ersand;. I can easily replace that string but concerned that oth

Re: Ann: Script Editor Themer updated

2015-01-16 Thread Matthias Rebbe | M-R-D
Andy, thank you for this really useful tool. Btw: I noticed in the release notes that there were earlier versions release. Did i miss the announcement in the list? Regards, Matthias > Am 16.01.2015 um 19:36 schrieb AndyP : > > I’ve just released V1.2 of Script Editor Themer. > > http://2

Ann: Script Editor Themer updated

2015-01-16 Thread AndyP
I’ve just released V1.2 of Script Editor Themer. http://2108.co.uk/script-editor-themer/ You will be prompted to download this when you next open Seth. This now includes the integrated issue tracker and the Installer now has an update option which wil

Re: How to show the Windows 8 on screen keyboard in LiveCode?

2015-01-16 Thread Ralf Bitter
Hi Ralf, the following code lets the Windows on screen keyboard appear (needed for applications used in desktop mode: -- set the hideConsoleWindows to true # USE WINDOWS POWERSHELL set the itemDel to "\" put item 1 to -2 of $PSModulePath & "\powershell.exe" into tPowerShellPath set the shellComm

Re: Script to Generate Concurrent Times

2015-01-16 Thread Peter Haworth
If, by chance, an SQLite database is involved in your application, its strftime() function has a lot of very powerful date adjustment/conversion tools which might help. Even without an SQLite database in an application, I sometimes create an in memory database just so I can issue SELECT statements

Re: Storing and saving a setting in a stand alone

2015-01-16 Thread Richard Gaskin
Kay C Lan wrote: This problem comes up when those new to programming and/or LC follow an example How-To that doesn't work for all platforms and/or goes against OS guidelines. Saving User Data is a basic app requirement, the example given should work on ALL platforms. IMO if the How-To example u

RELEASE LiveCode 7.0.2 RC1

2015-01-16 Thread Benjamin Beaumont
Dear List Members, We're pleased to announce the release of LiveCode 7.0.2 RC1. This is a maintenance release focusing on product robustness and quality. We've also added support for iOS 64 bit apps. *Release Contents* This release contains 16 bug fixes: - 14343 mobileStoreMakePurchase misbeh

Re: Possible insanity, or is it LC 7.0.1?

2015-01-16 Thread Graham Samuel
It is so weird that I also I hope the mother ship explains in the end. The bug is now reported to be ‘awaiting build’. Given the (apparently) very ‘focused’ nature of the bug, it seems miraculous that anyone found it, least of all me! Graham > On 16 Jan 2015, at 08:07, Peter Alcibiades > wrot