Search found 282 matches

by Samuele
Wed Feb 02, 2022 12:26 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: inclusions problem
Replies: 14
Views: 4688

Re: inclusions problem

There is another way to make a Splash stack that is actually a substack . . . - SShot 2022-01-24 at 22.28.32.png i tried like this and it didn't work Main.zip i made the Mainstack a splash stack and the substack the "main" but none of them is shown (you can use the project browser to open them) so ...
by Samuele
Tue Feb 01, 2022 11:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Tooltip
Replies: 12
Views: 5134

Tooltip

Hi, i'm trying to put a label field on top of an android native field to create this sort of tooltip effect Immagine 2022-02-01 231222.png but on mobile the field that i put on top (the "tooltip") is not shown or can't be seen amd only the "editable" field is shown. Any ideas on how make it work? Th...
by Samuele
Tue Feb 01, 2022 10:54 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: scrollable-touch field
Replies: 12
Views: 4135

Re: scrollable-touch field

Hi Samuele, you have been hit by an ugly bug: https://quality.livecode.com/show_bug.cgi?id=23177 As a workaround try to add some pixels to the (formatted)height like this: ... // Set the are of the content to be scrolled put the left of field "ProvaData",the top of field "ProvaData",the right of fi...
by Samuele
Tue Feb 01, 2022 5:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: scrollable-touch field
Replies: 12
Views: 4135

Re: scrollable-touch field

you have been hit by an ugly bug: https://quality.livecode.com/show_bug.cgi?id=23177 Nooooo! As a workaround try to add some pixels to the (formatted)height like this: alright thanks, i will try, but since the content of my field changes all the time (becomes more) does it help to add pixels?
by Samuele
Tue Feb 01, 2022 4:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: scrollable-touch field
Replies: 12
Views: 4135

Re: scrollable-touch field

Hi I tried this script for a scrollable-touch field on android, it works, but not all the content of the field can be seen, after, you scroll a bit down, it ends the scrolling, before all the content is shown, was I understandable? :roll: //Scroller on preOpenCard local tScrollerRect, tContentRect /...
by Samuele
Mon Jan 31, 2022 7:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: donation app
Replies: 4
Views: 1756

Re: donation app

yes, you're right for the donation, but as i usually do :? i change the subject in the middle of the thread, in the second post i was talking about another app, that i'll be submitting to the play store B"H
by Samuele
Mon Jan 31, 2022 6:02 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: continuous card
Replies: 8
Views: 2737

Re: continuous card

Thank You, I will try to put into practice all the knowledge just revealed to me!
by Samuele
Mon Jan 31, 2022 1:07 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: continuous card
Replies: 8
Views: 2737

continuous card

Hi, how can i make a card that's "scrollable" for example in my case, i put all the content from a database in a field, but i don't want only the field to be "scrollable" but all the card, because of the design Immagine 2022-01-31 130252.png as you can see in this image, the text in black comes from...
by Samuele
Mon Jan 31, 2022 12:54 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: donation app
Replies: 4
Views: 1756

Re: donation app

alright, thanks, and with google play how can you do that? I tried to have a look at the dictionary but there are a LOT of commands is it that difficult?
by Samuele
Fri Jan 28, 2022 2:07 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: donation app
Replies: 4
Views: 1756

donation app

Hi, I'm trying to make a donation app (not to upload on the stores but just something personal for my Jewish community), but i don't know hot to make purchases in livecode, someone knows how to make that?
Thanks!
by Samuele
Thu Jan 27, 2022 9:59 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: better progress bar
Replies: 28
Views: 8327

Re: better progress bar

is there something for android mobile?
Thanks!
by Samuele
Thu Jan 27, 2022 7:10 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: integer
Replies: 21
Views: 5679

Re: integer

Thank you for your help i solved the progress bar problem B"H by setting it to (_sessionClicks - _ClicksAlreadyCounted) and i added 20 to _ClicksAlreadyCounted where i set the progress bar to 0.
by Samuele
Thu Jan 27, 2022 6:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: integer
Replies: 21
Views: 5679

Re: integer

the second problem is: how can i reset the progress bar and restart the progress (a solution would be to put 0 into _sessionClikcs but the problem is that if i do that then the bonus will remain always X1)
any other ideas?
Thanks!
by Samuele
Thu Jan 27, 2022 6:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: integer
Replies: 21
Views: 5679

Re: integer

Klaus wrote:
Thu Jan 27, 2022 6:36 pm
## _overDriveBonus IS an INTEGER all the time!
you're right!!! when i realized it i made two functions, one with return trunc and the other a normal return, and that fixed my first problem.
by Samuele
Thu Jan 27, 2022 6:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: better progress bar
Replies: 28
Views: 8327

Re: better progress bar

What Klaus said. Make your own. It will be fun and a very good exercise. Let us know if you need help starting. There are a million ways to do it, all with ordinary controls taken right out of the tools palette. Craig yep thanks, i didn't even know you can create your own! how do i start? Thanks!

Go to advanced search