Zryp:
Ah, now I get it. Thanks for your patience.
Best,
Bill
William A. Prothero
https://earthlearningsolutions.org
> On Jun 16, 2020, at 2:11 PM, zryip theSlug via use-livecode
> wrote:
>
> Assuming the lesson you have taken in example is the following:
>
Hi Panos,
Thank you very much. The discussion in the bug entry answered lot of my
questions. I have one last thing I hope you or someone can point me two,
which is a list of Apple macOS "entitlements"
From the bug entry I see:
com.apple.security.device.audio-input
You just point to the Xcode binary. You don’t navigate to the actual SDK
located within.
Thanks,
Brian
On Jun 16, 2020, 5:41 PM -0400, Graham Samuel via use-livecode
, wrote:
> Oh Heck - Xcode is so huge that it is quite a proposition to download yet
> another copy here in the countryside. Oh
Oh Heck - Xcode is so huge that it is quite a proposition to download yet
another copy here in the countryside. Oh well.
However, after installing, I still won’t know where to find the SDK so as to
link it to LC. There must have been one in 11.5 even if it was the wrong one
for LC, but I
Assuming the lesson you have taken in example is the following:
http://lessons.livecode.com/m/datagrid/l/7332-how-can-i-colorize-individual-lines-in-a-table
Code for coloring rows is located in the button "My column default
behavior".
The code you shared is located in the "toggle line 3 color"
Zryp,
Crap, accidentally sent the response without finishing.
I was checking that the code in my test button was actually talking to the
datagrid in question, and it returned the correct values, so I assumed it was.
I don’t understand how “myBtn” would participate. I need to change colors from
Can this help
https://forums.livecode.com/viewtopic.php?f=7=32494=178858#p178858
Mic
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
Zryp,
What I wanted to do is make a distinction between data that was retrieved from
a database and data that was entered but not yet stored. A datagrid is. Way
overkill for what I’m doing, but the button that accesses the datagrid
data to get the specific line is for testing only.
Bill,
The example you mention is probably using a custom column behavior script
for accomplishing this.
Do you have copied the button in your project? The button must be linked to
your datagrid by using the following code:
set the dgProp["default column behavior"] of grp "myDatagrid" to the long
Graham,
first of all the release notes 9.6.0 say that Xcode 11.4 is supported, not 11.5.
So i would suggest to download/install Xcode 11.4. You can find older versions
of Xcode in the download sections of your developer account.
-
Matthias Rebbe
Life Is Too Short For Boring Code
> Am
I have a viable iOS app that I have previously managed to load into my own
iPhone etc. Now I want to ready it for the app store. Since I last asked LC
9.6.0 to save it as a standalone, I have acquired a new iMac (runing Catalina)
and upgraded Xcode to version 11.5.
Now when I try to save my LC
On 6/16/20 12:00 PM, Mike Kerner via use-livecode wrote:
you sure? there is a difference in padding, as well, it seems
Dunno. I don't have a use case for this. But
https://stackoverflow.com/questions/30246497/using-statement-for-base64urlencode
--
Mark Wieder
ahsoftw...@gmail.com
how about SHA256withRSA - anyone have an lc script?
--
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
and did a little diving.
And God said, "This is good."
you sure? there is a difference in padding, as well, it seems.
On Tue, Jun 16, 2020 at 12:44 PM Mark Wieder via use-livecode <
use-livecode@lists.runrev.com> wrote:
> On 6/16/20 9:24 AM, Mike Kerner via use-livecode wrote:
> > does anyone have a routine to do base64urlencoding? it's not the
Folks:
I’m having trouble getting the line color of a dataGrid to change. The lessons
shows a very simple tutorial and the download example works. However, in my
application, it doesn’t.
The code is:
on mouseup
put the dgDataOfLine[3] of group "meterReadings" of this cd into theDataA
On 6/16/20 9:24 AM, Mike Kerner via use-livecode wrote:
does anyone have a routine to do base64urlencoding? it's not the same as
base64encoding or urlencoding.
It mostly is the same. Does this do the trick?
function base64urlencode pString
local tEncoded
put
I don’t hate it but it can be a little frustrating and awkward. It’s still
better than it was in v8 and than the application manager. It desperately needs
a refresh button. And layering needs a rethink/overhaul. V10 maybe.
Looking at the bug list there are heaps for PB that have/will not be
does anyone have a routine to do base64urlencoding? it's not the same as
base64encoding or urlencoding.
--
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
and did a little
Mark meandedered,
>
> On 6/15/20 12:32 PM, doc hawk via use-livecode wrote:
>> by scripting the past.
> I thought Jacque was the only who had that superpower…
She had been, but no longer was, once I adjust it.
(Gosh,inter- temporal grammar is hard . . .)
Mark mumbled,
> Have I mentioned lately how much I hate the Project Browser?
I still find it far too painful to use.
A couple of times a year to work around another bug or crash situation, but
that’s it.
___
use-livecode mailing list
On 6/16/20 9:02 AM, doc hawk via use-livecode wrote:
The only consistent way I have found to put something between others is to cut
and paste *all* items of higher layer number than you want it to land at, and
paste them back (which would be a problem for shared groups!)
Yes. That's what I
Mark mentioned,
>
> The only way I can ever do something like this is with the messagebox command
> line.
There appears to be something generally wrong when trying to manipulate the
layers of objects when groups are involved. I think this goes back (at least)
to version 5.
The only
> On 16 Jun 2020, at 1:11 pm, panagiotis merakos via use-livecode
> wrote:
>
> Sorry about that, I should have mentioned that "/path/to/your/Xcode.app" is
> a placeholder for the actual path to your Xcode.app.
Oh boy. Feel a bit dumb now!
Currently 10.1, downloading 11 now, just in case.
On 6/15/20 10:00 PM, J. Landman Gay via use-livecode wrote:
Kind of, but I'm not very good at it. Look at what happened. Now I'm
afraid to go back and try to fix it.
Not throwing shade here, but there are a few things I'd like fixed when
you get around to it.
--
Mark Wieder
Hello David,
Sorry about that, I should have mentioned that "/path/to/your/Xcode.app" is
a placeholder for the actual path to your Xcode.app. So for example if you
have installed Xcode into your Applications folder, then the above command
should read:
sudo xcode-select -s /Applications/Xcode.app
> On 15 Jun 2020, at 5:04 pm, panagiotis merakos via use-livecode
> wrote:
>
> Hello David,
>
> Where have you installed Xcode?
>
> Could you try this in a terminal:
>
> sudo xcode-select -s /path/to/your/Xcode.app
In response to this I get
xcode-select: error: invalid developer
26 matches
Mail list logo