How to "kill" mouseTouches while waiting for an internet connection?

2020-03-26 Thread Sannyasin Brahmanathaswami via use-livecode
In lo-bandwith, hi-latency internet connections. How can we use mobileClearTouches # in association with this handler? function checkURLAvailable pSelectedURL local tHeaders, tSentHeaders, tResult, tBytes put tsNetHeadSync(pSelectedURL, tSentHeaders, tResult, t

Re: How to "kill" mouseTouches while waiting for an internet connection?

2020-03-28 Thread Sannyasin Brahmanathaswami via use-livecode
WelL, I thought the same thing for a long time, but was reluctant to “impose” so dramatically on the User Interface. But I always envision a big ugly “cover”. Ha! So transparency works….Good, we will try it. Are you typically showing a loading msg or icon. IN other context, I should a load in

Speech Synthesis

2020-04-05 Thread Sannyasin Brahmanathaswami via use-livecode
Given the arrival of the Speech Library Something I played with 30 years ago on hypercard manually entering phonemes, to get the computer talk was a fascinating thing. Today, with AI all around us, Speech Sythesis is "everywhere" and very advanced, When we initialize speechLibraryIni

Re: Problems locating Android SDK

2020-04-05 Thread Sannyasin Brahmanathaswami via use-livecode
Mine is working, I'm wondering if I can put it a dropbox for you. (4.6 GB) Or does it put your "machine signature" on it when you install it. I remember having to "down grade it" to build-tools 29.0.01 to get it to be seen by LC, BR On 4/5/20, 12:46 PM, "use-livecode on behalf of Skip K

Re: Problems locating Android SDK

2020-04-05 Thread Sannyasin Brahmanathaswami via use-livecode
~/Library/Android/sdk/ I don't use virtual machines... I just use my MotoG6 on WiFi without a SIM card...USB... it is really fast to build and take one variable out of the equation. (I don't trust the VMs... call me superstitious...) When I an "happy" I put the SivaSiva.ipk on our web ser

Re: Problems locating Android SDK

2020-04-07 Thread Sannyasin Brahmanathaswami via use-livecode
Well, second, related problem. Android appears installed On OSX Catalina, I am having trouble getting my device to appear... /Library/Android/sdk/build-tools/29.0.1 Android -- from terminal, appear normal % ./adb %./adb kill-server %./adb start-server * daemon started successfully % ./adb

Re: iOS build error - help needed

2020-04-14 Thread Sannyasin Brahmanathaswami via use-livecode
I 9.6.1.dp3 and Catalina 10.15.4 and Xcode 11.3.1 It works Suggest he unstall Xcode and reinstall in and get install the command tool from menu (again) And be sure he is not using a development profile and had the beta test box checked in SA setting (that one cost me a lot of time!) you can on

Drag and Drop Images

2020-04-14 Thread Sannyasin Brahmanathaswami via use-livecode
>From a substack called "library" Where images are loaded one after another to a group, referenced by filename (to image data) on disk (not placed) to a mainstack called "Slideshow" with one Image per card Before I try and reinvent the wheel, does anyon

Android Release Requires 21 but 911 Devices Get Dropped?

2020-04-17 Thread Sannyasin Brahmanathaswami via use-livecode
I wonder if I did something wrong. Just releasing a new version of SivaSiva to the stores... Using 9.6.0 dp 4  -- which contained an important bug fix for the javascript handlers in the browser widget. I want prompted that I need to upgrade for SDK18 to SDK21. With no apparent option to do o

Re: Android Release Requires 21 but 911 Devices Get Dropped?

2020-04-17 Thread Sannyasin Brahmanathaswami via use-livecode
What is "4.x" ? Minimum Android Version? I did as you suggested last year, two builds e.g version 22 for arm v7 and arm64 version 23 for x86 and x86_64 both came in (using SDK 21) about 95MB the last versions, (20,21) done with SDK 18 were about 70MB the analysis did not complain about the

Re: Issues with Mobile Native controls

2020-04-20 Thread Sannyasin Brahmanathaswami via use-livecode
Some thoughts on icons. I have a focus group of about 10 people, mostly in London, one older woman in France. The "old" FontAwesome as used by Livecode out of the box (I have yet to explore Brian option for bringing in your own or use the "new" FontAwesome While the icon are a bit bold (="C

Google Play Wants Us to Use Android App Bundle?

2020-04-20 Thread Sannyasin Brahmanathaswami via use-livecode
Trying to upload the latest release of my app for Android I rolled out the my app Google Play console 2 arm versions-together - v24 2 86 versions together - v25 Google Play accept the rollout (with a 7-day review disclaimer) and says: -- Warning: This APK results in unused code and

use-livecode@lists.runrev.com

2020-04-26 Thread Sannyasin Brahmanathaswami via use-livecode
I have posted SivaSiva app to Google Play. Problem: from the stats we see lots of new users, and then in a few days, those same users are "lost" I see Crashes & ANRs 113 # in the last few days "Number of times your app crashes or served an Application Not Responding errors". SivaSiva acc

Re: Three very simple questions

2020-04-26 Thread Sannyasin Brahmanathaswami via use-livecode
"globals are evil" But we use one array Global gConfigA and we stuff it with all manner of "things" including another arrays it turns about to quite useful On 4/26/20, 8:11 AM, "use-livecode on behalf of J. Landman Gay via use-livecode" wrote: When I need a calculated constant I use

How to download Xcode 11.4

2020-08-22 Thread Sannyasin Brahmanathaswami via use-livecode
https://developer.apple.com/download/ Goes now to a beta tester URL... It does not go to the "universal" list of past Xcode that can download 11.4 What the URL? I can't find it at the https://developer.apple.com ?? Currently the Release Notes have --- We currently support building again

Re: How to download Xcode 11.4

2020-08-22 Thread Sannyasin Brahmanathaswami via use-livecode
OK ! On 8/22/20, 4:22 AM, "use-livecode on behalf of Martin Koob via use-livecode" wrote: Hi I found the following. https://developer.apple.com/download/more/ It has older versions including 11.4 Martin ___

Re: How to download Xcode 11.4

2020-08-22 Thread Sannyasin Brahmanathaswami via use-livecode
iOS SDK: 10.2 (included in Xcode 8.2) 11.2 (included in Xcode 9.2) 12.1 (included in Xcode 10.1) 13.2 (included in Xcode 11.3) 13.5 (included in Xcode 11.5) Android On 8/22/20, 7:53 AM, "use-livecode on behalf of Sannyasin Brahmanathaswami via use-liv

How Do You Get Filename / Image

2020-09-06 Thread Sannyasin Brahmanathaswami via use-livecode
Maybe it is aphasia... How do we get file from one location to another location on mouseUp local tRelativeURL -- repeat with x = 1 to (the number of cards of stack “SlideShowSetUp”) --go card x set the itemdelimiter to “/” put (the item -2 to -1 of the

Re: How Do You Get Filename / Image

2020-09-06 Thread Sannyasin Brahmanathaswami via use-livecode
"/" put (item -1 of the filename of img 1 ) into tImageName put item 1 to -2 of the filename of this stack & "/" into tDestinationPath put URL("binfile:" & the filename of img 1 ) into URL("binfile:" & tDestinationPath &

Re: How Do You Get Filename / Image

2020-09-07 Thread Sannyasin Brahmanathaswami via use-livecode
Goal: to get a folder a disk that can be copied to the web server. We have all kinds of files on disk. So, I am trying to copy a list of filename in the cards of stack. It can't that hard. But I think the method for doing the tRelativeName of filename is "broken" where are get the defaultFolder.

Re: How Do You Get Filename / Image

2020-09-07 Thread Sannyasin Brahmanathaswami via use-livecode
Yes! It was so easy. I did not expect to find that specialFolderPath("resources") on desktop went to folder with your stack inside it. Perfect for tDefaultFolder This did my job! Yay! on mouseUp local tImageName, tDestinationPath,tFolder, tDefaultFolder put specialFolderPath("resources

How do we set layers for groups

2020-09-17 Thread Sannyasin Brahmanathaswami via use-livecode
if the layer of fld "checkHtml" > 3 then set the layer of fld "checkHtml" to 3 else set the layer of fld "checkHtml" to 20 end if # do not work. stack "SlideShowSetUp": execution error at line 107 (Object: can't set layer (card not open, or control in grou

How to get layer for group

2020-09-17 Thread Sannyasin Brahmanathaswami via use-livecode
f the layer of fld "checkHtml" > 3 then set the layer of fld "checkHtml" to 3 else set the layer of fld "checkHtml" to 20 end if # do not work. stack "SlideShowSetUp": execution error at line 107 (Object: can't set layer (card not open, or control in group))

HOw to get htmltext from the field to display in another field

2020-09-17 Thread Sannyasin Brahmanathaswami via use-livecode
--set the htmltext of fld "mainText" into fld "checkHTML" put text of fld "mainText" into fld "checkHTML" ?? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscript

Re: HOw to get htmltext from the field to display in another field

2020-09-17 Thread Sannyasin Brahmanathaswami via use-livecode
Ralph, So this did not work. I have [ fld "Src" ] My Trek to Siva Magical Abodes Join the author on a tour of ancient Siva temples -- [ fld "Dest" ] My Trek to Siva Magical Abodes Join the author on a tour of ancient Siva temples --- It same for both fields. Neither one displ

Re: HOw to get htmltext from the field to display in another field

2020-09-20 Thread Sannyasin Brahmanathaswami via use-livecode
Eureka! So easy, now to get back to the htmlText as per the code if the htmlText of field "mainText" then put the htmlText of field "mainText" into field "mainText" else set the htmlText of field "mainText" to field "mainText" end if we wonder how easy it to tell that "if" the c

Re: HOw to get htmltext from the field to display in another field

2020-09-21 Thread Sannyasin Brahmanathaswami via use-livecode
I found it: button "Check HTML" on mouseUp If "" is in field "mainText" then -- htmltext is there set the htmlText of field "mainText" to field "mainText" else put the htmltext of field "mainText" into field "mainText" end if end mouse BUT! Vedas A Random Selection of Sutr

I Have a Problem With a Plug-In

2020-09-26 Thread Sannyasin Brahmanathaswami via use-livecode
I have CollectMyStacks.rev, close itself after opens the card on opencard send "mouseUp" to button "Position IDE" in 1 seconds close this stack end opencard Now, this was a bad idea. How to get the message close this stack how to delete that? set the lockMessages to true it

Re: I Have a Problem With a Plug-In

2020-09-27 Thread Sannyasin Brahmanathaswami via use-livecode
That did it!  J. Landman Gay wrote: Click the Messages icon in the toolbar. That will prevent the handler from running when the stack opens and you can delete the line in the script. ___ use-livecode mailing list use-livecode@lists.runrev.com

Problem an Repeat Loop

2020-09-27 Thread Sannyasin Brahmanathaswami via use-livecode
# for development local tPath repeat with x = 2 to sTotalSceneCount put line x of sImageList into tPath go to card x set the filename of sStoryImage to tPath set the itemDelimiter to “|” put item x of sQuoteList into fld “mainText” end repeat # I get a

Re: Problem an Repeat Loop

2020-09-28 Thread Sannyasin Brahmanathaswami via use-livecode
I use the long name of the image local sStoryImage put the long id of img "slideImage" into sStoryImage still: # for development local tPath repeat with x = 2 to sTotalSceneCount put line x of sImageList into tPath go to card x set the filename of sStory

How to delete cards but card 1

2020-09-28 Thread Sannyasin Brahmanathaswami via use-livecode
repeat forever go last card delete this card end repeat I have tried everything in the manual ?? BR ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscriptio

Re: How to delete cards but card 1

2020-09-28 Thread Sannyasin Brahmanathaswami via use-livecode
You did it! Yay! BR Paul Dupuis wrote: repeat with i = the number of cards down to 2 delete card i end repeat ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subs

Re: Problem an Repeat Loop

2020-09-28 Thread Sannyasin Brahmanathaswami via use-livecode
Yes! I was thinking of a one card, Sheesh It all worked! Paul Dupuis wrote: set the itemDelimiter to “|” repeat with x = 2 to sTotalSceneCount set the filename of img "slideImage" of card x to line x of sImageList set the text of fld "mainText" of card x to item x of o

What Causes "##string##"

2020-10-02 Thread Sannyasin Brahmanathaswami via use-livecode
When setting htmltext? BR ___ 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/listinfo/use-livecode

Re: What Causes "##string##"

2020-10-02 Thread Sannyasin Brahmanathaswami via use-livecode
Words of Our Master By Siva Yogaswami textAlign does not work it gets 'wiped' clean ??  Devin Asay Probably when the textAlign property of a line is set to “center”? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Getting URL to Work in specialFolderDocuments

2020-10-02 Thread Sannyasin Brahmanathaswami via use-livecode
on dataServerStack local tHttpsServerRoot,tLocalDocumentsStories put "https://dev.himalayanacademy.com/media/stories/"; --into tHttpsServerRoot put specialFolderPath("Documents") & "/SivaSivaApp/media/stories/" into tLocalDocumentsStories put URL (tHttpsServerRoot & sStoryTitle & "/" &

Re: Getting URL to Work in specialFolderDocuments

2020-10-02 Thread Sannyasin Brahmanathaswami via use-livecode
on dataServerStack local tHttpsServerRoot,tLocalDocumentsStories put "https://dev.himalayanacademy.com/media/stories/"; --into tHttpsServerRoot put specialFolderPath("Documents") & "/SivaSivaApp/media/stories/" into tLocalDocumentsStories put URL (tHttpsServerRoot & sStoryTitle & "/" &

Re: What Causes "##string##"

2020-10-02 Thread Sannyasin Brahmanathaswami via use-livecode
Nope! Does this work? ##string## -- ___ 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/listinfo/use-livecod

New to Get a Copy of Scaled Down Version of an Image

2020-10-28 Thread Sannyasin Brahmanathaswami via use-livecode
Take for example [command] resizeToWidth tImage, 400 on resizeToWidth pImage,pSize local tOrigImgWidth, tOrigImgHeight, tRatio, tNewWidth, tNewHeight set the itemdel to "x" put item 1 of sCurrentGraphicRect into tOrigImgWidth put item 2 of sCurrentGraphicRect into tOrigImgHeight i

New to Get a Copy of Scaled Down Version of an Image

2020-10-28 Thread Sannyasin Brahmanathaswami via use-livecode
Take for example [command] resizeToWidth tImage, 400 on resizeToWidth pImage,pSize local tOrigImgWidth, tOrigImgHeight, tRatio, tNewWidth, tNewHeight set the itemdel to "x" put item 1 of sCurrentGraphicRect into tOrigImgWidth put item 2 of sCurrentGraphicRect into tOrigImgHeight i

On Browser Widget/Google, the "smart" Font Sizer to Go Center, on Android phone?

2020-11-21 Thread Sannyasin Brahmanathaswami via use-livecode
There is a small font resizer, it goes up or down _ _ | - | | + | Is it possible to go center? Its lies to the right of margin of the browser widget, and we have the page “Go Right” which conflicts with the font resizer. BR ___ u

Re: On Browser Widget/Google, the "smart" Font Sizer to Go Center, on Android phone?

2020-11-21 Thread Sannyasin Brahmanathaswami via use-livecode
Well com.livecode.widget.browser but I would not know where to begin? There is a small font resizer, it goes up or down _ _ | - | | + | Is it possible to go center? Its lies to the right of margin of the browser widget, and we have the page “Go Right” which conflicts wit

Develop Audio

2020-11-22 Thread Sannyasin Brahmanathaswami via use-livecode
I am back to the “Listen” module. That is audio… Can you send me off list, scripts for BackPause/PlayForward A script that opens one music file? It has been “many moons” that were done… http://dev.himalayanacademy.com/screenshots/single-music-file.png Brahmanathaswami

OT: Android, MotoG6, ./adb devices I can't to attach itself

2020-12-01 Thread Sannyasin Brahmanathaswami via use-livecode
Even If I Upgrade to Sur. Even from terminal cd /Users/brahmanathaswami/Library/Android/sdk/platform-tools brahmanathaswami@Sannyasins-MacBook-Pro-2 platform-tools % ./adb devices List of devices attached Why doesn’t it show as devices - USB debugging as connected ? It should say Z………. att

Double Clicking on a Field

2020-12-04 Thread Sannyasin Brahmanathaswami via use-livecode
I want a user to scroll the fields. If a user sends mouseup, simply scrolls the field. It does not react. It is locked. But if the user double clicks on field, it reacts. Basically it goes to another cards, taking with it a single Title in the list, on a double click of the field If I try If

Re: OT: Android, MotoG6, ./adb devices I can't to attach itself

2020-12-06 Thread Sannyasin Brahmanathaswami via use-livecode
I will test this It takes 12 minutes to do an iPhone Big Sur! When that happens I do: ./adb kill-server ./adb start-server ./adb devices If that doesn't work try sudo:

mobileControlDo - player

2020-12-10 Thread Sannyasin Brahmanathaswami via use-livecode
This is “lean”. ~~"begin seeking forward" only on iOS But Android are we going to use - *time*: The milliseconds from the beginning. To build, by hand, something that will “play forward/backward” because of the time? So we are going use a Livecode options to make time ➢ 00:12:20 -

How to One Stack to Interact With Another

2020-12-20 Thread Sannyasin Brahmanathaswami via use-livecode
1) One stack, interacting with another. (Type setting is a goal) i.e. set as a pallet, with a mouseup on it on mouseUp set the defaultstack to "SlideShowSetUp" the selectedtext of fld "mainText" end mouseup 2) whereas the selectedText into Stack Two ( we want to change the font si

mobileControlCreate (set, do, etc)

2021-01-15 Thread Sannyasin Brahmanathaswami via use-livecode
How in this done on desktop? It takes 15 minutes to build a standalone on iOS. Do we have make adjustments the mobile controls. AND then do another standalone. This would intro a Big factor in time development. BR ___ use-livecode mailing list use-live

I Want to Print Out the Entire "mobile (ad,Control,Set,Get,Do"

2021-01-21 Thread Sannyasin Brahmanathaswami via use-livecode
It seems to be NOT in the guide. At least printable ___ 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/listinfo/use-livecod

Re: I Want to Print Out the Entire "mobile (ad,Control,Set,Get,Do")

2021-01-22 Thread Sannyasin Brahmanathaswami via use-livecode
PM, Sannyasin Brahmanathaswami via use-livecode > wrote: > > It seems to be NOT in the guide. At least printable > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and

Could not find a valid identity to use for the Selected profile

2021-03-05 Thread Sannyasin Brahmanathaswami via use-livecode
Is the "Gatekeeper" involved with ALL software Or is involved with MacOS software, and NOT iOS? I have trouble with iOS certificate. It is for iOS. Whether I use my own email address in the Certificate Request or the other team member’s email, it get: “iPhone Develop: Thambynathan Kathir (

iOS Transporter - "embedded.mobileprovision" is missing a provision

2021-05-01 Thread Sannyasin Brahmanathaswami via use-livecode
SivaSiva app is built. And embedded.mobileprovision is clearly there. Was does it say? - DELIVERY FAILED ON APR 30, 2021 AT 7:30 AM 1 ISSUE ERROR ITMS-90174: "Missing Provisioning Profile - Apps must contain a provisioning profile in a file named embedded.mobileprovision." In Requirements

Speech Library: Where is the "Utterance" - Off

2021-05-23 Thread Sannyasin Brahmanathaswami via use-livecode
If I am a user, and I get phone call, we just want “speech” is “off” Where is the “mouseup”? I can’t find any “off” switch ▸ speechInitializeLibrary ▸ speechLibraryInitialized pSuccessLink ▸ speechGetVoices ▸ speechSetVoice(pVoiceIdentifier) ▸ sp

9.6.3 (rc1) Cannot Simulator a Stack

2021-07-14 Thread Sannyasin Brahmanathaswami via use-livecode
Development Test Target Brahmanathaswami (2) iPhone It’s blank (!) Simulator iPhone? 9.6.3 (rc1) ? BR ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription prefer

Re: 9.6.3 (rc1) Cannot Simulator a Stack

2021-07-14 Thread Sannyasin Brahmanathaswami via use-livecode
Scratch that. Installing Xcode 12.5, they did appear> On 7/14/21, 3:46 PM, "use-livecode" wrote: Development Test Target Brahmanathaswami (2) iPhone It’s blank (!) Simulator iPhone? 9.6.3 (rc1) ? BR ___ use-livecode mailing list use-livecod

OT: What Is Wrong at play.google.com/Android Apps?

2021-07-25 Thread Sannyasin Brahmanathaswami via use-livecode
What is wrong with: (My developers ID is, for this email, has been blocked out) https://play.google.com/console/u/0/developers/#/app-list#AppListPlace ? I will be logged into Google as: Himalayan Academy I should see four apps: SivaSiva Spiritual Workout Hinduism Today Gurudeva

Re: OT: What Is Wrong at play.google.com/Android Apps?

2021-07-26 Thread Sannyasin Brahmanathaswami via use-livecode
It on Firefox! Google Chrome lets me in… problem solved… On 7/25/21, 4:26 PM, "use-livecode" wrote: What is wrong with: (My developers ID is, for this email, has been blocked out) https://play.google.com/console/u/0/developers/#/app-list#AppListPlace ? I will be logged into Go

Re: [ANN] Release 9.6.3

2021-08-02 Thread Sannyasin Brahmanathaswami via use-livecode
Aloha Panagiotis But you cannot release an Android App which is more the 100MB! See this screen shot http://wiki.hindu.org/screenshots/You-Cannot-Release-Android-Over-100MB.png What are we going to do? Svasti Astu – Be Well Brahmanathaswami Get SivaSiva.app – It free! https://www.himalayanac

Re: [ANN] Release 9.6.3

2021-08-08 Thread Sannyasin Brahmanathaswami via use-livecode
t;use-livecode" wrote: Make a smaller app, and let it download the rest, whatever it is. Just like Off-Line navigation apps download 400 or 800 MB big maps. Op 3-8-2021 om 04:17 schreef Sannyasin Brahmanathaswami via use-livecode: > Aloha Panagiotis > > But you cannot release an Androi

How Do We Stop A "Standalone Builder Progress" ?

2021-08-15 Thread Sannyasin Brahmanathaswami via use-livecode
How do we stop this Standalone Builder Progress It is a SivaSiva progress and iOS that takes 15 minutes to build. What if you caught the “edition” to the same one. Well, you stop it. Then increase the edition by 1. And start it up again “Standalone Builder Progress” --- Side note: why is And

Re: How Do We Stop A "Standalone Builder Progress" ?

2021-08-16 Thread Sannyasin Brahmanathaswami via use-livecode
jac...@hyperactivesw.com<mailto:jac...@hyperactivesw.com> HyperActive Software | http://www.hyperactivesw.com On August 15, 2021 10:24:27 PM Sannyasin Brahmanathaswami via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: > How do we stop this > > Standalone Builder

SivaSiva: in htmltext, is there a link to a separate stack?

2021-08-19 Thread Sannyasin Brahmanathaswami via use-livecode
In SivaSiva, we are going to another stack, On mouseup portal_GoStack ("Siva-Siva-Portal") end mouseup in a lib_SivaSivaPortal we have this handle: command portal_GoStack cardOrStackObject [snip] put the short name of this stack into oStackName go cardOrStackObject end portal_GoStac

Re: SivaSiva: in htmltext, is there a link to a separate stack?

2021-08-20 Thread Sannyasin Brahmanathaswami via use-livecode
Great! I’ll give it a trial and will get back to you on testing Svasti Astu – Be Well Brahmanathaswami Get SivaSiva.app – It free! https://www.himalayanacademy.com/view/sivasiva On 8/20/21, 8:50 AM, "use-livecode" wrote: Matthias: > the linkClicked message should be your friend Me: ...

Fix The Browser!

2021-08-20 Thread Sannyasin Brahmanathaswami via use-livecode
Aloha Panagiotis Merakos Browers Bug: https://quality.livecode.com/show_bug.cgi?id=23267 What are we doing? This is “really serious” . The API Dictionery does not work for iOS allowUserInteraction property set the allowUserInteraction of widget to allowInteraction browserDocumentLoadBegin

Re: Fix The Browser!

2021-08-30 Thread Sannyasin Brahmanathaswami via use-livecode
of Google's > sites, and many others I am sure. > I would consider upgrading/fixing the CEF as a high priority task. > Please Please . just do it. > Its almost 4 years old. > > On Fri, Aug 20, 2021 at 10:24 PM Sannyasin Brahmanathaswami via > use-livecode &g

Re: Fix The Browser!

2021-09-02 Thread Sannyasin Brahmanathaswami via use-livecode
ode@lists.runrev.com%3e>> wrote: > Not only that, its marked as too old to be used log into any of Google's > sites, and many others I am sure. > I would consider upgrading/fixing the CEF as a high priority task. > Please Please ..... just do it. > Its almost 4 yea

Re: Suggestion: Non-Appbuilding Community Edition

2021-09-05 Thread Sannyasin Brahmanathaswami via use-livecode
Let’s get this conundrum worked out: 1. If I have Mac or Windows machine 2. If I download “Livecode 9.6.4 Standard ” 3. And I pay $300.00 for an annual license 4. I can build for Desktop for Windows, Linux, iOS iPhone, Android 5. Minus Premium features 6. For one year + plus the upgrades that occu

There is one stack the cause delays - 5 to 10 seconds

2021-09-10 Thread Sannyasin Brahmanathaswami via use-livecode
On any attempt do anything, whether it typing script in script editor, if I change window, or the property browser, wherever we do, there is 5-10 seconds delays. Its impossible to work, or very slow to work in this stack. Could be a pendMessage? 8829,1631295654.762945,revSEDelayTogglePalettes,s

Re: There is one stack the cause delays - 5 to 10 seconds

2021-09-10 Thread Sannyasin Brahmanathaswami via use-livecode
ionChanged,stack "/Applications/LiveCode 9.6.4.app/Contents/Tools/Toolset/libraries/revbackscriptlibrary.livecodescript" 123,1631321459.038601,revCheckStackOpen,stack "/Applications/LiveCode 9.6.4.app/Contents/Tools/Toolset/libraries/revfrontscriptlibrary.livecodescript" 127,1631

Re: [ANN] Release 9.6.5 RC-1

2021-09-23 Thread Sannyasin Brahmanathaswami via use-livecode
Where do get Android 11(30) ? On 9/23/21, 7:01 AM, "use-livecode" wrote: Fantastic! I knew you'd come through for us. You always do. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On September 23, 2021 1

Re: [ANN] Release 9.6.5 RC-1

2021-09-23 Thread Sannyasin Brahmanathaswami via use-livecode
Hello All I have the latest Android Studio.app installed. If I click on it, nothing happens. If we run Mobile Support…We are error: “The chosen folder is not a valid Android SDK> ?? Hello all, See this blog post for more info on the tools you need to install: https://livecode.com/livecod

Where You See Do You See Your Android Apps?

2021-09-25 Thread Sannyasin Brahmanathaswami via use-livecode
I am logged as a...@hindu.org Where do discover SivaSiva Gurudeva Spiritual Workshop Hinduism Today ?? https://developer.android.com I can’t find any URLs that get me there SivaSiva? BR ___ use-livecode mailing list use-livec

Re: Where You See Do You See Your Android Apps?

2021-09-25 Thread Sannyasin Brahmanathaswami via use-livecode
Aloha Matthias, https://developer.android.com/ Wow! It is three buttons Download Android Studio | Launch Play Console | View Android courses It is the middle one of the three buttons. Take you to: https://play.google.com/console/u/0/developers/6275825903879277961/app-list Yes! That’s wha

Got a New Crash in Livecode 9.6.5 (rc1)

2021-09-27 Thread Sannyasin Brahmanathaswami via use-livecode
I Was work in the working in the stack, with Select Tool, control key down, selecting every objects of the stack: flds and buttons, when I selected the next field or button, there was a crash…and the follow message came up: This is the first time I got to terminal to open with: Last login: M

Android: Play App Signing

2021-11-16 Thread Sannyasin Brahmanathaswami via use-livecode
Aloha everyone https://play.google.com/console/u/0/developers/6275825903879277961/app/4972731188565988087/keymanagement I am right where I want to be. I am here: brahmanathaswami@Sannyasins-MacBook-Pro-2 HAP Android Key % brahmanathaswami@Sannyasins-MacBook-Pro-2 HAP Android Key % ls Andr

What Do I Need To Do To Make Links Active

2021-11-29 Thread Sannyasin Brahmanathaswami via use-livecode
I could sworn that this worked. case "Release Notes" displayInfo 1,"release-notes" go to card "info" break # which goes to on displayInfo pVis, pSubject if pVis = "1" then # We are showing the control # set up background image first, if no param # then use landscapes as de

How Do I Get "revNewScripEditor 1"

2022-02-18 Thread Sannyasin Brahmanathaswami via use-livecode
Everytime I edit a script using "revNewScripEditor 1", it comes up with a top left “arrows” of red, yellow, green. I can’t get out of top navigation, once edited - small yellow stack “behavior_WordPuzzles” next to the Save changes to following object Stack “behavior_WordPuzzles” Yes | No

iOS 16! It will not do landscape!

2022-09-15 Thread Sannyasin Brahmanathaswami via use-livecode
Aloha Everyone Well I was involved in iOS 16. Just yesterday. It downloaded to my phone (iPhone 13, with Version 16.0 – 20A362) . When I did that, none of stacks of my stacks will do landscape! stack “wordpuzzle” on preOpenStack if isMobile() then mobileSetAllowedOrient

How to dismiss keyboard on mobile

2018-05-09 Thread Sannyasin Brahmanathaswami via use-livecode
On mobile I have a UI (for searching audio) where: 1) user make a text selection (search box) 2) need to dismiss the keyboard (having made the text selection, which remains) 3) so she can choose some other radio buttons: like "Title" or "Sub-title" or "Genre" (this is a audio/music search UI)

Re: How to dismiss keyboard on mobile

2018-05-10 Thread Sannyasin Brahmanathaswami via use-livecode
on returnInField focus on nothing end returninfield # when I put that into field itself: does nothing: # on android I get a carriage return in the field on hitting returnkey maybe it has to do with what Jacqueline said " "These are just messages that the engine sends when the focus changes,

Re: How to dismiss keyboard on mobile

2018-05-10 Thread Sannyasin Brahmanathaswami via use-livecode
Well, all good, but still, IMHO, a hack go the https://quality.livecode.com/show_bug.cgi?id=20456 Maybe should make a separate report. Really… putting this in the field should dismiss the keyboard on returnKey closeField exitField end returnKey They enter text, hit return, keyboard

Re: How to dismiss keyboard on mobile

2018-05-10 Thread Sannyasin Brahmanathaswami via use-livecode
You can't put that into your other radio buttons on the Search UI panel. You can't put it into the search button (you want the next take makes choices before search) It goes to: create a "Done" control, like in iOS, for the keyboard. how to get the bottom coordinate of the area above keyboard?

Re: How to dismiss keyboard on mobile

2018-05-10 Thread Sannyasin Brahmanathaswami via use-livecode
(banging my head on the wall) "You have read the dictionary! You have to read the dictionary!" ha! Little did I know that: -- Mike Kerner wrote: I personally use *on* inputReturnKey *focus* *on* nothing *end* inputReturnKey BR

Re: How to dismiss keyboard on mobile

2018-05-10 Thread Sannyasin Brahmanathaswami via use-livecode
Just tried in minutes ago didn't work. in the field on inputReturnKey focus on nothing end inputReturnKey did not work. Plus there is whole card "raised" on so that bottom is the top of keyboard Mike Kerner wrote: The sequence is return key is pressed focus is removed

Re: How to dismiss keyboard on mobile

2018-05-10 Thread Sannyasin Brahmanathaswami via use-livecode
No go on my Pixel Hit return, nothing happens. with is working as expected iOS on inputReturnKey focus on nothing end inputReturnKey I tackle it tomorrow BR Are you using a native mobile field? If not then... on returnInField focus on nothing exit returnInFiel

Re: How to dismiss keyboard on mobile

2018-05-15 Thread Sannyasin Brahmanathaswami via use-livecode
Jacque… that backkey does work… (hehe) my handler on backkey # need for android put the effective working screenrect into tScreen if (item 4 of tScreen-item 2 of tScreen) < 650 then # assume keyboard if up pass backKey else if the short name of this stack is "journal"

Re: [BUG] Browser widget implemented without access to localStorage API

2018-05-15 Thread Sannyasin Brahmanathaswami via use-livecode
Andre was working on an HTML% module that is in big app SivaSiva. He pushed to our Git account, and you can check out from here. He was working in LC9. And I wonder if he got the bug I did today (again) I had stopped using 9, but I needed to debug on my phone. So: you save all your scripts, bu

Re: How to dismiss keyboard on mobile

2018-05-15 Thread Sannyasin Brahmanathaswami via use-livecode
I found a way! # Set search string field, the on returnKey delete char -1 of me select after word -1 of me # but this does work on android, cursor goes the head of the when hitting return end returnKey # the Search Bottom: on mouseup focus on the mouseControl # above key line, whic

Building in 8.1.10.RC 2 for iOS - Missing Undefined symbols

2018-05-15 Thread Sannyasin Brahmanathaswami via use-livecode
I just downloaded 8.1.10 RC 2 I have both xCode 9.2 and 9.3 entered in preferences. I get a "green" OK in the standalone preferences. But when I try to build for iOS , I get == [error] Unable to build app for device: linking for arm (arm64) failed with Undefined symbol for architecture ar

Re: [BUG] Browser widget implemented without access to localStorage API

2018-05-15 Thread Sannyasin Brahmanathaswami via use-livecode
" So it is probably the case you have changes applied but not saved to disk." I faced this a few weeks ago, so today what I loaded 9 today, I was extra cautious… I made sure a) after stack script editor changes were applied. "green" b) save changes of the stack, of text only stack c) it might

Re: [BUG] Browser widget implemented without access to localStorage API

2018-05-16 Thread Sannyasin Brahmanathaswami via use-livecode
So, I'm not only one… How do I create a second instance of LiveCode (or any app for matter) On 5/16/18, 12:10 AM, "use-livecode on behalf of Trevor DeVore via use-livecode" wrote: >so then, for now I quit livecode, and reboot everytime will do a build, >nuisance. I alwa

Re: Material Design - any plans to allow more granularity in design?

2018-05-16 Thread Sannyasin Brahmanathaswami via use-livecode
My old familiar rant in this issue. I now have a "enternal business license" and we use Livecode for so much in-house stuff… and I have spent $ non-profit money on every offer Kevin has made in ~1999 when he got the company Scott Raney. So I have right to rant (ha) Livecode is so for behin

What Is Be Best Way to Stop Browser

2018-05-17 Thread Sannyasin Brahmanathaswami via use-livecode
I am trying to figure a way to stop a browser widget instance from trying check for an internet connection and "stop" and respond to "go previous" button. If anyone has a recipe that, will appreciate it. But questions to go the dictionary. If I look up "browser" I see (in tinyDictonery_0_7_7_6

Re: Material Design - any plans to allow more granularity in design?

2018-05-17 Thread Sannyasin Brahmanathaswami via use-livecode
Given that my rant was open ended… Richard is a little more nuanced, thank you for that… Agreed, a subset of what is "required" to be in the engine to meet modern expectations would help. For the rest, we could build them ourselves. This we cannot build ourselves…. I would put " smooth seaml

Would Anyone Like a Ring Tone At End of Standalone Built?

2018-05-19 Thread Sannyasin Brahmanathaswami via use-livecode
with Android, it fast enough, but building to iOS … I have enough time to do email… I you use spaces. You won't knon when the build is finished. Would any else like a ring tone when the SA is finished? I wonder if I could hack the IDE to do that.. BR ___

Re: Would Anyone Like a Ring Tone At End of Standalone Built?

2018-05-20 Thread Sannyasin Brahmanathaswami via use-livecode
Awesome… thanks I think I will *finally* read the entire dictionary, bases in the LC Dict app that was done by someone in China? (in has no name attached to it) Tom… thanks for the "wait" tip. On 5/20/18, 9:23 AM, "use-livecode on behalf of Matthias Rebbe via use-livecode" wrote: You co

Strange error from iOS Standalone Builder

2018-05-28 Thread Sannyasin Brahmanathaswami via use-livecode
We had our 3-year hardware refresh (sell all old Macs, enterprise wises and get new ones) and I have a new MacBook Pro. It still running High Sierra 10.13.4, just as the old did I set up if iOS with new certificate / provisioning profiles X Code 9.2. / LC9 Run my build on the new machine an

How To Become Android Developer

2018-05-29 Thread Sannyasin Brahmanathaswami via use-livecode
Can someone please update the lesson How to Become an Android Developer? On the Livecode site. 1) Load JAVA SDK – (JDK) – Takes you to JAVA SE 10.0.1 - which I believe in incompatible with LC. java SE 8u171/ 8u172. Works, but there is no mentioned about that the Lesson. Anyway. Got it

  1   2   3   4   5   6   7   8   9   10   >