Search found 348 matches

by adventuresofgreg
Wed Jun 09, 2021 6:29 pm
Forum: iOS Deployment
Topic: "could not find a valid identity.." please help!
Replies: 3
Views: 2591

"could not find a valid identity.." please help!

This is driving me nuts. I have a iOS distribution certificate that is used in an Ad Hoc provisioning profile that I am using in LC 9.6.2 RC2 on a mac running Xcode 9.2, and I can create iOS standalones that run on any device PRIOR to iOS 14 On another Mac (a new MacPro) running BigSur, LC 9.6.2 RC2...
by adventuresofgreg
Fri Jun 04, 2021 4:33 pm
Forum: iOS Deployment
Topic: codesigning error
Replies: 3
Views: 2577

Re: codesigning error

nope. I'm assuming there is a LC update coming.
by adventuresofgreg
Fri Jun 04, 2021 2:03 pm
Forum: iOS Deployment
Topic: Unable to start the simulator
Replies: 13
Views: 11555

Re: Unable to start the simulator

I had this same problem trying to get the simulator working after my Mac rebooted due to a power issue. I was able to solve it by FIRST, launching Xcode and the simulator, THEN launching LC 9.6.0 (in that order).

Greg
by adventuresofgreg
Wed Jun 02, 2021 10:06 pm
Forum: iOS Deployment
Topic: Reference an actual location on the screen
Replies: 7
Views: 3936

Re: Reference an actual location on the screen

it gets confusing due to the iPhoneDeviceScale Stop worrying about the iPhone and start worrying about the dimensions of the stack. I think that dimensions of the stack change when we use the auto scaling: set the fullscreenmode of this stack to "Letterbox" set the fullscreenmode of me to true Once...
by adventuresofgreg
Wed Jun 02, 2021 7:42 pm
Forum: iOS Deployment
Topic: Reference an actual location on the screen
Replies: 7
Views: 3936

Re: Reference an actual location on the screen

ya that doesn't work. It seems that when you scale your stack, all of the coordinates are somehow scaled as well, and it gets confusing due to the iPhoneDeviceScale.
by adventuresofgreg
Wed Jun 02, 2021 7:14 pm
Forum: iOS Deployment
Topic: Reference an actual location on the screen
Replies: 7
Views: 3936

Reference an actual location on the screen

How do I reference the actual location of a mobile screen after I have scaled my stack to fit? I'm trying to place a group on the BOTTOM of the screen, but no method works consistently with different devices. I'm setting the fullscreen to "noBorder" then set the fullScreen to true. This scales the W...
by adventuresofgreg
Mon May 31, 2021 4:31 pm
Forum: iOS Deployment
Topic: codesigning error
Replies: 3
Views: 2577

codesigning error

Hi: So I finally got my certificate to match the provisioning profile, and figured out how to "trust" the certificate with Keychain access (testing my iOS app on Xcode simulator works), and now I'm getting a "There was an error while saving the standalone application codesigning failed with Warning:...
by adventuresofgreg
Wed May 26, 2021 12:10 am
Forum: HTML5
Topic: annoying keyboard pops up
Replies: 8
Views: 5848

annoying keyboard pops up

html5 on mobile: touch the screen anywhere and the darned keyboard pops up. Focus on nothing does not work. Touching anything pops the keyboard up. Searched the forum and this is a complaint that goes back years. I can't believe it hasn't been fixed. Such a silly thing, and it makes my mobile app to...
by adventuresofgreg
Tue Mar 23, 2021 10:51 pm
Forum: Talking LiveCode
Topic: save standalone from script?
Replies: 9
Views: 4422

Re: save standalone from script?

You should be able to launch one application multiple times to get as many runtime instances as you need with less build work: Long story short: I'm using Windows for this in Parallels running on my Mac Pro. Reason is that you can't run LC v.<7 (32 bit apps) in BigSur, and the LC v.>7 which are 64 ...
by adventuresofgreg
Tue Mar 23, 2021 10:33 pm
Forum: Talking LiveCode
Topic: save standalone from script?
Replies: 9
Views: 4422

Re: save standalone from script?

Thanks! Got standalone saving to work within a script. I don't suppose there is any way to continue the script AFTER the SA has been built hey? Richard (FourthWorld), a long time ago we discussed various ways of launching clone applications intended to target multiple CPU's to take advantage of some...
by adventuresofgreg
Mon Mar 22, 2021 5:17 pm
Forum: Talking LiveCode
Topic: save standalone from script?
Replies: 9
Views: 4422

save standalone from script?

As far as I can tell, the answer to this question is no. Is there any way to create a standalone from within a script? I can't see any function for it aside from domenu, which doesn't work for saving standalone. Also I was able to use "select menuitem 25 of manu "File", but that depends on the exact...
by adventuresofgreg
Thu Mar 18, 2021 10:12 pm
Forum: Talking LiveCode
Topic: LC > 5.5.1 performance is really disappointing!
Replies: 18
Views: 7258

Re: LC > 5.5.1 performance is really disappointing!

This is all very useful thanks. I think I can "organize" my process better. Just timing some functions and functions like convert to date and seconds, and random(something) and sort all take time, so if I'm ever calling these functions MORE than a single time, that's probably not very efficient. Que...
by adventuresofgreg
Tue Mar 09, 2021 6:43 pm
Forum: Talking LiveCode
Topic: LC > 5.5.1 performance is really disappointing!
Replies: 18
Views: 7258

Re: LC > 5.5.1 performance is really disappointing!

1. How confident are you that the routines you've shared here (thank you for that; too many posts here have no code and thereby limit what we can do to help) are the main bottlenecks in your system? 2. Do you have data you can share? 1 file would be nice, but a collection of a hundred or so would a...
by adventuresofgreg
Tue Mar 09, 2021 5:12 pm
Forum: Talking LiveCode
Topic: LC > 5.5.1 performance is really disappointing!
Replies: 18
Views: 7258

Re: LC > 5.5.1 performance is really disappointing!

I never do anything like this, so this post is just my uninformed opinion. Isn't is much faster to read everything into a variable in one shot, and work thereafter wholly inside LC? I think (thought) that I/O stuff is always slower than internal stuff. Craig I would think so as well, but this is wo...
by adventuresofgreg
Tue Mar 09, 2021 3:56 pm
Forum: Talking LiveCode
Topic: LC > 5.5.1 performance is really disappointing!
Replies: 18
Views: 7258

Re: LC > 5.5.1 performance is really disappointing!

I can't see how one could do that while leaving all of the data in a file. I am pretty sure your well ahead of me on the bell curve, and there may well be reasons why *not* to do this, but wouldn't 'read until...' allow you to grab chunks of the file and process it, then move on to the next chunk? ...

Go to advanced search