Resuscitation of Scott Raney Paint Tools

2019-06-22 Thread Sannyasin Brahmanathaswami via use-livecode
I am trying to get a stack that worked in 1999-2000 under Metacard using a stack Scott Raney built. It is still on line Go stack URL "http://www.himalayanacademy.com/studyhall/hapaint.rev; But now, when I click the color palette I get on mouseUp setcolor the selectedColor of me end

OT: Coloring Book Contract

2019-06-20 Thread Sannyasin Brahmanathaswami via use-livecode
I have a big Hindu organization that wants to produce a coloring book. We are looking to put them in touch with someone who is willing in take art work and create an application, will also involve a printed version as well. (easy part) Years ago I tried with big enterprise system developer to

Re: Android - Different Builds

2019-06-14 Thread Sannyasin Brahmanathaswami via use-livecode
Got it, it works... Jerry __ thanks for the chart! "Boy!" this needs to be documented somewhere... BR Jerry wrote So like this for your sequence if your highest used VC is 15 then: BuildVC arm v7a16 >next time --->20>next time--->24

Re: Android - Different Builds

2019-06-13 Thread Sannyasin Brahmanathaswami via use-livecode
Hurray! That worked: Version code 15 Native platforms arm64-v8a, armeabi-v7a. 74.9 MB Version code 9 Native platforms x86_64 64.0 MB Version code 8 Native platforms x86 63.7 MB -- No "overshowed" ERROR -- One warning about extra code in the

Re: Android - Different Builds

2019-06-13 Thread Sannyasin Brahmanathaswami via use-livecode
Aloha Jerry, I think I have done it correctly 1) I have the four builds in one release 2) Native platforms -- armeabi-v7a- version code 14 Native platforms -- x86_64 - version code 9 Native platforms -- x86- version code 8 Native platforms

Re: Android - Different Builds

2019-06-13 Thread Sannyasin Brahmanathaswami via use-livecode
But what about this one, it is an "error," not a "warning For arm64-v8a ERROR 1 message for APK 7 Fully shadowed APK Problem: This APK will not be served to any users because it is completely shadowed by one or more APKs with higher version codes. But the other three

Re: Android - Different Builds

2019-06-12 Thread Sannyasin Brahmanathaswami via use-livecode
is different 2) they target different architectures. On 6/12/19, 12:21 PM, "use-livecode on behalf of Sannyasin Brahmanathaswami via use-livecode" wrote: OK! That's what we need hear. Thanks Ralph! On 6/12/19, 12:17 PM, "Ralph

Re: Android - Different Builds

2019-06-12 Thread Sannyasin Brahmanathaswami via use-livecode
OK! That's what we need hear. Thanks Ralph! On 6/12/19, 12:17 PM, "Ralph DiMola" wrote: You would be better off making 4 builds 1 for each architecture. This way instead of 1 huge apk you will have 4 smaller ones. Increment the "version code" for each of the 3 additional builds.

Re: Android - Different Builds

2019-06-12 Thread Sannyasin Brahmanathaswami via use-livecode
Hmmm Google says Unoptimized APK Warning: This APK results in unused code and resources being sent to users. Your app could be smaller if you used the Android App Bundle. By not optimizing your app for device configurations, your app is larger to download and install on users' devices than

Re: Android - Different Builds

2019-06-12 Thread Sannyasin Brahmanathaswami via use-livecode
Never mind, I check all four, got one .APK and uploaded... and not I see Native Platform 4 Wow, congrats to LC to doing that so easily.. BR On 6/12/19, 11:45 AM, "use-livecode on behalf of Sannyasin Brahmanathaswami via use-livecode" wrote: Can anyone give a short les

Android - Different Builds

2019-06-12 Thread Sannyasin Brahmanathaswami via use-livecode
Can anyone give a short lesson on how to submit the multiple android builds on Google Release Management dashboard? All brand new to me…. BR ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Apple Deprecated "UIApplicationExitsOnSuspend"

2019-06-12 Thread Sannyasin Brahmanathaswami via use-livecode
Yes, I tried to re-upload after deleted in the key (without checking iTunes first) and it turns out the first app was accepted..., "redundant build'' on the 2nd attempt. I went into iTunesConnect and and the app is now in for review by the Lords of Apple. Agreed. We need to find out what

Apple Deprecated "UIApplicationExitsOnSuspend"

2019-06-12 Thread Sannyasin Brahmanathaswami via use-livecode
About to publish an upgrade to our app. I get this from the metadata analysis in "Applications Loader" WARNING ITMS-90339: "Deprecated Info.plist Key. The Info.plist contains a key 'UIApplicationExitsOnSuspend' in bundle SivaSiva [SivaSiva.app] that will soon be unsupported. Remove the key,

Develop on 9.5 DP1 and Deploy in 9.0.4 Stable?

2019-06-02 Thread Sannyasin Brahmanathaswami via use-livecode
I have already submitted crash reports on the QA list but want to ask the group, in case someone works this way. I am getting random crashes in 9.0.4. At any time. I could just be sitting with a module (stack) open in my app, thinking, no attempt to send messages or interaction with the

Re: Ken Burns Effects - acceleratedRendering

2019-05-30 Thread Sannyasin Brahmanathaswami via use-livecode
Monte Goulding wrote: At some point in the future we may support applying transformations to dynamic layerMode objects (changing size and perhaps location) which would mean Ken Burn effect would be done by the GPU. I suspect that’s a fair way off and would definitely involve some serious

Ken Burns Effects - acceleratedRendering

2019-05-28 Thread Sannyasin Brahmanathaswami via use-livecode
After listening to Mark Waddington presentation regarding the new container mode. It would seems that the layerMode -- container is for groups only. So nothing has changed with respect to doing Ken Burn effect with large image, or a parallax effect with images placed on top of each other, or

Re: Player object controller bar

2019-05-26 Thread Sannyasin Brahmanathaswami via use-livecode
Back to this list My goodness… You are right. I wasn't aware of all those options! I was puzzled by the fact that I had a tape that was speeded up. In Audition it is was normal. Huh! I must have hit fast forward button in advertently, not knowing what it did. Unfortunately, the fast

Re: Player object controller bar

2019-05-25 Thread Sannyasin Brahmanathaswami via use-livecode
" Some things that seem like they should be easy to accomplish, just are not easy. That is the harsh reality. " Indeed, I been working of weeks get getting the browser to respond properly. Keep on changing with every new release. I just hoping that there is a little API in the engine itself,

Re: Player object controller bar

2019-05-25 Thread Sannyasin Brahmanathaswami via use-livecode
In a related quest: I just went through the same thing yesterday... I would like to trap if a user clicks the play icon on the player controller itself. I have functions which take the current time etc. allow time based annotation in field. But they only work if the use clicks my "Play"

Re: Android Blocks LC With Browser Net Error

2019-05-24 Thread Sannyasin Brahmanathaswami via use-livecode
That URL should be https://www.youtube.com/embed/YHS7dyN6sgM It also crashes iOS if the phone is blocked by a firewall. = When a firewall or some other "obstruction" prevents accessing a URL in the browser widget on Android, it responds with an error page, in HTML, viz.

Android Blocks LC With Browser Net Error

2019-05-24 Thread Sannyasin Brahmanathaswami via use-livecode
When a firewall or some other "obstruction" prevents accessing a URL in the browser widget on Android, it responds with an error page, in HTML, viz. === [Android Green Robot Icon] "Webpage not available The webpage at https://www.youtube.copm/embed/YHs7dyN6sgM could not be loaded.

Re: 9.5 DP 1 Unadorned - LayerMode - Container

2019-05-23 Thread Sannyasin Brahmanathaswami via use-livecode
Wow, thanks Trevor for the R & D! That makes for "pretty plain" Datagrid2 forms. I understand the reasons behind it. But making "gorgeous" UI that scrolls then is not possible. I am developing youTube library that use Datagrid. So it seems we will have to sacrifice scrolling to get a shadow

Re: Dictionary

2019-05-23 Thread Sannyasin Brahmanathaswami via use-livecode
After a year or more getting used to GIT, I am willing help. I know somewhere, buried in this list, is a tutorial on helping with the dictionary. Can a lesson be created on the subject? I keep asking a lot of ? and get great advice from the list, and save it. I might as well try a few edits

9.5 DP 1 Unadorned - LayerMode - Container

2019-05-23 Thread Sannyasin Brahmanathaswami via use-livecode
9.5 looks exciting. But we need a "lexicon" (or Kognition) for the dictionary. It is still written in "deep-in-the-engine-jungle-geek-speak" For us lay people, we need a few more words. E.g. layerMode What does "unadorned" mean? One could make an intuitive guess: "having no special

Re: OT Re: repeat with times

2019-05-23 Thread Sannyasin Brahmanathaswami via use-livecode
That's why Sanskrit pundits are working for AI at Microsoft, because Order Language Syntax matter does not BR  David V Glasgow wrote: What if Yoda you are? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: Failure to build on Android.

2019-05-16 Thread Sannyasin Brahmanathaswami via use-livecode
You were right, plus caveat. You cannot test, with the same development key, two different stacks. it was balking at having "rotationTest9.livecode" on the phone at the same time Once I deleted "rotationTest9.livecode", then "myApp.app" was installed without errors. BR On 5/16/19, 11:23 AM,

Re: Resize Stack Sent Everytime a Stack Opens?

2019-05-16 Thread Sannyasin Brahmanathaswami via use-livecode
OK with the help of Brian off list I go something going! But I have a confession to make and a bug to report 1) in middle of the script, in logging, I used a Put "somevalue" into fld "log" Which of course removed anything before that, including a "resize" stack, which had log entries. 2)

Failure to build on Android.

2019-05-16 Thread Sannyasin Brahmanathaswami via use-livecode
Less that 36 hour went by, when I could build on Android. Then today, 9.0.4 and also 9.0.5 (rc1) (# congratulations to team!) I am getting the from the Development→Test Target--> Android [id#] Installation of app failed: adb: fail to install

Re: Resize Stack Sent Everytime a Stack Opens?

2019-05-13 Thread Sannyasin Brahmanathaswami via use-livecode
Jacque: BR: I am not using fullscreenMode, (in just one module) more and more I'm seeing it woefully inadequate from "professional design" point of view. In any case, just for now we want the browser and in YouTube stack on fill the screen. No letter/pillarboxing etc. and the nav bar

Re: Resize Stack Sent Everytime a Stack Opens?

2019-05-13 Thread Sannyasin Brahmanathaswami via use-livecode
Brain Wrote What fullScreenMode are you in when the stack opens? What mode when the rotation happens? === BR I am trying to do dynamic geometry. Trying to deal with iPhone X (height) as well as 9 X 18 Android (my Moto6) --"fullScreenMode" interferes with your own

Re: TSNet hanging

2019-05-11 Thread Sannyasin Brahmanathaswami via use-livecode
I have got a 'associated' error with the browser in Android. If a web page in not available it will provide an ugly error message on android (I get the text tomorrow) and the UI is frozen. I don't know. They could be related... BR On 5/10/19, 11:14 AM, "use-livecode on behalf of J. Landman

Resize Stack Sent Everytime a Stack Opens?

2019-05-10 Thread Sannyasin Brahmanathaswami via use-livecode
I put a "breakpoint" into On resizestack x,y, Breakpoint [snip code] End resize stack At least on Android, this being called every time the stack opens. But it doesn't mention that in the dictionary OTHO If you turn for phone sideways (to "landscape") it is not called. Even though

Re: Apple Provisioning Profile Is Missing

2019-05-09 Thread Sannyasin Brahmanathaswami via use-livecode
Oh boy, I should have looked there first! Panos, there is a new requirement for any who has not done this in the last 5 months: "Third" - Factor Identification. Of course most iOS developers were forced get that, so are familiar with it (I mention this in another thread) What is not

Re: Apple Provisioning Profile Is Missing

2019-05-08 Thread Sannyasin Brahmanathaswami via use-livecode
Jacque says she remembered the folder was named "Payload" (not "PACKAGE") Yes! This works... 1. Get a Standalone -- "myApp.app" 2. Make folder "Payload"; put "myApp.app" into that 3. Zip that folder 4. Rename to "myApp.ipa" 5. Go the Xcode--> Open Developer Tool --> Application Loader.

Re: Apple Provisioning Profile Is Missing

2019-05-07 Thread Sannyasin Brahmanathaswami via use-livecode
Yes, clearly, "iOS Distribution" is the designation givem at the Provisioning Profiles in developer.apple.com. I deleted the other profiles I have on my machine. So I only have this one. BR Are you sure it's a distribution profile? Ralph DiMola BR wrote: 1.

Apple Provisioning Profile Is Missing

2019-05-06 Thread Sannyasin Brahmanathaswami via use-livecode
1. I tried building with a new provisioning profile I created at the Developer.apple.com site 2. In 9.0.4 (RC3) I get a good build 3. Examine the contents of SA; we can see a "embedded.mobileprovision" file there in. Open in BBedit….looks good 4. Put in folder "PACKAGE"; zip that;

Re: [ANN] Release 9.0.4 RC-3

2019-05-03 Thread Sannyasin Brahmanathaswami via use-livecode
I took the release notes at "face value" and they did not include iOS 12.2 But, I tried it. It works! (aside)... I been doing testing an Android and rarely plug in my iPhone, because of the long build time and also due the debacle Apple created using a dongle to Mac Pro...my powered USB hub

Re: [ANN] Release 9.0.4 RC-3

2019-05-01 Thread Sannyasin Brahmanathaswami via use-livecode
Thanks to the team for the acceleratedRendering fix. But we can't build for iOS 12.2. So we are out of luck a) to test in our own iPhones b) to go live to the AppleApp store. Well anyway, if it works on Android, it has always worked on iPhone...I'll assume if it works on my Moto6, that we

Re: Lesson on Accelerated Rendering

2019-04-30 Thread Sannyasin Brahmanathaswami via use-livecode
Hurray! Another bug squashed! https://quality.livecode.com/show_bug.cgi?id=21962  panagiotis merakos wrote: Hello Brahmanathaswami, This issue will be fixed in the next release ( 9.0.4 rc4 ) Kind Regards, Panos ___

Re: Lesson on Accelerated Rendering

2019-04-28 Thread Sannyasin Brahmanathaswami via use-livecode
And here is Mark Waddingham's more technical explanation: BR: After reading the above, in so far as my app is modular, made up of many stacks, all of which have object that move, either with dynamic or scrolling. It is

Re: Lesson on Accelerated Rendering

2019-04-28 Thread Sannyasin Brahmanathaswami via use-livecode
Wow that's great, I need to use the MailArchive to search, . (duh, of course) my own inbox archive doesn't go that far I will see you I can get my head around it before the conference so I'll know what Mark is talking about. I'm getting black, blank screens, on Android(in the wordpuzzle)

Re: Lesson on Accelerated Rendering

2019-04-27 Thread Sannyasin Brahmanathaswami via use-livecode
BR Perhaps the question should be? Why is acceleratedRendering needed? And when is best to turn in off? What does it *do* ? JJS wrote (the lists...): But they probably shed more light on your question. BR: they don't... they talk about different parameter for

Lesson on Accelerated Rendering

2019-04-26 Thread Sannyasin Brahmanathaswami via use-livecode
One would think it easy to find. But search the dictionary and these lists and lessons… nada. I sent this to support: no answer. I think they are getting ready for the conference. Maybe someone here can give it a shot. Re: acceleratedRendering.  -- There are issues which affect DG2.  -- There

Re: LC904rc2 Project Browser error?

2019-04-26 Thread Sannyasin Brahmanathaswami via use-livecode
It may be "many moons" before they fix the PB. I hardly use any more. Get Geoff's Navigator! BR Paul Dupuis wrote: I find that in the project browser under LC904rc2 (Windows 10), I can not relayer groups. Button, fields, etc, all relayer fine by drag and drop within the

Re: "do as 'LiveCode Server'"?

2019-04-23 Thread Sannyasin Brahmanathaswami via use-livecode
Agreed that this would have "serious" positive benefits. I imagine at least one use case where input at the UX/UI level would fork the "narrative" response from your script in different directions. It would be so easy to write! BR Richard Gaskin You can write:

Re: Panel/Form Widget

2019-04-11 Thread Sannyasin Brahmanathaswami via use-livecode
Richard Gaskin wrote: So for the foreseeable future, we have groups, sharable within a stack, and clonable anywhere, even into other stacks. --- BR: Jacques taught this trick, I sure others do it also, but FWIW Though "globals are bad" . I do use one global in the

Re: Container for Multi-Media Narravites; SMIL Revisited

2019-04-10 Thread Sannyasin Brahmanathaswami via use-livecode
;itself" BR  Andre Garzia wrote: Swami, I think this was probably a message that was made for me and not for the list :-) I will get back to you on this soon. om om andre On 09/04/2019 16:47, Sannyasin Brahmanathaswami

Re: Notarizing applications for macOS

2019-04-09 Thread Sannyasin Brahmanathaswami via use-livecode
Apple.com == "Krell is named after the advanced civilization that once inhabited the planet Altair IV in the classic 1956 science fiction movie 'Forbidden Planet.'" LOTF BR On 4/9/19, 5:44 AM, "use-livecode on behalf of Mark Wieder via use-livecode" wrote: ..On Altair IV

Container for Multi-Media Narravites; SMIL Revisited

2019-04-09 Thread Sannyasin Brahmanathaswami via use-livecode
Brainstorm: It a shame that SMIL was abandoned. Well maybe not... but working from ground zero is a challenge. We want Goal: Implementation: Input: Voluteers or staff can "build a narrative" by - write a script that fills the "text" nodes (below) - source (search for) for

Re: Notarizing applications for macOS

2019-04-09 Thread Sannyasin Brahmanathaswami via use-livecode
Stephen Barncard wrote: "not connected to the krell" ?? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

OT: ConcertWare Font

2019-04-08 Thread Sannyasin Brahmanathaswami via use-livecode
Way off topic, but we have some old mac users here, many into music. I am looking for a music notation font called ConcertWare. A music/midi program circa 2000 made by Chad Mitchell, Great Wave Software, later owned by Jump! Software. Then went out of business, I have some old eps document

Re: Confirm Bug in Button - iconGravity and margins

2019-04-08 Thread Sannyasin Brahmanathaswami via use-livecode
Strange, re-booted my Mac and Livecode... Set iconGravity is btn "hello" to top now works.. BR  Paul Hibbert Not seeing this behaviour here on Mac. Paul macOS Mojave 10.14.4 ___ use-livecode mailing list

Blank Screen (black) on Mobile

2019-04-07 Thread Sannyasin Brahmanathaswami via use-livecode
I just released to the stores SivaSiva app, 1.4. (waiting on apple so it will be some days) I optimized performance in so many other ways… It quite fast now. Only thing is, that producing the standalones for mobile in 9.0.2.RC. I get some blank, black screens. I think if found a bug or a

Re: Hit Box for widgets

2019-04-04 Thread Sannyasin Brahmanathaswami via use-livecode
Mark Waddingham wrote set the text of image ... to drawingSvgCompileFile() BR: Ahh... That takes care of the icon ID problem. It stays the same... We're adding support for 'currentColor' in SVG fill/stroke attributes in the next non-maintenance version - this will allow you

Confirm Bug in Button - iconGravity and margins

2019-04-03 Thread Sannyasin Brahmanathaswami via use-livecode
Can anyone confirm? 9.0.4 RC2 set the iconGravity of Button "openGlobalNav" to bottom set the iconGravity of Button "openGlobalNav" to top. # sets it to the BOTTOM Set the margin to "10" and it actually to -10 -- icon falls 10 pixels below the rect of the

Re: [ANN] Release 9.0.4 RC-1

2019-04-02 Thread Sannyasin Brahmanathaswami via use-livecode
Clarence, are you on Windows. For me 9.0.4 RC - 1 is a dream come true. All day long with the IDE and Navigator and creating objects, copy for one stack another, edit group, changing SVG widget to SVG buttons. Cutting out scripts to apply to new groupsyou name it, fast as I can... Wow,

Re: Hit Box for widgets

2019-04-02 Thread Sannyasin Brahmanathaswami via use-livecode
Yes, that works, but "It's genius" I'm not sure. Not being able change color, which is available in LC SVG widgets is a pain. If your theme is "black" and you want "white" SVG, you don’t have control over the color in LC. You can set color in the svg text source. There are two ways, the

Re: Hit Box for widgets

2019-04-02 Thread Sannyasin Brahmanathaswami via use-livecode
ton itself can be as large as you want. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On April 1, 2019 5:37:53 PM Sannyasin Brahmanathaswami via use-livecode wrote: > On a back arrow widget (SVGFontAwesome), meant to act as a button…

Hit Box for widgets

2019-04-01 Thread Sannyasin Brahmanathaswami via use-livecode
On a back arrow widget (SVGFontAwesome), meant to act as a button… I thought the "toachable" hit box included the context/rect that the widget as placed in. Or so I thought in a previous version of < 9.0.4 rc2 But now in 9.0.4 RC2, I kept wondering why it did not work. But I got a stylus and

Compare Two Stacks

2019-03-30 Thread Sannyasin Brahmanathaswami via use-livecode
I would like the compare the scripts of two stacks, that are on two branches of in GIT, both its binary and external text only scripts. The challenge is: there are scripts in the binary stack, often "little" preopenstack/card script, initialization calls that trigger external text only

Re: Apple Wants Application Specific Password

2019-03-20 Thread Sannyasin Brahmanathaswami via use-livecode
of how it worked. BR Oh Steve, why did you leave us so soon? ;-) Bob S >On Mar 19, 2019, at 21:33 , Sannyasin Brahmanathaswami via use-livecode wrote: >There is nothing in all the documentation that explains this! Apple has broken its own HIG with "myste

Re: Apple Wants Application Specific Password

2019-03-19 Thread Sannyasin Brahmanathaswami via use-livecode
Wow! It too easy. 1) You do not have log out of the personal ID with iCloud on your Mac., 2) Xcode: you must sign in using the develop account Apple ID and it's password (not app specific password) 3) Open Application Loader from "Open Developer Tools" 4) Here is where Apple support has a gap

Re: Apple Wants Application Specific Password

2019-03-19 Thread Sannyasin Brahmanathaswami via use-livecode
I meant to say: Matthias: Does that mean you need to log out from iCloud on your PC (which has one personal Apple ID) and then you log in with you team account Apple ID and the password of the app...? ___ use-livecode mailing list

Re: Apple Wants Application Specific Password

2019-03-19 Thread Sannyasin Brahmanathaswami via use-livecode
Matthias: Does that mean you need to log out from iCloud on your PC (which has one personal Apple ID) and then you log in with you team account Apple ID and the password of the all...? We did exactly that, with Apple tech support watching my screen. It did not work. @Jacque: wow, if I were

OT: Apple Wants Application Specific Password

2019-03-19 Thread Sannyasin Brahmanathaswami via use-livecode
Bottom line here: Does anyone know about Apple's new requirement for App-Specific Password in the application loader? Long story: If you are an Apple developer, then you gone through some more hoops lately. First it was getting 2-factor authentication on our enterprise/team developer

Motion Graphics / Single Tread / Blocking

2019-03-06 Thread Sannyasin Brahmanathaswami via use-livecode
This is a discussion on issues of what motion graphics are we capable of doing with the LC engine, as it is today. This is a current trend in a "revolution" going on in the UX/UI world of designers. It goes to expected behavior by users and those who design "for 2020" apps. Everything: "flows

Fields in Android Do Not Show Last Line

2019-03-04 Thread Sannyasin Brahmanathaswami via use-livecode
I have a field which shows quotes in an app. 400 pixels wide 320 pixels tall Font is Helvetica Neue (which shows nicely on iOS and Android) Font size is 24 Fixed line height = true Text Height = 32 Margins: 48,0,37.0 On desktop: scroll down.. that last line of the field shows

Re: Release 9.0.3 RC-1 iOS Rejection (app uses the HealthKit or CareKit APIs but does not indicate integration with the Health app)

2019-03-03 Thread Sannyasin Brahmanathaswami via use-livecode
Bug report # - is what? Brahmanathaswami On 2/28/19, 10:26 AM, "use-livecode on behalf of panagiotis merakos via use-livecode" wrote: Hello Ralph, Yes, this is caused by the HealthKit-related plist entries. See this bug report, and the linked forum discussion for a

Re: Go in Window on Mobile / Not Obeying Purge?

2019-03-03 Thread Sannyasin Brahmanathaswami via use-livecode
Wow, that's cool we could put a button in the game that passed. "Keep Puzzle" (# for as long as the app is open) on MouseUp updateSessionTimer "reset" end mouseup though I wonder if the app would crash after a while, if the user forgot about it? Worth a try, because there a very

Re: Go in Window on Mobile / Not Obeying Purge?

2019-03-02 Thread Sannyasin Brahmanathaswami via use-livecode
Good morning Richard "But just to clarify, the stack in question is a separate stack file, and not a substack of the one you're going to, yes?" @ Peter & Ralph "inspectors still open for closed stack" -- that would be only desktop. But this is on mobile. In a standalone.

Go in Window on Mobile / Not Obeying Purge?

2019-03-01 Thread Sannyasin Brahmanathaswami via use-livecode
Good news! Go [new-stack] in window of stack [old-stack] Is working on mobile! I was revamping the navigation of SivaSiva, and thought I would try it. (did not work on a few version ago). Now works great. Even moving from portrait to landscope, as a long you have to

Re: SVG icons in buttons

2019-02-27 Thread Sannyasin Brahmanathaswami via use-livecode
Ha! Monte answer, (email is running behind the thread!) "Import the SVG using the drawing library `drawingSVGCompile()` and set the text of an image to the returned value. Then use the image ID as an icon in the normal way." Oh boy! Brahmanathaswami I am a little late to the SVG

Re: SVG icons in buttons

2019-02-27 Thread Sannyasin Brahmanathaswami via use-livecode
I am a little late to the SVG Partywhat do you mean: "Admittedly you do need to compile your SVG to the drawing format so you can use them in images," ?? To state the obvious: Currently, I have to "expose" a new SVG widget every time it make it a button. In theory, if SVG can be

Re: Livecode with Window 7

2019-02-22 Thread Sannyasin Brahmanathaswami via use-livecode
Richard, good advice! Brahmanathaswami On 2/20/19, 9:20 AM, "use-livecode on behalf of Richard Gaskin via use-livecode" wrote: Best to proceed as though the machine is compromised. It may not be, but eight years without updates is dangerously long so better to err on the

Re: LC902 and LC901 Hang with Answer (was Crash)

2019-02-21 Thread Sannyasin Brahmanathaswami via use-livecode
I concur with HH. Mojave 10.14.3 is a most unstable "beast". I get different programs suddenly "winking out" some without a crash report, some that quit all of a sudden. How a small team is supposedly to keep with the Apple's vagaries is a good question. Brahmanathaswami  hh wrote:

Livecode with Window 7

2019-02-19 Thread Sannyasin Brahmanathaswami via use-livecode
One of our volunteers uses Window 7, (2009 his last update). He says it the best windows version there ever was. I tried to make a standalone for Windows that would work for him. But the ask and answer dialog do not appear on screen, I tried them "as sheet" but they still are missing. Clicking

centerRect - "stretching" an image

2019-02-13 Thread Sannyasin Brahmanathaswami via use-livecode
See my other message to the list of UI Handlers… For my library, I was looking for clues to "centering " and came across centerRect set the centerRect[angle] of image to rectangle set the centerRect of image "buttonImage" to 20,20,45,200 Dictionary is obscure, 1. What does "stretching"

Collaborate on UI Handlers

2019-02-13 Thread Sannyasin Brahmanathaswami via use-livecode
I was looking for a name for a library that would be like "model" in the way that Andre describes it in his book. But it has nothing to data or disk acces, but it has to do with a "view" ; but it is meant to be "encapsulated/independent" of the view. In this case the "view" is a card, in a

Re: Weird LiveCode Plugins Prefs writing problems

2019-02-10 Thread Sannyasin Brahmanathaswami via use-livecode
Little story: Yesterday, early the morning, I was on 10.4.2. "Sadly" I thought Navigator would not save preferences. Went back to work, thinking the IDE has lost some globals, or messages, it crashes for me all the time now, at least once a day. No point sending in reports, Panos says "cannot

Re: Mac Desktop App - No Longer Save to the Engine/Resourses Folder?

2019-02-10 Thread Sannyasin Brahmanathaswami via use-livecode
Right, well it's more than just prefs, "years ago" I actually used the architecture of keep a "document" stack inside the standalone. It transparently saved the users work... In house, on the LAN, I waffled back and forth between keeping the "document" stack on a server and calling it with a

Load Images Into Memory

2019-02-07 Thread Sannyasin Brahmanathaswami via use-livecode
On mobile, you need one stack always open. Which is typically is the standalone, including init all libs, models, livecodescript stacks etc. I call it the BootStack You hide it right away. Additionally on Cards 2,3,4,5 etc. of the boot stack, I’ll keep images which we use anywhere in the

Mac Desktop App - No Longer Save to the Engine/Resourses Folder?

2019-02-06 Thread Sannyasin Brahmanathaswami via use-livecode
I have to update some in house production app for Mac. To 64 bit... Used to Be: I could create a standalone, like a little "splash" engine and copy a separate stack to the engine location for it boot and save that stack. Now the stack is store in the app package to

Re: Widget TurnImage89_v100

2019-02-06 Thread Sannyasin Brahmanathaswami via use-livecode
Fantastic Herman! Thanks for the contributions. Now, if I could only figure out how to use a series of images instead of just two? I am digging through the scripts to see what I can find. But it is good to know that LCB can do "smooth" transitions/animation (well, the video was a bit jerky

Re: Setting behaviors in 9.0.2

2019-02-03 Thread Sannyasin Brahmanathaswami via use-livecode
This happens to me "regularly" but I have no recipe. Once a every few days or so. You mentioned it to me months ago, something about IDE "losing messages" Sometimes, "something" (some action in the IDE) cause the IDE to lose "parts" of the message hierarchy. Other things work. It can be

Re: Swipe over native scroller

2019-01-31 Thread Sannyasin Brahmanathaswami via use-livecode
Did you try Terry script? Elanor did something similar this in the Listen module, it not very refined. Terry put time in it with subtle time parameters. I have yet to try it. It here on the list Terry, do we have a place for a repository for code snippits? Maybe you can put in on the forum.

Re: browserDocumentLoadComplete fired twice Mobile

2019-01-30 Thread Sannyasin Brahmanathaswami via use-livecode
Opps fix my post I learned something today, wow, the target not only records mouse clicks, but record what the message it going to ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: browserDocumentLoadComplete fired twice Mobile

2019-01-30 Thread Sannyasin Brahmanathaswami via use-livecode
oadCompleteFlag = 2 then put 0 into sHackDownloadCompleteFlag end if end browserDocumentLoadComplete Brahmanathaswami On 1/30/19, 4:02 AM, "use-livecode on behalf of Sannyasin Brahmanathaswami via use-livecode" wrote: I learned something today, wow, the target only

Re: browserDocumentLoadComplete fired twice Mobile

2019-01-30 Thread Sannyasin Brahmanathaswami via use-livecode
I learned something today, wow, the target only records mouse click budget record what the message it going to This was useful. It is still being call twice on mobile. NetWork tracer output. I have to set a flag or same ON desktop info1/30/19 3:50:49 AM from loader: true

browserDocumentLoadComplete fired twice Mobile

2019-01-29 Thread Sannyasin Brahmanathaswami via use-livecode
browserDocumentLoadComplete is not in the dictionary. It's in described in API doc for the browser widget. Maybe that is intentional At any rate, for some reason if you have two browses widgets on the same card, but you have this in the script of only 1 browser widget widget "loader" widget

Performance Issue Related to Gradients/Graphic Effects

2019-01-21 Thread Sannyasin Brahmanathaswami via use-livecode
There is a common UI element seen everywhere these days: https://quality.livecode.com/show_bug.cgi?id=21801 A small photo or image, say 150px W x 85px H, the lower part of the photo, at about 65px down, begins a gradient going to close to black near to bottom on the image. On top of that

OT: Linus on C vs C++

2019-01-18 Thread Sannyasin Brahmanathaswami via use-livecode
https://www.quora.com/Linus-Torvalds-thinks-Java-and-C-are-horrible-programming-languages-So-which-language-does-he-recommend-for-programming ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: HTMLTEXT of a Browser Widget in Properties Inspector?

2019-01-17 Thread Sannyasin Brahmanathaswami via use-livecode
Wow! That’s look like a minefield! I vote to this: should we make a enhancement request? ** It would be a great feature if it were possible to delete the cache. ** I *finally* go the old htmltext/cache to go went away. But it too several reboots and I tested on my Android etc. until it

Re: Navigator 7.1rc1 is available

2019-01-15 Thread Sannyasin Brahmanathaswami via use-livecode
Kudo from making group layering consistent/doable! ? = CUSTOM LIST STRINGS EDITOR This update adds an editor for custom list strings. == "Custom list strings" what is it? A "custom property which is a string" ? If so, that huge, the IDE, Project Inspector give us a custom property

Re: Crunchy chestnuts again, again, again

2019-01-15 Thread Sannyasin Brahmanathaswami via use-livecode
How do you vote on the forum? Brahmanathaswami  Richmond Indeed: Please signal your opinion: http://forums.livecode.com/viewtopic.php?f=6=31971 Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Getting Browser Widget to Read Local Assets

2019-01-15 Thread Sannyasin Brahmanathaswami via use-livecode
HH wrote: You could also do step 1 to 4 once and put compress(fld "HTML") into a , then set later on in btn "LoadURL" the htmltext to decompress(). BR: Thanks for your attentive in response to my query. I am keeping you posts in a folder entitled "Browser Widget Manual" I tried

Getting Browser Widget to Read Local Assets

2019-01-11 Thread Sannyasin Brahmanathaswami via use-livecode
I finally got around to implementing this. Works great! In terms of being a loader for on browserDocumentLoadComplete pURL if pURl is not empty then send "hideloader" to me in 1 second end if [snip] One caveat: Old path problem. I can't get the browser to read a local image in this

Re: Error in loading "ws.goulding.script-library.mergjson"

2019-01-07 Thread Sannyasin Brahmanathaswami via use-livecode
o check with an olders verions of livecode later today. Brahmanathaswami  Monte Goulding wrote: I’d start by making sure the json you are decoding is what you think it is by logging it or putting it into a text field. >On 7 Jan 2019, at 1:28 pm, Sannyasin Brahmanathaswami via us

Re: Error in loading "ws.goulding.script-library.mergjson"

2019-01-06 Thread Sannyasin Brahmanathaswami via use-livecode
pm, Sannyasin Brahmanathaswami via use-livecode > wrote: > > I did my first attempt to build a standalone of Mobile for Android in 9.0.2 > > I got this unusual never-saw-it-before message: > > Remote: stack "ws.goulding.script-library.mergjson": execution error at line &g

Error in loading "ws.goulding.script-library.mergjson"

2019-01-06 Thread Sannyasin Brahmanathaswami via use-livecode
I did my first attempt to build a standalone of Mobile for Android in 9.0.2 I got this unusual never-saw-it-before message: Remote: stack "ws.goulding.script-library.mergjson": execution error at line n/a (External handler execution error: could not decode JSON: unexpected token near end of

App Architecture - Nonmenclature

2019-01-05 Thread Sannyasin Brahmanathaswami via use-livecode
More strategy thoughts about app architure. I am using Andre book, (which he says is a guideline and your app may differ) but, wow, it has helped a lot to make "models" encapsulated. Since they know nothing about the UI, it is easy to debug, because you just expected a list file from

<    1   2   3   4   5   6   7   8   9   10   >