Search found 10 matches

by sc12
Tue Jan 26, 2021 2:28 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Progress Bar in a Datagrid
Replies: 2
Views: 2090

Progress Bar in a Datagrid

Hi! Have anyone tried inserting a progress bar into a datagrid before? In my behavior script of the datagrid, I have tried to set the thumbPosition of my progress scrollbar to the data in the pDataArray but unfortunately was unable to run it due to the error in the statement: set the thumbPosition o...
by sc12
Wed Jan 20, 2021 9:08 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Generating unique random string
Replies: 3
Views: 2792

Re: Generating unique random string

Ok, will try it out, thanks a lot!
by sc12
Wed Jan 20, 2021 8:18 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Generating unique random string
Replies: 3
Views: 2792

Generating unique random string

Hi!

Does anyone have any idea on how to generate a random unique code or string? Like how base64Encode returns a text string.

Thanks in advance!
by sc12
Wed Jan 20, 2021 8:16 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Distorted view of fields in Android Device
Replies: 5
Views: 3815

Re: Distorted view of fields in Android Device

Are you using fullscreenmode? If so, choosing the wrong display option will cause stretching like that. To allow for different font metrics on Android, make the fields wider than necessary so there's room on other platforms. Yup I'm using fullscreenmode, I tried showAll and it worked on my Android ...
by sc12
Fri Jan 15, 2021 2:43 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Distorted view of fields in Android Device
Replies: 5
Views: 3815

Distorted view of fields in Android Device

Hi! So I tried running my mobile app on Livecode and the layout and everything looks fine on Livecode, however, when I plugged in my Android device and run the app on it, my label fields get cut off. I tried reducing the size of the font but this makes reading hard on livecode. To add on, the font s...
by sc12
Thu Jan 14, 2021 11:07 am
Forum: iOS Deployment
Topic: Take an image with overlayed marks
Replies: 11
Views: 9030

Re: Take an image with overlayed marks

Hi! Can I just ask if this is possible on Android deployment? Since the mergEXT is for iOS only, is there any other ways to do this for Android on Livecode??
by sc12
Tue Jan 12, 2021 5:51 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Implementing a Facial Authentication API
Replies: 1
Views: 2135

Implementing a Facial Authentication API

Hi all, I am completely new and lost to implementing APIs. I want to implement a facial authentication feature as part of my mobile app's login process. I am a newbie at this and would like to kindly hear from experts or professionals on how to begin with the implementation of APIs. Any tips on wher...
by sc12
Tue Jan 12, 2021 2:00 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to create an auto image slider with bullets
Replies: 31
Views: 16850

Re: How to create an auto image slider with bullets

Hi all,

Thanks for the help and replies!! Actually I just wanted to display 3 images with 3 bullets on my login page card to provide a rough depiction/description of the objectives of my app :)
by sc12
Mon Jan 11, 2021 4:38 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to create an auto image slider with bullets
Replies: 31
Views: 16850

Re: How to create an auto image slider with bullets

Hi, thank you for replying. So I wanted to show a slideshow of images that will automatically show the next image, so right beneath the image will be a row of bullets (for example 3 bullets indicating 3 images). It is like a CSS image slider. For example if the card is showing image 1, the first bul...
by sc12
Mon Jan 11, 2021 2:47 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to create an auto image slider with bullets
Replies: 31
Views: 16850

How to create an auto image slider with bullets

Hi! I'm new to Livecode and coding, so I'm trying to display a series of images on one of the cards on my mobile app. I would also like to add bullets to the image slider that automatically change to the right slide as the image changes. However, I'm not sure where or how to start this. Does anyone ...