Search found 225 matches

by liveme
Fri Aug 25, 2023 8:19 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Livecode and Python?
Replies: 10
Views: 17554

Re: Livecode and Python?

Aoutch ! :shock:
:D
by liveme
Fri Aug 25, 2023 8:03 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Livecode and Python?
Replies: 10
Views: 17554

Re: Livecode and Python?

Thanks Stam for sharing this knowledge about Mac/Win possible use of the "do as alternateLanguage" and no, I didnt know about still... :P * I will look for what "alternateLanguage" command has available for the Linux/Ubuntu and what language it would target. I m keeping open to some other commands f...
by liveme
Fri Aug 25, 2023 5:03 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Livecode and Python?
Replies: 10
Views: 17554

Re: Livecode and Python?

Great, I've just tested it in a terminal and its super cool that it can work in this way !! :D I'm wondering, what are some method names in order to pass some values to a python or julia or some other language without opening a console ahead ? *Can livecode do so [without opening a terminal before] ...
by liveme
Sat May 08, 2021 7:16 pm
Forum: HTML5
Topic: LC web building vs a Nocode dynamic page Builder ?
Replies: 0
Views: 10639

LC web building vs a Nocode dynamic page Builder ?

Hii guys, I'm on a simple "technical" dynamic page website project..and would like to produce a rough working page as quick as possible. since I've never used LC to build any page, I'm sorry to ask the questions here without even looking much at what the Doc says about LC html building ! :oops: My q...
by liveme
Sat May 08, 2021 7:04 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: "Downloading" a file to an online folder ? possible
Replies: 5
Views: 3463

Re: "Downloading" a file to an online folder ? possible

Ok, I'm not an expert on that matter, but my friend could set some command running in the Terminal using "Curl". including login to the website...then "activating" the download of the excell file...so actualy I didnt use LC during that first trial. *Most Likely LC could send this command +variable b...
by liveme
Sat May 08, 2021 3:59 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: "Downloading" a file to an online folder ? possible
Replies: 5
Views: 3463

Re: "Downloading" a file to an online folder ? possible

I got some help from a friend and found out its using :
Handlerexec.asmx
by liveme
Fri May 07, 2021 7:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: "Downloading" a file to an online folder ? possible
Replies: 5
Views: 3463

"Downloading" a file to an online folder ? possible

HI ppl, I'm looking for to know if an equivalent operation as the "download" of an excell file could be done to instead "route" the file to another online/cloud folder (...so as to avoid a standard Download to folder X on PC Z...) Any clue is that is in anyway possible..;and with what tool or method...
by liveme
Sat May 01, 2021 7:04 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Highlighting some word after retreiving a description ?
Replies: 4
Views: 2719

Re: Highlighting some word after retreiving a description ?

Thanks Jacque, yes, I think that's what I needed : wordOffset will give it a try, thanks a lot ! ...As for DB, well I was thinking, maybe while the search runs it could store each "expression" locations in a table which then could be used to apply the backcolor right after...( avoiding a second look...
by liveme
Sat May 01, 2021 6:55 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Highlighting some word after retreiving a description ?
Replies: 4
Views: 2719

Highlighting some word after retreiving a description ?

HI PPL, Got a DB query returning all lines from a column related to a crfiteria. put "SELECT * FROM itemtable WHERE itemname LIKE "& tcriteria &";" into tSQL Next, how could one place a highlight yellow marking in the result field : - on the full line including that expression or ... on the words be...
by liveme
Sat May 01, 2021 4:49 am
Forum: Off-Topic
Topic: Brave browser & Bitcoin
Replies: 7
Views: 6079

Re: Brave browser & Bitcoin

Brave is a fork/clone of Chrome...with better privacy and less adds
by liveme
Fri Apr 23, 2021 5:47 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Best way to leave your stack ? (without hurting its feelings)
Replies: 2
Views: 2305

Re: Best way to leave your stack ? (without hurting its feelings) solved

solved !

Code: Select all

   if it is "yes" then  
      quit
   end if
quit the app...no the stack !!! ahhhh
:lol:
by liveme
Fri Apr 23, 2021 2:22 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Best way to leave your stack ? (without hurting its feelings)
Replies: 2
Views: 2305

Re: Best way to leave your stack ? (without hurting its feelings)

Shouldn t it be s/t like : on closeStackRequest answer "Are you sure?" with "No" or "Yes" if it is "Yes" then pass closeStackRequest // command would be send on the following line AFTER "Then"....and no "end if"..?? :shock: end if end closeStackRequest ..or does this only work after the app was buil...
by liveme
Fri Apr 23, 2021 2:12 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Best way to leave your stack ? (without hurting its feelings)
Replies: 2
Views: 2305

Best way to leave your stack ? (without hurting its feelings)

Hi ppl, So, I'm coding my first "stack leaving" here...and I get twice the msg "do you want to quit". ....plus...it does not even quit !!! goal is to display a msg box, make sure the user wants to quit, save all possible changes before...and close the App. So whats missing in that Doc. code ? on clo...
by liveme
Mon Apr 19, 2021 10:49 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: splitting a long icon path into several lines - possible ?
Replies: 10
Views: 6570

Re: splitting a long icon path into several lines - possible ?

You may change your mind after reading this : :wink: The blessing and curse of the people who never forget https://www.bbc.com/future/article/20171108-the-woman-who-cant-forget so...let's remember to forget - its 1/2 the reason why Forums exist, neeeh ? :!: Oh (almost forgot) tks for the "import to ...
by liveme
Sun Apr 18, 2021 11:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: splitting a long icon path into several lines - possible ?
Replies: 10
Views: 6570

Re: splitting a long icon path into several lines - possible ?

HI Stam, Oh, I get it now ..why the circle was not included...and why I too got the half-face ! :lol: If I understand it, the M letter is where a Line starts...And the Z is where it ends... and they use relative and abolute Coord, I myself not knowledgeable enuff about SVG format... :oops: there is ...

Go to advanced search