Re: Code signing - not out of the wood yet: please help!

2017-01-18 Thread Graham Samuel via use-livecode
Bill, thanks for staying with me. I will report on my success, if I have any… Cheer Graham > On 17 Jan 2017, at 22:55, William Prothero via use-livecode > wrote: > > I “think” that once you get the certificate into keychain, you no longer need > to worry about “keys”. > The main thing is to

Re: Code signing - not out of the wood yet: please help!

2017-01-17 Thread William Prothero via use-livecode
I “think” that once you get the certificate into keychain, you no longer need to worry about “keys”. The main thing is to have, for standalones, one named: “Developer ID Application: xx” for the app. I think, if you have an installer and you sign it, it will use one named “Developer ID Insta

Re: Code signing - not out of the wood yet: please help!

2017-01-17 Thread Graham Samuel via use-livecode
Not quite out of the wood yet. I have actually generated the certificates, and got them into my KeyChain, but not exactly as I expected. I get this from the Apple Developer Portal: > Download, Install and Backup > Download your certificate to your Mac, then double click the .cer file to > insta

Re: Code signing - not out of the wood yet: please help!

2017-01-17 Thread prothero--- via use-livecode
Graham, For me, one problem is that I use the signing and deployment system so seldom that I forget the idiosyncrasies when I delve back not the Apple Developer site. I then may duplicate certificates or provisioning profiles, and that confuses everything. One of the most useful buttons I clicke

Re: Code signing - not out of the wood yet: please help!

2017-01-17 Thread Graham Samuel via use-livecode
Bill, thanks to you and to the ever-helpful Matthias. I have in fact got used to dropDMG, so I will probably stick to that. I do already have a link to the Trevor/Monte signing app, so it looks as if this is all coming together. I wonder if we are in the minority in finding all this such a PITA.

Re: Code signing - not out of the wood yet: please help!

2017-01-17 Thread prothero--- via use-livecode
Graham, I've had similar hair pulling experiences. Mathias' instructions are great initial steps. What you need to do after you get the developer certificate and get it into your keychain, is to actually do the signing. I've tried App Wrapper 3, which a lot of folks have used, but found that it

Re: Code signing - not out of the wood yet: please help!

2017-01-17 Thread Matthias Rebbe via use-livecode
Graham, - in your developer account select “Mac OS X” in the dropdown menu on the left side above the word “Certificates” - then click “All” under “Certifcates” on the left side - click the “+” sign on the right side (near the loupe) - in the next page select “Developer ID” near the bottom - cl

Code signing - not out of the wood yet: please help!

2017-01-17 Thread Graham Samuel via use-livecode
Having more or less sorted code signing for a Windows app - thanks to contributors to this list - I am now trying to do the same for the Mac, but I have clearly missed some massive chunk of the work flow. I’m a registered developer. I want to distribute my apps outside of the Apple App Store. I

Re: please help!!

2014-06-09 Thread Geoff Canyon
I created a test stack. I created six buttons and grouped them. I ran the following in a seventh button. It never failed. I'm using 6.5.2. Somewhere along the way the more specific childControlIDs was added. I didn't know if it is available in 6.1.1 so I didn't use it. on mouseUp repeat 1000

Re: please help!!

2014-06-08 Thread J. Landman Gay
On 6/8/2014, 4:29 PM, la...@significantplanet.org wrote: Maybe you'll give me a rain check to look at one of my stacks in the future? Sure, provided it's a weekend when most of my clients are ignoring me, and that you've exhausted all options and are once again on the brink of suicide. ;) -

Re: please help!!

2014-06-08 Thread larry
n check to look at one of my stacks in the future? Thank you again, Larry - Original Message - From: "J. Landman Gay" To: "How to use LiveCode" Sent: Sunday, June 08, 2014 12:00 AM Subject: Re: please help!! On 6/8/2014, 12:41 AM, la...@significantplanet.org wr

Re: please help!!

2014-06-08 Thread Earthednet-wp
utton thisButton = "?" then" > tends to clear it up. (maybe somewhere else but in that area) > > Simon > > > > -- > View this message in context: > http://runtime-revolution.278305.n4.nabble.com/please-help-tp4680326p4680333.html > Sent from the Revoluti

Re: please help!!

2014-06-07 Thread J. Landman Gay
On 6/8/2014, 12:41 AM, la...@significantplanet.org wrote: Right now I am too frustrated and tired to keep going. Yeah, been there. It's normal but it's really frustrating. Learning a new language is hard, no matter which one you choose. Send me your stack if you want and I can probably tell

Re: please help!!

2014-06-07 Thread larry
tired to keep going. Thank you all. - Original Message - From: "J. Landman Gay" To: "How to use LiveCode" Sent: Saturday, June 07, 2014 11:24 PM Subject: Re: please help!! On 6/7/2014, 11:55 PM, J. Landman Gay wrote: What happens if you omit the rowNum va

Re: please help!!

2014-06-07 Thread J. Landman Gay
On 6/7/2014, 11:55 PM, J. Landman Gay wrote: What happens if you omit the rowNum variable in the repeat loop: repeat with x = 1 to rowNum put ("tile1" & x) into thisButton set the opaque of btn thisButton to (the label of btn thisButton = "?") end repeat Which obviously I didn't. I meant t

Re: please help!!

2014-06-07 Thread J. Landman Gay
I know you've found a workaround now, but I'm curious: Where does "rownum" get its value? Do the button names match their labels exactly? Your handler references the buttons by name ("button thisButton") but then looks at their labels. If they don't match, the handler won't be working with the

Re: please help!!

2014-06-07 Thread As_Simon
that area) Simon -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/please-help-tp4680326p4680333.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@lists

Re: please help!!

2014-06-07 Thread larry
age - From: "Paul Hibbert" To: "How to use LiveCode" Sent: Saturday, June 07, 2014 9:43 PM Subject: Re: please help!! Larry, it seems to work fine here, I tried LC 6.1.3 as I don't keep RC versions, but I'm also on a Mac, however, at least it proves the script

Re: please help!!

2014-06-07 Thread Mike Bonner
; > On 2014-06-07, at 8:39 PM, la...@significantplanet.org wrote: > > > Thank you Randy, but that's not the case here. > > After I got your email, I triple checked. It's something else going on. > > > > - Original Message - From: "Randy Hengs

Re: please help!!

2014-06-07 Thread dunbarx
: How to use LiveCode Sent: Sat, Jun 7, 2014 11:44 pm Subject: Re: please help!! Larry, it seems to work fine here, I tried LC 6.1.3 as I don't keep RC versions, but I'm also on a Mac, however, at least it proves the script sample is fine. Just a thought, could the label of butto

Re: please help!!

2014-06-07 Thread Paul Hibbert
hing else going on. > > - Original Message - From: "Randy Hengst" > To: "How to use LiveCode" > Sent: Saturday, June 07, 2014 9:21 PM > Subject: Re: please help!! > > >> When I've had similar problems I had multiple buttons with the sam

Re: please help!!

2014-06-07 Thread larry
Thank you Randy, but that's not the case here. After I got your email, I triple checked. It's something else going on. - Original Message - From: "Randy Hengst" To: "How to use LiveCode" Sent: Saturday, June 07, 2014 9:21 PM Subject: Re: please h

Re: please help!!

2014-06-07 Thread Randy Hengst
When I've had similar problems I had multiple buttons with the same name. > On Jun 7, 2014, at 9:41 PM, la...@significantplanet.org wrote: > > I am using 6.1.1 (rc 4) on XP > > I have spent HOURS trying to do something that seems fairly simple. > > I have a column of buttons labeled "tile11",

please help!!

2014-06-07 Thread larry
I am using 6.1.1 (rc 4) on XP I have spent HOURS trying to do something that seems fairly simple. I have a column of buttons labeled "tile11", "tile12", etc After I label the buttons, they are all alpha-numeric characters except for one being labeled "?" Then I call up the following command:

Re: please help!

2014-04-03 Thread dunbarx
hout "bb" --also try "filter with..." end mouseUp Does this do what you intended? Craig Newman -Original Message- From: larry To: use-livecode Sent: Thu, Apr 3, 2014 3:27 pm Subject: please help! I've tried 20 different ways of syntax for a filter and still ca

Re: please help!

2014-04-03 Thread Mark Schonewille
Hi Larry, First of all, when you write "it didn't work", you should really write exactly why it didn't work and what you got instead of the expected result. E.g. did nothing happen, did you get an error message --if you got an error message, then what was the exact text of the error message--

Re: please help!

2014-04-03 Thread Klaus major-k
Hi Larry, Am 03.04.2014 um 21:26 schrieb la...@significantplanet.org: > I've tried 20 different ways of syntax for a filter and still cannot make it > work. > > I'm trying to filter the lines of a field that contains a specific string, > say "d14" somewhere within the field. > > Here is the l

please help!

2014-04-03 Thread larry
I've tried 20 different ways of syntax for a filter and still cannot make it work. I'm trying to filter the lines of a field that contains a specific string, say "d14" somewhere within the field. Here is the latest that did NOT work: on mouseUp filter field column3 with "* "d14" *" end mouse

Posted an article on HN about the kickstarter, please help voting it to the front page

2013-02-26 Thread Andre Garzia
Hi Folks, check out http://news.ycombinator.com/item?id=5287634 I've just posted that and would need some help to keep it on the front page. I need you guys to comment and vote there. I created a little article about LC and why the kickstarter matters. Cheers andre -- http://www.andregarzia.

Re: iOS: print to pdf crashing app, please help

2012-05-31 Thread Chris Sheffield
Thanks, William. Turns out there's something on my card that the print command doesn't like. When I created a new clean stack with nothing but a single button and a single field on the card, it worked just fine. But with my regular stack, it crashes. I'll submit a report to RunRev and send them

Re: iOS: print to pdf crashing app, please help

2012-05-31 Thread William de Smet
Hi Chris, This is my code: lock screen put specialFolderPath("documents") & "/screenshot.pdf" into tPDFPath open printing to pdf tPDFPath print this card from 13,6 to 750,753 into 13,6,600,600    close printing unlock screen Hope this works for you now. greetings, William 2012/5/

Re: iOS: print to pdf crashing app, please help

2012-05-31 Thread Chris Sheffield
William, I've tried different paths as well, including documents. Doesn't seem to make a difference in this case. Every time my handler hits the "print this card" line the app crashes. Are you able to successfully print a pdf into the documents folder? Thanks, Chris On May 31, 2012, at 4:45

Re: iOS: print to pdf crashing app, please help

2012-05-31 Thread William de Smet
Hi there, I use 'put specialFolderPath("documents") & "/screenshot.pdf" into tPDFPath' This works fine with me. I don't use 'temporary folder'. greetings, William 2012/5/31 Thomas McGrath III : > I could not get this to work for me either. > > > -- Tom McGrath III > http://lazyriver.on-rev.com

Re: iOS: print to pdf crashing app, please help

2012-05-30 Thread Thomas McGrath III
I could not get this to work for me either. -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On May 30, 2012, at 4:45 PM, Chris Sheffield wrote: > So I simply need to print a card to a pdf file. I've looked at the docs, and > even viewed Kevin's very handy video from the Sma

iOS: print to pdf crashing app, please help

2012-05-30 Thread Chris Sheffield
So I simply need to print a card to a pdf file. I've looked at the docs, and even viewed Kevin's very handy video from the Small Business Academy. No matter what I try, my app crashes when I try to print the card. Here's my code: put the temporary folder & "/summary.pdf" into tDocPath open print