Hi,
To raise the issue again of updating Mac and Windows apps, I’m referencing this
thread between Graham and Jacqueline...
Can existing files in the user’s application directory be
saved/modified/replaced by my application?
> On Mar 18, 2018, at 12:57 PM, J. Landman Gay via use-livecode
> w
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 you
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
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
pro
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 materia
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 engines
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 lat
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 term,
> @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. So
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 th
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
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 Aug
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
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
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 g
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, b
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 showi
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
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 a
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 n
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 work
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.
E
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
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 s
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 contro
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 n
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
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.
Than
28 matches
Mail list logo