-the-speech-libr=
ary-on-mac-ios-and-android
Thanks for everyone providing information regarding this.
Bill Vlahos
> On Mar 19, 2025, at 7:59=E2=80=AFAM, Bryan Anderson =
wrote:
>=20
> Hi Bill.
>=20
> I=E2=80=99ve been trying to figure out an issue with the speech on an =
M1 Ul
ech in the Standalone.
Does this work on a Mac with Apple processors? If so, what could I be missing?
Thanks
Bill Vlahos
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your su
& return &\
"delay 1" & return &\
"keystroke " & quote & item 1 of field "Reference" & quote & return &\
"end tell" into AScript
putText AScript
Bill Vlahos
> On Mar 4, 2025, at 4:22 PM, Niggemann, Bernd wrote:
&
t;delay 1 " & quote & return &\
"end tell" into AScript
putText AScript
How do I include the delay 1?
Thanks,
Bill Vlahos
> On Mar 3, 2025, at 11:44 AM, Niggemann, Bernd via use-livecode
> wrote:
>
> Hi Bill,
>
> have you tried to add a de
the documents area of the dock.
This used to work as expected.
How can I get the window to open back up when the application icon is clicked?
Thanks,
Bill Vlahos
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to
15.3.1
Any ideas what is happening?
Thanks,
Bill Vlahos
set the itemDelimiter to tab
put "tell application " & quote & "System Events" & quote & return &\
"keystroke " & quote & item 1 of field "Reference" & quote &
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
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
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
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
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
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 (x86)
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
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:
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
see if that's selected, but if 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>>
ifw'
Line: put decompress(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://lis
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
wri
hes 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
>
&
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 messa
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
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
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
> 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
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 standa
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
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
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
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
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
> 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
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
?
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
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
>
nfo
Files/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:
>
> B
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
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
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,
>>
>>
k for 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,
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:
>
> The
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
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 co
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:
>
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
/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
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
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
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
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.
>
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
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
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/mailman/listinfo/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
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
> wrote:
>
> We lost Dan Shafer yesterday. He did a lot for LiveCode. I’m sure anybody who
> met hi
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
> wrote:
>
> JB,
>
> It is the vNum variable itself that is empty in the
JB
>
>
>> On May 19, 2017, at 11:20 AM, Bill Vlahos via use-livecode
>> wrote:
>>
>> 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
>> seco
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" &
http://economy-x-talk.com
> 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 stand
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
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
Yes. Glad to see you back.
Bill Vlahos
Sent from my iPhone
> On Jul 10, 2016, at 2:25 PM, stephen barncard
> wrote:
>
> BTW
> good to see you here again, Jerry.
>
> sqb
>
> Stephen Barncard - Sebastopol Ca. USA -
> mixstream.org
>
>> On Sun, Jul 10,
Any ideas on how I can recognize when a user presses the headset button on a
Bluetooth or USB headset?
I doubt I can do that directly in LiveCode but perhaps with an External for OS
(Macintosh, Windows, IOS and/or Android)?
Thanks,
Bill Vlahos
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
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 wrote:
>
> I set up a meet-up group page in Toronto
t;> if no one else posts it.
>>
>> --
>> 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://clipboardl
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 wrote:
>
> Hi Bill.
>
> I don't know if that's doable within Livecode. If not, perhaps you can use
> an external
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
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
>
//qery.us/468
>
> Buy my new book "Programming LiveCode for the Real Beginner"
> http://qery.us/3fi
>
> LiveCode on Facebook:
> https://www.facebook.com/groups/runrev/
>
> On 5/31/2015 18:29, Bill Vlahos wrote:
>>put "805" into vAC
>>put
>&
de?USAreaCode="; & vAC &&
"HTTP/1.1"
Why?
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/use-livecode
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 wrote:
>
> Colin Holgate wrote:
>
> > For just going there and downloa
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
resolved.
>
> Warm regards,
>
> Ben
>
> On 14 March 2015 at 14:40, Bill Vlahos 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
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
27;ve 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:
ound entries.
The page source shows this as the form:
Bill Vlahos
> On Mar 4, 2015, at 3:07 PM, Mike Bonner wrote:
>
> If the page isn't too complicated and you can figure out how things are
> being sent.. (easy if the page works with GET requests.. jus
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 and
Pete,
I’m glad you are getting comfortable with this. I know it has been a struggle.
Bill
> On Jan 6, 2015, at 10:52 AM, Peter Haworth wrote:
>
> Hi Bill,
> Thanks for the input.
>
> I think I'm homing in on how to do this.
>
> My web site will have 3-4 videos on the main features of the pro
Store).
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://forums.runrev.com/viewforum.php?f=61)
>
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
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
about
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-li
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
> 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
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
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
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 wrote:
> I think what was being asked here is "why shouldn't the roundRadius
&g
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
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 wrote:
> Bill-
>
> Sunday, October 5, 2014, 11:39:25 AM, you wrote:
>
>> My problem is that I
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
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:
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
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
D
--display dialog "Event " & eID & " of Calendar " & cID
tell application "System Events"
tell process "Calendar"
keystroke "i" using command down
end tell
end tell
Bill Vlahos
_
Inf
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 wrote:
> Look up $ in the dictionary. You can get access to all of the environment
> variables for command line apps. I
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
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) is
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
er to dial
get shell(quote & vLink & quote) —execute the shell command
Whew!
Thanks everyone.
Bill Vlahos
On Jun 30, 2014, at 10:38 PM, Mark Wieder wrote:
> Bill-
>
> Monday, June 30, 2014, 7:03:25 PM, you wrote:
>
>> The cmd window in Windows7 supports
document
which is not what I’m looking for.
Bill Vlahos
On Jun 30, 2014, at 7:03 PM, Bill Vlahos 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
limitation of the launch command.
Thanks for the timely posting.
Bill Vlahos
On Jun 30, 2014, at 1:21 PM, Magicgate Software - Skip Kimpel
wrote:
> Got it working. Ended up with this to get it working:
>
> launch "c:/Program Files (x86)/MyProgram/file.exe /P
> ""
1 - 100 of 328 matches
Mail list logo