Re: How to find the application path?

2014-02-18 Thread Kay C Lan
On Wed, Feb 19, 2014 at 9:19 AM, Robert Sneidar wrote: > What an odd duck of a command! I wonder what it returns on mobile? I don't > do mobile yet so I cannot test it myself. > > When testing in the iOS simulator it reports: iphone:/Users/[then the full path to your iOS Simulator 'Applications'

Re: Setting the textStyle of content of custom properties

2014-02-18 Thread Bob Sneidar
sorry too many beer. I forgot to tell you what to do with the styled text once you put the text into a field and set the styledText to that. Put the htmlText of the field into your property. You might be able to use rtfText as well, but you can do wonderful things with htmlText like embed icons

Re: Setting the textStyle of content of custom properties

2014-02-18 Thread Bob Sneidar
I don’t think you can set the properties of a property like that. Also, I was under the impression that styledText is a field property and not one that belonged to a button. In fact the dictionary says, "set the styledText of field to styledArray” indicating that it can only be used with a field

Re: Setting the textStyle of content of custom properties

2014-02-18 Thread Richard Gaskin
Charles Szasz wrote: > set the styledText of customProperties["uMyLabel"] of button > "check1ps" to “bold" > > But that doesn’t not work. The textStyle is a property of objects, or of chunks of text in a field, but the values stored in custom properties are just raw data, so they have no prope

Re: Setting the textStyle of content of custom properties

2014-02-18 Thread Charles Szasz
Hi Craig, Thanks for responding to my request for help! I would have emailed you earlier but my work has kept me away from coding. I tried the following: set the styledText of customProperties["uMyLabel"] of button "check1ps" to “bold" But that doesn’t not work. I have a six words in a custom

Re: How to find the application path?

2014-02-18 Thread Robert Sneidar
What an odd duck of a command! I wonder what it returns on mobile? I don’t do mobile yet so I cannot test it myself. Bob On Feb 18, 2014, at 10:11 AM, Chipp Walters wrote: > I dreamt the answer: > > put the address > > it works! > > Chipp Walters > > > > On Mon, Feb 17, 2014 at 6:04 PM,

Re: Getting rid of Unicode characters

2014-02-18 Thread Robert Sneidar
Plaintext will not remove characters, which is what he wants. What he REALLY wants is something to remove ann non-printing characters from a chunk. I cannot help but believe there is a regex way to do this. Bob On Feb 18, 2014, at 10:04 AM, Devin Asay wrote: > Skip, > > Have you looked at

Re: Field to Webpage

2014-02-18 Thread Richard Gaskin
Dan Friedman wroteL > Has anyone tackled the idea of taking a field in LiveCode and > outputting it to a webpage?We're talking about taking the > htmlText of a field (with styled text, tabs, text colors, imbedded > images, etc, etc, etc.) and generating a html document that you > could post t

Field to Webpage

2014-02-18 Thread Dan Friedman
Howdy! Has anyone tackled the idea of taking a field in LiveCode and outputting it to a webpage?We're talking about taking the htmlText of a field (with styled text, tabs, text colors, imbedded images, etc, etc, etc.) and generating a html document that you could post to a website. Anyone

Re: still error ITMS-9000 "invalid Code Signing

2014-02-18 Thread Alain Vezina
You are right. I renewed my iPhone developer subscription a few weeks ago Thank you for your help. Regards Alain Vezina Le 2014-02-18 à 14:10, Colin Holgate a écrit : > No, you only have to go to them and download them again, selecting the > certificate if asked. The general case is that any

Re: still error ITMS-9000 "invalid Code Signing

2014-02-18 Thread Colin Holgate
No, you only have to go to them and download them again, selecting the certificate if asked. The general case is that any time you change your certificate you have to fix any profiles that were made with the old certificate. The most common case for that to be needed is when you have renewed yo

Re: still error ITMS-9000 "invalid Code Signing

2014-02-18 Thread Alain Vezina
Dear Neil, Thank you for helping, because that pushed me to the right solution: I did what you suggested, but it did not work. So, I create a new Provisioning Profile for Distribution and, in the process, I was asking to make a link between this profile and a Distribution Certificate, what I di

Re: How to find the application path?

2014-02-18 Thread Roger Eller
That's awesome! It even has the fully qualified computer name! ~Roger On Tue, Feb 18, 2014 at 1:11 PM, Chipp Walters wrote: > I dreamt the answer: > > put the address > > it works! > > Chipp Walters > > > > On Mon, Feb 17, 2014 at 6:04 PM, Chipp Walters wrote: > > > I believe a few years ago

Re: How to find the application path?

2014-02-18 Thread Chipp Walters
I dreamt the answer: put the address it works! Chipp Walters On Mon, Feb 17, 2014 at 6:04 PM, Chipp Walters wrote: > I believe a few years ago I found an undocumented rev function which > returned the application path from a stack not part of the standalone. > > Does anyone remember the fun

Re: Getting rid of Unicode characters

2014-02-18 Thread Devin Asay
Skip, Have you looked at the plaintext property of fields? I think it converts non-convertible characters to a '?' It might be a tool you could use. Devin Sent from my iPhone > On Feb 17, 2014, at 2:20 PM, "Magicgate Software - Skip Kimpel" > wrote: > > Thank you! This should give me somet

Re: still error ITMS-9000 "invalid Code Signing

2014-02-18 Thread Neil Roger
Dear Alain, Thank you for supplying the additional information. This info would imply that that the certificate that you are signing with is not contained within the provisioning profile you used for signing. I would recommend that you remove and then re-download your development certificate

Re: still error ITMS-9000 "invalid Code Signing

2014-02-18 Thread Alain Vezina
Dear Neil, I am on Mac Lion Mountain using LC 6.6 XCode 5.0.2 I do use a distribution profile which is valid. Last time I used it in last November, it worked very well. I checked the iPhone Distribution certificate and it is valid. So, here is the complete message I received ERROR ITMS-9000: "

Re: Page Turner

2014-02-18 Thread Mike Kerner
What I would REALLY like is a way to slide from one card to the next on mobile, but have the slide follow my finger, so that if I start to slide, but stop, the slide stops, at least until I start moving again, and if I remove my finger, I can decide, based on how far I've slid, whether to continue

Re: still error ITMS-9000 "invalid Code Signing

2014-02-18 Thread Neil Roger
Dear Alain, As you have mentioned, bug 11754 should be resolved in LiveCode 6.6-dp1 however, I do not beleive this relates to the issue you are experiencing. This bug related to the creation of an invalid standalone iOS app that did not adhere to Apples recent iOS store changes. More informa

still error ITMS-9000 "invalid Code Signing

2014-02-18 Thread Alain Vezina
I tried to send my app to the App Store using LC 6.6-dp1 and I received the same message as lasts weeks : ERROR ITMS-9000 "Invalid Code Signign ". Iwas sure that bug fix [11754 - Error (invalid bundle) on uploading app to iOS App Store] was for that problem. Am I right or wrong? I feel very fru

Re: Dollar Sign Variables

2014-02-18 Thread Richard Gaskin
Mark Smith wrote: Is there a tutorial on using the debugger, for those of us 'old school' who seem dependent on put statements? Section 3.5 of the User Guide (p 63-70) is well illustrated and should provide what you're looking for. -- Richard Gaskin Fourth World LiveCode training and con

Re: Menu memory

2014-02-18 Thread Ludovic THEBAULT
Le 18 févr. 2014 à 15:44, John Dixon a écrit : > Have a look at 'menuhistory' in the dictionary... Thanks. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription prefer

RE: Menu memory

2014-02-18 Thread John Dixon
Have a look at 'menuhistory' in the dictionary... > From: ludovic.theba...@laposte.net > Subject: Menu memory > Date: Tue, 18 Feb 2014 15:40:15 +0100 > To: use-livecode@lists.runrev.com > > Hello, > > I made a quizz for a school. > There are many "options buttons" which display severals choices

Menu memory

2014-02-18 Thread Ludovic THEBAULT
Hello, I made a quizz for a school. There are many "options buttons" which display severals choices. On the opencard script i set the label of each button to the first item of the menu, but when you click on a menu, it's the last choice that is selected by default and not the current label. H