Re: SSL with HTTPD Library?

2018-11-07 Thread Sannyasin Brahmanathaswami via use-livecode
On 11/1/18 5:02 PM, Stephen MacLean via use-livecode wrote: > LC server, can do it, but also suffers, from what I’ve read in my research, a > speed penalty from CGI implementation vs direct sockets, etc. Well that "speed penality" is theoretical. Our web site https://www.himalayanacademy.com

Re: [ANN] Release 9.0.2 RC-1

2018-11-10 Thread Sannyasin Brahmanathaswami via use-livecode
@ henry Most Apple developers know this but I stumbled on the procedure so many times I thought I would help Panos, FWIW, https://developer.apple.com/download/more/ filter the list to iOS (side panel) 1) get Xcode 10.0 2) also Command_Line_Tools_macOS_10.14_for_Xcode_10.dmg It seems when

Trouble with Android Keystore alias/password

2018-11-08 Thread Sannyasin Brahmanathaswami via use-livecode
It been a long time since I built a standalone for Google Play. In the SA settings panel I choose Sign with My Key -- browser for the ###.keystore file -- it loads fine save the stack and build to standalone Please provide alias for the keystore -- ## enter it -- I

Re: [ANN] Release 9.0.2 RC-1

2018-11-14 Thread Sannyasin Brahmanathaswami via use-livecode
Ha! SA Builder had a 6.1.target, if you click the popup menu it starts at 8.0 + as the only option. Perhaps we need SA Builder not have a "sticky" old build target that is below range. I uploaded again with Application Loader; all went well. Do you see the latest build in iTune submissions form

Re: Trouble with Android Keystore alias/password

2018-11-09 Thread Sannyasin Brahmanathaswami via use-livecode
On 11/8/18 5:48 PM, J. Landman Gay via use-livecode wrote: > Did you try to paste the password? It doesn't work, you have to type it > very slowly...one...letter...at...a...time. Pretend you never learned to > touch type. > > Who knows what it's doing in between keystrokes. Ahh, ok Perhaps it

Re: [ANN] Release 9.0.2 RC-1

2018-11-09 Thread Sannyasin Brahmanathaswami via use-livecode
Fantastic job! I looked at the 80 bug fixes, amazing I am already on Mohaje (10.14) and the latest Xcode in the App store is 10.1 Just to fun (from the release note, it would should not work) tried stalling Xcode under Preferences/Mobile and, right, it did not work. Got the old invalid SDK

Re: [ANN] Release 9.0.2 RC-1

2018-11-13 Thread Sannyasin Brahmanathaswami via use-livecode
em. > > Sean Cole > Pi Digital > >> On 10 Nov 2018, at 14:59, Sannyasin Brahmanathaswami via use-livecode >> wrote: >> >> https://developer.apple.com/download/more/ >> >> filter the list to iOS (side panel) >> >> 1) get Xcode 10.0 >>

Re: [ANN] Release 9.0.2 RC-1

2018-11-13 Thread Sannyasin Brahmanathaswami via use-livecode
Hit send button too soon > Bad news. (Does not change my little "guide") > > Build the app, used Jacqulines "Air Launch" get SivaSiva.ipa > > I already had new release, 1.3 on iTuneConnect. > > Booted Application Loader > Run the SivaSiva.ipa > > It passed all analyses; I got a message from

Exiting a repeat loop

2018-10-04 Thread Sannyasin Brahmanathaswami via use-livecode
I have little game where the user runs a repeat loop. And I want to let the user stop at any time. So what I do set a local flag. Here is the simple logic -- local sStopFlag *on mouseup* *repeat* sCycles times *if* sStopFlag=1*then* *exit* *repeat* **

Navigator 6.5 alpha 2 is out

2018-10-04 Thread Sannyasin Brahmanathaswami via use-livecode
Just checking on installation: When you unzip, we get one folder. It has be to placed manually, like this ? /My Livecode /Plugin /Navigator_Behavior /Navigator Commands #inside Navigator_Behaviors rev_b_Actions.livecodescript

Modern Mobile Progress Bar

2018-10-04 Thread Sannyasin Brahmanathaswami via use-livecode
Is there any way to get color to show on a native scrollbar (used as a progress bar for a download) on mobile? It show up with background fill black with barely visible thumbnail blue going across, changing the color in IDE has no effect on mobile. I think there is a mobile control, but as far I

Most Efficient Way To "Blink"

2018-10-06 Thread Sannyasin Brahmanathaswami via use-livecode
I just crashed 9.0.1. stable with the first recursion error I had in a long time. I was playing with to "blinking" animation. using send "blinkStart true" to me in 500 milliseconds crashed the IDE. Now I have this, but color doesn't change. Anyone have a efficient recipe to "blink" any

Re: Most Efficient Way To "Blink"

2018-10-06 Thread Sannyasin Brahmanathaswami via use-livecode
On 10/6/18 10:47 AM, Mark Wieder via use-livecode wrote: > After much editing (can you possibly post text instead of lots of > asterisks?) I tried this and it works here, although if you really want > to see the blink you need another wait statement after the second > background color change.

Re: Callbacks in HTML5

2018-10-06 Thread Sannyasin Brahmanathaswami via use-livecode
Andre and I spend a long time tinkering with this last year. In the end I asked for a quote. It was ~$9,000.00 (or something like that) for the basic implementation. If you wanted the IDE to report errors/debug another $7K $16,000.00 I don't have a budget for just this feature If you

OT: Seven Ineffective Coding Habits of Many Programmers

2018-10-09 Thread Sannyasin Brahmanathaswami via use-livecode
Watching Levure videos, contemplating more collaborative coding, I found this. ITT 2016 - Kevlin Henney - Seven Ineffective Coding Habits of Many Programmers https://www.youtube.com/watch?v=ZsHMHukIlJY 45 minutes long. If you need a break, it is both instructive and humorous I often

Re: fullscreenmode and rect of a substack on mobile device ?

2018-08-30 Thread Sannyasin Brahmanathaswami via use-livecode
Ha! One has to thank our community for "never giving up!" That spirit alone is worth it weight in gold -- the Indy License! @ Brain "Gee, why didn't I think of that!" Not calling as substack; I use this as navigation between mainstack (the splash screen and that has the stack files is

Re: Datagrid substack question

2018-08-31 Thread Sannyasin Brahmanathaswami via use-livecode
Aha! that why a data grid on a cloned stack won't work! On 8/28/18 6:14 AM, Knapp Martin via use-livecode wrote: > Thanks zryip - I’ll give that a try! > > Marty > >> On Aug 28, 2018, at 12:31 AM, zryip theSlug via use-livecode >> wrote: >> >> Marty, >> >> You have to change the row template

Re: Creating Array - Auto Numeric

2018-09-19 Thread Sannyasin Brahmanathaswami via use-livecode
It my case it was "ignorance about arrays" that may my head hurt. It would nice if the dictionary's "associations" include every keyword related. For example, search on array" One find zero reference to extents But I found them the user guide 1) Chapter on Arrays 2) Section on Processing Text

Re: App Dead on iOS 12

2018-09-19 Thread Sannyasin Brahmanathaswami via use-livecode
On 9/17/18 1:11 PM, Terry Judd via use-livecode wrote: > OK - just to follow up on that, I rebuilt one of the apps using LC 9.0.1 - > I'm still on OSX 10.10.5 so I'm using an older version of XCode - anyway, the > app installs and launches on the iPad OK but the app icon is missing. Any > ideas

Livecode on Mohave

2018-09-23 Thread Sannyasin Brahmanathaswami via use-livecode
Typically I try to avoid Apple latest (beta) upgrade while the early adopters shake out bugs, usually a series of patches for three months. But I'm curious, in LiveCode ready for Mohave (released tomorrow) BR ___ use-livecode mailing list

Re: (browser) focus hocus pocus broke us

2018-09-24 Thread Sannyasin Brahmanathaswami via use-livecode
On 9/24/18 5:45 AM, Mike Kerner via use-livecode wrote: > Thanks Monte. Fix it anyway. > Thanks for the idea, Tom, no joy. Related use case: some web pages download a "ton" of javascript at start up. I can't find a way to set a "spinner/I-am-downloading" on the screen, until we get some content

Re: Interrupting "Wait"

2018-12-31 Thread Sannyasin Brahmanathaswami via use-livecode
ow sMainImage with visual effect "dissolve" end loadNewImage command stopShow loadNewImage sHomeImageFile put "false" into sNarrativePlayFlag end stopShow Brahmanathaswami  Tore wrote: Depending on the action the user might take, have you tried: wait until the mouse i

Re: Lock and Unlock Screen (was Refactoring. etc...)

2018-12-31 Thread Sannyasin Brahmanathaswami via use-livecode
Aloha Malte: I agree with this. I can't imagine any use case where the last attempt the message path/hierarchy, to unlock screen, would where you actually *want* to have the screen locked. This has been a "nuisance" for years. As you say, it is a property, on/off, and should not be dependent

Interrupting "Wait"

2018-12-31 Thread Sannyasin Brahmanathaswami via use-livecode
If you issue a Wait for 3 seconds with messages And, after 1 second, the users want to continue. Is that a way to interrupt "wait" ? Ah… yes, I know…setting a flag and issuing a send in time command will do it. But "wait" in so easy. BR ___

Re: Lock and Unlock Screen (was Refactoring. etc...)

2018-12-31 Thread Sannyasin Brahmanathaswami via use-livecode
Aloha Malte: I agree with this. I can't imagine any use case where the last attempt the message path/hierarchy, to unlock screen, would where you actually *want* to have the screen locked. This has been a "nuisance" for years. As you say, it is a property, on/off, and should not be

Re: Musings on Architect, MVC, Nested Behaviors

2018-12-27 Thread Sannyasin Brahmanathaswami via use-livecode
Well, this stimulated a quite a discussion. @Trevor: Thank you about tips on staying organized. An very good points on how useful it could be the have nested behaviors though you have not used it yet this was an important observation :" If you use a library script you have to pass a model

Re: Interrupting "Wait"

2019-01-01 Thread Sannyasin Brahmanathaswami via use-livecode
This works! By adding if sStopRequested then exit repeat also at the beginning of the repeat, the wait does go to second screen what we stop the show... Now. The next trick, get a quote to show in between the photos. command startNarrative # store brand image put the long id of img

Re: Navigator 7.0.1rc1 is available -- Multi-target windows!

2019-01-04 Thread Sannyasin Brahmanathaswami via use-livecode
"so I get the current way it works. " Ditto that. I was afraid to ask indenting. Then suddenly it appeared! BR Bob Sneidar wrote: I say NAY! I like the way it indents now. I'm surprised the interface doesn't list every card, each indented, with all it's own controls indented further,

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

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

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

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: 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

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

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: Datagrid Refresh

2018-12-11 Thread Sannyasin Brahmanathaswami via use-livecode
Tom... did you mean "set its dgprop"? I think I figured it out.. First I needed to follow procedure: --In project inspector for the datagrip --Pick Row Template --Make sure not to have "SelectGroupedControls" on --Set the Row Template group -- Choose Edit. Now the interesting part.. the

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

2018-12-10 Thread Sannyasin Brahmanathaswami via use-livecode
Aloha Jerry, http://lessons.livecode.com/m/2571/l/23275-how-do-i-become-an-ios-developer unfortunately its too lean Get ready for the nightmare to come. You will need: 1) We assume that you have a developer license. $103.95 cents year. https://developer.apple.com/ # get an account

Re: Dynamically Set the height of DataGrid

2018-12-10 Thread Sannyasin Brahmanathaswami via use-livecode
Well I got as far as On mouseup # get data need for the datagrid then ... put sMap[portalData][tTarget][rowdata] into tRowdataA reSizeDataGrid (item 2 of extents(tRowdataA) ) set dgData of grp "navMap" to tRowdataA End mouseups command reSizeDataGrid pNumOfRows #dgText array is set the

Re: How to give swiping precedence over scrolling on mobile?

2018-12-20 Thread Sannyasin Brahmanathaswami via use-livecode
Terry, I'm interested in this also. Get the SivaSiva app ( no space... from iOS and Google Play) In the Listen Module, with Elanor's help, I tried to set up a "Spotify" UX with categories of audio scroll and up and down, and within on categories, left to right. I also get, what is a probably

Re: Understanding Image Sizes, Before And After Display

2018-12-23 Thread Sannyasin Brahmanathaswami via use-livecode
From the dictionary and confirmed here: *Important:* The crop command cannot be used on a referenced image. Doing so will cause an execution error. - Also, today, I can't copy a referenced image? Again missing something simple... command createEmbedAndCrop Create

Musings on Architect, MVC, Nested Behaviors

2018-12-26 Thread Sannyasin Brahmanathaswami via use-livecode
Always interest in improving (often terrifying beginning) my architecture, having read Andre's book on MVC. It comes to mind that we could use a standard structure, like 1) Card or Group 2) Assigned in a unique view e.g. "behavior_viewHomeStory" * handles the controls on the card and

Re: Understanding Image Sizes, Before And Display

2018-12-22 Thread Sannyasin Brahmanathaswami via use-livecode
That only works if no cropping of the original occur. I just discovered today that 1) crop does not work on a referenced image. 2) But hold the cmd key down will crop the image (we know that) AND/BUT  3) Cropping in the image in the IDE using the cmd key "wipes" the file reference. It is an

Re: Musings on Architect, MVC, Nested Behaviors

2018-12-26 Thread Sannyasin Brahmanathaswami via use-livecode
Happy Holidays Trevor Thank you for the thorough response. The Levure architecture, and what we came up with SivaSiva app is very close. It would not really be to difficult to port it one day to Levure. With that in mind, though you say "Levure doesn't have a strong opinion one way or the

Vote for : Screen Edges Deferred is iOS

2018-12-11 Thread Sannyasin Brahmanathaswami via use-livecode
See this hibernated iOS enhancement request. https://quality.livecode.com/show_bug.cgi?id=21737 I have an "immersive" module in my app, I need to have following implemented. Maybe you would like to vote for it too? All my iOS user complains "Oh, gee, in the puzzle, can how can I keep the

Re: Understanding Image Sizes, Before And After Display

2018-12-23 Thread Sannyasin Brahmanathaswami via use-livecode
Ha! Klaus... Yes! You did it again...Merry Christmas! And thanks for the gift... This works, for example, (real use case) # I want to get to the original size for a button icon named img "gems" # are re-crop it...(actual a whole layout of buttons the same size) on Mouseup # find the

9.0.2 Stable Gradient Tool Frequently Fails

2018-12-24 Thread Sannyasin Brahmanathaswami via use-livecode
In 9.0.2 the gradients tools fail to open. I create graphic set gradient, double click on the dialog doesn't appear Is there a work around for this? Can you open to model Dialog for working to gradients "by hand" from the msg box? Frankly working with gradients is a "pain" because I often need

Understanding Image Sizes, Before And Display

2018-12-22 Thread Sannyasin Brahmanathaswami via use-livecode
Well after all these years, I want to know the original width and height of reference image by it "content" and not as it "image data" which will change if the image was resize. So let say it reference brand new image answer file "Select the image you wish to view:" with type "JPEG

Re: Understanding Image Sizes, Before And Display

2018-12-22 Thread Sannyasin Brahmanathaswami via use-livecode
I found way; it seems convoluted to me. I create an image, store in width/height to a field on mouseup. # on palette/ utilities stack/ for some reason selectedImage() won't work try put the long id of the selectedObject into sImage end try if

Datagrid: pControlRect, pWorkingRect, theFieldRect

2018-12-25 Thread Sannyasin Brahmanathaswami via use-livecode
I have been through the lesson on datagrids. I have search for "pControlRect" and "pWorkingRect" and theFieldRect and get a few hits, but clicking on "5 results found" takes to you to an index with no further information. Perhaps someone can succinctly question these ?'s 1) What is the

Re: LiveCode equivalent to 'cron' for automated background functions?

2018-11-30 Thread Sannyasin Brahmanathaswami via use-livecode
Been using LC scripts on the server for "like 20 years." But run on the cron of the server itself. Brahmanathaswami On 11/30/18, 2:37 AM, "use-livecode on behalf of Keith Clarke via use-livecode" wrote: Thanks Andre - good call. Following others’ reminders of the

Insert a "Waiting/Busy" Icon Into Browser Widget

2018-11-30 Thread Sannyasin Brahmanathaswami via use-livecode
I watch with interest all of HH amazing thing he does the browser widget. Haven't had time to keep up. But I have a common use case that I can't figure out that possibly relates a) On mobile, let's say you have connectivity… It may not be fast at the moment, but it is it good enough for you to

Re: Position the Label/Name of a Button

2018-12-05 Thread Sannyasin Brahmanathaswami via use-livecode
Paul wrote: "you can fudge it by putting returns before the text label to move it down" Paul wins! Sheesh, why didn't I think of that. Change backgroundcolor of the button, iconGravity to top, adjust bottom margin accordingly, text-align center You get

Can We Position the Label/Name of a Button

2018-12-04 Thread Sannyasin Brahmanathaswami via use-livecode
See: http://wiki.hindu.org/screenshots/button-label-center.png Syntax set the iconGravity of button to position Summary Specifies wether the icon of a button is placed independently of the label. [#type in the entry: wether} True, setting iconGravity does place the loc of the

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

2018-12-10 Thread Sannyasin Brahmanathaswami via use-livecode
I use Jacque's "AirLaunch" So simple... create the HTML files necessary for others to download. Works fine under Mojave. BR On 12/10/18, 12:19 AM, "use-livecode on behalf of Terry Judd via use-livecode" wrote: . I have other ways of installing apps onto devices and extracting files

Disable Notification Center

2018-11-23 Thread Sannyasin Brahmanathaswami via use-livecode
I looked through all the mobile commands. I do not see way to turn on you top pull down of the notification center on iOS. I have a landscape game in Siva Siva app. iOS user complain that if they touch top of the screen this get to notification center pull down / "sheet" Is there a way to turn

Re: Creating Array - Auto Numeric

2018-11-21 Thread Sannyasin Brahmanathaswami via use-livecode
On 9/18/18 7:15 AM, Tore Nilsen via use-livecode wrote: You can not put the incrementing numeric key inside an associative array the way you want. The key of any array must be unique, and you can not have several instances of a key in an array. Think of the keys of the array it as the primary

Accelerated Rendering -- When to use it, When not to use it

2018-11-21 Thread Sannyasin Brahmanathaswami via use-livecode
I am trying to get my head around acceleratedRendering. Especially in a case where we are re-drawing the screen run time--use case: in games where objects move around. Either under user control or pre-scripted moves. The dictionary is too lean on this entry. It should tell us "How the

Quit an Android

2018-11-25 Thread Sannyasin Brahmanathaswami via use-livecode
Yay! The SivaSiva app works well on Android. 1 ½ years in the making! I have two requests that there be way to quit the app. But I recall you telling me that "User knows how to quit." And that "quit" was not an important function in the app itself. I may not have got that right… or maybe

Re: updating to 64bit for Macs: standalones vs stacks opened by a standalone

2018-11-17 Thread Sannyasin Brahmanathaswami via use-livecode
The engine it the only thing that needs to be 64Bit. The stacks you are downloading as just "documents" that are interpreted by LC-your menu/engine stack. BR On 11/14/18 10:02 AM, Curt Ford via use-livecode wrote: > I'm assuming the standalone > menu app will need to be repackaged with LC 9;

Re: Bug in how LC handles sentences

2018-11-17 Thread Sannyasin Brahmanathaswami via use-livecode
On 11/16/18 2:38 PM, Tom Glod via use-livecode wrote: > I just did a test > > "Sentence 1. Sentence 2. Sentence 3. 4 sentences are here." > > Recognizes only 3 sentences. Ha! I would *never* get my editors to let a sentence starting with a number, to go through. It will always come back to

OT: iOS Policies

2018-11-18 Thread Sannyasin Brahmanathaswami via use-livecode
Well, by setting the target to iOS 8. The apps went through. …but then FWIW It was rejected: I got a message saying that "you have unfilter access to YouTube, you must set the app for (age) 12+) I had it sent for age 4+ Send for review; wait a day.. Rejected Again! Guideline 2.3.10 -

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

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

Find In the IDE

2018-12-28 Thread Sannyasin Brahmanathaswami via use-livecode
I tried, in the IDE, to use the dialog Find and Replace Find: "toggleImgSize" In: All stack files in a folder Folder: _Siva-Siva-app Script (checked) # I know for sure it is at least in one *.livecodescript file… # Hopefully to see where else it is

Re: Musings on Architect, MVC, Nested Behaviors

2018-12-28 Thread Sannyasin Brahmanathaswami via use-livecode
Ha! Fixed... I have using Navigator for so long I have hardly touched the PB. And on the big monitor the tools tip are small, be yes, they are there! BR On 12/28/18, 1:29 AM, "use-livecode on behalf of Niggemann, Bernd via use-livecode" wrote: "too obscure"... in Project Browser

Re: Musings on Architect, MVC, Nested Behaviors

2018-12-28 Thread Sannyasin Brahmanathaswami via use-livecode
I don't mind hijacked my thread. It just that I see it as important innovation. To make sure such a good idea that it was "hidden" BR  Richard wrote: YAML is a notation for expressing name-value pairs in a format optimized for human writing, something we LC fans like in a language. It

Re: Musings on Architect, MVC, Nested Behaviors

2018-12-28 Thread Sannyasin Brahmanathaswami via use-livecode
Trevor wrote: set the behavior of stack "MyStack" to the long id of stack "MyBehavior" BR: ahha... Simple enough to do; and then it you wanted to undo the "binding", you do it in the script editor itself. Trevor: " Perhaps the SE could use an update that shows the

Re: Remote Debugger Anomalies

2018-09-12 Thread Sannyasin Brahmanathaswami via use-livecode
Hmm I just go a test stack from Elanor... never open before It has the debug script when she ran it on android saved into SA builder! I went to edit it and get unusual ID 536434756567-36465 (etc.) ? On 9/12/18 3:40 AM, Sannyasin Brahmanathaswami via use-livecode wrote: > -- Shut down

Re: Remote Debugger Anomalies

2018-09-15 Thread Sannyasin Brahmanathaswami via use-livecode
Well I play with it a while, I don't have a perfect recipe yet... 1) debug error show up. Do edit the script. You check the error and close the script editor. So far I think the IDE has no cache of it. 2) then on the phone, you go to App Info, Uninstall. So far I didn't get a cached script.

Re: Remote Debugger Anomalies

2018-09-15 Thread Sannyasin Brahmanathaswami via use-livecode
On 9/13/18 10:47 AM, Monte Goulding via use-livecode wrote: > OK that definitely gives me an idea. The cache is meant to be cleaned up when > the socket closes so should be happening between launches of the app but we > can also force the debug session to end during the deploy of the new version

Re: Remote Debugger Anomalies

2018-09-16 Thread Sannyasin Brahmanathaswami via use-livecode
On 9/16/18 1:38 PM, J. Landman Gay via use-livecode wrote: > Stacks named that way were the ones I tried deleting when the whole IDE > wen I suppose Trevor would chime here. If you to switch Sublime text and stay away for SE all together, all the problems go away? Because when you save the

Re: Remote Debugger Anomalies

2018-09-17 Thread Sannyasin Brahmanathaswami via use-livecode
Do you have that "script acting as a server" available in Levure? On 9/17/18 2:31 AM, Trevor DeVore via use-livecode wrote: > When working on a project I always work in ST with the LC IDE open. LC has > a script acting as a server running and ST is the client. ST sends a > notification to LC

Re: Remote Debugger Anomalies

2018-09-13 Thread Sannyasin Brahmanathaswami via use-livecode
Well this is somewhat "urgent" due to a scenario I just witness. It GIT --> branch -- nightly # scripts updated. committed switch to branch "fixIosBrowser" git merge nightly # get the usual conflict of binary stacks.. git checkout --theirs "view/view_SivaSivaBrowser.livecode" #presumably

Re: Remote Debugger Anomalies

2018-09-13 Thread Sannyasin Brahmanathaswami via use-livecode
you wonder where did it come from? BR On 9/13/18 10:44 AM, Monte Goulding via use-livecode wrote: > t does not sound like the remote debugger was involved at all in this story > so perhaps look elsewhere for the problem. > >> On 14 Sep 2018, at 6:12 am, Sannyasin Brahmanat

Creating Array - Auto Numeric

2018-09-18 Thread Sannyasin Brahmanathaswami via use-livecode
My head always breaks on complex array functions. I can't head around this algorithm Given a "quote" in a field "Cut the apple. Cut the banana" We get to location for each word (that is easy) I want to analyse the quote by going through each word. *--* *repeat* withx =

Remote Debugger Anomalies

2018-09-12 Thread Sannyasin Brahmanathaswami via use-livecode
-- Shut down LC -- Android phone is connected by USB -- install in app on Android -- fix a script (change a typo) -- save the script; save the stack -- From the test menu, choose Android -- build the app; install on device -- the debugged breaks on the script that I just saved, and it shows the

Re: Creating Array - Auto Numeric

2018-09-18 Thread Sannyasin Brahmanathaswami via use-livecode
On 9/18/18 7:15 AM, Tore Nilsen via use-livecode wrote: > You can not put the incrementing numeric key inside an associative array the > way you want. The key of any array must be unique, and you can not have > several instances of a key in an array. Think of the keys of the array it as > the

Re: Creating Array - Auto Numeric

2018-09-18 Thread Sannyasin Brahmanathaswami via use-livecode
ote: > You can not put the incrementing numeric key inside an associative array the > way you want. The key of any array must be unique, and you can not have > several instances of a key in an array. Think of the keys of the array it as > the primary keys of a database table. It serves as a uniq

Re: Creating Array - Auto Numeric

2018-09-18 Thread Sannyasin Brahmanathaswami via use-livecode
Well Alex won with "extents" in fact while he wrote that, I was in the User look at extents.' Jacque does that some thing.. put the number of lines in keys USE CASE Jacque and created a puzzle together, it take quotes of various lengths, creates image tiles of the words. Each tile has a

Dynamically Set the height of DataGrid

2018-12-08 Thread Sannyasin Brahmanathaswami via use-livecode
I am slowly getting into datagrids. Doing my homework at lessons.livecode.com. I can't find a reference for doing the following: How to you get a datagrid with 2 to 12 rows to "dynamically" resize itself depend on how many rows it has? And, if has more then 12, don't resize and turn vertical

Datagrid Refresh

2018-12-09 Thread Sannyasin Brahmanathaswami via use-livecode
Continuing to work on Datagrid I can't figure out refresh. (9.2 stable) 1) I click on the inspector for the datagrid 2) Click on row template 3) Select to group 4) Edit the group, 5) Make my field "rowName" non-opaque with a few light text color. 6) A linear gradient to background. It is

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…

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: [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,

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: 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

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

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

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: 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

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: 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: 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.

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: 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:

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

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: 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

<    2   3   4   5   6   7   8   9   10   >