Search found 46 matches
- Tue Nov 10, 2020 9:24 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How can i save the workflow in stendalone application?
- Replies: 11
- Views: 1251
Re: How can i save the workflow in stendalone application?
Thanks. Now work with "splash" stack. Thanks for description.
- Tue Nov 10, 2020 5:49 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How can i save the workflow in stendalone application?
- Replies: 11
- Views: 1251
Re: How can i save the workflow in stendalone application?
This is a database of my movies and tv series with pictures and some text fields like Title, cast, etc.
- Tue Nov 10, 2020 4:45 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How can i save the workflow in stendalone application?
- Replies: 11
- Views: 1251
Re: How can i save the workflow in stendalone application?
I don't understand this, i followed this description https://livecode.fandom.com/wiki/Standa ... n_Settings but i don't know how to save the changes. Why need a standalone application if you can't save in it?
- Mon Nov 09, 2020 7:37 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How can i save the workflow in stendalone application?
- Replies: 11
- Views: 1251
Re: How can i save the workflow in stendalone application?
What script can I use to save the workflow in stendalone application?
- Mon Nov 09, 2020 7:24 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How can i save the workflow in stendalone application?
- Replies: 11
- Views: 1251
Re: How can i save the workflow in stendalone application?
Database is the stendalone application name.
The Database.livecode is what I made of stendalone application.
The Database.livecode is what I made of stendalone application.
- Mon Nov 09, 2020 7:15 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How can i save the workflow in stendalone application?
- Replies: 11
- Views: 1251
How can i save the workflow in stendalone application?
I tried>
does not work, does not save changes.
Code: Select all
save stack "Database" as "/Volumes/Data/Database.livecode"
Code: Select all
save this stack
- Sat Oct 31, 2020 9:09 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How can i calculate age from years
- Replies: 4
- Views: 1098
How can i calculate age from years
How can i calculate age from years? Like this:
17-10-1981 (this paste in "field1") and show the years 39 in "field2"
17-10-1981 (this paste in "field1") and show the years 39 in "field2"
- Mon Oct 26, 2020 4:59 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Possible play YouTube embedded video?
- Replies: 7
- Views: 1288
Re: Possible play YouTube embedded video?
I know how to embed video only in livecode can't play or hang or can't load video in browser widget.
- Sat Oct 24, 2020 8:12 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Possible play YouTube embedded video?
- Replies: 7
- Views: 1288
Re: Possible play YouTube embedded video?
The second.
- Sat Oct 24, 2020 7:58 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Possible play YouTube embedded video?
- Replies: 7
- Views: 1288
Possible play YouTube embedded video?
Possible play YouTube embedded video in widget or player?
- Wed Oct 21, 2020 4:29 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Image position
- Replies: 9
- Views: 1179
Re: Image position
Yes i see. 

- Tue Oct 20, 2020 6:36 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Image position
- Replies: 9
- Views: 1179
Re: Image position
Thank you.
- Tue Oct 20, 2020 6:22 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Image position
- Replies: 9
- Views: 1179
Re: Image position
Now i use this script. on mouseup ## Show the system OPEN dialog: answer file "Please select an image file." with type "Images|jpg,jpeg,gif,png|" put it into tFile ## Check if user clicked CANCEL if the result = "Cancel" then exit mouseup end if create image "pic1" set the filename of img "pic1" to ...
- Tue Oct 20, 2020 6:16 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Image position
- Replies: 9
- Views: 1179
Re: Image position
The image adding after groupping in stendalone application. I wanted to make it 40-45 images in one page and this add within a stendalone application.
- Tue Oct 20, 2020 5:03 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Image position
- Replies: 9
- Views: 1179
Image position
When i make the scrollable group and after i place the image (with button) and when i scroll the image stays in one place it always stays on top wherever i scroll.
How can images be placed in a larger area than the size of the stack?
How can images be placed in a larger area than the size of the stack?