Search found 128 matches
- Fri Apr 12, 2019 9:18 pm
- Forum: iOS Deployment
- Topic: Mobile scrolling?
- Replies: 7
- Views: 29441
Mobile scrolling?
How do you approach mobile scrolling for iOS and Android? It is such a common thing on all mobile devices to use the finger to scroll up and down a list view. I've found one post from 2013 regarding scrolling, but it doesn't easily answer my questions about scrolling. I am finding that LC seems to g...
- Fri Apr 05, 2019 6:04 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Trying to understand arrays
- Replies: 10
- Views: 7282
Re: Trying to understand arrays
Hi @Redfield, As one lC newbie to another, arrays and multidimensional arrays can be an adventure for a new user. Bogs was not steering you wrong when he said, The best slice of text I've ever seen about arrays is this one at BYU. Adding my very limited noob voice to those experts who have already a...
- Thu Apr 04, 2019 11:45 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Mobile Apps and Web Content - SOLVED
- Replies: 6
- Views: 5760
Re: Mobile Apps and Web Content
I'm probably not answering what you would like to do, but would this lesson help?
-Rachel
Code: Select all
http://lessons.livecode.com/m/4069/l/12351-how-do-i-send-an-email-from-my-mobile-device
- Thu Apr 04, 2019 9:17 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: [Solved] How to style text and add images to Content Area of field?
- Replies: 32
- Views: 20055
Re: [Solved] How to style text and add images to Content Area of field?
Thanks @Bogs,
I'll look at the Browser object/widget in more detail...
So many objects. So little time.
-Rachel
I'll look at the Browser object/widget in more detail...
So many objects. So little time.

-Rachel
- Thu Apr 04, 2019 3:17 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: [Solved] How to style text and add images to Content Area of field?
- Replies: 32
- Views: 20055
Re: [Solved] How to style text and add images to Content Area of field?
Think of it as a quick cheat (but maybe not the best cheat ) OK @Bogs, I'll bite. What is a better way to insert an image into a scrolling field than using "image source"? I'm relieved that there is an option for this in LC, but trying to insert these photos at the proper char/line is a challenge. ...
- Thu Apr 04, 2019 2:46 am
- Forum: Feature Proposals
- Topic: True Text Justification
- Replies: 3
- Views: 3740
Re: True Text Justification
Thanks for the reply Al. @capellan That is interesting about the LC engine. I'm actually looking at text justification to go with iOS and Android. I like the look of it in my App's description area. Just seems cleaner for my purposes. I guess, for now, I'll just go with the ragged edges. I'm really ...
- Wed Apr 03, 2019 11:34 pm
- Forum: Feature Proposals
- Topic: True Text Justification
- Replies: 3
- Views: 3740
True Text Justification
True text justification has been a requested feature since at least 2014. (I saw one dead link that related to 2007) https://forums.livecode.com/viewtopic.php?f=6&t=20228&p=102518&hilit=text+justification#p102517 I've tried using HTML5 and an inline style for text justification. That doesn't seem to...
- Wed Apr 03, 2019 10:10 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: [Solved] How to style text and add images to Content Area of field?
- Replies: 32
- Views: 20055
Re: [Solved] How to style text and add images to Content Area of field?
@Bogs, imageSource is "the bee's knees"! Thanks for pointing it out. It allows me to insert the photos into my descriptive text in a scrolling field. Happy Dancing here. :mrgreen: Hey, I can even style the images to be centered or right aligned. BOY, did this all take some study. This the simplest p...
- Wed Apr 03, 2019 6:08 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: iOS SDK: the same version as Xcode?
- Replies: 6
- Views: 5750
Re: iOS SDK: the same version as Xcode?
Be aware that as of March, 2019, Apple will only accept apps that are now being made with Xcode 10.1. The newest version of LC will compile to that version.
iOS 12.1 SDK is included in Xcode 10.1
HTHs,
-Rachel
iOS 12.1 SDK is included in Xcode 10.1
HTHs,
-Rachel
- Wed Apr 03, 2019 5:56 pm
- Forum: Feature Proposals
- Topic: Allow adding SVG icons to LC Navigation Data And a search feature
- Replies: 5
- Views: 3748
Re: Allow adding SVG icons to LC Navigation Data And a search feature
@Bogs,I'd be curious to see what you mean by this. Screen shot?
Like this:
Not sure what you mean about the icon folder. I'll try to see if I can nose around and find it.
Smiles,
-Rachel
- Wed Apr 03, 2019 2:18 am
- Forum: Feature Proposals
- Topic: Allow adding SVG icons to LC Navigation Data And a search feature
- Replies: 5
- Views: 3748
Allow adding SVG icons to LC Navigation Data And a search feature
Please consider adding the following options to LC Header Bar and Navigation Bar icon area: 1. Ability to search the icons that are in the popup folder. ie. Type in 'home' and all icons with home are shown. Most IDEs have this ability now. 2. Ability to add icons to the icon selections. For example,...
- Tue Apr 02, 2019 5:31 pm
- Forum: SoCal LiveCode Group
- Topic: Meeting: April 4, Pasadena
- Replies: 3
- Views: 20561
Re: Meeting: April 4, Pasadena
Wish I could go. I'd love to meet some of you and maybe some genius could turn me into a LC coder.
For those of you who get to attend, have a wonderful time and learn a lot.
-Rachel

For those of you who get to attend, have a wonderful time and learn a lot.
-Rachel
- Mon Apr 01, 2019 8:34 pm
- Forum: Off-Topic
- Topic: A basic tutorial...
- Replies: 36
- Views: 29145
Re: A basic tutorial...
@Bogs,
Hmmm. I sent you quite a lot of feedback. Not sure why you didn't receive it. I never heard a "peep" back.
-Rachel
Hmmm. I sent you quite a lot of feedback. Not sure why you didn't receive it. I never heard a "peep" back.
-Rachel
- Fri Mar 29, 2019 6:06 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Asking a little help with datagrid or file locations
- Replies: 13
- Views: 9861
Re: Asking a little help with datagrid or file locations
@jacque Thank you again for your knowledgeable help. I may have gotten confused by the example shown in the datagrid form lesson. It emulates the typical iOS list with thumbnails. That made me think that I should use the datagrid for iOS list views. I have to use a tableview/listview to rebuild my a...
- Fri Mar 29, 2019 4:26 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Asking a little help with datagrid or file locations
- Replies: 13
- Views: 9861
Re: Asking a little help with datagrid or file locations
Hi @Terry, Thanks for the links and the thoughtful comments. I've been off the grid for a few days. I'll check out some of the links that you took the time to write up. Oh, and, yes, you are so right about the datagrid. Loved the way you phrased it. The first time I tried LC in 2016, I jumped right ...