Search found 52 matches

by TorstenHolmer
Sun Aug 16, 2020 12:33 pm
Forum: Internet
Topic: Browser widget does not suppüort WebGL2
Replies: 13
Views: 13846

Browser widget does not suppüort WebGL2

Hi,

I want to test how to display a WebGL-Page in the browser widget, but get this message on this page (https://get.webgl.org/webgl2/) :

"Oh no! We are sorry, but your browser does not seem to support WebGL2."

Is there a way to update the widget?

Chrome does support WebGL 2.0

Cheers,
Torsten
by TorstenHolmer
Tue Aug 11, 2020 9:58 am
Forum: CGIs and the Server
Topic: livecode server URL redirect?
Replies: 10
Views: 13995

Re: livecode server URL redirect?

Hi,

here is the code, I am using and which works on the current Livecode server version:

Code: Select all

<?lc
put "https://theUrlTheBrowserIsRedirectedTo" into tURL
put header "Status: 301"
put header "Location:" && tURL
?>  
Cheers,
Torsten
by TorstenHolmer
Tue Jun 30, 2020 5:53 pm
Forum: Off-Topic
Topic: A small PR rant
Replies: 60
Views: 28188

Re: A small PR rant

Hi Andy, I agree with the website and the blog, this should be improved. But I also think your friend is not the target audience of Livecode. Professional programmers with long time experience have a totally different view on programming. They demand very advanced things which are not relevant for t...
by TorstenHolmer
Wed Jun 17, 2020 6:11 pm
Forum: CGIs and the Server
Topic: Redirecting stdout to file on server
Replies: 0
Views: 7605

Redirecting stdout to file on server

Hi, I use Livecode server as an API for uploading some files from another application with the POST command. The problem is, that I cannot see the error messages, if something fails. In browser based interaction set the errorMode to "inline" is fine, but between apps I cannot see the reply. There se...
by TorstenHolmer
Sat Jan 25, 2020 9:17 pm
Forum: CGIs and the Server
Topic: POLL: LiveCode Server deployment
Replies: 75
Views: 210795

Re: POLL: LiveCode Server deployment

C: I have an account at www.hostm.com which is one of the very few hosting companies running Livecode server. Up to now I'm using it to create some scripts which work as an API for some mobile apps for scientific projects. I really like that Ii can be creative with Livecode on all platforms and devi...
by TorstenHolmer
Tue Oct 01, 2019 11:31 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: mobileComposeMail not working - Disregard!
Replies: 3
Views: 2622

Re: mobileComposeMail not working - Disregard!

It does not work on my Android device (Android 9) either!

Compiled with Livecode 9.5 and 9.0.3.

Could if be a OS problem with newer OS versions?

Cheers,
Torsten
by TorstenHolmer
Sat Aug 03, 2019 12:16 pm
Forum: Educational Outreach
Topic: Which XPRIZE finalists used Livecode?
Replies: 0
Views: 7689

Which XPRIZE finalists used Livecode?

HI,

in the announcement mail for version 9.5 there is this sentence: "3 of the 5 finalists in the Global Learning XPRIZE competition used LiveCode when creating their apps."

I would like to know which projects used Livecode.

Thanks
Torsten
by TorstenHolmer
Sat Jul 20, 2019 9:43 pm
Forum: Internet
Topic: WebSocket connection with a node.js server
Replies: 2
Views: 3711

Re: WebSocket connection with a node.js server

I think: no.

So I will try to find out how to write a library ;-)
At least I have to understand what the guys who wrote the socket.io did, but it seems a lot of work.
Maybe we find a way to talk on normal sockets instead of websockets...
by TorstenHolmer
Fri Jul 19, 2019 11:25 pm
Forum: Internet
Topic: WebSocket connection with a node.js server
Replies: 2
Views: 3711

WebSocket connection with a node.js server

Hi, I am working on a research project where I try to connect a mobile LiveCode client (Android) to a server which runs node.js. As far as I found out, the client has to connect via WebSockets. * Is there a possibility to use this protocol with Livecode? * Are there any libraries which support WebSo...
by TorstenHolmer
Wed Jul 17, 2019 9:18 am
Forum: CGIs and the Server
Topic: tsNet on LC server
Replies: 2
Views: 5178

Re: tsNet on LC server

Hi SparkOut, I have had the same problem. it is an error in the manual, the server has NO tsNet library. But you could use curl as a replacement. This is what my host replied as an asnwer how to use FTP with Livecode: "If you are wanting to programmatically transfer a file to another server, one way...
by TorstenHolmer
Sat Jul 06, 2019 9:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Complete list of livecode commands
Replies: 5
Views: 3648

Any is great!

Thanks for this tip, Klaus! The problem with the names is that there is not one way of writing theses words: the Livecode dictionairy also says "listRegistry" the function says "listregistry". I asked the wiki host, if there is a way of still accepting lowercase pagenames. I am waiting for reply, ma...
by TorstenHolmer
Sat Jul 06, 2019 11:40 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Complete list of livecode commands
Replies: 5
Views: 3648

Random keywords for learning

Here is my intention: I wanted to have a random pick of the livecode commands and functions in order to learn more about unexplored areas. This line beams you to a random keyword in the english livecode wiki: launch url ("https://livecode.fandom.com/wiki/" & line random(the number of lines in (the c...
by TorstenHolmer
Sat Jul 06, 2019 10:44 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Complete list of livecode commands
Replies: 5
Views: 3648

Re: Complete list of livecode commands

Perfect!

Thanks a lot :D
Torsten
by TorstenHolmer
Sat Jul 06, 2019 9:36 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Complete list of livecode commands
Replies: 5
Views: 3648

Complete list of livecode commands

Hi,

I am looking for a simple text list which contains all current Livecode commands.

Can someone provide a link?

Kind regards
Torsten
by TorstenHolmer
Thu Jun 20, 2019 10:55 am
Forum: Multimedia
Topic: Fast method for counting RGB values of an image
Replies: 18
Views: 22661

Re: Fast method for counting RGB values of an image

Thanks a lot!!!
:D
Cheers,
Torsten

Go to advanced search