Search found 260 matches

by atout66
Tue May 23, 2017 4:16 pm
Forum: Android Deployment
Topic: Can't get the SDK Manager and AVD Manager exe
Replies: 2
Views: 9269

Re: Can't get the SDK Manager and AVD Manager exe

Hi MaxV,

Yes I'm under Win 7, 32 bits.
Thanks for the links, and the tutorial, I'm going to give it a look.

Regards, Jean-Paul.
by atout66
Sun May 21, 2017 9:45 am
Forum: Android Deployment
Topic: Can't get the SDK Manager and AVD Manager exe
Replies: 2
Views: 9269

Can't get the SDK Manager and AVD Manager exe

Hi to all, Back to LC I'm trying the new version 8.1.3. By following the lesson "[url http://lessons.livecode.com/s/lessons/m/4069/l/565716-how-do-i-become-an-android-developer-on-a-pc][/url]How do I Become an Android Developer on a PC?" I'm supposed after downloading the Android SDK (only the SDK, ...
by atout66
Thu May 05, 2016 8:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Scroll to the nearest line [Solved]
Replies: 6
Views: 4154

Re: Scroll to the nearest line

Wahou ! you've got it almost ! I just replaced your line: set the scroll of fld "laMatrice" to tLine * the textheight of fld "laMatrice" - the textheight of fld "laMatrice" by: set the hilitedLine of fld "laMatrice" to tLine -- <tLine> is the number of the line and then it works ! Thanks very much C...
by atout66
Thu May 05, 2016 8:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Scroll to the nearest line [Solved]
Replies: 6
Views: 4154

Re: Scroll to the nearest line

No Craig, it's not a problem of time, I track your script via the debugger and the lineOffset() is very fast. I don't know what is a "binary search" but when I was under Toolbook (long time ago) they had a function which used a logarithm way to find the nearest number or word or position of an objec...
by atout66
Thu May 05, 2016 6:30 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Scroll to the nearest line [Solved]
Replies: 6
Views: 4154

Re: Scroll to the nearest line

Thanks for your help Craig. I tried your script without success.
I remember that this problem belong to a logarithm search and that there was a lesson somewhere about it.

I continu my research :wink:
by atout66
Thu May 05, 2016 5:22 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Scroll to the nearest line [Solved]
Replies: 6
Views: 4154

Scroll to the nearest line [Solved]

Hi to all, I've a field called "matrice" with 410 000 lines. Each line contains a word. Above that field "matrice", I've a field called "search". The user can input a word inside. What I want to do is, that each char placed into the field "search", I scroll the field "matrice" to the nearest right l...
by atout66
Wed Apr 27, 2016 8:45 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Name of card
Replies: 2
Views: 2328

Re: Name of card

I, not sure if I understand all the meaning of your question, but by script you can change the name of the card that way:

Code: Select all

set the short name of this card to "theNameYouWant"
Cheers, Jean-Paul.
by atout66
Wed Apr 27, 2016 8:38 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to make a top ten score ? [Solved]
Replies: 3
Views: 2998

Re: How to make a top ten score ?

Hi Craig,

Very useful your example. I learned a lot with the debugger, and also discovered the keyword <any> :wink:

Thanks for your help, I should find my way now...

Cheers, Jean-Paul.
by atout66
Wed Apr 27, 2016 8:28 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to make a top ten score ? [Solved]
Replies: 3
Views: 2998

Re: How to make a top ten score ?

Thanks Craig, I'm going to study your script.
No, I didn't know about the <combine> command but with the help of the dictionary I understand what it does now :wink:
by atout66
Tue Apr 26, 2016 6:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to make a top ten score ? [Solved]
Replies: 3
Views: 2998

How to make a top ten score ? [Solved]

Hi to all, I wonder how I could build a top ten score. I want to record the used of words and show to the user his habits when he click on a button. I thought about an array but I clearly don't manage them well enought... I also thought to put the 10 words the most used into 10 different fields and ...
by atout66
Tue Apr 26, 2016 10:42 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to load a textFont dialog box ? [Solved]
Replies: 4
Views: 3292

Re: How to load a textFont dialog box ?

Merci Jean-Marc for these advice :wink:
by atout66
Mon Apr 25, 2016 6:48 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Creating shortcuts for IDE not working on Mac
Replies: 5
Views: 4003

Re: Creating shortcuts for IDE not working on Mac

@Jacque

I've been wondering so many times why the Ctrl+G in the script editor didn't work to <go to line number> (like in some other editors), and now I see it's Ctrl+L :shock:

Many thanks for this usefull list :wink:
by atout66
Mon Apr 25, 2016 6:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to load a textFont dialog box ? [Solved]
Replies: 4
Views: 3292

Re: How to load a textFont dialog box ?

Ah OK Jean-Marc, thanks, I knew about FontNames() but I thought there was a build in function in LC which would do a part of the work for me :wink:
So, if I understand your meaning, I've to build myself all the process dialog box, with a combo box I guess, right ?
by atout66
Mon Apr 25, 2016 8:45 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to load a textFont dialog box ? [Solved]
Replies: 4
Views: 3292

How to load a textFont dialog box ? [Solved]

Hi to all, Sorry if this has already been asked but I didn't find the topic with the keyword <textFont>... The question is simple; how can I load a dialog box which let the user select the textFont from the system he wants ? I mean on a desktop application, no mobile. I've seen the entry of <revFont...
by atout66
Thu Apr 14, 2016 6:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: If some key is down
Replies: 5
Views: 3997

Re: If some key is down

If you want your application to response when the user press a function key, place this script (the beginning to give you an idea) in your main stack. on functionKey theKey lock Screen switch theKey case 1 -- HELP if the controlKey is down then -- load the main help file launch url ("file:/"&gLePath...

Go to advanced search