Thanks... I used the appresigner and it found that I had two conflicting certificates. Once I deleted one of them in keychain and resigned using appresigner it worked!
Thanks,
Bert
Search found 34 matches
- Thu Sep 29, 2011 12:35 am
- Forum: iOS Deployment
- Topic: Can't figure out 'No Code Signature'
- Replies: 6
- Views: 5669
- Tue Sep 27, 2011 1:02 am
- Forum: iOS Deployment
- Topic: Can't figure out 'No Code Signature'
- Replies: 6
- Views: 5669
Can't figure out 'No Code Signature'
After trying multiple times to get rid of the 'No Code Signature' error in Xcode when I drag my Livecode app into the organizer I am exhausted. I cannot get this error to go away. I've gone through multiple tries at creating new certificates, provisioning profiles etc... and I still get that error. ...
- Sun Aug 28, 2011 12:02 am
- Forum: iOS Deployment
- Topic: No Code Signature Found Error
- Replies: 2
- Views: 3893
No Code Signature Found Error
I get this 'No Code Signature Found' error when trying to drop my application onto my ipad. Using LC 4.6.2 Build 1430 and Xcode 4.0 and just put a new provisioning profile on it.
Any help is appreciated.
Bert
Any help is appreciated.
Bert
- Mon Aug 01, 2011 7:15 pm
- Forum: iOS Deployment
- Topic: Is this the right place to ask?
- Replies: 5
- Views: 4688
Re: Is this the right place to ask?
thanks... i'm trying to take my web app and clean it up to work well on the ipad within my emergency dept. It will run within our network which is 'compliant' per our security team. I'll let them know about this and see if it is a concern (ie. the information is within our secure network so if they ...
- Wed Jul 27, 2011 10:09 pm
- Forum: iOS Deployment
- Topic: Is this the right place to ask?
- Replies: 5
- Views: 4688
Re: Is this the right place to ask?
This is the code in my .asp page. I want to take the items I retrieve and put them into fields on my mobile app With Response Dim cnt, prncnt, rm(50), bed(50), ptname(50), mdr(50), pntnum(50) cnt = 0 While Not objRS.EOF rm(cnt) = objRS("CBROOM") bed(cnt) = objRS("CBBED#") ptname(cnt) = objRS("PPNAME...
- Mon Jul 25, 2011 12:47 pm
- Forum: iOS Deployment
- Topic: Is this the right place to ask?
- Replies: 5
- Views: 4688
Is this the right place to ask?
I've developed an .asp page that extracts data from our hospital AS400 tables and displays them in a web page (not pretty) on my iphone. Is there a way to run the javascript commands within the toolkit iOS and parse out the data using the nice controls in the Livecode developer?... or am I left to u...
- Mon Jan 24, 2011 5:42 am
- Forum: iOS Deployment
- Topic: pos / neg on a button/checkbox
- Replies: 26
- Views: 18024
Re: pos / neg on a button/checkbox
well i've been struggling to make this work consistently. I thought the mousedoubleUp was the way to go using the visited but the visited fires off even when I don't want it to. I am struggling to find a place to show the third icon (pic of red checked box connotating a neg response) but the visited...
- Sat Jan 22, 2011 3:47 am
- Forum: iOS Deployment
- Topic: pos / neg on a button/checkbox
- Replies: 26
- Views: 18024
Re: pos / neg on a button/checkbox
Thanks Mark, I alread do use pics to that the checkboxes look better than the ones LC has. I have been playing with this little script for the checkbox: on mouseDoubleUp set the visited of me to true end mouseDoubleUp on mouseUp set the visited of me to false end mouseUp I use the visited icon pic a...
- Fri Jan 21, 2011 12:50 pm
- Forum: iOS Deployment
- Topic: pos / neg on a button/checkbox
- Replies: 26
- Views: 18024
pos / neg on a button/checkbox
Throwing this out there... my program requires the possibility of a positive or neg response to a checkbox. For example if I ask my patient if they have had shortness of breath I want to have a 'positive' indication or a 'negative' indication if they deny it. Just leaving a checkbox unchecked doesn'...
- Thu Jan 20, 2011 5:29 am
- Forum: iOS Deployment
- Topic: something wrong with my button logic
- Replies: 3
- Views: 3895
Re: something wrong with my button logic
Thanks Rick... I fixed the fields and also figured out that I wasn't compiling the scripts!
Bert
Bert
- Thu Jan 20, 2011 2:10 am
- Forum: iOS Deployment
- Topic: something wrong with my button logic
- Replies: 3
- Views: 3895
something wrong with my button logic
I am using a graphic to allow users to click on different areas of the body to reference a location for clinical findings. I've created a transparent button over the parts of the body and I want to show or hide the label for that part of the body: on mouseUp if visible of field "rtarm" is "false" th...
- Wed Jan 19, 2011 10:25 pm
- Forum: iOS Deployment
- Topic: Dragon Dictate Wish List
- Replies: 2
- Views: 3391
Re: Dragon Dictate Wish List
Thanks Mark... I'm going to do some more investigation into the DD app and who developed it.
Bert
Bert
- Sat Jan 15, 2011 8:41 pm
- Forum: iOS Deployment
- Topic: Dragon Dictate Wish List
- Replies: 2
- Views: 3391
Dragon Dictate Wish List
I'm working on an app to take a templated history and physical for patients. I have a Dragon Dictate app on my ipad and it is really awesome. For now I'm going to switch back and forth from it to my app so I can add free text easily. Anyone have any ideas on how to put a button within my app that wo...
- Sat Jan 15, 2011 8:22 pm
- Forum: iOS Deployment
- Topic: databases on iPhone
- Replies: 63
- Views: 42617
Re: databases on iPhone
Yes! Got it to work... did some weird stuff on the ipad screen, but it did save. I included the database stack in the mobile plugin file. Thanks Bernd and everyone working to get this to work. Now it's time to tinker in my app and get it to work there.
Bert

Bert
- Sat Jan 15, 2011 9:09 am
- Forum: iOS Deployment
- Topic: databases on iPhone
- Replies: 63
- Views: 42617
Re: databases on iPhone
it works in simulator... just can't get it to work on ipad. I turn my ipad off and back on to see if the db stack saved and no data exists. I have to be doing something wrong because I want this to work so badly!
Bert
Bert