Search found 2686 matches

by jmburnod
Mon Dec 27, 2021 1:02 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Search & hilite different lines in scrolling field
Replies: 7
Views: 3159

Re: Search & hilite different lines in scrolling field

Bonjour François,
Not really: my problem is to select the lines, non contiguous.
You can do this, just set the NoContiguousHilite of the list field to true.
Best regards
Jean-Marc
by jmburnod
Sun Dec 19, 2021 4:39 pm
Forum: iOS Deployment
Topic: unable to install
Replies: 8
Views: 5023

unable to install

Hi All, I get an error message « unable to install » when i try to install my on my iPad (iPadair2 iOS 13.1.2, LC 9.6.4, xCode 12.5.1.) I also noticed that many app doesn’t appear on installed app list. I suspect an ios version probleme (13.1.2 is old now) Thanks for yours advices Kind regards Jean-...
by jmburnod
Sun Dec 05, 2021 6:47 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Transparent Visual Effect
Replies: 9
Views: 5186

Re: Transparent Visual Effect

Hi,
You may use this for that:

Code: Select all

put the rect of Img "myImg" into tRect
lock screen for visual effect in rect tRect
Best regards
Jean-Marc
by jmburnod
Mon Nov 29, 2021 6:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: answer better
Replies: 17
Views: 5674

Re: answer better

Hi,
When i need a special answer dialog i use a group, but it is more work than use answer dialog.
As Craig said what is your need ?
Best regards
Jean-Marc
by jmburnod
Sat Nov 27, 2021 5:42 pm
Forum: Talking LiveCode
Topic: Get the screen position of the cursor
Replies: 23
Views: 7529

Re: Get the screen position of the cursor

Hi Richmond,

Code: Select all

put the selectedloc
is for you
Kind regards
Jean-Marc
by jmburnod
Sat Nov 20, 2021 1:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Teenage Problem
Replies: 23
Views: 6845

Re: Teenage Problem

Hi Richmond,
Did you try this ?
launch livecode
set the lockmessages to true
open your stack.
Kind regards
Jean-Marc
by jmburnod
Fri Nov 19, 2021 7:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Blocking text changes in fields
Replies: 4
Views: 2880

Re: Blocking text changes in fields but allowing text selections and copy

Hi All,
Yes,
locktext to true and traversalon to true
and you can select and copy selected text
Best regards
Jean-Marc
by jmburnod
Tue Nov 16, 2021 6:01 pm
Forum: Games
Topic: How To Use Unscramble Tool For Generating words?
Replies: 12
Views: 6367

Re: How To Use Unscramble Tool For Generating words?

Yes, but you may use a list of allowed words to check if a result is in this list
by jmburnod
Tue Nov 16, 2021 3:03 pm
Forum: Games
Topic: How To Use Unscramble Tool For Generating words?
Replies: 12
Views: 6367

Re: How To Use Unscramble Tool For Generating words?

I missed something again . . .
Yes,
Brother Klaus is watching us

Jean-Marc
by jmburnod
Tue Nov 16, 2021 9:55 am
Forum: Games
Topic: How To Use Unscramble Tool For Generating words?
Replies: 12
Views: 6367

Re: How To Use Unscramble Tool For Generating words?

Hi,
Did you see this lesson ?
https://lessons.livecode.com/m/4071/l/1 ... finder-app
Best regards
Jean-Marc
by jmburnod
Mon Nov 08, 2021 7:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Char matching
Replies: 12
Views: 4124

Re: Char matching

Hi Richmond,
Works nice with this:

Code: Select all

  put "e" into BUKVA
   put "x" into BUKVA2
instead this

Code: Select all

 put 'e' into BUKVA
put 'x' into BUKVA2
Kind regards
Jean-Marc
by jmburnod
Mon Oct 18, 2021 10:01 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to open a file?
Replies: 17
Views: 5870

Re: How to open a file?

I want there to be a button that opens a particular file on the phone
you can open files in documents folder only.
Jean-Marc
by jmburnod
Mon Oct 18, 2021 5:59 pm
Forum: Mac OS
Topic: Command-Period not Stopping Scripts ...
Replies: 7
Views: 5362

Re: Command-Period not Stopping Scripts ...

Hi,
Did you check the allowInterrupts = true ?
Best regards
Jean-Marc
by jmburnod
Thu Oct 14, 2021 3:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: stack size
Replies: 17
Views: 7455

Re: stack size

Hi All,
I have the same goal for iPad.
You may use fullscreenMode if each control doesn't move.
If some controls move, you have to set the loc of each control regarding screenrect.
Best regards
Jean-Marc

Go to advanced search