Re: All Versions of LC crashing in Sonoma

2023-10-17 Thread Bill Vlahos via use-livecode
Heather, I appreciate your answer. Thank you, Bill Vlahos > On Oct 16, 2023, at 3:31 AM, Heather Laine via use-livecode > wrote: > > Yes, that was the question I was answering. > > Best Regards, > > Heather > > Heather Laine > Customer Services Manager

Re: All Versions of LC crashing in Sonoma

2023-10-12 Thread Bill Vlahos via use-livecode
Heather, Do you think Apple will address this issue in an update to Sonoma? Rebuilding all my applications will be difficult. Thank you, Bill Vlahos > On Oct 3, 2023, at 6:56 AM, Heather Laine via use-livecode > wrote: > > Hi Matthias, > > I think ANY menu will cause a

Re: LC 9.6.2RC fix for tabs still a problem for Big Sur

2020-11-25 Thread Bill Vlahos via use-livecode
I figured out the problem. Even though I set the backgroundColor of the stack to empty, I also needed to set the backgroundColor of my stub application to empty too. Regards, Bill > On Nov 25, 2020, at 2:28 PM, Bill Vlahos via use-livecode > wrote: > > My application is a sta

LC 9.6.2RC fix for tabs still a problem for Big Sur

2020-11-25 Thread Bill Vlahos via use-livecode
in both the IDE and the standalone. I don’t know what would be different when my application opens the stack. Thanks for any suggestions. Bill Vlahos ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

Mac inclusions. Is there one for file changed?

2020-11-20 Thread Bill Vlahos via use-livecode
Where can I find documentation on the inclusions? I’m looking to see if there is an option to mark the traffic light icon that a file hasn’t needs to be saved? I have a feeling it exists but I don’t see how to find out. Thank you, Bill Vlahos ___ use

Windows shell command with path

2020-11-18 Thread Bill Vlahos via use-livecode
I want to issue a command line prompt to a program in “Program Files (x86)\AppFolder\MyApp”. When I go to the command line my path is already “C:\Windows\System32> which is too deep. I have to cd .. twice to get to Program Files (x86)\etc. If I issue the shell command to “C:\Program Files

Publishing Mac Apps

2020-11-16 Thread Bill Vlahos via use-livecode
If I want to distribute Mac apps should I get a $99 Apple Developer account and Notarize them? I don’t anticipate putting apps in the Apple App Store? Are there other considerations or options to avoid problems as Apple continues to enforce more restrictions? Thanks, Bill Vlahos

Re: Enabling "About MyApp"

2020-11-16 Thread Bill Vlahos via use-livecode
This seems to be a bug in 9.6.1 for MacOS. Add a case statement for just “About”. The case statement for “About MyApp” won’t be recognized. Thanks to Elanor at LiveCode for pointing this out. Regards, Bill Vlahos > On Nov 15, 2020, at 11:56 AM, Bill Vlahos via use-livecode > wrote:

Re: Enabling "About MyApp"

2020-11-15 Thread Bill Vlahos via use-livecode
is not run when selected. LiveCode 9.6.1 Indy. Not sure why the script isn’t run. Any suggestions? Bill Vlahos > On May 11, 2020, at 4:40 PM, Richard Gaskin via use-livecode > wrote: > > GEORGE WOOD wrote: > > > How can I activate the "About MyApp" under the Apple menu

Re: Compress/Decompress Inclustion?

2020-10-12 Thread Bill Vlahos via use-livecode
you aren't building for Linux then it > shouldn't apply. Are you running on a Linux machine? Does the template stack > ask the user to select any files? > > > On October 11, 2020 7:37:14 PM Bill Vlahos <mailto:bvla...@mac.com>> wrote: > >> When I open L

Compress/Decompress Inclustion?

2020-10-06 Thread Bill Vlahos via use-livecode
(vFile) into vFile Line Num: 16 Hint: mouseUp Thanks, Bill Vlahos ___ 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

vCard save file format binfile or file?

2020-05-31 Thread Bill Vlahos via use-livecode
If I just use URL file to save vCard files I will get different results on Windows vs Macintosh regarding CRLF. VCard files are text files. The vCard standard requires CRLF as the line format regardless of which platform the data is being written in. LiveCode using the URL file command will

Re: md5Digest gives different results Mac vs Windows LC 9.5.1

2020-04-19 Thread Bill Vlahos via use-livecode
hashes differently? Why did older versions of LiveCode calculate it the same? Regards, Bill Vlahos > On Apr 19, 2020, at 2:15 PM, Brian Milby via use-livecode > wrote: > > Try this: > > put 0 into x;put binaryDecode("h32",the md5digest of "LiveCode",x);put x > &

Re: md5Digest gives different results Mac vs Windows LC 9.5.1

2020-04-19 Thread Bill Vlahos via use-livecode
s Rebbe > Life Is Too Short For Boring Code > >> Am 19.04.2020 um 22:34 schrieb Bill Vlahos via use-livecode >> : >> >> Before I report this as a bug, please confirm I’m not doing something stupid. >> >> LiveCode 9.5.1 Indy >> >> In the m

md5Digest gives different results Mac vs Windows LC 9.5.1

2020-04-19 Thread Bill Vlahos via use-livecode
Before I report this as a bug, please confirm I’m not doing something stupid. LiveCode 9.5.1 Indy In the message box put the following: put the md5Digest of "LiveCode" I get the expected result on Macintosh but a different result on Windows. Thank you, B

Build for Windows 32 bit vs. x86-64 in 9.5.1?

2020-04-11 Thread Bill Vlahos via use-livecode
The default build choice in 9.5.1 is Windows 32bit not x86-64bit. Since the x86-64bit is not listed as experimental is there any reason why I shouldn’t build for it instead of the default 32bit? Thank you, Bill Vlahos ___ use-livecode mailing list use

Re: Hide stack change focus not supported 64bit

2020-04-09 Thread Bill Vlahos via use-livecode
Just to let everyone know I got it working and it is working great. Thanks, Bill > On Apr 3, 2020, at 3:59 PM, Bill Vlahos via use-livecode > wrote: > > Bob, > > What file(s) do I need to add? > > When I try adding to Stack Properties it won’t let me select macOSt

Re: Hide stack change focus not supported 64bit

2020-04-03 Thread Bill Vlahos via use-livecode
> On Apr 3, 2020, at 8:13 AM, Bob Sneidar via use-livecode > wrote: > > Open Stack Properties, add to the stackfiles. Also in the standalone builder > you can add other files and folders that are not stack files. > > Bob S > > > On Apr 2, 2020, at 9:33 PM

Re: Hide stack change focus not supported 64bit

2020-04-02 Thread Bill Vlahos via use-livecode
I don’t see it in the inclusions tab. How do I install your library? Thanks, Bill > On Apr 2, 2020, at 1:06 PM, Paul McClernan wrote: > > Glad to hear that someone finds it useful! > > >>I can’t figure out how to get it into my standalone. > > You have to include the library it in the

Re: Hide stack change focus not supported 64bit

2020-04-02 Thread Bill Vlahos via use-livecode
Paul, Very nice! I see you have some other useful tools as well. It is working in the IDE but I can’t figure out how to get it into my standalone. Thank you, Bill Vlahos > On Mar 30, 2020, at 9:52 PM, Bill Vlahos via use-livecode > wrote: > > Paul, > > Your AppHid

Re: Hide stack change focus not supported 64bit

2020-03-30 Thread Bill Vlahos via use-livecode
Paul, Your AppHide/AppUnhide sounds perfect. I will try it. Thank you, Bill Vlahos > On Mar 30, 2020, at 7:58 PM, Paul McClernan via use-livecode > wrote: > > (Sorry, hit send too soon). > You can easily use AppleScript mixed with LiveCode script to change focus > to ano

Re: Hide stack change focus not supported 64bit

2020-03-29 Thread Bill Vlahos via use-livecode
Sorry. That should read the newest version of LiveCode that behaves the way I want is 5.5.5. I haven’t had to rebuild this application until now due to Apple removing support for 32bit apps. Bill > On Mar 29, 2020, at 3:58 PM, Bill Vlahos wrote: > > I was hoping to avoid using Ap

Re: Hide stack change focus not supported 64bit

2020-03-29 Thread Bill Vlahos via use-livecode
I was hoping to avoid using AppleScript but I might have to. The oldest version of LiveCode I have that behaves the way I want is 5.5.5. LiveCode must have changed this after version 5. Thank, Bill Vlahos > On Mar 29, 2020, at 3:38 PM, scott--- via use-livecode > wrote: > > This

Re: Hide stack change focus not supported 64bit

2020-03-29 Thread Bill Vlahos via use-livecode
which had focus before I clicked the button on my floating window after it hides itself. Bill > On Mar 29, 2020, at 2:43 PM, Mark Wieder via use-livecode > wrote: > > On 3/29/20 2:17 PM, Bill Vlahos via use-livecode wrote: > >> The documentation in 9.5.1 says that hide s

Re: Hide stack change focus not supported 64bit

2020-03-29 Thread Bill Vlahos via use-livecode
> Whaaa?? That is what I was seeing! In my case I used go invisible name>. The stack I went to got focus, but going back to the calling stack did > NOT return focus. What I ended up doing is using set the defaultStack to > > > Bob S > > > On Mar 29, 2020, at 2

Hide stack change focus not supported 64bit

2020-03-29 Thread Bill Vlahos via use-livecode
but doesn’t lose focus. The target application that was behind my floating window doesn’t become the frontmost application. The documentation in 9.5.1 says that hide stack is not supported in 64bit. What is the alternative for MacOS X 64bit to temporarily hide my application? Thank you, Bill Vlahos

Authentication questions

2020-01-28 Thread Bill Vlahos via use-livecode
? Thank you, Bill Vlahos ___ 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

Re: LiveCode won't recognize my stack

2020-01-06 Thread Bill Vlahos via use-livecode
including failing to “start using…” some library stacks and the one I reported here. I’m looking into that now. Thanks, Bill Vlahos > Have you tried addressing it via the full path? > > put the uProperty of stack “/fullPathToFile/actualFileName” into tVar > > Thanks, > Brian >

Re: LiveCode won't recognize my stack

2019-12-31 Thread Bill Vlahos via use-livecode
/InfoWallet.app/Contents/MacOS/InfoWallet' Line Num: 26 Hint: populateFileList Comments: I think LC must have changed how they are validating “stack” in version 8 compared to version 7. Bill > On Dec 30, 2019, at 5:38 PM, Richard Gaskin via use-livecode > wrote: > > Bill Vlahos wrot

Re: LiveCode won't recognize my stack

2019-12-30 Thread Bill Vlahos via use-livecode
I build using LiveCode version 9.5.1. Any idea what might have changed between version 7 and 8 and how I can get the old behavior when I’m referencing the stack? Thank you, Bill Vlahos > On Dec 30, 2019, at 9:21 AM, Mark Waddingham via use-livecode > wrote: > > On 2019-12-27

Re: LiveCode won't recognize my stack

2019-12-27 Thread Bill Vlahos via use-livecode
On 12/27/19 2:51 PM, Bill Vlahos via use-livecode wrote: >> List, >> Version 9.x of LiveCode doesn’t recognize stacks unless the file name ends >> with either .rev or .livecode. Previous versions (I don’t know when this >> changed) were able to. >> I use a stack f

Re: LiveCode won't recognize my stack

2019-12-27 Thread Bill Vlahos via use-livecode
go stack tURL > > where tURL is the directory path and it opens the stacks. My stacks don’t > have a suffix at all. > > Peter Bogdanoff > > > >> On Dec 27, 2019, at 5:51 PM, Bill Vlahos via use-livecode >> wrote: >> >> List, >>

LiveCode won't recognize my stack

2019-12-27 Thread Bill Vlahos via use-livecode
All Files when then opens it correctly. How can I open the stack file in LiveCode 9.5.1 without changing the name of the file? Thank you, Bill Vlahos ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, u

Re: Is there a command to display number of seconds as hrs:min:seconds?

2019-10-17 Thread Bill Vlahos via use-livecode
All great suggestions. I mostly wanted to see if there already was such a function - which there obviously isn’t. But it is great to see several easy ways to built your own. Thanks all. Bill Vlahos > On Oct 17, 2019, at 8:51 AM, Bob Sneidar via use-livecode > wrote: > >

Is there a command to display number of seconds as hrs:min:seconds?

2019-10-16 Thread Bill Vlahos via use-livecode
wondering if there is a built in function to do this. Convert wants to deal with actual time so I would get something like “0:1:15 PM”. Thanks, Bill Vlahos ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

Re: What is Macintosh equivalent of relaunch handler?

2019-03-29 Thread Bill Vlahos via use-livecode
The existing application can do 2 things. It can send command line parameters It can send a formatted URL I can either catch the command line parameters - which is what I’ve been asking for or write the application to be a server responding to a URL sent to localhost. The latter seems overly

Re: What is Macintosh equivalent of relaunch handler?

2019-03-29 Thread Bill Vlahos via use-livecode
Doing this on startup works perfectly but I don’t see how my app can get notification any other way while it is running. I’ve tried openCard, preOpenCard, openStack, preOpenStack, and resumeStack but no luck. Bill > On Mar 29, 2019, at 12:14 AM, Richard Gaskin via use-livecode > wrote: >

Re: What is Macintosh equivalent of relaunch handler?

2019-03-28 Thread Bill Vlahos via use-livecode
could contain multiple words with a space between them? Thank you, Bill > On Mar 28, 2019, at 2:54 PM, Richard Gaskin via use-livecode > wrote: > > Bill Vlahos wrote: > > > I want my application to be able to catch parameters sent to it via > > the command

Re: What is Macintosh equivalent of relaunch handler?

2019-03-28 Thread Bill Vlahos via use-livecode
/MacOS/LiveCode activate -file LICENSE -passphrase SECRET > /Contents/MacOS/LiveCode deactivate Thank you, Bill Vlahos > On Mar 28, 2019, at 8:34 AM, Mark Waddingham via use-livecode > wrote: > > Hi Bill, > >> I want my application to be able to catch parameters sent to it

Re: What is Macintosh equivalent of relaunch handler?

2019-03-28 Thread Bill Vlahos via use-livecode
and that is the behavior I want. I don’t want to open a document…I want to do something with the command line parameters sent to my app. Bill > On Mar 27, 2019, at 8:01 PM, Richard Gaskin via use-livecode > wrote: > > Bill Vlahos wrote: > > > I want to receive command

What is Macintosh equivalent of relaunch handler?

2019-03-27 Thread Bill Vlahos via use-livecode
I want to receive command line parameters in my application. The relaunch pCommandLineArguments works perfectly in Windows apps. What is the equivalent handler for MacOS X apps? Thanks, Bill Vlahos ___ use-livecode mailing list use-livecode

Re: For those who do not know lcTasklist

2018-09-28 Thread Bill Vlahos via use-livecode
Matthias, Thank you for the kind words of encouragement and support of lcTaskList. I would love it if LiveCode wanted to license it. Bill Vlahos > On Aug 20, 2018, at 4:44 PM, Matthias Rebbe via use-livecode > wrote: > > Hi, > > I´ve purchased the plugin lcTasklist a long

Re: For those who do not know lcTasklist

2018-09-28 Thread Bill Vlahos via use-livecode
Peter, I have not had any issues with LiveCode 9 and lcTaskList. Have you tried it with LiveCode 9.0.1? Bill Vlahos > On Aug 27, 2018, at 11:07 PM, Peter Bogdanoff via use-livecode > wrote: > > There’s a help icon at the bottom of the window that explains everything.

Re: For those who do not know lcTasklist

2018-09-28 Thread Bill Vlahos via use-livecode
Matthias, To ignore certain stacks click on the 3rd icon from the right on the bottom of the lcTask window and then the Sacks tab. Thank you, Bill Vlahos > On Aug 28, 2018, at 2:13 AM, Matthias Rebbe via use-livecode > wrote: > > > >> Am 28.08.2018 um 06

Re: For those who do not know lcTasklist

2018-09-28 Thread Bill Vlahos via use-livecode
BR, 1. The documentation is the second icon from the right on the bottom of the lcTaskList window. 2. To ignore certain stacks click on the 3rd icon from the right on the bottom of the lcTask window and then the Sacks tab. Thank you, Bill Vlahos > On Aug 27, 2018, at 9:58 PM, Sannya

How do I catch href tel web link to dial a phone number?

2017-11-29 Thread Bill Vlahos via use-livecode
1-303-449-7111>” as the input for my application? Thank you, Bill Vlahos ___ 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/mail

MacBook Pro Touch Bar support

2017-08-19 Thread Bill Vlahos via use-livecode
Has anyone been able to integrate the MacBook Pro Touch Bar in a LiveCode application? If so, how? Thank you, Bill Vlahos ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: RIP Dan Shafer

2017-06-22 Thread Bill Vlahos via use-livecode
Bummer. He will be missed but it was sure great having him with us. Thank you for letting us know. Bill Vlahos > On Jun 21, 2017, at 8:31 PM, Jerry Jensen via use-livecode > <use-livecode@lists.runrev.com> wrote: > > We lost Dan Shafer yesterday. He did a lot for LiveCode

Re: Why doesn't this work?

2017-05-19 Thread Bill Vlahos via use-livecode
Oh never mind. I was mistaken that it worked in the first “if statement”. I needed to make vNum a global variable and now it works. Bill > On May 19, 2017, at 12:00 PM, Bill Vlahos via use-livecode > <use-livecode@lists.runrev.com> wrote: > > JB, > > It is

Re: Why doesn't this work?

2017-05-19 Thread Bill Vlahos via use-livecode
nd and the other does not. > > JB > > >> On May 19, 2017, at 11:20 AM, Bill Vlahos via use-livecode >> <use-livecode@lists.runrev.com> wrote: >> >> I’m concatenating one field & a passed phone number & another field. >> >> Th

Why doesn't this work?

2017-05-19 Thread Bill Vlahos via use-livecode
I’m concatenating one field & a passed phone number & another field. The variable vNum works in the first if statement but is blank in the second. Why? Thank you, Bill Vlahos on searchNow vNum if the hilite of button "Enable1" then put field "f1a" &

Re: Is there a Macintosh equivalent to relaunch on Windows?

2017-03-27 Thread Bill Vlahos via use-livecode
> https://www.facebook.com/marksch > > Buy the most extensive book on the > LiveCode language: > http://livecodebeginner.economy-x-talk.com > > Op 27-Mar-17 om 21:53 schreef Bill Vlahos via use-livecode: >> I use relaunch on Windows standalone to accept command li

Is there a Macintosh equivalent to relaunch on Windows?

2017-03-27 Thread Bill Vlahos via use-livecode
I use relaunch on Windows standalone to accept command line arguments. Is there an equivalent for a Macintosh standalone to do this? Thanks, Bill Vlahos ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

Mac Pro Touch Bar

2016-11-27 Thread Bill Vlahos
How can I program the new MacBook Pro Touch Bar? I’ll be getting my new MacBook Pro in a couple of days and I haven’t seen any discussion on the new touch bar. Does it show up as a display? Thanks, Bill Vlahos ___ use-livecode mailing list use

Re: Markdown in 8.1dp2 Mac app builds

2016-07-10 Thread Bill Vlahos
Yes. Glad to see you back. Bill Vlahos Sent from my iPhone > On Jul 10, 2016, at 2:25 PM, stephen barncard > <stephenrevoluti...@barncard.com> wrote: > > BTW > good to see you here again, Jerry. > > sqb > > Stephen Barncard - Sebastopol Ca. USA - > mixs

InfoWallet website and development ending in a week

2015-09-13 Thread Bill Vlahos
for providing web hosting. Also thanks to the many LiveCoders who have purchased it. Bill Vlahos www.infowallet.com <http://www.infowallet.com/> Get it while you can. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to sub

Re: [OT-ish] naming a MeetUp group

2015-08-10 Thread Bill Vlahos
Martin, I’m involved with a couple of MeetUp groups. My experience is similar to yours regarding the lack of attendance even when people confirm they are coming. Bill Vlahos On Aug 9, 2015, at 7:21 AM, Martin Koob mk...@rogers.com wrote: I set up a meet-up group page in Toronto http

Re: Text to speech and create wav file

2015-06-26 Thread Bill Vlahos
26 jun. 2015 om 01:43 heeft Bill Vlahos bvla...@mac.com het volgende geschreven: Tom, I do want this on a Mac. This looks like a viable option using AppleScript. Thank you, Bill Vlahos On Jun 25, 2015, at 9:48 AM, tbodine bod...@bodinetraininggames.com wrote: Hi Bill. I don't

Text to speech and create wav file

2015-06-25 Thread Bill Vlahos
I’ve been playing around with the revSpeech commands to do text to speech. It works pretty well to get the computer to play the sound through the speakers. How can I create a .wav sound file? Thank you, Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your

Re: Text to speech and create wav file

2015-06-25 Thread Bill Vlahos
Tom, I do want this on a Mac. This looks like a viable option using AppleScript. Thank you, Bill Vlahos On Jun 25, 2015, at 9:48 AM, tbodine bod...@bodinetraininggames.com wrote: Hi Bill. I don't know if that's doable within Livecode. If not, perhaps you can use an external source

Why doesn't this work?

2015-05-31 Thread Bill Vlahos
in a button it works. put URL http://www.webservicex.net/uszip.asmx/GetInfoByAreaCode?USAreaCode=805; HTTP/1.1 If I put the following code in the button it fails. put 805 into vAC put URL http://www.webservicex.net/uszip.asmx/GetInfoByAreaCode?USAreaCode=; vAC HTTP/1.1 Why? Thanks, Bill

Re: Why doesn't this work?

2015-05-31 Thread Bill Vlahos
/groups/runrev/ On 5/31/2015 18:29, Bill Vlahos wrote: put 805 into vAC put URLhttp://www.webservicex.net/uszip.asmx/GetInfoByAreaCode?USAreaCode=; vAC HTTP/1.1 ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: Why doesn't this work?

2015-05-31 Thread Bill Vlahos
My apologies. Mark and Klaus both came up with the correct solution. When I copied/pasted from the email it must have picked up a something extra that made it not work. I tried it again and it works fine. Thank you, Bill Vlahos On May 31, 2015, at 9:59 AM, Mark Schonewille m.schonewi

Re: GitHub starter guide?

2015-05-01 Thread Bill Vlahos
There is a Mac app that makes it easy. Probably other platforms as well. What I don't see is comments and discussions. Bill Vlahos Sent from my iPhone On May 1, 2015, at 5:30 PM, Richard Gaskin ambassa...@fourthworld.com wrote: Colin Holgate wrote: For just going there and downloading

Memory question active program

2015-04-29 Thread Bill Vlahos
know if LiveCode is doing this or the Windows 7 PC (64bit) is. The PC has 8 GB RAM. I suspect it is the PC memory management that is doing this as LiveCode loads everything in RAM. Is there a way for me to test what is causing this? Is there a way to prevent this? Thanks, Bill Vlahos

Re: lcTaskList and LiveCode 8

2015-04-13 Thread Bill Vlahos
regards, Ben On 14 March 2015 at 14:40, Bill Vlahos bvla...@mac.com wrote: I already had LC 8.0.0 DP1 installed and lcTaskList worked fine. When I opened LiveCode today the auto updater wanted to update to what appears to be the same LC 8 DP1. When I open the updated version and then open

Scripting Calendars tutorial stack

2015-03-29 Thread Bill Vlahos
theSlug for contributing the initial Outlook for Macintosh code. Bill Vlahos _ bvla...@mac.com Author InfoWallet and lcTaskList InfoWallet (http://www.infowallet.com) lcTaskList: (http://www.infowallet.com/lctasklist/index.htm) RunRev lcTaskList Forum: (http://forums.runrev.com

lcTaskList and LiveCode 8

2015-03-14 Thread Bill Vlahos
submitted it as a bug report Bug 14953 to LiveCode. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. lcTaskList: (http://www.infowallet.com/lctasklist/index.htm) RunRev lcTaskList Forum: (http

Re: Web page fields

2015-03-05 Thread Bill Vlahos
around deciphering page source. An example of a get URL, simplest method for google... : https://www.google.com/search?q=bill+vlahos Replace the stuff after = with your url encoded search string. A post is, like I said, can be harder to determine depending on how complicated the page

Web page fields

2015-03-04 Thread Bill Vlahos
. This particular web page does NOT automatically put the cursor in the search field. I’m guessing it is a javascript that does this. Thanks, Bill Vlahos ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

How to I receive AppleScript?

2015-01-03 Thread Bill Vlahos
I want to have my LiveCode application receive an AppleScript command with parameters from another application and then have my program execute the command. I can send an AppleScript to another program with LiveCode but I don’t see any examples of how to receive them. Bill Vlahos

Re: Project Browser vs App Browser (was script scope variables inexplicably becoming unset)

2015-01-03 Thread Bill Vlahos
I chose #3: eliminate the trial version completely and only sell a version that is unprotected so it works on all versions of LiveCode. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure

December Meeting SoCal LiveCode User Group

2014-12-01 Thread Bill Vlahos
LiveCode. What: Attendees are encouraged to bring something to share - it can be a brief presentation, a problem you need help solving, or even just any question about LiveCode. We hope to see everyone there. Bill Vlahos and Richard Gaskin ___ use-livecode

Re: [OT] baby

2014-11-27 Thread Bill Vlahos
How exciting! The best to you and your family. Bill Vlahos Sent from my iPhone On Nov 27, 2014, at 12:14 PM, Monte Goulding mo...@sweattechnologies.com wrote: Hi Folks We just had a baby so I won't be able to get to mergExt related questions for a few days. Rebecca(mum) and Sarah

InfoWallet is free!

2014-11-22 Thread Bill Vlahos
Here is an early Black Friday special that will be permanent. InfoWallet is free (as in beer) to everyone. Share and enjoy. A big thank you to the LiveCode community and especially Geoff Canyon for all your help over the years. Bill Vlahos _ InfoWallet (http

Re: How safe and feasable is it ?

2014-11-09 Thread Bill Vlahos
easy to do and you can put as many scripts in it as you want. This is how InfoWallet works. Standalone (you distribute) + Program stack (downloads) + User Data Stacks (where user data is). Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life

Calendar scripting app needs help with Outlook for Mac

2014-10-05 Thread Bill Vlahos
is that I don’t have a licensed copy of Outlook on the Mac. I have the beginnings based on the AppleScript dictionary. If anyone would like to take what I have done and add the same thing for Outlook I would appreciate it. Just let me know. Bill Vlahos _ InfoWallet (http

Re: Calendar scripting app needs help with Outlook for Mac

2014-10-05 Thread Bill Vlahos
Mark, Well that is why I don’t own it. However, many companies like yours insist on it which is why I want to be able to show how to integrate with it. Bill On Oct 5, 2014, at 12:14 PM, Mark Wieder mwie...@ahsoftware.net wrote: Bill- Sunday, October 5, 2014, 11:39:25 AM, you wrote: My

Re: Calendar scripting app needs help with Outlook for Mac

2014-10-05 Thread Bill Vlahos
I have a volunteer for assistance. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. lcTaskList: (http://www.infowallet.com/lctasklist/index.htm) RunRev lcTaskList Forum: (http

Re: Text fields with rounded corners

2014-10-05 Thread Bill Vlahos
I agree that it would be a very nice feature to have. It would save time having to create the graphics workarounds described in this thread. Bill Vlahos On Oct 5, 2014, at 1:42 PM, Paul Dupuis p...@researchware.com wrote: I think what was being asked here is why shouldn't the roundRadius

Re: Outrageously slow AppleScript performance

2014-10-04 Thread Bill Vlahos
One important addition on this… The performance issue is only in the IDE. Standalone's performance is good! Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. lcTaskList: (http

Re: Outrageously slow AppleScript performance

2014-10-02 Thread Bill Vlahos
Thanks everyone. It turns out that RunRev knows about the issue: http://quality.runrev.com/show_bug.cgi?id=11358 Richard, I will be at the meeting tonight and as my contribution topic for the meeting. See you there. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about

Re: Outrageously slow AppleScript performance

2014-10-01 Thread Bill Vlahos
for the applet. In my case the LiveCode app is sending the script. There is no applet in the traditional sense. I wonder if pointing it to the LiveCode engine would do the same thing. Thanks for the feedback and confirmation. I’ll ask LiveCode support about it. Bill Vlahos On Oct 1, 2014, at 11:29 AM

Outrageously slow AppleScript performance

2014-09-30 Thread Bill Vlahos
process Calendar keystroke i using command down end tell end tell Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. lcTaskList: (http://www.infowallet.com/lctasklist

Can LC application receive a shell command with parameters?

2014-09-10 Thread Bill Vlahos
I want to have a different program pass a parameter (in this case a callerID phone number) to my LC application via a shell command to do a search in and bring up a person’s record. How can I receive it and handle it? Thanks, Bill Vlahos ___ use

Re: Can LC application receive a shell command with parameters?

2014-09-10 Thread Bill Vlahos
and then call a handler in my app to do a search.. I don’t see what my handler would look like in my app. Thanks, Bill Vlahos On Sep 10, 2014, at 10:57 AM, Michael Doub miked...@gmail.com wrote: Look up $ in the dictionary. You can get access to all of the environment variables for command line

Re: preOpenStack

2014-09-07 Thread Bill Vlahos
I encourage everyone who would like the notes to be updated to do so yourself by adding comments to the dictionary items. This is a great feature of the documentation. Just scroll all the way down on a dictionary entry. Bill Vlahos _ InfoWallet (http://www.infowallet.com

Re: Apps on Flash Drive Advice

2014-08-27 Thread Bill Vlahos
and when does your app read or write to disk? Reduce or eliminate any reading or writing to disk to reduce the performance penalty. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. lcTaskList

Re: Launch URL to run Windows program using command line switches

2014-07-01 Thread Bill Vlahos
a document which is not what I’m looking for. Bill Vlahos On Jun 30, 2014, at 7:03 PM, Bill Vlahos bvla...@mac.com wrote: Skip, This is great. I’ve been struggling with this for a couple of weeks now without success. This works for me when I point to a .exe file but not if I point to a link

Re: Launch URL to run Windows program using command line switches

2014-07-01 Thread Bill Vlahos
vLink quote) —execute the shell command Whew! Thanks everyone. Bill Vlahos On Jun 30, 2014, at 10:38 PM, Mark Wieder mwie...@ahsoftware.net wrote: Bill- Monday, June 30, 2014, 7:03:25 PM, you wrote: The cmd window in Windows7 supports command line options for .lnk files so I wonder

Re: Shell command syntax in Windows

2014-06-29 Thread Bill Vlahos
I’m beginning to think that what I want to do is impossible. I’ve tried all the suggestions and they all fail. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. lcTaskList: (http

Re: Shell command syntax in Windows

2014-06-24 Thread Bill Vlahos
I was able to get a dir listing but not at the correct folder. The example I used was to get a directory listing from shell. What I really want to do is send “cmd=show” to the mxie.lnk (shortcut to the application) in the path “C:\ProgramData\Microsoft\Start Menu\Programs\Zultys MX\ . If I

Shell command syntax in Windows

2014-06-23 Thread Bill Vlahos
the shellCommand to “C:\ProgramData\Microsoft\Start Menu\Programs” put shell (“dir”) into field “one” end mouseUp Bill Vlahos ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Windows pathing question

2014-06-22 Thread Bill Vlahos
, 2014 at 1:12 AM, Bill Vlahos bvla...@mac.com wrote: I want to sent a command line command to a Windows executable to pass information and a command to it so that the application dials the phone number I send it (it is a telephony application). The command works fine if I specify the complete

Windows pathing question

2014-06-20 Thread Bill Vlahos
explicitly defining the path or asking the user to find the navigate to the application and I store the path? Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. lcTaskList: (http

Re: System menubar (on right) on Mac

2014-05-23 Thread Bill Vlahos
Kay, This is terrific. I forgot about services. My immediate need will probably be accommodated with this, although it will be great to have Trevor’s external as well so I have the option to do something more expansive. Thank you, Bill Vlahos _ InfoWallet (http

System menubar (on right) on Mac

2014-05-22 Thread Bill Vlahos
item and capture the hilited text for my program. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. lcTaskList: (http://www.infowallet.com/lctasklist/index.htm) RunRev lcTaskList Forum: (http

Re: 6.6.1 no bueno

2014-04-14 Thread Bill Vlahos
Bob, It works correctly for me. Mac OS X 10.9.2. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. lcTaskList: (http://www.infowallet.com/lctasklist/index.htm) RunRev lcTaskList Forum: (http

Re: Encryption / Encoding Differences between IDE and OS X Standalone

2014-02-19 Thread Bill Vlahos
the encrypted content into a custom property to avoid the problem you describe. You could take a look at it to see how it might be different from your stack. I just tested it with LC 6.5.2 under 10.9.1 but it was written a long time ago so it should work fine in 10.7. Bill Vlahos

Re: SoCal LiveCode User Group Meeting: Thursday

2014-02-05 Thread Bill Vlahos
I’m looking forward to seeing everyone there tomorrow. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. lcTaskList: (http://www.infowallet.com/lctasklist/index.htm) RunRev lcTaskList Forum

  1   2   3   >