Search found 10 matches
- Wed Jul 12, 2017 12:46 am
- Forum: Talking LiveCode
- Topic: Array help
- Replies: 2
- Views: 3000
Array help
I created an array put "Purpose Data" into ar[1]["purpose" ] put "Dose Data" into ar[2]["dose" ] put "Side Effects Data" into ar[3]["side effects" ] put "Emergency Conditions Data" into ar[4]["Emergency cond" ] put "Abuse Potential Data" into ar[5]["Abuse Potential" ] put "Cautions Data" into ar[6][...
- Thu Nov 13, 2014 8:55 pm
- Forum: Android Deployment
- Topic: button hilite problem
- Replies: 3
- Views: 3243
Re: button hilite problem
Thanks for the tips I'm new to this language so I thought since I created the command on the stack I may need to maintain hierarchy. I may have been having a flash back to my days of writing ActionScript 

- Thu Nov 13, 2014 5:55 pm
- Forum: Android Deployment
- Topic: button hilite problem
- Replies: 3
- Views: 3243
Re: button hilite problem
Ok after hours of searching and no luck I discovered it's the hover icon causing the issue set all the hover icons to 0 and now it works fine.
- Wed Nov 12, 2014 10:08 pm
- Forum: Android Deployment
- Topic: button hilite problem
- Replies: 3
- Views: 3243
button hilite problem
Ok I have the following it works perfect on iOS and hilites the button you click on but on my android device it selects the button and after the move group completes it hilites another button so there are two buttons hilited. Please help I've already released this app and I have to fix fast!! on mou...
- Thu Mar 28, 2013 8:22 pm
- Forum: iOS Deployment
- Topic: Launch a PDF on iOS??
- Replies: 12
- Views: 8261
Re: Launch a PDF on iOS??
Ender, your solutions worked!! Thank you and everyone else for the help.
- Wed Mar 27, 2013 3:03 pm
- Forum: iOS Deployment
- Topic: Launch a PDF on iOS??
- Replies: 12
- Views: 8261
Re: Launch a PDF on iOS??
sturgis thanks I'll give that a try and let you know if it works endernafi if sturgis's suggestion doesn't work I'll certainly give that a try it may be a bit cleaner in the end. One question though should: put (specialFolderPath("engine") & slash & pPdfFile) into tUrl Actually be: put ("file://" & ...
- Tue Mar 26, 2013 4:29 pm
- Forum: iOS Deployment
- Topic: Launch a PDF on iOS??
- Replies: 12
- Views: 8261
Re: Launch a PDF on iOS??
Ok that gives me "no association" but the device does have Acrobat installed on it?
- Tue Mar 26, 2013 3:37 pm
- Forum: iOS Deployment
- Topic: Launch a PDF on iOS??
- Replies: 12
- Views: 8261
Re: Launch a PDF on iOS??
Thank you all for the quick responses!
I added the extra slash and the prens and tried it on both the simulator and on the device and it still won't seem to work.
What else should I try?
I added the extra slash and the prens and tried it on both the simulator and on the device and it still won't seem to work.
What else should I try?
- Mon Mar 25, 2013 7:43 pm
- Forum: iOS Deployment
- Topic: Mute video on iPad?
- Replies: 0
- Views: 1432
Mute video on iPad?
Is there a way to mute video that I have playing using the MobileControl? It appears that if I play an audio file I can mute the channel. Do the video's play on an audio channel? I've searched the docs and examples and I can't find a way to do it and the default controls don't seem to include those ...
- Mon Mar 25, 2013 7:29 pm
- Forum: iOS Deployment
- Topic: Launch a PDF on iOS??
- Replies: 12
- Views: 8261
Launch a PDF on iOS??
I'm a web developer new to livecode and I'm trying to convert a web application to an iPad app that contains many PDF links. I've been using the following but I can't get it to work anyone know what I'm doing wrong? I have several videos playing using specialfolderpath("engine") and including them i...