Re: Cannot access forum?

2025-03-14 Thread Randy Hengst via use-livecode
Me too, randy hengst > On Mar 14, 2025, at 10:43 AM, Andreas Bergendal via use-livecode > wrote: > > It’s down fo me too. So something’s up with the server. Probably temporary. > > fre 14 mars 2025 kl. 16:41 skrev Stephen Barncard via use-livecode < > use-livecode@lis

Re: Clipping a group by script

2024-10-12 Thread Randy Hengst via use-livecode
What about something like this?  take care, randy > On Oct 11, 2024, at 11:34 AM, Klaus major-k via use-livecode > wrote: > > Hi Bob, > >> Am 11.10.2024 um 18:29 schrieb Bob Sneidar via use-livecode >> : >> >> Understood, but if he wants to set the rect of the group so that all the >> obj

Re: OT - a new release of WinSignHelper for macOS

2023-08-24 Thread Randy Hengst via use-livecode
I built for windows using 9.6.9… just heard from my friend that he could open the app. Thanks all for the ideas and information. take care, randy Randy Hengst classroomfocusedsoftware.com > On Aug 24, 2023, at 10:41 AM, William Prothero via use-livecode > wrote: > > I hav

Re: OT - a new release of WinSignHelper for macOS

2023-08-24 Thread Randy Hengst via use-livecode
Excellent! Thank you, Klaus. Does the current version of windows look the same as your screen shots? take care, randy Randy Hengst classroomFocusedSoftware.com > On Aug 24, 2023, at 8:42 AM, Klaus major-k via use-livecode > wrote: > > Hi Randy, > >> Am 24.08.2023 u

Re: OT - a new release of WinSignHelper for macOS

2023-08-24 Thread Randy Hengst via use-livecode
, I’m not too keen on buying a certificate for $100+ every year. Is there a way for folks to open an app on windows that is not signed? …like you can do on a Mac after the scary alert… take care, randy Randy Hengst classroomfocusedsoftware.com > On Jul 20, 2023, at 10:47 PM, J. Landman

Re: Hunting Default Preferences

2023-05-07 Thread Randy Hengst via use-livecode
You should be able to go to the View menu and toggle off backdrop. take care, randy > On May 7, 2023, at 4:58 PM, matthias rebbe via use-livecode > wrote: > > Jerry, > > did you already try to delete the LC preference file? > > The function revEnvironmentUserPreferencesPath() > returns the p

Re: OT: Wordle

2022-01-07 Thread Randy Hengst via use-livecode
Well, that’s fun. Thank you Ali! be well, randy Randy Hengst www.classroomFocusedSoftware.com > On Jan 7, 2022, at 4:53 AM, Ali Lloyd via use-livecode > wrote: > > Many of you will no doubt already be addicted to the game 'Wordle' (if not, > prepare to be: https:

Re: bordercolor of buttons

2021-06-09 Thread Randy Hengst via use-livecode
Klaus, Your first message didn’t indicate that you’d unchecked 3D… But, I see what you’re seeing. Given that the same options appear for the ‘color’ of both types of buttons, I’d call it a bug. randy - > On Jun 9, 2021, at 3:09 AM, Klaus major-k via use-livecode > wrote: > > Hi Paul, >

Re: Does anybody know if the Livecode Global happened yesterday?

2021-03-26 Thread Randy Hengst via use-livecode
The advanced session has begun. > On Mar 26, 2021, at 11:11 AM, Sean Cole (Pi) via use-livecode > wrote: > > Heather has not been replying to my messages and I received no notification > about the events. Thats another bunch of money wasted with LC. They are > amazing! > > Sean Cole > *Pi Digi

Re: "within graphic" question

2021-02-22 Thread Randy Hengst via use-livecode
Would it work in your case if you left the graphic visible and set the blendLevel to 99? be well, randy > On Feb 22, 2021, at 2:14 PM, Richard Gaskin via use-livecode > wrote: > > jbv wrote: >> I have a graphic made of a list of points. This graphic is opaque >> and invisible, its filled prop

Re: iOS builds ignore taps

2020-06-02 Thread Randy Hengst via use-livecode
I have an iOS app that uses many graphics with movement… in addition to doing as Scott suggested (toggling acceleratedRendering on an off) I also messed with adjusting the compositorCacheLimit. Raising the limit helped. Doing this also helped with some screen redraw issues I saw that sounds cons

Re: Again not quite OT - freeware licence agreement?

2020-05-14 Thread Randy Hengst via use-livecode
Hi Graham, All of my iOS apps are free… all iOS apps on the Apple App Store fall under at least the default end user agreement… found here: https://www.apple.com/legal/internet-services/itunes/dev/stdeula/ I listed this link on

Re: [OT] Personal project

2019-10-24 Thread Randy Hengst via use-livecode
ak my fall. It seems to me compassion, the precursor of hope, Sets high our sights on caring and gives us strength to cope. be well, randy Randy Hengst www.classroomFocusedSoftware.com > On Oct 24, 2019, at 7:56 AM, Kevin Miller via use-livecode > wrote: > > Hi folks, > >

Re: acceleratedRendering bugs

2019-03-12 Thread Randy Hengst via use-livecode
My work is only with iOS. So, no comments about Android… But, I found while working a recent iPad app (with many moving controls) that I needed to adjust the layerMode to dynamic and back to static after the move. I also increased the compositorCacheLimit as you noted… only I went up to 256*10

OT Article That Includes LiveCode

2019-01-28 Thread Randy Hengst via use-livecode
Hi All, I just became of an article published by: Australian Computer Society, Inc. This paper appeared at the 17th Australasian Computing Education Conference (ACE 2015), Sydney, Australia, January 2015. Entitled: Using Cognitive Load Theory to select an Environment for Teaching Mobile Apps

Re: Signing macOS application

2018-12-29 Thread Randy Hengst via use-livecode
Hi Peter, I don’t develop for Macs beyond personal use… but I do develop for iOS. You need to use a Distribution Certificate (rather than Developer) to sell on the iOS App Store… could that requirement also be needed for your situation? be well, randy www.classroomFocusedSoftware.com > On De

Re: Versions 7.1.1 and 8.1.3 no long working properly

2018-12-21 Thread Randy Hengst via use-livecode
You’ll find all of them here: https://downloads.livecode.com/livecode/ be well, randy www.classroomFocusedSoftware.com > On Dec 21, 2018, at 9:46 AM, James Hurley via use-livecode > wrote: > > Thanks Rick. > > I have found the url for downloadin

Re: .app to .ipa converter and Xcode version for Mojave?

2018-12-10 Thread Randy Hengst via use-livecode
Hi Terry, I’ve been using Sean Cole’s wonderful plugin: IPA_Builder… he announced it in an email September 27… I’ve pasted it below in case you don’t have access to emails from then… Hi LC Community, I needed to cr

Re: OT: iOS Policies

2018-11-19 Thread Randy Hengst via use-livecode
I’ve had an app rejected for metadata, too. I put an app of 20 single verse poems on the store. In my description of the app I mentioned that the poems were “under development” and I looked forward to feedback and adding new verses. The rejection stated that no “beta” software can be on the app

Re: [ANN] IPA Build Tool for iOS

2018-10-27 Thread Randy Hengst via use-livecode
Sean, Thank you, thank you, thank you for making this plugin available. I’ve been working the past month to update my apps to iOS12… your plugin has been a LIFE SAVER! be well, randy www.classroomFocusedSoftware.com > On Sep 27, 2017, at 9:43 AM, Sean Cole (Pi) via use-livecode > wrote: >

Re: Password Protected Stack

2018-10-14 Thread Randy Hengst via use-livecode
be password > protected? > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com > On October 13, 2018 10:56:01 AM Randy Hengst via use-livecode > wrote: > >> Hi All, >> >> I have a problem I’ve

Password Protected Stack

2018-10-13 Thread Randy Hengst via use-livecode
Hi All, I have a problem I’ve not seen before. I’m working on an update to an iOS app first made years ago and last updated in 2017. When I save it as a standalone … things go well in that a standalone is made (and seems to work fine on my iPad), but at the end of the build process, I get a wa

LIC 9.0.1 Stable Redraw Problem

2018-09-14 Thread Randy Hengst via use-livecode
Hi All, I’ve begun the task of updating my iOS apps to work with iOS12 and have run into a problem. I use “disable buttons” a lot. And, every time it is invoked… in multiple apps… the buttons set to disabled disappear. It doesn’t matter if the disabled icon is set or left at zero. I only see

Re: iOS 12 compatibility

2018-09-11 Thread Randy Hengst via use-livecode
11, 2018, at 5:59 AM, Andrew Bell via use-livecode > wrote: > >> From: Randy Hengst >> To: How to use LiveCode >> Subject: Re: iOS 12 compatibility >> Message-ID: <0be15129-2652-43a4-aecc-00498689e...@mac.com> >> Content-Type: text/plain;charset=us-a

Re: iOS 12 compatibility

2018-09-10 Thread Randy Hengst via use-livecode
Hi Andrew, What version of LC and Xcode combination did you use for your build? be well, randy www.classroomFocusedSoftware.com > On Sep 10, 2018, at 10:30 AM, Andrew Bell via use-livecode > wrote: > > Thank you Livecode crew for patching Bug 21396 that required > acceleratedRendering to b

Re: [OT]Silly weekend LC poll

2018-08-25 Thread Randy Hengst via use-livecode
Interesting. I don’t pronounce them as words. They are character and location. Just like I don’t pronounce Dr. as durrr. I say doctor. be well, randy www.classroomFocusedSoftware.com > On Aug 25, 2018, at 2:07 PM, J. Landman Gay via use-livecode > wrote: > > I wonder how people pronounce two

Re: Move command on iOS

2018-08-04 Thread Randy Hengst via use-livecode
same code ran okay in the simulator, but my real > stack failed. Weird. > >> On 8/4/18 8:07 AM, Randy Hengst via use-livecode wrote: >> Sorry I’m a bit late to this strand, but yes, I’ve seen what you’re >> describing Jacque. I’ve seen it in the simulator and when load

Re: Move command on iOS

2018-08-04 Thread Randy Hengst via use-livecode
Sorry I’m a bit late to this strand, but yes, I’ve seen what you’re describing Jacque. I’ve seen it in the simulator and when loaded on the iPad. Have you tried turning off acceleratedRendering and setting to static? As I shared earlier with the list, the problem I’m seeing includes slowdowns of

Re: New Apple iPad & Chipset

2018-08-02 Thread Randy Hengst via use-livecode
1.4.1. >> On Aug 2, 2018, 2:56 PM -0500, Randy Hengst via use-livecode >> , wrote: >> Hi All, >> >> Well, school districts around the United States are starting to get things >> going for new school year… and many will have new iPads… I just received >> t

New Apple iPad & Chipset

2018-08-02 Thread Randy Hengst via use-livecode
Hi All, Well, school districts around the United States are starting to get things going for new school year… and many will have new iPads… I just received this info from one district today… Has anyone else seen issues with LC apps downloading or running on the newest iPads? I don’t have one, b

Re: acceleratedRendering

2018-08-02 Thread Randy Hengst via use-livecode
All, I’ve been messing with this slowdown issue … there is a connection between having acceleratedRendering set to true… and my objects that move set to dynamic. I see the slowdown in the IDE and on the iPad. Using LC 9.0.1 RC1 still. The “catch” is that I haven’t been able to reproduce the s

acceleratedRendering

2018-08-01 Thread Randy Hengst via use-livecode
Hi All, Given what we’re heard about iOS12 problems with LC apps… and the suggestion that setting acceleratedRendering to true in preOpenStack “solves” that issue with iOS12, I’ve been messing around with acceleratedRendering for the current LC project I’m developing for iOS. I have not used a

Re: iOS 12 compatibility

2018-07-25 Thread Randy Hengst via use-livecode
screen. They get > a lot further than my test app before I did the acceleratedRendering fix. > > I think you should find a device that you can test iOS 12 on. > >> On Jul 25, 2018, at 4:19 PM, Randy Hengst via use-livecode >> wrote: >> >> LC apps. I

Re: iOS 12 compatibility

2018-07-25 Thread Randy Hengst via use-livecode
pp in the store I could test it for you. > > >> On Jul 25, 2018, at 2:43 PM, Randy Hengst via use-livecode >> wrote: >> >> Not to be alarmist, but does this discovery suggest all current iOS apps >> will break when iOS 12 comes out? >> >> be we

Re: iOS 12 compatibility

2018-07-25 Thread Randy Hengst via use-livecode
Not to be alarmist, but does this discovery suggest all current iOS apps will break when iOS 12 comes out? be well, randy www.classroomFocusedSoftware.com > On Jul 25, 2018, at 5:22 PM, panagiotis merakos via use-livecode > wrote: > > Ok, one less issue to tackle then :) > > If you could fil

Re: Standalone in IDE Test Works; But Not From SA

2018-07-09 Thread Randy Hengst via use-livecode
Hi Brahmanathaswami I’ve seen similar messages in the past. All I did was drag the app a second time immediately after the error message and it loaded onto my iPad. There was one time that trick didn’t win. But I don’t remember the specific circumstances. be well, randy www.classroomFocusedS

iOS Application Loader

2018-06-29 Thread Randy Hengst via use-livecode
Hi All, I’ve been trying to send off an app to Apple using Application Loader. I’ve used it for all previous submissions. It seems to two factor change has caused issues. I’m stuck in a loop of passwords. Anyone successfully used Application Loader in the past month or two? be well, randy w

Re: Open source iOS and Android

2018-06-23 Thread Randy Hengst via use-livecode
, randy hengst > On Jun 22, 2018, at 8:50 PM, Linda Miller, DVM via use-livecode > wrote: > > It is my understanding that apps created with the Community version of > LiveCode are open source. If so, how to you know what apps on the apps > stores (Apple and Google) are created wit

Re: 8.1.10 Reporting the ScreenSize of a iPhone7: 0,0,375,667

2018-06-18 Thread Randy Hengst via use-livecode
Hi BR, The iPhone 6 screen is the same size as the 7. I load a splash screen at 750x1134. be well, randy - > On Jun 18, 2018, at 9:05 AM, Sannyasin Brahmanathaswami via use-livecode > wrote: > > Well, the problem is the SA builder in 8.1.10 does not has a "slot" for > iPhone 7+ > > I wo

Re: Mac app code signing for beginners

2018-04-29 Thread Randy Hengst via use-livecode
apps if approved by Apple and made available in the App Store will not cease to work when the profile you used to make the app expires. be well, randy Randy Hengst www.classroomFocusedSoftware.com > On Apr 29, 2018, at 9:51 AM, prothero--- via use-livecode > wrote: > > I write

Re: TOOLS ROUNDUP! TOOLS ROUNDUP!

2018-04-24 Thread Randy Hengst via use-livecode
That makes sense. Thanks for t hat clarification, Craig. randy > On Apr 24, 2018, at 7:51 AM, dunbarx via use-livecode > wrote: > > I wrote: > > "Randy. > > There must be something different in our setups. All I did was write a > rawkeyUp handler to return the value of my mouse's right-cl

Re: TOOLS ROUNDUP! TOOLS ROUNDUP!

2018-04-23 Thread Randy Hengst via use-livecode
make a difference compared to using it as a plug-in? MacOS 10.12.6 LC 8.1.8 randy hengst - > On Apr 23, 2018, at 10:11 AM, dunbarx via use-livecode > wrote: > > Hi. > > My most useful gadget is a very simple plug-in. It toggles the Browse and > Pointer tools when ri

Re: Odd Name Resolution

2018-04-04 Thread Randy Hengst via use-livecode
eCardHD" The button I’m referencing is in a group on the cd "GameCardHD" Any chance you have two buttons with the same name on the card? Perhaps same name, but in different groups? I ask, because I seen similar results as you describe when I’ve done both of those things. be well,

Re: Sound delay

2018-03-16 Thread Randy Hengst via use-livecode
sound on openStack. play specialFolderPath("engine") &"/"& "Silence.wav" I’ve not used mp3 files in LiveCode, so don’t really if you’re seeing the same thing I did with .wav files. be well, randy Randy Hengst www.classroomFocusedSoftware.com > On Mar 15,

Re: iOS Submission -- Invalid Binary

2018-01-28 Thread Randy Hengst via use-livecode
gards, > > Mark. > > Sent from my iPhone > >> On 28 Jan 2018, at 17:59, Randy Hengst via use-livecode >> wrote: >> >> Hi All, >> >> I’ve just submitted an iPad-only iOS app using >> MacOS 10.12.6 >> LC 8.1.3 >> Xcode 8.2.1. &

iOS Submission -- Invalid Binary

2018-01-28 Thread Randy Hengst via use-livecode
Hi All, I’ve just submitted an iPad-only iOS app using MacOS 10.12.6 LC 8.1.3 Xcode 8.2.1. I received this from Apple: -- Dear developer, We have discovered one or more issues with your recent delivery for "Finger Glove COUNTING". To process your delivery, the following issues must be

Re: Feature proposal: mobileActualAllowedOrientations?

2018-01-28 Thread Randy Hengst via use-livecode
All of my apps are iOS only. And virtually all are landscape only. When the iPhone is set to portrait lock, my apps still open as landscape orientation… that’s how they were designed. I wouldn’t want the user to have to take the extra steps to unlock the orientation. II do have a couple apps th

Re: Object layers

2018-01-07 Thread Randy Hengst via use-livecode
What if you set the layer of the group to top before ungrouping? set the layer of grp "playerGroup" to top ungroup grp "playerGroup" But, why do you need to ungroup? randy - > On Jan 7, 2018, at 9:32 AM, Pyyhtiä Christer via use-livecode > wrote: > > When setting object layers, how do t

Re: Play WAV audio clips in iOS

2018-01-06 Thread Randy Hengst via use-livecode
krev Roger Guay via use-livecode >>> : >>> >>> I really appreciate your patience with me, Randy, but, here is my question: >>> >>> Under the File menu of LiveCode, one is offered the option of "Importing As >>> Control” -> “Audio File…”

Re: Play WAV audio clips in iOS

2018-01-06 Thread Randy Hengst via use-livecode
gt;> >>> On Jan 6, 2018, at 12:45 PM, Roger Guay via use-livecode >>> wrote: >>> >>> Thanks Randy. I missed that! Is this done instead of Importing (them) As >>> Controls, or in addition to Importing As Contr

Re: Play WAV audio clips in iOS

2018-01-06 Thread Randy Hengst via use-livecode
Jan 6, 2018, at 12:45 PM, Roger Guay via use-livecode > wrote: > > Thanks Randy. I missed that! Is this done instead of Importing (them) As > Controls, or in addition to Importing As Controls? Or is Importing As > Controls useless? > > Thanks again, > > Roger &

Re: Play WAV audio clips in iOS

2018-01-06 Thread Randy Hengst via use-livecode
Hi Roger, WAV files do work on iOS. I use them regularly. I bring the wav files into the app using the Copy Files tab in the Standalone Applications Settings. Then when you call the sound with the play command making sure you’ve spelled the name exactly the way you’ve brought it into your app

Re: 'manual' Copy and paste of multiple objects to new card ungroups grouped objects

2017-10-13 Thread Randy Hengst via use-livecode
David, They way I’ve done this is to select the whole group before copying… tuning on “Select Group” rather than the individual controls. That has worked fine… scripts are kept. randy > On Oct 13, 2017, at 5:33 AM, David V Glasgow via use-livecode > wrote: > > Morning folks, > > I am on Ma

Re: Best way to copy from one stack to another

2017-09-21 Thread Randy Hengst via use-livecode
Take a look at “copy” in the dictionary… I’ve used this script in a button on a card I wanted to move: on mouseUp copy this card to stack “targetStack" end mouseUp > On Sep 21, 2017, at 12:19 AM, ELS prothero via use-livecode > wrote: > > Folks: > With all of the new versions and capabili

Re: put after

2017-09-11 Thread Randy Hengst via use-livecode
It doesn’t change your question, but you don’t need ‘into me’ at the end each line put "four" into word 1 of me put space & "help" after word 1 of me > On Sep 11, 2017, at 4:50 PM, Sean Cole (Pi) via use-livecode > wrote: > > Put "two" after word 1 of "word" > > result: "wordtwo" > > put

Re: Bad Crash on Attempt to Group Radio Buttons

2017-08-28 Thread Randy Hengst via use-livecode
wrote: > > On Aug 28, 2017, at 7:07 AM, Randy Hengst via use-livecode > wrote: >> >> I would find it very handy if when the cantSelect is true, you could still >> drag to select objects that are above the control with cantSelect true… >> >> In other words,

Re: Bad Crash on Attempt to Group Radio Buttons

2017-08-28 Thread Randy Hengst via use-livecode
I would find it very handy if when the cantSelect is true, you could still drag to select objects that are above the control with cantSelect true… In other words, the ability to select the other controls with click and drag when the initial click is within the rect of the control (usually a grc

Re: How to remove from a group

2017-08-03 Thread Randy Hengst via use-livecode
How about something like this in the button you want to remove from a group… if the first word the owner of me is "Group" then relayer me after the owner of me end if > On Aug 3, 2017, at 11:52 AM, Kaveh Bazargan via use-livecode > wrote: > > Can't find how to remove a button from a group o

Re: MouseDown sent to button in group, but MouseUp sent to card

2017-08-03 Thread Randy Hengst via use-livecode
I’d start by double-checking that there is a mouseUp handler in the button. If there isn’t, then the mouseUp will move to the group… if no mouseUp in the group it will move to the card. be well, randy > On Aug 3, 2017, at 5:10 AM, Kaveh Bazargan via use-livecode > wrote: > > I have buttons i

Re: can I lock screen over more than one handler?

2017-07-05 Thread Randy Hengst via use-livecode
It’s been a long time since I’ve messed with player objects… but what about putting both of the handlers into a “run” handler: on runMyHandlers LOCK SCREEN handler1 handler2 UNLOCK Screen end runMyHandlers > On Jul 5, 2017, at 10:42 AM, Tiemo Hollmann TB via use-l

Re: OT: Has anybody experiences with apps for VPP licenses?

2017-06-10 Thread Randy Hengst via use-livecode
they buy at least 20 copies of an app, the apps are “half price” based on the price you set. My paid apps are listed at $.99 (US) and then are discounted to $.49 automatically when the educational institution buys at least 20 copies. be well, randy Randy Hengst www.classroomFocusedSoftware.com

[OT] iOS Alert

2017-06-01 Thread Randy Hengst via use-livecode
Hi All, Several of my iOS apps are displaying this alert: “AppName” Needs to Be Updated. This app will not work with future versions of iOS. The developer of this app needs to update it to improve its compatibility. I don’t remember which version of LC I used to build these apps… is this a 32

Re: Wouldn't it be nice to have a "back/forward" button in script editor?

2017-05-11 Thread Randy Hengst via use-livecode
I’m a little late to this party, but I’ve thought it would be handy to have a “sort by most recent” button on the handler list… like in apple mail and desktop folders. be well, randy > On May 11, 2017, at 12:23 PM, Richmond via use-livecode > wrote: > > I will, Thanks. > > > Richmond. >

Re: iOS plist concern from Apple

2017-04-14 Thread Randy Hengst via use-livecode
n the “Font Mapping File” box of the iOS pane? be well, randy Randy Hengst www.classroomFocusedSoftware.com > On Apr 14, 2017, at 10:15 AM, panagiotis merakos via use-livecode > wrote: > > Hi Randy, > > See this thread: > http://forums.livecode.com/viewtopic.php?f=49&

iOS plist concern from Apple

2017-04-14 Thread Randy Hengst via use-livecode
g was to add a font … first time I’ve done so and I included the font with all of the apps listed in the email from apple. I didn’t make note as to whether I used LC 8.1.0 or 8.1.2 to build the app for submission. Thanks for any thoughts you can share. be well, randy Randy H

Re: Sort on two sortTypes

2017-04-10 Thread Randy Hengst via use-livecode
Hi Craig, Yes, I was able to sort in the way you described… the problem I ran into was... where to place the dateTime sortType when using a multiple sort when one sortKey was date time and the other text. be well, randy Randy Hengst www.classroomFocusedSoftware.com > On Apr 10, 2017, a

Re: Sort on two sortTypes

2017-04-08 Thread Randy Hengst via use-livecode
Mike, thank you. I didn’t try the function you mentioned… to be honest, it would take me a bit to get my head around it. be well, randy Randy Hengst www.classroomFocusedSoftware.com > On Apr 8, 2017, at 1:17 PM, Mike Bonner via use-livecode > wrote: > > do 2 consecutive sorts.

Re: Sort with two sortTypes

2017-04-08 Thread Randy Hengst via use-livecode
Well, if I really was channeling you, I’d call that a win!! And besides, then I’d be able to provide way more help to the list than I can now! be well, randy Randy Hengst www.classroomFocusedSoftware.com > On Apr 8, 2017, at 3:04 PM, J. Landman Gay via use-livecode > wrote: >

Re: Sort with two sortTypes

2017-04-08 Thread Randy Hengst via use-livecode
Thank you, Jacque and Jerry. I tried Jacque’s suggestion multiple times… why I didn’t try reversing the order I don’t know… it seems so obvious now. Thank you both for the quick response. be well, randy Randy Hengst www.classroomFocusedSoftware.com > On Apr 8, 2017, at 2:26 PM, Jerry Jen

Sort with two sortTypes

2017-04-08 Thread Randy Hengst via use-livecode
ing messages instead. The information in the “LiveCode Resource Center” doesn’t include an example of sorting on two criteria. Thanks in advance for any thoughts you can share. be well, randy Randy Hengst www.classroomFocusedSoftware.com <http://www.classroomfocusedsoftware.com/> __

Sort on two sortTypes

2017-04-08 Thread Randy Hengst via use-livecode
ing messages instead. The information in the “LiveCode Resource Center” doesn’t include an example of sorting on two criteria. Thanks in advance for any thoughts you can share. be well, randy Randy Hengst www.classroomFocusedSoftware.com ___ use-livecod

Re: Distinguishing between tap and swipe

2017-03-10 Thread Randy Hengst via use-livecode
Hi BR, I’ve not used swipe a lot, but here is how I have used it to “erase” from a text field… the app is iOS iPad only. Below is the script of the text field. It works quickly without a noticeable delay. local tStartLocX, tEndLocX on mouseDown put the short name of target into tTargetFiel

Re: Dragging widgets

2017-02-28 Thread Randy Hengst via use-livecode
I’ve not messed with widgets at all… but, with graphics in this situation I would either put on mouseDown grab me end mouseDown in the group script… OR put on mouseDown grab the owner of me end mouseDown in the script of each object within the group. be well, randy > On Feb 28, 20

Re: IconGravity vs Margins in Buttons

2017-02-21 Thread Randy Hengst via use-livecode
buttons. be well, randy Randy Hengst www.classroomFocusedSoftware.com > On Feb 21, 2017, at 9:57 AM, Bob Sneidar via use-livecode > wrote: > > Sounds like there are margins set. Try playing with those. > > Bob S > > >> On Feb 20, 2017, at 08:42 , Randy Heng

IconGravity vs Margins in Buttons

2017-02-20 Thread Randy Hengst via use-livecode
Hi All, I’ve been messing with using a variety of fonts in buttons coupled with a round icon. It’s handy to set the iconGravity of the button to “center” and have the text of the button line up nicely with the icon. However, I’ve noticed that some fonts don’t line up in the center of the icon.

Re: Re [OT] Download Request

2017-01-12 Thread Randy Hengst via use-livecode
Thank you for letting me know. I’ve now seen it on the US store. be well, randy > On Jan 12, 2017, at 7:01 AM, David Milne via use-livecode > wrote: > > Hi Randy, > > Number Tile Fill Up > I picked up your software in the New Zealand store at 1.58 am Friday 13 > (New Zealand Local time and d

Re: [OT] Download Request

2017-01-11 Thread Randy Hengst via use-livecode
via use-livecode > wrote: > > What was the fix? > > >> On Jan 11, 2017, at 3:25 PM, Randy Hengst via use-livecode >> wrote: >> >> A quick follow-up… the initial response from Apple said that they’d get back >> to me within 3 business days… actually,

Re: [OT] Download Request

2017-01-11 Thread Randy Hengst via use-livecode
11, 2017, at 12:00 PM, Randy Hengst via use-livecode > wrote: > > Thank you, Skip. > > be well, > randy > > >> On Jan 11, 2017, at 11:14 AM, Skip Kimpel via use-livecode >> wrote: >> >> I just checked and I don't see it. >> >&g

Re: [OT] Download Request

2017-01-11 Thread Randy Hengst via use-livecode
Thank you, Skip. be well, randy > On Jan 11, 2017, at 11:14 AM, Skip Kimpel via use-livecode > wrote: > > I just checked and I don't see it. > > SKIP KIMPEL > > On Wed, Jan 11, 2017 at 12:09 PM, Randy Hengst via use-livecode < > use-livecode@lists.runrev

[OT] Download Request

2017-01-11 Thread Randy Hengst via use-livecode
advance for your help. be well, randy Randy Hengst www.classroomFocusedSoftware.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Crash in LC related to regular polygon

2016-11-30 Thread Randy Hengst
Hi All, I’ve been able to reproduce a hard crash on two different Macs… one running 10.10.5 and the other running 10.11.6. I’ve seen the crash in LC 8.1 on the 10.10.5 Mac and in LC 8.1 and LC 7.1.4 on the other Mac. In short, I was playing with the “effective points” I asked about earlier so

Re: Points of Regular Polygon

2016-11-29 Thread Randy Hengst
Well, this was fun. I write a question, go teach class, and come back to a very interesting conversation. Thanks all. be well, randy www.classroomFocusedSoftware.com > On Nov 29, 2016, at 1:24 PM, hh wrote: > > I should have better used the wording >"graphic of type" than "graphic of st

Points of Regular Polygon

2016-11-29 Thread Randy Hengst
Hi All, As I’ve looked through the list archives, I know the answer to my quetion was ‘no' back in 2013… just checking to see if I’ve missed something. Is there a way to get the points (vertices) of a a regular polygon? I want to set the the number of sides of the regular polygon (which is easi

Re: Icon does not appear in iOS on iPhone 6 +

2016-11-25 Thread Randy Hengst
I’m using LC 8.1 and Mac OS 10.11.6. I name my iPhone 6 plus icon: 4 iPhone 180x180 I do that because it is the 4th one down the list when linking in the Standalone Settings pane. I’ve not had trouble with the icon showing on a device or in the simulator. be well, randy Randy Hengst

Re: Duplicating a card in v8

2016-11-08 Thread Randy Hengst
Ralph, In a button use either of these statements: copy card “ymCardToCopy" of this stack to this stack copy card "ymCardToCopy" of this to stack "DemoStack” ---assuming DemoStack stack is open be well, randy Randy Hengst www.classroomFocusedSoftware.com > On N

Re: Background colour of a new stack

2016-11-06 Thread Randy Hengst
Glad it helped. be well, randy Randy Hengst www.classroomFocusedSoftware.com > On Nov 5, 2016, at 5:46 PM, Graham Samuel wrote: > > Thanks Randy, I hadn’t realised I could do that. Excellent! > > Graham > >> On 5 Nov 2016, at 22:40, Randy Hengst wrote: >

Re: Background colour of a new stack

2016-11-05 Thread Randy Hengst
card you make in the stack will have the white background. be well, randy Randy Hengst www.classroomFocusedSoftware.com > On Nov 5, 2016, at 4:30 PM, Richard Gaskin wrote: > > Graham Samuel wrote: > > > This may be old news to some, but in the LC7x series and earlier, if

Re: tableField . . . refering to columns

2016-11-03 Thread Randy Hengst
What is “column 1” in your mouseUp handler? As far as I know that doesn’t refer to a reserved word in LC… so that will cause a bump in the code. What do you get if you replace that line of code with: answer item 1 of PREE1 be well, randy > On Nov 3, 2016, at 1:54 PM, Richmond wrote: > > So:

Apps on iPad Pro

2016-11-03 Thread Randy Hengst
this summer did not show that alert. I used LC8.0 for those builds. I do not see that alert on other iPads running the same iOS or an earlier one. be well, randy Randy Hengst www.classroomFocusedSoftware.com ___ use-livecode mailing list use-livecode

Re: conversion of field margins from older version to 8

2016-10-24 Thread Randy Hengst
What about something like this: repeat with z = 1 to the number of fields of this stack set the margins of field z to "8" end repeat be well, randy Randy Hengst www.classroomFocusedSoftware.com > On Oct 24, 2016, at 6:25 PM, Dr. Hawkins wrote: > > Among t

Re: [OT] Website Design Apps-Mac

2016-10-18 Thread Randy Hengst
Thank you, Erik. I hadn’t heard about that one at all. be well, randy Randy Hengst www.classroomFocusedSoftware.com > On Oct 18, 2016, at 10:47 AM, Erik Beugelaar wrote: > > Randy, > > Take a look at Mobirise Website Builder: https://mobirise.com/ > > Erik >

Re: [OT] Website Design Apps-Mac

2016-10-17 Thread Randy Hengst
All, This has been very interesting and helpful. Thank you for taking the time to share. be well, randy Randy Hengst www.classroomFocusedSoftware.com > On Oct 17, 2016, at 2:21 PM, stephen barncard > wrote: > > the Script kiddies made a mess of a few of my Wordpress sites

Re: [OT] Website Design Apps-Mac

2016-10-17 Thread Randy Hengst
Thank you, Keith. I have to admit that because of my very limited knowledge in this area I had skipped Wordpress. My understanding was that it was software for “blog” building. However, given your comment, I’ll check it out. be well, randy Randy Hengst www.classroomFocusedSoftware.com >

Re: [OT] Website Design Apps-Mac

2016-10-17 Thread Randy Hengst
I had heard that the costs for using RapidWeaver will increase because of the “options.” I hadn’t seen the Coffeecup Software option. I’ll check it out. Thank you, Jim. be well, randy Randy Hengst www.classroomFocusedSoftware.com > On Oct 17, 2016, at 7:05 AM, Jim Kanter wr

[OT] Website Design Apps-Mac

2016-10-17 Thread Randy Hengst
e well, randy Randy Hengst www.classroomFocusedSoftware.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listin

Re: iOS Background Audio rejection.

2016-10-11 Thread Randy Hengst
I'm still using the same hack on LC8.1 that I used in 7.x. And, it seems to work fine with the updates I've sent to apple after iOS 10. I've not checked the background audio you mentioned. be well, randy www.classroomFocusedSoftware.com > On Oct 11, 2016, at 3:49 PM, Ralph DiMola wrote: > >

Re: testflight

2016-09-30 Thread Randy Hengst
I’ll second that. be well, randy > On Sep 29, 2016, at 5:31 PM, Dave Kilroy wrote: > > Jacque’s AirLaunch > >> Is anyone else using testFlight? What is your favorite way to generate the >> .ipa file? >> > ___ > use-livecode mailing list > use-li

Re: LC 8.1 Error

2016-09-24 Thread Randy Hengst
I pinned it down to when I was calling iPhoneClearTouches. The script was the same as with the earlier LC: if the environment is “Mobile” then iPhoneClearTouches end if I’ll check for recursion in the handler in use when I called the clear touches. be well, randy Randy Hengst

LC 8.1 Error

2016-09-24 Thread Randy Hengst
urrend on line: 0” When I adjust the handler to use: answer pExecutionError I see 2,0,0 as the error message. How do I go about debugging line zero? I’ve peppered my code with “answer” statements to no avail. I can’t pinpoint the problem. The error doesn’t show itself in the IDE. be well

Re: Xcode 8 / iOS 10 support coming in 8.1.1

2016-09-20 Thread Randy Hengst
Randy Hengst www.classroomFocusedSoftware.com > On Sep 16, 2016, at 9:24 AM, panagiotis merakos wrote: > > Hi all, > > @Phil > I have added some comments and a workaround to the bug report > http://quality.livecode.com/show_bug.cgi?id=18416 > > @Randy > I cannot rep

  1   2   3   4   >