Search found 926 matches

by bangkok
Sun Oct 04, 2020 4:36 pm
Forum: Databases
Topic: searching for "todo" in SQLite field fails
Replies: 6
Views: 6480

Re: searching for "todo" in SQLite field fails

Sure. Send the database so we can look at its structure.

And what about the queries you're trying ? What are they ? We need them too.

How did you write the data into the db ? With an editor ? By queries ?
by bangkok
Sun Sep 20, 2020 4:07 pm
Forum: CGIs and the Server
Topic: livecode server return json
Replies: 4
Views: 5274

Re: livecode server return json

klamp wrote:
Sun Sep 20, 2020 11:17 am
is there any tutorial to convert tDaya to array?
Before to try to convert things, you need first to really understand what are arrays...

Here is a good intro :

http://livecode.byu.edu/arrays/introToArrays.php
by bangkok
Fri Sep 18, 2020 10:20 am
Forum: LiveCode Hosting
Topic: using set cookie
Replies: 4
Views: 4677

Re: using set cookie

I have tried to put my Cookie coding at the top of my file with no luck. I do not have an ../includes/ folder on my system. Is that part of some extra install process? No it was just to show you what can be done. So, I guess your problem comes from the script that writes/creates the cookie. You nee...
by bangkok
Thu Sep 17, 2020 4:22 pm
Forum: LiveCode Hosting
Topic: using set cookie
Replies: 4
Views: 4677

Re: using set cookie

You need to use cookies functions before... anything else. ;-) At the top of your .lc file. Example : <?lc set the errorMode to "inline" put $_COOKIE into tCookie put tCookie["myCookie1"] into tCookie if tCookie is empty then put new header "Location: index.lc?C=1" put "Sorry..." quit end if put cha...
by bangkok
Thu Sep 10, 2020 10:26 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Android Event Listener v1.0.0 - find out when your app is put in the background!
Replies: 15
Views: 8308

Re: Android Event Listener v1.0.0 - find out when your app is put in the background!

Well after a few tests (Android 7)... it works perfectly. One thing I didn't realize. If for instance I put an answer "paused" and answer "resumed" into the handlers.... the "paused" is fired, but of course not the "resumed" (because the screen displays the "paused"). Anyway, thanks again ! I'm sure...
by bangkok
Thu Sep 10, 2020 10:03 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Android Event Listener v1.0.0 - find out when your app is put in the background!
Replies: 15
Views: 8308

Re: Android Event Listener v1.0.0 - find out when your app is put in the background!

Hey mister Opaquer !

This is totally.... great !

No seriously.

I'm going to try it.

Do you have any plan for other Android extensions ?

Thanks again.
by bangkok
Tue Sep 01, 2020 9:49 am
Forum: Android Deployment
Topic: Clearing Text From An Android Native Edit Field (Widget)
Replies: 1
Views: 1699

Re: Clearing Text From An Android Native Edit Field (Widget)

Code: Select all

set the text of widget "SendEdit" to empty
by bangkok
Sun Aug 30, 2020 10:12 am
Forum: Version Control
Topic: Opening a version 8 stack in LiveCode 9
Replies: 21
Views: 27444

Re: Opening a version 8 stack in LiveCode 9

Technically the openstack and preopenstack handlers should be in the script of the first card in the stack That might just explain why, for years, I've had problems when I've put these in the stackScript . That's what i love with such a forum ! Even as an"old timer" it's possible to learn something...
by bangkok
Sat Aug 29, 2020 12:14 am
Forum: Version Control
Topic: Opening a version 8 stack in LiveCode 9
Replies: 21
Views: 27444

Re: Opening a version 8 stack in LiveCode 9

Very strange. And never experienced that ! You need to follow a process : -give us details about your OS, which LC version do you use (9) and the same for your "old" LC (8) -try to reproduce the problem with a sample stack that you can send us after so people can have a look -and/or fill in directly...
by bangkok
Tue Aug 25, 2020 11:32 am
Forum: Off-Topic
Topic: What Users want from the next version of LiveCode
Replies: 29
Views: 16979

Re: What Users want from the next version of LiveCode

Revamped database connexion system. We seriously need that ! No evolution (with the exception of support of new version of SQLite) since ages. Revamped printing system. The weak point of LC (i mean the differences between "display" and "print" on Windows is really 20th century....) If we get those 2...
by bangkok
Sun Aug 23, 2020 4:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Post Url Timeout
Replies: 9
Views: 4231

Re: Post Url Timeout

Define "large size" please. How many MB ? And which version of LC do you use ? Last but not least, have you tried to just download a big file, from a demo server like : http://speedtest4.tele2.net/100MB.zip http://speedtest4.tele2.net/1GB.zip http://speedtest4.tele2.net/10GB.zip Or ftp://speedtest.t...
by bangkok
Sat Aug 22, 2020 9:18 am
Forum: CGIs and the Server
Topic: tsnet on livecode server
Replies: 12
Views: 9630

Re: tsnet on livecode server

If you get the authentication part of that *office 365 integration down please let me know. MS seems to have some oddly cumbersome config for their OAuth2 setup. Well that's my point. With createSmtpMessage and tsNetSmtpSync and put true into tSettings["use_ssl"] and using the Microsoft SMTP server...
by bangkok
Sat Aug 22, 2020 5:50 am
Forum: CGIs and the Server
Topic: tsnet on livecode server
Replies: 12
Views: 9630

Re: tsnet on livecode server

FourthWorld wrote:
Sat Aug 22, 2020 4:27 am
Just curious: which tsNet features do you need on a server that aren't provided with libURL?
I will answer for myself : i do not know... yet ;-)

I just want to do experiments.

Something might be easier with tsNet though : sending email (with a third party account, like microsoft 365 office).
by bangkok
Sat Aug 22, 2020 2:40 am
Forum: CGIs and the Server
Topic: tsnet on livecode server
Replies: 12
Views: 9630

Re: tsnet on livecode server

Very interesting. I just ask HostM to do the "upgrade" on my account (they did it a few minutes, after sending them my invoice of LC Indy, amazing). One question though : "(And close afterwards for good housekeeping.)" You mean after every TSNet command within a lc server script, we have to close ? ...

Go to advanced search