Search found 135 matches

by jim1001
Tue Oct 10, 2017 12:28 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: repeat occurrences of a group
Replies: 15
Views: 9084

Re: repeat occurrences of a group

Craig, Thanks for taking the time to reply. For now I’ve found a way around what I was trying to achieve, avoiding the use of groups, but I’m trying to improve my understanding for the future. I was trying to achieve a set / row of buttons that could be repeated on one card but also could be on more...
by jim1001
Tue Oct 10, 2017 12:19 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: repeat occurrences of a group
Replies: 15
Views: 9084

Re: repeat occurrences of a group

But you could have a preOpenCard handler that sets the group's rect to anything you like before it's rendered. That's a good idea - thanks. That would set it the same for all the other other cards but that wouldn't matter since only one card is in view. I'd just need to set the position in script t...
by jim1001
Mon Oct 09, 2017 9:54 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: repeat occurrences of a group
Replies: 15
Views: 9084

repeat occurrences of a group

Is it possible to have: 1) repeat occurrences of a group on a card? 2) a group that appears in different positions on different cards? The case I have in mind has many occurrences of the group so being able to change one occurrence and have that replicated to all the others is important. Thanks for ...
by jim1001
Tue Oct 03, 2017 11:26 pm
Forum: Android Deployment
Topic: Behavior stack script not run first time card is visited
Replies: 2
Views: 2572

Re: Behavior stack script not run first time card is visited

To cut to the chase I found that by inserting this one line in the card’s preOpenCard handler for just one button made all the buttons use the intended behavior stack script: set the behavior of button "myButton1" to the long id of stack "myButton Behavior" I had done this when creating the button i...
by jim1001
Tue Oct 03, 2017 9:34 pm
Forum: Android Deployment
Topic: Behavior stack script not run first time card is visited
Replies: 2
Views: 2572

Re: Behavior stack script not run first time card is visited

OK - I've been looking at the commands that run when the second card is opened before I go to the problem card for a second time & then see it working. I have an idea what's happening. I'll test it & try & summarize when I'm sure what's going on.
by jim1001
Tue Oct 03, 2017 7:47 pm
Forum: Android Deployment
Topic: Behavior stack script not run first time card is visited
Replies: 2
Views: 2572

Behavior stack script not run first time card is visited

I have some buttons on a card. The behavior of all the buttons is set to the same script-only stack and works as expected in the IDE. For my Android standalone however, the first time I visit the card and click on any of the buttons nothing happens. If I go to another card then back to the card with...
by jim1001
Sun Sep 24, 2017 3:32 pm
Forum: Community Projects
Topic: Usage stats for a Levure app running on Android
Replies: 0
Views: 5005

Usage stats for a Levure app running on Android

Before I go ahead and write my own I was wondering if there was anything out there to help me gather usage stats for an Android app developed with Levure? The app will be running on tablets that are not connected to any network so all usage data needs to be stored on the tablet. The basic data I'd l...
by jim1001
Mon Sep 18, 2017 8:12 pm
Forum: Android Deployment
Topic: New approach for offline viewing PDF inside Android browser
Replies: 43
Views: 36179

Re: New approach for offline viewing PDF inside Android brow

MaxV, Thanks for your last post & sorry for the delay. On mobile all the files selected to include in your app, from the Standalone application settings, are copied in specialFolderPath("Engine"). Well my case is special in that I will be personally installing my app on the few devices that will be ...
by jim1001
Tue Sep 12, 2017 5:37 pm
Forum: Android Deployment
Topic: New approach for offline viewing PDF inside Android browser
Replies: 43
Views: 36179

Re: New approach for offline viewing PDF inside Android brow

Try this: https://mega.nz/#!pJwhgCQR!8RJRc6k79p-_ ... 9zYgU44rsg Thanks MaxV - your code worked for me. And now I understand what you meant by the browser widget - I thought on mobile you had to use mobileControlCreate “browser”. However to be useful in the app I'm developing I really need to pass ...
by jim1001
Sun Sep 10, 2017 9:19 pm
Forum: Android Deployment
Topic: New approach for offline viewing PDF inside Android browser
Replies: 43
Views: 36179

Re: New approach for offline viewing PDF inside Android brow

Thank you MaxV. Look forward to seeing your results.

All the best,
Jim
by jim1001
Sun Sep 10, 2017 3:55 pm
Forum: Talking LiveCode
Topic: Creating LiveCode applications that play well with git
Replies: 136
Views: 77410

Re: Creating LiveCode applications that play well with git

Hi Trevor, Thanks for the suggestion. I spent a lot of time a few months back (pre-Levure) trying to get a simulator for my target Android device working satisfactorily. Gave up in the end when I saw how quick & easy it was to test on the real thing using the Test button. The app I'm working on will...
by jim1001
Sat Sep 09, 2017 8:29 pm
Forum: Talking LiveCode
Topic: Creating LiveCode applications that play well with git
Replies: 136
Views: 77410

Re: Creating LiveCode applications that play well with git

Trevor, Testing on an Android device using the uninstall - build apk - install apk works reliably. I'm doing it all the time using the method described in the wiki. We talked a while back in this thread (Jun 15) about the Test button. It would really speed things up if that could work for an Levure ...
by jim1001
Sat Sep 09, 2017 7:33 pm
Forum: Announcements
Topic: Releases and LiveCode updater
Replies: 4
Views: 5720

Re: Releases and LiveCode updater

Thierry,

Thanks for the information. I've found a link that confirms what you say:
https://www.mail-archive.com/use-liveco ... 89052.html

Did you see it on the use-livecode mailing list or has it been publicised elsewhere too?

Best wishes,
Jim
by jim1001
Sat Sep 09, 2017 4:21 pm
Forum: Announcements
Topic: Releases and LiveCode updater
Replies: 4
Views: 5720

Releases and LiveCode updater

I have LiveCode Community 8.1.6 which I downloaded & installed on 4 Aug (I'm pretty sure it was labelled as "stable"). I just ran the LiveCode updater & it tells me updates are available. Highlighted is 8.1.6-gm-2. The message starts with LiveCode 8.1.6. is now available The release notes for the la...
by jim1001
Thu Sep 07, 2017 7:05 pm
Forum: Android Deployment
Topic: New approach for offline viewing PDF inside Android browser
Replies: 43
Views: 36179

Re: New approach for offline viewing PDF inside Android brow

Hi MaxV, Thanks for your suggestion. I wish it would work for me but it doesn't! Before my last post I had tried similar to your suggestion with the supplied default PDF and another one in the web folder and changing DEFAULT_URL to point at them. The result is always the same - a blank PDF viewer bu...

Go to advanced search