-
Login control - reset pas...
Forum: General
Last Post: marktalluto
10-31-2024, 05:38 PM
» Replies: 3
» Views: 788 -
BLOBs: Multiple feature r...
Forum: Feature Requests
Last Post: stam66
10-18-2024, 12:10 PM
» Replies: 5
» Views: 703 -
LiveCode licence needed?
Forum: General
Last Post: marktalluto
10-17-2024, 08:49 PM
» Replies: 3
» Views: 730 -
Script as text
Forum: Feature Requests
Last Post: linda
10-11-2024, 11:37 PM
» Replies: 1
» Views: 448 -
List Files issue
Forum: Bug Reports
Last Post: stam66
10-11-2024, 01:17 AM
» Replies: 5
» Views: 708 -
Buttonbar
Forum: Feature Requests
Last Post: marktalluto
10-08-2024, 11:58 PM
» Replies: 1
» Views: 348 -
Hey
Forum: Introduce Yourself
Last Post: marktalluto
10-08-2024, 11:47 PM
» Replies: 3
» Views: 3,434 -
I'm interested in opinion...
Forum: General
Last Post: marktalluto
10-08-2024, 10:52 PM
» Replies: 4
» Views: 4,614 -
Appli Founder Message for...
Forum: Announcements
Last Post: marktalluto
10-02-2024, 12:26 AM
» Replies: 0
» Views: 358 -
An interesting Find in Ap...
Forum: General
Last Post: MichaelJes
09-19-2024, 12:19 AM
» Replies: 3
» Views: 10,033
- Forum posts:207
- Forum threads:72
- Members:1,192
- Latest member:EnriqueHeifs
Of course, these may be documentation requests rather than feature requests ....
1. There doesn't seem to be a way to remove an app from the list of "My Apps".
2. The list screen has a switch at the bottom for "Show Included". What does this do ?
3. "Patch Notes" Is this the best name ? Would "Release notes" be more standard (and less nerdy) alternative ?
4. Opening the player could check if there is a later version available. This is particularly useful because it is HARD to search for the Appli player on the IOS App Store. I tried a whole bunch of strings before finding that "Canela Software" would get me there.
5. The list of apps on the My Apps screen could show (badge of some kind??) which apps have an update available.
6. Apps on the My Apps screen should be collected together by Project.
I have an app with multiple buttons, each of which should do an almost identical thing:
log the fact that the button has been pressed (and the date, time, ....)
If I was doing it in Livecode, I could :
1. put the buttons in a group, and have the group script do " .... logmessage(the short name of the target) ..."
or
2. have a behaviour script that did logmessage(the short name of me), and use that for all these buttons
or
3. at the very least, do "logmessage(the short name of me)" in the script before copying/pasting/duplicating the buttons.
I can't see any way to do anything similar in Appli - currently I am copy+pasting the buttons, and then editing each one to change the text string of the button name in the code.
Both for table and layout elements it would be desirable to be able to set the scroll position.
For example, I have a simple tracker app, with either a table or layout to display previous events, in chronological order. I want the most recent events to be immediately visible - though all events should be visible by scrolling.
So, after refreshing the table or layout, I would like to do something like
refresh layout "mylayout"
set the scrollposition of layout "mylayout" to <some big number>
I tried to copy my app "Tracker" in project "Tracker" to another project. When I did this, I got n error message
Error, couldn't create table
LiveCodeIntegration. [OK]
I tied a couple of different target Projects, but all gave this same error.
btw - I *wanted* to copy this app within the same project, but that isn't an option.
I have a simple app (LUTO-RNAJ), or "Tracker". It has a database table of events. When the "Display" screen is. opened (e.g. by clicking "Show past events" on the home screen), the table is refreshed and then sorted.
It displays correctly in Appli on my Mac, but the same table is not properly sorted when I use the Appli player on IOS.
btw - using the "column sorting" button in the table header does produce correct sort order.
It appears as though the description in the docs for "list records" is incorrect.
Docs say the output is a line-delimited list of recordIDs, but it appears to actually be a list of the field values set by the Keys parameter.
(The apparent action is more general, so I suspect the docs are simply out of date - you get the described functionality by specifying "cdbrecordid" for the keys parameter).
I don't know if this is a bug, a feature request, or simply something I missed in the docs.
All the time functions (e.g. get_current_time) allow for a predefined list of formats, and those are only hours and minutes - there seems to be no way to get seconds (or millisecs), as you would want for timestamping or other purposes.
But - I used the custom code option to use LC to give me time as HH:MM:SS, and thereby got my first appli app working - a very simple digital clock (only runs for a few seconds :-)
App code is LVLR-PFRN
Appli has a number of videos that are posted on YouTube.
I find that searching for these has been a bit of a chore so I am posting the Web Address here: https://www.youtube.com/@appli_io
There are a number of videos showing many subjects for Appli uses.
I suggest that you might want to Bookmark this site for future reference.
Enjoy!
Hi Folks,
Just uploaded a small tutorial showing how LiveCode integration works inside Appli. Hope you enjoy it. If you need any help, reach out to me here.