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: 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

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: 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

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: 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

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: 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: 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: 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

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

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

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

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-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

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: 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

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: [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

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

Tool tip show graphic

2011-06-01 Thread Bill Vlahos
/hiding it or without resizing my stack to accommodate the image? 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

Re: Tool tip show graphic

2011-06-01 Thread Bill Vlahos
Stephen, Not what I'm looking for but this is very cool. Bill Vlahos On Jun 1, 2011, at 1:48 PM, stephen barncard wrote: These are actually grouped objects kept within the rect of the window. Perhaps not what you want. On 1 June 2011 13:45, stephen barncard stephenrevoluti

Re: Tool tip show graphic

2011-06-01 Thread Bill Vlahos
Stephen, Thanks. Yes this is good. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Jun 1, 2011, at 4:22 PM, stephen barncard wrote: I came up with this test stack. go URL http

Drag a window without a title bar

2011-06-02 Thread Bill Vlahos
I have a stack that uses the windowshape property so it no longer has the title bar. What is the handler I should use to allow the user to drag the stack around? I have a background image that the user could click and drag for moving the window. Thanks, Bill Vlahos

Focus question

2011-06-22 Thread Bill Vlahos
it to open in front over everything and be ready for button clicks. What is wrong? Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. ___ use

Re: Focus question

2011-06-22 Thread Bill Vlahos
Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 New: Download the Installer Maker Plugin 1.6 for LiveCode here http://qery.us/ce On 22 jun 2011, at 22:10, Bill Vlahos wrote: I've created a Mac app which

Re: Focus question

2011-06-22 Thread Bill Vlahos
I retested it and the windowshape property doesn't matter. It must be something else. Bill Sent from my iPhone On Jun 22, 2011, at 6:47 PM, Bill Vlahos bvla...@mac.com wrote: I set it in the IDE before saving the standalone. Bill Sent from my iPhone On Jun 22, 2011, at 2:41 PM

Re: Focus question

2011-06-24 Thread Bill Vlahos
Terry, Good suggestion. Thank you, Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Jun 23, 2011, at 4:54 PM, Terry Judd wrote: On 24/06/2011 09:16 AM, Bill Vlahos bvla...@mac.com wrote

Re: Focus question

2011-06-24 Thread Bill Vlahos
Sims, It does do that but I don't want it to float above everything. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Jun 23, 2011, at 9:03 PM, Jim Sims wrote: On Jun 24, 2011, at 1:16

Re: OS X Dock menu

2011-06-26 Thread Bill Vlahos
Iconmenu doesn't show up in the dictionary. How can I find more information on it? Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Jun 23, 2009, at 4:12 AM, jim sims wrote: I was hoping

Re: OS X Dock menu

2011-06-26 Thread Bill Vlahos
Bummer. Thanks for the info to Mark too. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Jun 26, 2011, at 10:42 AM, Shao Sean wrote: Page 28 of the release notes http

How to detect zoombox click

2011-07-15 Thread Bill Vlahos
the window manually. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: How to detect zoombox click

2011-07-16 Thread Bill Vlahos
moveStack Is there a more elegant way to detect simultaneous messages? Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Jul 16, 2011, at 8:01 PM, dunb...@aol.com wrote: A movestack

Re: How to detect zoombox click

2011-07-17 Thread Bill Vlahos
It seems to me like LC already knows what the zoombox is supposed to do and just does it. I was hoping there would be a specific message generated for it. Maybe they just did the expected behavior instead of generating a message. Bill Vlahos _ InfoWallet (http

Re: How to detect zoombox click

2011-07-17 Thread Bill Vlahos
don't know how to see them. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Jul 16, 2011, at 8:01 PM, dunb...@aol.com wrote: A movestack message is also sent. Not sure why, though

Re: age calculation on Windows vs Mac

2011-07-19 Thread Bill Vlahos
to dateItems convert asOf to dateitems put item 1 of asOf - item 1 of tDate - 1 into tAge put item 1 of asOf into item 1 of tDate convert tDate to seconds convert asOf to seconds if tDate = asOf then add 1 to tAge return tAge end if end calcAge Bill

Re: Mac OS X Lion

2011-07-20 Thread Bill Vlahos
Richard, I believe auto-save only works on applications that specifically support the new API. Bill Vlahos Sent from my iPhone On Jul 20, 2011, at 11:11 AM, Richard Gaskin ambassa...@fourthworld.com wrote: Andre wrote: I don't like lion or the new scrollbars... :-( For better

Re: age calculation on Windows vs Mac

2011-07-20 Thread Bill Vlahos
Bob, I'm glad you like InfoWallet. Thanks for the kind words. This code originally came from this awesome list. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Jul 20, 2011, at 9:21 AM

Re: Setting a dirty flag for a file

2011-07-21 Thread Bill Vlahos
I use it in InfoWallet and It is terrific but it isn't available any longer. Bill Vlahos Sent from my iPhone On Jul 21, 2011, at 5:00 PM, Ken Ray k...@sonsothunder.com wrote: But don't forget that the modifiedMark property only showed up in LC 4.6, and Charles said he's using v. 4.0

Re: Mac Apps made with Rev run on Lion?

2011-07-27 Thread Bill Vlahos
Yes apps built in 4.0 will work. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Jul 27, 2011, at 2:07 PM, Charles Szasz wrote: Will Mac apps made with Rev 4.0 run on Lion? Or do I need

Re: Mac Apps made with Rev run on Lion?

2011-07-27 Thread Bill Vlahos
Either work on Lion. If you only care about Lion then use the Intel build as Lion won't run on PPC Macs anyway. This is also true for Snow Leopard. Unless you don't care about older Macs use the Universal build and you will be fine. Bill Vlahos _ InfoWallet (http

Re: [OT] More Apple Foolishness

2011-07-27 Thread Bill Vlahos
Actually you can have folders. 1. Hold your finger on an icon until they all quiver 2. Drag an icon(s) on top of another one and it will make a folder of them. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you

Notification Manger or Bounce the Dock Icon

2011-07-31 Thread Bill Vlahos
the dialog box (either as sheet or modal). I expected a dialog box to trigger the system notification manager. On the Mac that would be to bounce the dock icon. I thought I read how LC can do this but I can't find it. Any help would be appreciated. Thanks, Bill Vlahos _ InfoWallet

State of an application status

2011-07-31 Thread Bill Vlahos
suppose I could continually update some flag with the on suspend and on resume handlers but that seems pretty inelegant. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure

Re: Notification Manger or Bounce the Dock Icon

2011-08-01 Thread Bill Vlahos
Sarah, Yes I actually have the ssMacExternal from Shao Sean and it works great. I thought I had seen that LC can do this itself and, of course, the external only works on Mac. Unfortunately she has taken the external off the market. Bill Vlahos _ InfoWallet (http

Re: SMTP Library that works with Gmail over SSL?

2011-08-03 Thread Bill Vlahos
Yes it does and has for a long time. put the cipherNames Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Aug 2, 2011, at 2:56 PM, Bob Sneidar wrote: Speaking of which, does Livecode do

Re: SMTP Library that works with Gmail over SSL?

2011-08-03 Thread Bill Vlahos
column used to store it need to be binary? Bob On Aug 3, 2011, at 8:35 AM, Bill Vlahos wrote: Yes it does and has for a long time. put the cipherNames Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you

Re: UNIQUE CARD IDs

2011-08-04 Thread Bill Vlahos
and delete any that contain Dup. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Aug 4, 2011, at 1:34 PM, Joe Lewis Wilkins wrote: Bob, Jacque, Thanks. Perhaps you might like to know

Re: bizarre problem, big emergency!

2011-08-09 Thread Bill Vlahos
Have you restarted the Mac or repaired permissions? It sounds like the Mac is blocking the app somehow. Bill Vlahos Sent from my iPhone On Aug 9, 2011, at 12:07 PM, Lars Brehmer larsbreh...@mac.com wrote: I have a stack/standalone that I have been working with for months. Suddenly I

Re: Storing Data in Standalone Apps

2011-08-11 Thread Bill Vlahos
Correct. It has to be a separate file - either a separate stack or text file. Bill Vlahos Sent from my iPhone On Aug 11, 2011, at 7:29 AM, Gregory Lypny gregory.ly...@videotron.ca wrote: Hello everyone, My apologies in advance for the lame question but I need a little refresher as it has

How do I wait for a VBScript to finish?

2011-08-12 Thread Bill Vlahos
to have this problem but that could be that it just does it quick enough. Is there a way to wait with messages or something like that for running a VBScript or AppleScript? Thanks, Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life

Difference between destroyStack and destroyWindow

2011-08-12 Thread Bill Vlahos
. Dictionary destroyStack: If a stack's destroyStack property is set to true, closing all stacks in its stack file removes it from memory space, cleaning up after the stack and freeing memory for use by the application. Thanks, Bill Vlahos _ InfoWallet (http://www.infowallet.com

Re: How do I wait for a VBScript to finish?

2011-08-20 Thread Bill Vlahos
into Vscript sendText Vscript Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Aug 12, 2011, at 1:59 PM, Ken Ray wrote: On Aug 12, 2011, at 2:26 PM, Bill Vlahos wrote: I call

Can I set file as read only?

2011-08-21 Thread Bill Vlahos
I want to write a file to disk and then mark it read only. Is there a cross platform (Mac, Windows, and Linux) LC command to do this? Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure

Re: End of an Era: Steve Jobs

2011-08-25 Thread Bill Vlahos
I agree. I think the following link opens a pretty good summary of how our world has changed as a result of Steve. http://www.macobserver.com/tmo/article/steve_jobs_a_revolution_every_other_year/ I wish him all the best and offer a big thank you. Bill Vlahos _ InfoWallet (http

Re: full-screen compatible for lion mac os

2011-09-05 Thread Bill Vlahos
close to mimicking the essentials (hide menus, full screen window, etc.) but it would still be different in at least some behaviors. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Sep 4

Re: send in 24-hours

2011-09-08 Thread Bill Vlahos
of seconds from now to that time. That way you will avoid potentially adding a second or so on each iteration. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Sep 8, 2011, at 10:09 PM

Re: LiveCode and Google Contact data

2011-09-16 Thread Bill Vlahos
Macintosh and Windows also have the ability to import and export contacts via vCARD and other methods too. You could also try those. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Sep 16, 2011

Can iOS store info in stacks?

2011-09-26 Thread Bill Vlahos
Can I store information in stacks (or custom properties of stack)? If so, where can I find out more info on how to organize them? Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure

Re: Can iOS store info in stacks?

2011-09-26 Thread Bill Vlahos
Is this stack something I could manually replace from an external source? Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Sep 26, 2011, at 4:23 PM, John Dixon wrote: You could

Re: Can iOS store info in stacks?

2011-09-26 Thread Bill Vlahos
That is very interesting. That is actually more than what I was looking for. I was just wondering if I could store data in custom props. of other stacks. Cool. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you

How do I detect simultaneous touch of 2 objects for iOS?

2011-10-02 Thread Bill Vlahos
I have two object. Under some circumstances it is fine for only one of them to be tapped but other times it is appropriate for both of them to be tapped at the same time. I don't want to drag them anywhere just touch them. How do I detect both touches? Bill Vlahos _ InfoWallet

Is there a doubeTouch message?

2011-10-02 Thread Bill Vlahos
There is a doubleMouseUp message. Is there an equivalent for double taps on iOS? Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. ___ use-livecode

Re: Is there a doubeTouch message?

2011-10-02 Thread Bill Vlahos
Randy, I didn't realize that mouseUp and mouseDoubleUp worked on mobile too. I thought I had to use touch type messages. Thanks, Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Oct 2

Re: new iPhone 4s

2011-10-04 Thread Bill Vlahos
describe. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Oct 4, 2011, at 7:44 PM, Chipp Walters wrote: Apple iPhone 4s-- ugh. All psyched up about the iPhone 5, and Apple lays this turd

Re: new iPhone 4s

2011-10-05 Thread Bill Vlahos
Firstly. I'm not trying to start or fan a flame war on phones. I use LiveCode because it supports all platforms. On Oct 4, 2011, at 11:12 PM, Pete wrote: My wife and I just upgraded our phones (with Verizon). We each had a Droid Eris and I have to say they sucked. I upgraded to an HTC

Re: Jobs Passed Away

2011-10-05 Thread Bill Vlahos
Very sad day indeed. Thank you Steve. 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

Microphone input

2011-10-08 Thread Bill Vlahos
Can LC get sound or source level (e.g. input volume)? For example, can I listen to the microphone and when there is a lot of noise level or duration Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible

Re: Microphone input

2011-10-08 Thread Bill Vlahos
I forgot to say that this is for iOS. Bill On Oct 8, 2011, at 12:17 AM, Bill Vlahos wrote: Can LC get sound or source level (e.g. input volume)? For example, can I listen to the microphone and when there is a lot of noise level or duration Bill Vlahos _ InfoWallet

iOS Pickwheel labels

2011-10-08 Thread Bill Vlahos
for Hours, Minutes, and Seconds? 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

MouseDoubleUp is inconsistent on iPhone

2011-10-09 Thread Bill Vlahos
Sometimes it works fine and others it doesn't. Are other people finding this and is there something that will make it more reliable? I'm using 4.6.4 on a Mac with Lion to build. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life

How to play a sound file in iOS?

2011-10-09 Thread Bill Vlahos
How do I play a sound file? I've attached a wav and an mp3 file to the stack but the following statements don't do anything in the simulator. play gong.wav play gong.mp3 beep Thanks, Bill Vlahos ___ use-livecode mailing list use-livecode

Re: How to play a sound file in iOS?

2011-10-09 Thread Bill Vlahos
an application on an iPhone? Thanks, Bill Vlahos On Oct 9, 2011, at 8:36 PM, Colin Holgate wrote: When you say attached, do you mean you went into application settings and the Copy Files tab, and add the files there? On Oct 9, 2011, at 11:09 PM, Bill Vlahos wrote: I've attached a wav and an mp3

Re: How to play a sound file in iOS?

2011-10-09 Thread Bill Vlahos
Ah. That did it. Thank you, Bill Vlahos On Oct 9, 2011, at 8:55 PM, J. Landman Gay wrote: On 10/9/11 10:09 PM, Bill Vlahos wrote: How do I play a sound file? I've attached a wav and an mp3 file to the stack but the following statements don't do anything in the simulator. You can

Re: How to play a sound file in iOS?

2011-10-10 Thread Bill Vlahos
Jacque, Where are the alert sounds stored on the iOS devices? It would be better to just use the alert and other sounds already on the phones instead of bringing it with the app. I don't see it specifically in the specialFolderPath function for iOS. Thanks, Bill Vlahos On Oct 9, 2011, at 9

Re: Code signing (details sought for LC implementation on Windows desktop)

2011-10-10 Thread Bill Vlahos
point when I get some time. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Oct 10, 2011, at 12:17 PM, Mark Powell wrote: Have read a lot in the archives about code signing, but have

Re: How to play a sound file in iOS?

2011-10-10 Thread Bill Vlahos
John, Sorry if I'm being dense but I don't see anything on page 31 that will help me. Bill Vlahos On Oct 10, 2011, at 12:17 PM, John Dixon wrote: Read page 31 of the iOS release notes and all will be revealed..:-) Subject: Re: How to play a sound file in iOS? From: bvla...@mac.com

Re: Importing 295 png images...help

2011-10-11 Thread Bill Vlahos
Last I remember is that LiveCode has a maximum size of 4 GB per stack. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Oct 11, 2011, at 6:56 PM, Jerry Jensen wrote: A quick calculation

Works in IDE but not the iOS simulator

2011-10-15 Thread Bill Vlahos
--set the hilite of button start to false end if end repeat end mouseUp Here is the code from the stop button on mouseUp if the hilite of button stop is true then set the hilite of button start to false end if end mouseUp Bill Vlahos

Rotate a field?

2011-10-20 Thread Bill Vlahos
Is there a way to rotate a field without making it offscreen, taking a snapshot of it, and then rotating the resulting image? The field doesn't have to be editable. I just want to display the contents? Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your

How do I save preferences for iOS apps?

2011-10-24 Thread Bill Vlahos
the list server back. Thanks, Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: Resizing on Lion

2011-11-04 Thread Bill Vlahos
Stacks built with 4.6.4 work fine in Lion. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Nov 4, 2011, at 9:50 PM, Sivakatirswami wrote: Can anyone confirm that standalone stacks built

Re: [OT] eSellerate

2011-11-21 Thread Bill Vlahos
I use Kagi for InfoWallet and they have been terrific. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Nov 20, 2011, at 12:07 PM, Pete wrote: Thanks Mark, interesting stuff. I plan

Re: Reminder: SoCal LUG meeting: Dec 1, Pasadena

2011-11-30 Thread Bill Vlahos
We'll see you there. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Nov 30, 2011, at 2:04 PM, Richard Gaskin wrote: The SoCal LiveCode User Group will be meeting in Pasadena on Thursday

Re: grab me script off page

2011-12-14 Thread Bill Vlahos
Welcome back Kathy! Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Dec 14, 2011, at 7:05 PM, Kathy Jaqua wrote: Thank you Roger, I have been using livecode again since April

How do I debug iOS app crashes?

2011-12-18 Thread Bill Vlahos
it? Bill Vlahos Sent from my iPhone ___ 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: How do I debug iOS app crashes?

2011-12-18 Thread Bill Vlahos
Randy, Nifty suggestion. I'll have to remember it for the future. Unfortunately it doesn't help as the app just crashes and quits without displaying the error. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you

What are the current LiveCode issues with the Mac App Store?

2012-01-07 Thread Bill Vlahos
been your experiences with the whole process? Thanks, Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. ___ use-livecode mailing list use-livecode

How do I clone an embedded stack?

2012-01-07 Thread Bill Vlahos
command syntax for this? Thanks, Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: What are the current LiveCode issues with the Mac App Store?

2012-01-13 Thread Bill Vlahos
the Lion scroll bars, full screen, etc. as well. I doubt Microsoft will ever release Office to the Mac App Store (I can't see them giving Apple 30% nor Apple wanting to have that huge a file to download) but they shouldn't have any problems complying with the requirement if they do. Bill Vlahos

ANN: I'll be on The Tech Night Owl Tomorrow

2012-01-13 Thread Bill Vlahos
Piltch, Online Editorial Director of Laptop magazine, discusses some of the hits and misses at the trade show. Bill Vlahos, creator of InfoWallet, discusses how his cross-platform file cabinet application can be used to easily organize, store, and access your most private information in one

Re: ANN: I'll be on The Tech Night Owl Tomorrow

2012-01-14 Thread Bill Vlahos
Yes he does. You can get his podcasts via iTunes and, I'm sure, other ways too. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Jan 14, 2012, at 9:15 AM, Richard Gaskin wrote: Bill

How do I send variables from substack to mainstack?

2012-01-21 Thread Bill Vlahos
an error. send importPds vMap fSource to card Notes of stack CallingStack in 0 seconds How can I send variables vMap and fSource to the handler importPds on the card of the calling stack? Thanks, Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life

Re: How do I send variables from substack to mainstack?

2012-01-21 Thread Bill Vlahos
Craig, Perfect. Thank you. Bill Vlahos On Jan 21, 2012, at 10:16 PM, dunb...@aol.com wrote: Just syntax. send importPds vMap,fSource to card Notes of stack CallingStack in 0 seconds messages and their parameters take the form: message param1,param2,param3,etc. LC has

Looking for beta testers import of passwords to InfoWallet

2012-01-22 Thread Bill Vlahos
and send me the results today will get a free license for InfoWallet. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. ___ use-livecode mailing list

  1   2   3   >