Re: Remote URL Not Available

2018-06-27 Thread Sannyasin Brahmanathaswami via use-livecode
"it" almost always containa data. e.g contains "404 Page Not Found" I wondering if we have to parse it for all possible errors? Or, if there is just *one* thing that is true, for all "I found the file, here it is" cases J. Landman Gay wrote: I've used this: get url tURL

Re: IOS 11.4 -- Stuck

2018-06-22 Thread Sannyasin Brahmanathaswami via use-livecode
That would go good news. But LC 8.1.10 Xcode 9.3 Build for iPod,IPhone,iPad. 8.0 or later (can you make the error dialog box so we can copy it to the clipboard?) "Unable to build app for device: 394,1260,1" (screen shot here) http://wiki.hindu.org/screenshots/iOSErr2018--06-22.png Now,

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

2018-06-22 Thread Sannyasin Brahmanathaswami via use-livecode
ot;use-livecode on behalf of Sannyasin Brahmanathaswami via use-livecode" wrote: That would go good news. But LC 8.1.10 Xcode 9.3 Build for iPod,IPhone,iPad. 8.0 or later (can you make the error dialog box so w

Re: IOS 11.4 -- Stuck

2018-06-22 Thread Sannyasin Brahmanathaswami via use-livecode
sudo xcode-select -s /Applications/Xcode.app that did it Now back on the screenRect thread. Mysterious new results Brahmanathaswami On 6/22/18, 3:38 PM, "use-livecode on behalf of Sannyasin Brahmanathaswami via use-livecode" wrote: That would go

IOS 11.4 -- Stuck

2018-06-22 Thread Sannyasin Brahmanathaswami via use-livecode
Without thinking about it, I said "yes" to a iOS upgrade. 11.4 Now it seems that I am lock out from making standalones. Any hope in 9.1 coming out soon? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

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

2018-06-23 Thread Sannyasin Brahmanathaswami via use-livecode
OK there are lot issues at the QA center relating to landscape I added the test stack to https://quality.livecode.com/show_bug.cgi?id=19465 so that you can test on the latest build (await release, 9.1) I don't want to have 9.1 come out only to find it does not work. BR Hi

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

2018-06-23 Thread Sannyasin Brahmanathaswami via use-livecode
Geesh! (He bangs his head on the desk...ha!) that fixed it! I don't when I turn on Zoom mode... possibly last year! And it has been carrying that setting forward through all updates. It actually does a "reset" on the phone to change to "standard mode" I suppose it good that you found this,

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

2018-06-23 Thread Sannyasin Brahmanathaswami via use-livecode
I enter a new handler into stack script on resizestack pNewWidth, pNewHeight, pOldWidth, pOldHeight put pNewWidth && pNewHeight && pOldWidth && pOldHeight into it answer it with "OK" end resizestack 1) on switch on portrait to landscape (turn sideways) I get a resizeStack answer.

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

2018-06-23 Thread Sannyasin Brahmanathaswami via use-livecode
Now that we know "Zoomed Mode" has an effect... The card rect "source of authority" in all case uses the screenRect 1) Oddly, with Zoomed Mode set, it gave the right reading 0,0,414,736 And it set up in portraitUI correctly! 2) Caveat though: passing that rect to these handlers (in a

Mastering TS Net

2018-07-01 Thread Sannyasin Brahmanathaswami via use-livecode
I really need to get my head around TSNet, so began experiments. This is the documentation for tsNetGetFile " local tHeaders, tResult put tsNetGetFile("1", "/path/to/downloaded/file.dat", \ "ftp://user:p...@ftp.example.com/file.dat;, tHeaders, \ "transferComplete") into tResult on

Re: Mastering TS Net

2018-07-02 Thread Sannyasin Brahmanathaswami via use-livecode
I looked at the lesson. Quite good! I think one more lesson may be useful. In my case I will use a "slide show" as a use case. (But there others, thinking of streaming music playlist) 1) Assume you have the URLs for a slideshow; 2) you fetch this by calling JSON/Text file with the urls for

Re: Mastering TS Net

2018-07-02 Thread Sannyasin Brahmanathaswami via use-livecode
Charles: Mysteries I booted Livecode fresh the morning, and used the same script. But I no longer get tResult --tsneterr: ID already in use. Dictionary script works as expected "File downloaded" local tHeaders, tResult on mouseup tsNetCloseConn "1" put empty into tResult

Re: Script Only Stack Behaviors and Nesting

2018-07-03 Thread Sannyasin Brahmanathaswami via use-livecode
Just a side note, that for "parent" behaviors which have been "nested" as the behavior of multiple "children" ... we are "blinded sided" to this, as the designation is in the first comment of the script with doesn't appear in the IDE, SE The only other place to see it is in the PB in 9+, that

Re: Optimizing for small Android devices

2017-12-30 Thread Sannyasin Brahmanathaswami via use-livecode
This looks very useful . I think we need to wait until HQ weighs in on my bug report. Regardless of the fact that it works on iOS and Oreo, one has to wonder how on earth we can close a stack which is set to destroy on close, turn acceleratedRendering to false (assume previously cached

Re: LC Server - MySQL - update about 2000 rows/records of a table

2017-12-30 Thread Sannyasin Brahmanathaswami via use-livecode
Ditto what Mike said: " On mysql.. can't you prebuild your multi-command transaction in a variable" I periodically do this kind of thing. assuming the transaction is exactly the same… one way is to build a single SQL query from your data. Assume you need something like this, getting and SQL

Re: Optimizing for small Android devices

2017-12-30 Thread Sannyasin Brahmanathaswami via use-livecode
Reading this in depth. yes, reallocation of bit map space is beyond the developer's realm… I spotted this too… RGB 565… Anyone using this and getting smaller files sizes ver current jpgs? I'm not seeing this as an option in Photoshop on Mac. How we reduced our Android app’s

Re: Dissolve/Transitions Very Costly

2017-12-30 Thread Sannyasin Brahmanathaswami via use-livecode
So: if the effectRate defaults to 2000 (which is what I'm seeing here on desktop) and you have -- Show image "grand-canyon" with visual effect dissolve very fast --- # theoretically 1/5 of 2000 = 400 milliseconds why is the script profiler saying this line takes 4765 milliseconds top

Re: Optimizing for small Android devices

2017-12-29 Thread Sannyasin Brahmanathaswami via use-livecode
FYI here is Aravind's from Kerala comments today. To what extent we can realistically fit this app onto a phone with only 1GB of RAM… I don't know. Perhaps this is useful for other Android developers looking for a broad base in Asia, although this may be all "old news" to most of you… here it

Re: Optimizing for small Android devices

2017-12-29 Thread Sannyasin Brahmanathaswami via use-livecode
I certainly did not mean to imply by "only" that pointed to the market share of phones with 1 GB ram. OT: I was just reading Quora about how US overwhelming Germany with sheer numbers of tanks and jets that had much lower specs than German made tanks/planes. But we won on our sheer industrial

Dissolve/Transitions Very Costly

2017-12-29 Thread Sannyasin Brahmanathaswami via use-livecode
Appropo optimization thread, I'll dig in on specific issues The script profiler is showing this for a script that runs super fast until: 1433 868 show image "gems-image" with visual effect dissolve very fast So this was pertty long but I suppose reasonable enough… then, I ran it

Re: Optimizing for small Android devices

2017-12-31 Thread Sannyasin Brahmanathaswami via use-livecode
Mark: Wow, yes, it does help! I hope you had a great Christimas and are refreshed ready to face all of us again (smile) Your entire email should be posted to some knowledge base somewhere! As for speed optimization: - Alternate images I will make 1 X images right away for my home "portal"

Re: Go in Window (not working) Go in A window "working"

2018-01-04 Thread Sannyasin Brahmanathaswami via use-livecode
FWIW: Seems my error was (not in dict) that I should have been doing put the ID of the topstack into tWindowID go to cardOrStackObject in window id tWindowID Well I've been tinkering testing this for two days… made the mistake of making too many changes, then threw out that branch… went

Re: Two new videos about using Navigator with LiveCode

2018-01-04 Thread Sannyasin Brahmanathaswami via use-livecode
Geoff wow this is the tool I've been waiting for! I just fixed a series of fields on 8 cards that carried that old single blank line script that used to be saved in by default… using Navigator it was so easy. FYI" the script handler's for a long script on ly stack are being filtered to show

Local Image Paths in HTML for Browser Widget Fails

2018-01-06 Thread Sannyasin Brahmanathaswami via use-livecode
I'm trying to send some local html to the browser widget to display a local loading GIF until the page "comes down" from the cloud. This needs to work on mobile too. the directory structure main app folder /assets /img /global-icons ajax_loader_big.gif"

Editing library script with TSNet "running"

2017-12-21 Thread Sannyasin Brahmanathaswami via use-livecode
If I try to edit handlers in a global backscript that has some TSNet callback handlers… I always get stack "lib_SivaSiva": execution error at line 1547 (Object: can't set scxript while it is executing), char 1 I have no way now to change this script, except to exit, quit LC and edit by hand,

Re: TS Net Documentation

2017-12-23 Thread Sannyasin Brahmanathaswami via use-livecode
Ali Lloyd wrote: Check out /Contents/Tools/Ext/tsNet.../api.lcdoc for all the tsNet things in one file - hopefully that's roughly what you're looking for Happy Winter Solstice to the team! Yes, Ali, that’s perfect… "awesome" simple plain text… BR

Re: TS Net Documentation

2017-12-23 Thread Sannyasin Brahmanathaswami via use-livecode
7, 11:56 AM, "use-livecode on behalf of Sannyasin Brahmanathaswami via use-livecode" <use-livecode-boun...@lists.runrev.com on behalf of use-livecode@lists.runrev.com> wrote: Check out /Contents/Tools/Ext/tsNet.../api.lcdoc for all the tsNet things in

Remote Debugging on iOS

2017-12-23 Thread Sannyasin Brahmanathaswami via use-livecode
I made a few changes to a stack that was some working, and still works on desktop, but hangs on iOS. I think I even have recipe for the UX/UI tapping-navigation across handlers/stacks/screens that will cause the app to crash in iOS. I used to only dev test SA's on Android because if it worked

Re: Remote Debugging on iOS

2017-12-24 Thread Sannyasin Brahmanathaswami via use-livecode
jacque wrote: Remote debugging doesn't work with script-only stacks (I had to ask here on the list myself a while back.) The breakpoint has to be saved with the standalone, and script-only stacks don't have properties so breakpoints can't be saved. Hmm OK, so that means we have

Re: Android package installer hangs (Oreo)

2017-12-24 Thread Sannyasin Brahmanathaswami via use-livecode
I tried building for Android on 9.0 dp 11 yesterday and got some weird font mapping issues. Pixel arrived (wow! iOS, seems a bit primitive now…) used, unlocked, (looks brand new) no sim… I got wi-fi. immediate prompted me to upgrade to 8.1, which I did. in LC 8.1.9 I can't see it in the test

Re: Local Image Paths in HTML for Browser Widget Fails

2018-01-08 Thread Sannyasin Brahmanathaswami via use-livecode
Nope… no way. On mobile, there are major issues with certain mobile controls. e.g. scrolling group becomes a mobile scroller on a phone… this "lies on top of everything" and I believe the browser is also generating a mobile control instance as well. I don't understand it 100% (not even 10%) but

Re: Local Image Paths in HTML for Browser Widget Fails

2018-01-07 Thread Sannyasin Brahmanathaswami via use-livecode
@ Mike… thanks… duh! (as he slaps himself on the side of the head) I was mixing up the props the htmltext # with the url this is all static content so all that was needed was, assets /info web-loading.html and then this command setWebURL put path_Assets() &

Notifying users of Web Delays in Browser Widget

2018-01-07 Thread Sannyasin Brahmanathaswami via use-livecode
Where 1) we cannot use TSNet to "listen" to the socket being used by the Browser widget 2) We cannot overlay a browser with any kind of control/dialog on mobile (or desktop) 3) the browser widget takes the whole card screen on mobile phone, except bottom nav bar which is native LC control

OT: Why I Probably Will Never, Ever Learn HTML%

2018-01-10 Thread Sannyasin Brahmanathaswami via use-livecode
Maybe it is just age… or whatever. But every time I get the idea of "maybe I might see if I will do something in HTML5" I go to a page like this, I start to get a headache and walk away. https://reactjs.org/docs/integrating-with-other-libraries.html BR

Re: Anyone else got two-monitor issues with LC9 on Mac?

2018-01-14 Thread Sannyasin Brahmanathaswami via use-livecode
BR: I'm late to this party, but FWIW Graham wrote: Does anyone else see this or know of any report? BR: yes, all the time, no recipe but it's so bad I don't *ever* put any liveCode stack on my MacBook Pro monitor -- which is designated as the secondary monitor when hooked up to the 31" curved

Re: Anyone else got two-monitor issues with LC9 on Mac?

2018-01-14 Thread Sannyasin Brahmanathaswami via use-livecode
Mark wrote: screenRects: the first is primary and the rest are relative to that. Any engine issue will likely be to do with those rects as that is the basis of its display coord to LiveCode coord mapping. with screenrects at 0,0,3440,1440 -1440,0,0,900 tops are aligned… and …hmmm…

Drag And Drop Rows

2018-01-14 Thread Sannyasin Brahmanathaswami via use-livecode
I was examining the API for Datagrid2 in 9 dp 11 Swiping looks interesting, but I'm also looking for " drag-to-arrange" for mobile With similar "cool" UI animation behavior where if you drag a sub-mini-group, which comprises a row of a large vertically or horizontal scrolling parent group,

Re: Crazy script-only stack question

2018-01-26 Thread Sannyasin Brahmanathaswami via use-livecode
Jacque wrote: If you're just using red-dot breakpoints then it isn't as difficult to remove them, you can just use the "remove all breakpoints" menu item. I wonder if a case could be made for the IDE to also search and line in any script that = breakpoint and either comment or

Re: Creating .ipa now that iTunes has depreciated apps.

2018-01-11 Thread Sannyasin Brahmanathaswami via use-livecode
Or (shameless promotion) If you have a select group of registered iOS devices in your profile and you don't want to deal with iTunes connect at all for beta testing pay Jacque the reasonable fee for her AirLaunch "be done with it" http://www.hyperactivesw.com/airlaunch/index.html Then

Re: Artifacts on screen from closed stacks on Android

2018-01-29 Thread Sannyasin Brahmanathaswami via use-livecode
>On Jan 28, 2018, at 19:06 , J. Landman Gay via use-livecode <use-livecode@lists.runrev.com> wrote: >On 1/28/18 8:25 PM, Sannyasin Brahmanathaswami via use-livecode wrote: >>BR: But we are talking about entire stacks… and the offending object wants to disa

Re: Artifacts on screen from closed stacks on Android

2018-01-28 Thread Sannyasin Brahmanathaswami via use-livecode
J. Landman Gay wrote: We really do need a "redraw card" command, but for now you can force a redraw by either hiding and then showing the offending object, or by resetting it. BR: But we are talking about entire stacks… and the offending object wants to disappear completely

Artifacts on screen from closed stacks on Android

2018-01-28 Thread Sannyasin Brahmanathaswami via use-livecode
We are getting reports (and screen shot and screen videos) from some Android users that show artifacts from a previously opened Stack A, when opening Stack B where Stack A is explicitly closed and has both destroyStack and destroyWindow set to true. In the absence of being able to reproduce

Re: Feature proposal: mobileActualAllowedOrientations?

2018-01-27 Thread Sannyasin Brahmanathaswami via use-livecode
J. Landman Gay wrote: If the alternative is to only have a tiny misrepresentation of a landscape-only stack, do we want the behavior changed? How do other apps, like some games, handle this situation? What Ralph said: Android bug… I think the question then becomes "how do other

Use of Serialize Behavior in Script Only Stack

2018-02-12 Thread Sannyasin Brahmanathaswami via use-livecode
Can some else elucidate this: " This patch adds a 'with behavior' clause to the header of a script only stack. # this is clear The clause is emitted if the stack has a behavior property which references a stack. # this unclear; "references [binary] a stack" When a script-only-stack with such

Re: Segmented Control Bugs?

2018-02-14 Thread Sannyasin Brahmanathaswami via use-livecode
Thanks, but for now I completely removed it and went back to the "old fashioned" way: three buttons in a group side by side…catch the target. Works like a charm for this use case, not quite as perfect native look and feel on devices, but still looks quite good. Side thoughts on native look and

AcceleraterRendering - when to turn off

2018-02-20 Thread Sannyasin Brahmanathaswami via use-livecode
I have a heck a time with our new app on android One stack works fine. But we going one stack to another, (not in iOS) is a problem. Seems to be subtle issues with one the follow (although on the surface they seem to be same) 1) it is better to set the acceleratedRendering of this stack to

AcceleraterRendering - when to turn off/on

2018-02-21 Thread Sannyasin Brahmanathaswami via use-livecode
Having a heck a time with our new app on android One stack works fine. But we are going one stack to another, (not in iOS) is a problem. Seems to be subtle issues with one of the follow (although on the surface they seem to be same) 1) it is better to set the acceleratedRendering of this

Just Checking in my posts made it

2018-02-21 Thread Sannyasin Brahmanathaswami via use-livecode
Checking 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

[ANN] SivaSiva App on Google Play

2017-12-25 Thread Sannyasin Brahmanathaswami via use-livecode
Jai Ganesha! My new Pixel arrived the day before Pancha Ganapati amidst a 72 hour solo code sprint, working with the new 8.1.9 to get an Android version done. At the last minute I solved rendering issues on Android (not happening on Desktop or iOS) and with a little help from Jacque, today

Re: Optimizing for small Android devices

2017-12-28 Thread Sannyasin Brahmanathaswami via use-livecode
Great pointer's Andy, I will try those browser checks… TS Net does not interact with either the browser or a mobile play that streams audio, so we are "on our own… " to Monitor those. Meanwhile this is from London, happy new user --- "So far so good. No problems, everything running

Re: Optimizing for small Android devices

2017-12-28 Thread Sannyasin Brahmanathaswami via use-livecode
e the same as they were? On 12/28/17, 1:22 PM, "use-livecode on behalf of J. Landman Gay via use-livecode" <use-livecode-boun...@lists.runrev.com on behalf of use-livecode@lists.runrev.com> wrote: On 12/28/17 4:50 PM, Sannyasin Brahmanathaswami via use-livecode wrote: >So,

Go in Window (not working) Go in A window "working"

2018-01-01 Thread Sannyasin Brahmanathaswami via use-livecode
Mark recommends using "go in window" on Mobile, saying this closes stack A while going to open stack B This works on desktop put ("stack " & quote & gems & quote) into tDestination go tDestination # but stack A remains open. but this fails in a backscript put ("stack " & quote & gems &

Re: Go in Window (not working) Go in A window "working"

2018-01-02 Thread Sannyasin Brahmanathaswami via use-livecode
Hmmm how simple. go stack in window tID needs to be added to the dictionary… as an example… I did read the entry text description of the Window param, but missed it, still.. lets see if this helps on Android. BR ___ use-livecode

Re: [ANN] SivaSiva App on Google Play

2017-12-26 Thread Sannyasin Brahmanathaswami via use-livecode
Thanks Andy for the review. all your observations will be taken into account, we were wrestling sooo long with the core rendering issues that I wasted a lot of time testing instead of working on refinements, for which the list is very long. I will look at your screen recordings in depth… And

Optimizing for small Android devices

2017-12-26 Thread Sannyasin Brahmanathaswami via use-livecode
Our new SivaSiva app expects a lot of horse power. If we want to optimize for smaller devices, I'm not sure where to begin. We can't really shrink graphics below 55k png for small thumbs… so if we have 8 of these on a card and a hero image around 200 K… we are talking about ~700K image data on

Re: Optimizing for small Android devices

2017-12-27 Thread Sannyasin Brahmanathaswami via use-livecode
@ Andy (cc support) Yes, I used tinyPng I have paid for their 50 image at a time option, awesome tool, I think we will get a site license of photoshop plug in… The home card(s) (navigation "portals) on the app are one big parent scrolling parent group with some subgroups. max 8 "rows) with

Re: Optimizing for small Android devices

2017-12-27 Thread Sannyasin Brahmanathaswami via use-livecode
I am going thru Aravind's reports. His phone is top of the line Android… Samsung Galaxy A7 (3GB RAM) 7.0 Nougat, It appears that 8.1.9 RC 1 did not fix all the Android rendering issues… yes, the problem of leaving the app via home or app switch and coming back to the app, yes, that is

Re: Optimizing for small Android devices

2017-12-27 Thread Sannyasin Brahmanathaswami via use-livecode
t aren't tightly optimized. You might see what can be pared down there. Big job, I know, with a project this large. On 12/26/17 11:04 PM, Sannyasin Brahmanathaswami via use-livecode wrote: >Our new SivaSiva app expects a lot of horse power. If we want to optimize for smaller de

Re: Analyzing Crashes on iOS Apps

2017-12-20 Thread Sannyasin Brahmanathaswami via use-livecode
Well, what we see in iTunes connect "90 crashes" is not reflected in xCode for the same app which only shows what appears to be, 6 reports. The only option offered is for me to symbolicate these and then I was able to get these six report out as text files, zipped and sent to you view support

Re: Analyzing Crashes on iOS Apps

2017-12-20 Thread Sannyasin Brahmanathaswami via use-livecode
FWIW I learned why iTunes connect show 90 crashes, but xcode only give me 6: That's because they only offer the crash files from the past two weeks. I guess this makes sense in a way… crashes from previous builds may not be that relevant. On 12/19/17, 11:22 PM, "use-livecode on behalf of

TS Net Documentation

2017-12-21 Thread Sannyasin Brahmanathaswami via use-livecode
an old theme "I want a printed dictionary…" As I peruse the dictionary TSNet is *huge* and complex…. Hunt and peck for what you have no clue will serve your needs gets tiring. Sometimes good old-fashioned "study for your exams" approach is a better way to go. And no, I don't want anything

Re: Go in Window (not working) Go in A window "working"

2018-01-03 Thread Sannyasin Brahmanathaswami via use-livecode
ev.com on behalf of use-livecode@lists.runrev.com> wrote: On 2018-01-03 05:55, Sannyasin Brahmanathaswami via use-livecode wrote: >Hmmm >how simple. >go stack in window tID >needs to be added to the dictionary… as an example… >I did read th

Android Java Virtual Machines

2018-02-26 Thread Sannyasin Brahmanathaswami via use-livecode
I was using java jdk1.8.0_121.jdk Even though documentation says it should work (any above 1.6 should work) It an attempt of get to jdk1.8.0_152.jdk, I had installed Java 9, inadvertently. To make a long story short, I installed sdkman to manage my Java (very cool, http://sdkman.io/) Any

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

2018-06-21 Thread Sannyasin Brahmanathaswami via use-livecode
1) have had the 1242 X 2208 loaded in the Phone 6 Plus "slot" from the beginning of this tread! 2) In now suspect Xcode mis-configuration (I keep going on 9.2. to 9.3 and set the Xcode select from terminal_ 3) With Elanor help just needed to add mobileSetAllowedOrientations "portrait,portrait

Re: Checking if internet is connected using tsNet?

2018-07-27 Thread Sannyasin Brahmanathaswami via use-livecode
Well the use case differences are obvious, but to say the obvious I am connecting with a) our own server b) YouTube that’s it. AND I want to know if the URL in the app is correct (silly typo in a JSON in the app OR misfiled media on out server...etc), so I would always to get the header of

Re: Getting Started with DataGrid

2018-08-02 Thread Sannyasin Brahmanathaswami via use-livecode
Thank Bob for the tips... Actually this is for a YouTube index, and all the "rows" would behave the same way. The only thing changing on each row would be 1. https://i.ytimg/#/hddefault.jbg (the thumbnail) 2. Metadata for our date base (SQlite on the mobile app) Title, description.

Re: iOS 12 compatibility

2018-08-02 Thread Sannyasin Brahmanathaswami via use-livecode
Wow (www.classroomFocusedSoftware.com) Yes great job! Brahmanathaswami  Stephen Barncard via use-livecode" wrote: follow the links. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Getting Started with DataGrid

2018-08-02 Thread Sannyasin Brahmanathaswami via use-livecode
I loaded DataGrid in stack Now I wonder if is tool of choice for http://wiki.hindu.org/screenshots/data-grid-candidate.png There needs to alternate rows, with the "alt" row as blank and showing the card .?? before I go down the path: Yes or No -- can data grid to this? Brahmanathaswami

Re: Getting Started with DataGrid

2018-08-02 Thread Sannyasin Brahmanathaswami via use-livecode
Aloha "Zryip" At $45.00 (cheap) and with your own endorsement (knowing that it is maintained) I'll get it! Brahmanathaswami Ps do you have a real name? On 8/2/18, 12:01 PM, "use-livecode on behalf of zryip theSlug via use-livecode" wrote: Dear Swami, We have some free

Re: acceleratedRendering

2018-08-02 Thread Sannyasin Brahmanathaswami via use-livecode
Next week will be fine __ Brahmanathaswami On 8/2/18, 1:23 PM, "use-livecode on behalf of Monte Goulding via use-livecode" wrote: Given it’s Friday and these patches have yet to be reviewed I very much doubt we will be releasing an RC 2 with them in this week. We do have a service

Re: acceleratedRendering

2018-08-02 Thread Sannyasin Brahmanathaswami via use-livecode
I don't know if it would work on a iOS 12, but we has an issue with a complex dynamic "draw" on screen.. So we turned of acceleratedRendering to false temporarily Then set to back when the drawing was finish on createWordPuzzle if (the acceleratedRendering of this stack is true ) then

Home Screen Icon Not Rendered on iOS

2018-07-30 Thread Sannyasin Brahmanathaswami via use-livecode
Apple continues to give us grief…Anyone else have this context. Mac OS High Sierra 10.13.6 LC: 9.0.1 RC1 Xcode 9.4.1 iOS (on phone) 11.4.1 No matter what I do, I can't get the Home screen icon to render on the phone. It always "generic" All icons are entered into SA at correct dimensions.

Failed to Build iOS Versions in 9.0.1 RC1

2018-07-28 Thread Sannyasin Brahmanathaswami via use-livecode
1) Since working with 9.0.1. RC1 I have not been able to get a home screen icon to show. I get something generic... Everything is set in the SA settings… Well, I kept on with development, saying "I'll worry about the icon later" Then today I added some devices to my Apple Developer Profile

Re: Home Screen Icon Not Rendered on iOS

2018-07-30 Thread Sannyasin Brahmanathaswami via use-livecode
All the icons have RGB change, Red, Green, Blue I found one (1024x1024) that was set to "index" I re-exported from Illustrator, Still did help Brahmanathaswami On 7/30/18, 5:53 AM, "use-livecode on behalf of panagiotis merakos via use-livecode" wrote: Do the icons have an alpha

Re: Getting Started with DataGrid and another datagrid form

2018-08-05 Thread Sannyasin Brahmanathaswami via use-livecode
I slowly studying as much as we can on the datagrid,and "digging" in it with an first attempt to build a form. One thing is not clear to me. 1) Have the WYSIG panel to build the datagrid form. 2) why then do we have, in the Behavior Script this handler? Isn't the layout already

Re: acceleratedRendering

2018-08-01 Thread Sannyasin Brahmanathaswami via use-livecode
FWIW... acceleratedRendering in causing trouble on Android, 9.0.1. RC 1. Disables "touch" messages in some contexts... Bug report is in, confirmed. I've struggling for 2 Years with this (!) Now on iOS? Yikes! I am sure it is a priority with team. Keep fingers crossed. BR On 8/1/18,

Re: iOS 12 compatibility

2018-08-02 Thread Sannyasin Brahmanathaswami via use-livecode
Hmmm. I want to see the "beautiful work" ?? that Randy has done... Brahmanathaswami  Stephen Barncard Beautiful work, Randy ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: acceleratedRendering

2018-08-02 Thread Sannyasin Brahmanathaswami via use-livecode
Aloha Monte You are wonderful! "it groups not redrawing..." Right, it's not "touch". Though from a user perspective, suddenly "my swiping doesn't work..." And thank you for fixing the returnField error also [Bug 18395] ReturninField error on android app) @team-- would it possible to send a

Getting Started with DataGrid

2018-08-02 Thread Sannyasin Brahmanathaswami via use-livecode
I have stayed away from the Data Grid because of scrolling issues and the complexity issues were too much for my "baby talk xTalk brain" … but my UX designer has implement a module that has index of row that include various little icon and controls that will be hard to do in the old "all

Re: Checking if internet is connected using tsNet?

2018-07-27 Thread Sannyasin Brahmanathaswami via use-livecode
I just went through this in my app. Like Mark said, you do need to connect to "something" I put a "ping.txt" on the server. It has one word "true". Apple does the same thing. Though they call it something else "serviceAvailable" or something like that and it has one word in it "available"

Re: Data Persistence

2018-07-27 Thread Sannyasin Brahmanathaswami via use-livecode
Welcome John! You will need this, I would endorse Tom's arrayEncode. If you have not: Learn to array code RIGHT NOW, before going further with Livecode. I resisted array for years, and it bought me a boat load of silly coding of text files. And 100 of lines of unnecessary code then I

Re: Data Persistence

2018-07-27 Thread Sannyasin Brahmanathaswami via use-livecode
Richard Gaskin This is where serialization comes in, collecting all the disparate pointer contents and packing them into a bytestream that can be saved or transported, using arrayEncode: Ha! I knew that would bring out something useful... thanks for upgrading the handlers.

Re: Getting Started with DataGrid and another datagrid form

2018-08-05 Thread Sannyasin Brahmanathaswami via use-livecode
Doug WSIWYG: I was referring to the row temple "build" screen. ... layout handler. I want to understand it... maybe studying the on-line lessons *before* asking questions Someone should do a graphic or schema diagram of the DG message hierarchy. BR

Re: Getting Started with DataGrid and another datagrid form

2018-08-05 Thread Sannyasin Brahmanathaswami via use-livecode
Duh! http://lessons.livecode.com/m/datagrid/l/7305-example-creating-a-list-of-people on LayoutControl does seem to be required. So the row template is not WSIWYG? Sannyasin Brahmanathaswami via use-livecode wrote: > Doug > >WSIWYG: I was referring to the row temple "

Re: Getting Started with DataGrid and another datagrid form

2018-08-05 Thread Sannyasin Brahmanathaswami via use-livecode
Aloha zryip I finally figured out that a row has the behavior script that "requires attention" I have yet to try in dghelper. FillInData etc. obviously need controls named according to your grid But I still have the question: The WSIWYG template has the control "where we want them" But is

Re: Cropping a referenced image

2018-08-15 Thread Sannyasin Brahmanathaswami via use-livecode
Sometimes LiveCode astounds me... Using Klause's method, plus Datagrid under the hood (and all its code) 1) the setting to Button icon to the size you want your image cropped, 120X74 2) Place an image off screen at +1000 to the right. 3) At 120x90 call it img "ytBtnIconTemplate" I was able to

Re: Cropping a referenced image

2018-08-14 Thread Sannyasin Brahmanathaswami via use-livecode
Klaus! Brilliant! and "too easy" to boot on mouseup put "https://i.ytimg.com/vi/KO3l3-4pFyo/default.jpg; into tURL set the itemdel to "/"; put item -2 of tURL into tImageName clone img "ytBtnIconTemplate" as tImageName put

Re: Cropping a referenced image

2018-08-16 Thread Sannyasin Brahmanathaswami via use-livecode
Yes I thank "Livecode" but really should thank Trevor for the code (Datagrid) behind my little handler. Suddenly going from dBase-query --> lcArray --> to a form with multiple controls became easy. I just hope it scrolls smoothly on Mobile (have yet to test it). On 8/15/18 6:57 AM, Trevor

Re: Not many people know this.

2018-08-16 Thread Sannyasin Brahmanathaswami via use-livecode
On 8/16/18 7:49 AM, Richard Gaskin via use-livecode wrote: > but the Release Notes for v5.5 offer a solid overview of the new > field features (starting on p12), I keep that! it is golden. I think they replaced it with a stack showing all the features, I can't find it now. But setting the array

Re: Getting Started with DataGrid and another datagrid form

2018-08-06 Thread Sannyasin Brahmanathaswami via use-livecode
I am at the lesson.livecode.com/m/datagrid. They are quite thorough. Much to my chagrin, everything you need to know is there. I would NOT recommend just dragging a Datagrip and "digging in" are even using DG Helper (to start) Read the lessons first (or at same time as you follow along in a

Re: Getting Started with DataGrid and another datagrid form

2018-08-06 Thread Sannyasin Brahmanathaswami via use-livecode
I found another way. Set standard background a opacity=0 add an new container graphic. then make the background bigger that the controls, But it won't hilite. So I might use your method. On 8/6/18 11:33 AM, zryip theSlug via use-livecode wrote: > I have created this kind of form before:

Re: Getting Started with DataGrid and another datagrid form

2018-08-06 Thread Sannyasin Brahmanathaswami via use-livecode
Yay! I made my first form. Now for questions *not* covered by the lessons. 1) Is the graphic "Background" a special object? In Navigator I opened stack "Data Grid Temple 333" directly editing the group "Row Template". I set background graphic to roundedRectangle, corners set 20px,

Cropping a Referenced image

2018-08-14 Thread Sannyasin Brahmanathaswami via use-livecode
#test on mouseup put the long id of img "thumbTemplate" into pImage put the loc of pImage into pLocation set the filename of pImage to "https://i.ytimg.com/vi/KO3l3-4pFyo/default.jpg; --set the filename of pImage to

Cropping a referenced image

2018-08-14 Thread Sannyasin Brahmanathaswami via use-livecode
[sending this again, because it was rolled in another thread/conversation by the mail list} #test on mouseup put the long id of img "thumbTemplate" into pImage put the loc of pImage into pLocation set the filename of pImage to

Re: Cropping a referenced image

2018-08-14 Thread Sannyasin Brahmanathaswami via use-livecode
1 RC1) so... LC *can* display the original of masked image but the IDE "wrecks" it go stack url "http://wiki.hindu.org/uploads/maskingoptions.livecode;<http://wiki.hindu.org/uploads/maskingoptions.livecode> BR On 8/14/18 4:55 AM, Sannyasin Brahmanathaswami via use-livec

Re: Getting Started with DataGrid and another datagrid form

2018-08-06 Thread Sannyasin Brahmanathaswami via use-livecode
, and a hidden column to hold the >> checkmarkvalue for each row in the datagrid data. >> >> Then when I populated the datagrid, I hid all the checkboxes then showed >> each checkbox control based upon how much data was being displayed. Of >> course, you have to ac

Datagrid -- Scrolling on Mobile

2018-08-20 Thread Sannyasin Brahmanathaswami via use-livecode
I am slowly getting up to speed with datagrid, I understand structure, the scripts of the row group, can instantiate data etc. But, am I missing something? http://lessons.livecode.com/m/datagrid I can't find single lesson on implementing DG on mobile. Scrolling on mobile -- do we do it the

Re: Set the backgroundcolor of all lines a field to null

2018-08-23 Thread Sannyasin Brahmanathaswami via use-livecode
Aloha Brian and Richard, @ Brian "put styledText...into tTextA[snip]" looks excellent. It does it all on ram! @ Richard Again, we all appreciate the time you take to help us "understand the architecture" The list is only 2000 lines, on into a field from a sqlLite list of audio file/Title.

Set the backgroundcolor of all lines a field to null

2018-08-22 Thread Sannyasin Brahmanathaswami via use-livecode
I have some big lists in mobile, I sent the bkgndColor of certain lines. Then I want clear that, How do we do this "for each line x" which does not return the number of the line, but value command setAudioListColors pLineNum,pColor # pass "4,"0,0,0" #slow! repeat with x=1 to (the

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

2018-08-23 Thread Sannyasin Brahmanathaswami via use-livecode
This thread will never finish (hehe) I am still have trouble getting the two object in the stack in place when we open stack on mobile. The resize handlers wrok, and soon as we rotate the phone and back and geometry is implemented. But not on open stack.. So I use your script. I was not

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