Search found 2686 matches

by jmburnod
Mon Nov 07, 2022 3:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Populate Option Menu from Array [Solved]
Replies: 15
Views: 7501

Re: Populate Option Menu from Array [Solved]

Hi CAsba,
Where is the code put ?
set the text of...
Best
Jean-Marc
by jmburnod
Fri Nov 04, 2022 10:09 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Copy and rename a button - which takes precedence?
Replies: 20
Views: 6095

Re: Copy and rename a button - which takes precedence?

I confirm that Klaus is right about this very important point for the planet. 8)
Thanks again
by jmburnod
Wed Nov 02, 2022 11:28 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Copy and rename a button - which takes precedence?
Replies: 20
Views: 6095

Re: Copy and rename a button - which takes precedence?

Hi,

You may use clone command.
Something like that.

Code: Select all

on cloneOneBtn pTargetName, pNewName
   clone btn pTargetName
   set the name of last btn to pNewName
end cloneOneBtn
Best regards
Jean-Marc
by jmburnod
Fri Sep 16, 2022 12:26 pm
Forum: Android Deployment
Topic: Rotating And Saving An Image.
Replies: 10
Views: 9117

Re: Rotating And Saving An Image.

Hi,
You maybe have to add "as PNG" or "as JPG" after this line
export image "TEST" to URL HYU
Beat regards
Jean-Marc
by jmburnod
Wed Jul 06, 2022 9:56 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Position of character in a for-each loop
Replies: 26
Views: 7199

Re: Position of character in a for-each loop

I want to use some nested loops, so I hope not to get lost in the code
You may use a function to make your code clearer
Jean-Marc
by jmburnod
Tue Jul 05, 2022 5:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Position of character in a for-each loop
Replies: 26
Views: 7199

Re: Position of character in a for-each loop

Hi, I would use a counter. ... put 0 into tCount put empty into tBuff put "the quick brown fox" into myVariable repeat for each character dummy in myVariable add 1 to tCount put dummy & "," & tCount & cr after tBuff --get the position of dummy in the string myVariable here end repeat delete char -1 ...
by jmburnod
Sun Jun 26, 2022 6:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Keyboard language
Replies: 19
Views: 5679

Re: Keyboard language

Hi Mark
Sorry i missed your post. :oops:
info.plist file is generated when you compile an app for ios.
You may open it with textedit and change localization item.
LocalizationInfoPlist.png
Kind regards
Jean-Marc
by jmburnod
Tue Jun 21, 2022 4:51 pm
Forum: Talking LiveCode
Topic: Missing keyUp
Replies: 35
Views: 9234

Re: Missing keyUp

Hi Craig,
It works here (LC 9.6.6)
Kind regards
Jean-Marc
by jmburnod
Sun Jun 19, 2022 11:49 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Keyboard language
Replies: 19
Views: 5679

Re: Keyboard language

Hi All,
What about Info.plist file ?
Edit: OK doesn't work on windows
Best regards
Jean-Marc
by jmburnod
Wed Jun 15, 2022 7:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: relaunching a stack that is open
Replies: 6
Views: 2092

Re: relaunching a stack that is open

As said above you may test handlers from message box.
But relaunch/reopen can send several messages.
We may use a handler that simulate it and send this handler from the messagebox :D

Best
Jean-Marc
by jmburnod
Thu Jun 09, 2022 8:26 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: The day after (Help LiveCode to go back to school!)
Replies: 75
Views: 92482

Re: The day after (Help LiveCode to go back to school!)

Not only school ! for old people too !
I wanted begin a coding group with retired people association as preventing Alzheimer.
I must give up this until a free version is available. :shock:
Kind regards
Jean-Marc
by jmburnod
Wed Jun 08, 2022 2:37 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: The day after (Help LiveCode to go back to school!)
Replies: 75
Views: 92482

Re: The day after (Help LiveCode to go back to school!)

Hi All,
Did you also watch that the messages of newbies are in strong decrease since the funeral of the community version ?
Kind regards
Jean-Marc
by jmburnod
Tue Jun 07, 2022 12:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: can't open file
Replies: 11
Views: 3514

Re: can't open file

Hi Ty
Is your file is in document folder of your app ?
If that is the case your may use this

Code: Select all

   put specialfolderpath("documents") into tFolDoc
   put tFolDoc & "/" & "165.jpg" into tFile
   set the filename of img "myImage" to tFile  
Best regards
Jean-Marc
by jmburnod
Fri Jun 03, 2022 4:18 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: The day after (Help LiveCode to go back to school!)
Replies: 75
Views: 92482

Re: The day after (Help LiveCode to go back to school!)

Dear Mariasole, We need a special edition of LiveCode for schools that is completely free and freely distributable, to teach kids how to bring out their art and identity on the essential medium that is the computer. YES, YES and YES I wonder if special edition of LiveCode for schools doesn't allow t...

Go to advanced search