Re: Getting Started with DataGrid

2018-08-02 Thread Stephen Barncard via use-livecode
Names are merely abstractions. On Thu, Aug 2, 2018 at 19:15 Sannyasin Brahmanathaswami via use-livecode < use-livecode@lists.runrev.com> wrote: > Aloha "Zryip" > > At $45.00 (cheap) and with your own endorsement (knowing that it is > maintained) > > I'll get it! > > Brahmanathaswami > > Ps do

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

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: 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: Using the $_POST global in LiveCode server

2018-08-02 Thread Mike Bonner via use-livecode
Version 7.1.0 doesn't seem to work. (the version used by on-rev.) Pretty sure its been in this non-working condition for a while. (again, my faulty memory might be wrong) I'll try and set up a test for later versions, but pretty sure things were still working in the 6.x range of server

Re: Using the $_POST global in LiveCode server

2018-08-02 Thread Mike Bonner via use-livecode
Its been a while since I messed with sessions, but that looks right. I seem to vaguely remember that there is some version of LC server where sessions is broken, but I can't recall for sure. What version of server are you running? (IIRC sessions was implemented some time around 4.6.3? And a

Re: Using the $_POST global in LiveCode server

2018-08-02 Thread Tim Selander via use-livecode
Thanks, Mike. This seemed like a good hint/possible solution. Another though has just occurred to me also.. If you use session variables, you can store the search term in the session, and since the browser will re-post on reload, if $_POST and your session variable contain the same search

Re: acceleratedRendering

2018-08-02 Thread Monte Goulding via use-livecode
> @team-- would it possible to send a new build out this week? Even it has > only this patch > > It is the one thing in Android that is blocking. Everything else you have > accomplished on 9.0.1 is fantastic, and I really *need* get an Android > version that works one on Google Play asap.

Re: Using the $_POST global in LiveCode server

2018-08-02 Thread Mike Bonner via use-livecode
I don't really understand what I've read yet, but I think what you're looking for is Post/Redirect/Get (prg) Basically.. Accept the post, process it, redirect to another page without the post. (One example I read basically placed the generated html into a session variable and displayed it after

Using the $_POST global in LiveCode server

2018-08-02 Thread Tim Selander via use-livecode
Hi, Is it possible to change, or even delete, the $_POST[] array in LiveCode server? I want to clear it after my script has pulled out the info it needs. Or, maybe there's another way to skin the cat. I have a search page that returns a list of our online TV programs. But even if the page is

Re: New Apple iPad & Chipset

2018-08-02 Thread Randy Hengst via use-livecode
That’s good to hear, Brian. Did you download the 10 Frame Fill app? be well, randy www.classroomFocusedSoftware.com > On Aug 2, 2018, at 4:33 PM, Brian Milby wrote: > > I have a new iPad and it works for me from the normal App Store. I have the > same model as below and am at 11.4.1. >> On

Re: Getting Started with DataGrid

2018-08-02 Thread zryip theSlug via use-livecode
Dear Swami, We have some free material about datagrids form or table. 1. A tutorial written long time ago before I created DGH, exploring the very basic concepts of the datagrid control (form and table): http://www.aslugontheroad.com/download/category/3-tutorials 2. Some demo stacks created for

Re: New Apple iPad & Chipset

2018-08-02 Thread Brian Milby via use-livecode
I have a new iPad and it works for me from the normal App Store. I have the same model as below and am at 11.4.1. On Aug 2, 2018, 2:56 PM -0500, Randy Hengst via use-livecode , wrote: > Hi All, > > Well, school districts around the United States are starting to get things > going for new school

Re: acceleratedRendering

2018-08-02 Thread Andrew Bell via use-livecode
Panos asked me to file a bug report on what I was experiencing, but I haven't been able to nail down the formula yet. Simply enabling acceleratedRendering would allow my app to launch, but things weren't moving or responding as they should have. It does seem like some mouseUp messages are

New Apple iPad & Chipset

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

Re: Getting Started with DataGrid

2018-08-02 Thread Klaus major-k via use-livecode
Hi Swami, > Am 02.08.2018 um 21:24 schrieb 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

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: 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: $_POST[] variable?

2018-08-02 Thread Richard Gaskin via use-livecode
Tim Selander wrote: > Is it possible to manipulate the contents of the $_Post[] global > directly on Livecode serve? > > When I reload a page, the values in the array still have the values in > them from the previous time the "Submit" button was used... efforts to > delete or put empty into, do

Re: iOS 12 compatibility

2018-08-02 Thread Stephen Barncard via use-livecode
follow the links. -- Stephen Barncard - Sebastopol Ca. USA - mixstream.org On Thu, Aug 2, 2018 at 6:45 AM, Sannyasin Brahmanathaswami via use-livecode wrote: > Hmmm. I want to see the "beautiful work" ?? that Randy has done... > > Brahmanathaswami > > >  Stephen Barncard > > Beautiful

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: Getting Started with DataGrid

2018-08-02 Thread Bob Sneidar via use-livecode
I can give you a "not to do". DO NOT send selectionChanged to a datagrid in the middle of processing a selectionChanged message already. This will crash LC to desktop. I have not used form style datagrids, which is what you are talking about methinks, but the idea is fairly simple. Instead of

Re: acceleratedRendering

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

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

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

$_POST[] variable?

2018-08-02 Thread Tim Selander via use-livecode
Hi, Is it possible to manipulate the contents of the $_Post[] global directly on Livecode serve? When I reload a page, the values in the array still have the values in them from the previous time the "Submit" button was used... efforts to delete or put empty into, do not seem to work.