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
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
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
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
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.
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
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
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
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
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. ;)
-
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
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
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
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
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
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
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
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
;
> 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
: 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
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
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
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",
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:
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
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--
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
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
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.
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
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/
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
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
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
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
35 matches
Mail list logo