Search found 3768 matches

by Simon
Tue Apr 05, 2016 10:34 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: RevBrowser Scrolling
Replies: 5
Views: 3577

Re: RevBrowser Scrolling

Hi Larry, I'm on win 7 LC 7.1.2 and I see the scrollbars (while in the IDE) the toggle btn works as expected. Was able to scroll down and press the Run Screener button got the Command Successful (takes 20-30 sec) message but the Save Data locked up the stack with 6K+ records. Maybe I don't understan...
by Simon
Tue Apr 05, 2016 1:00 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Total newb question: selecting from a list
Replies: 10
Views: 4959

Re: Total newb question: selecting from a list

It's just basically "telling" the computer what to do.
Always keep that in mind!
With the "English language like language" it is easy to just think of what you are trying to do and then check the Dictionary (your new best friend) it holds lots of hints to get to where you want to be.

Simon
by Simon
Mon Apr 04, 2016 11:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Total newb question: selecting from a list
Replies: 10
Views: 4959

Re: Total newb question: selecting from a list

Hi cliffale7, While this lesson isn't exactly what you are asking for http://lessons.livecode.com/m/2592/l/21424-combining-random-text-strings it does uses random selection ("any") and text storage. Shouldn't be too difficult to work from the lesson and get your desired app. Ah, it uses "word" a who...
by Simon
Sat Apr 02, 2016 1:11 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Hiding and un-hiding a Card & skipping when hidden
Replies: 11
Views: 5852

Re: Hiding and un-hiding a Card & skipping when hidden

It is a common practice to use hidden windows with controls (like a text box) to "store" lots of data inside the App (and avoid using resources or external files). Same as in liveCode. Though we do use external file (.txt, .db, .dat, etc.) if we need that information updated in a standalone. Now if...
by Simon
Sat Apr 02, 2016 1:03 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Remove Carriage Returns
Replies: 51
Views: 25316

Re: Remove Carriage Returns

PHEW!!!! :)
This was like a bad romance story.

Simon
by Simon
Tue Mar 29, 2016 5:05 pm
Forum: Databases
Topic: Newbe… which DB?
Replies: 20
Views: 16140

Re: Newbe… which DB?

Hi Sandro,
Here is a link to the very mystical part of running mySQL (mystical because it's php)
http://forums.livecode.com/viewtopic.ph ... 15#p124003
Check out his blog posting.

Simon
by Simon
Fri Mar 25, 2016 1:26 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Basic Help with Text
Replies: 2
Views: 2256

Re: Basic Help with Text

How about

Code: Select all

 put tSelectedFile & quote & "}" into item 6 in fld "Header_files-download"
Simon
by Simon
Tue Mar 22, 2016 12:42 am
Forum: Multimedia
Topic: Jerky Animated Graphics
Replies: 3
Views: 3902

Re: Jerky Animated Graphics

Sorry
BEEF-JERKY.gif
Just too easy
BEEF-JERKY.gif (209.84 KiB) Viewed 3855 times
Simon
by Simon
Fri Mar 18, 2016 12:57 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to move everything
Replies: 20
Views: 10277

Re: How to move everything

Rats! Should have been easy. "Last whatever" is the highest layer control of type "whatever". I guess that when one groups it doesn't send it to the "layer top". Hey... the dictionary says it should work. Tip: To refer to the newly-created group, use the last keyword: group button "Yes" and button "...
by Simon
Fri Mar 18, 2016 12:38 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to move everything
Replies: 20
Views: 10277

Re: How to move everything

Hi Michael,
Have you tried "last"

Simon
by Simon
Thu Mar 17, 2016 9:33 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to move everything
Replies: 20
Views: 10277

Re: How to move everything

Hi Michael,
acceleratedRendering does work on iOS, just the card doesn't move up when the keyboard comes up like it does on Android.
Yes, grouping is the answer I've used.

Simon
by Simon
Wed Mar 16, 2016 4:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to show text in field over the time
Replies: 7
Views: 4656

Re: How to show text in field over the time

Use Craig's method and check out "RTFText".

Simon
by Simon
Wed Mar 16, 2016 4:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to show text in field over the time
Replies: 7
Views: 4656

Re: How to show text in field over the time

ooops.. RTF forgot about that.

Simon

Go to advanced search