Thank you.
I already own a indy license.
I will have a look at the lessons page.
Search found 37 matches
- Tue Oct 31, 2017 9:13 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Is livecode the right tool for me
- Replies: 3
- Views: 4036
- Tue Oct 31, 2017 7:58 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Is livecode the right tool for me
- Replies: 3
- Views: 4036
Is livecode the right tool for me
Hi All,
I'am wondering of livecode is the right tool for the job.
My company is planning of creating a mobile app that can display data from a webservice.
Currently there is a webservice available for this but it works using Soap XML.
Is it possible to aquire data using this webservice with ...
I'am wondering of livecode is the right tool for the job.
My company is planning of creating a mobile app that can display data from a webservice.
Currently there is a webservice available for this but it works using Soap XML.
Is it possible to aquire data using this webservice with ...
- Sat Nov 29, 2014 11:06 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: start using
- Replies: 1
- Views: 2692
start using
Hi,
I found the option to start using a card as a "library"
But iám not sure how to implement this.
Where do i put the "start using mycard"
And do i need to put the commands i want to use in the card script or in the stack script.
Any examples are more than welcome.
kind regards
Ivo
I found the option to start using a card as a "library"
But iám not sure how to implement this.
Where do i put the "start using mycard"
And do i need to put the commands i want to use in the card script or in the stack script.
Any examples are more than welcome.
kind regards
Ivo
- Wed Dec 18, 2013 8:21 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Reading from a socket and putting reply into a logfield
- Replies: 2
- Views: 2965
Re: Reading from a socket and putting reply into a logfield
Klaus,
Thank you for your reply.
What is the best place to look/find these simple commands?
Thank you for your reply.
What is the best place to look/find these simple commands?
- Wed Dec 18, 2013 12:33 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Reading from a socket and putting reply into a logfield
- Replies: 2
- Views: 2965
Reading from a socket and putting reply into a logfield
Hi,
I'am reading from a socket connection and want to put the received messages in a log field
read from socket "172.27.101.208:5423" until empty
put it after field "logField"
send "readLoop" to me in 50 milliseconds
Whit this code the received data is al put on 1 line
OK&ACK OK&ACK OK&ACK OK ...
I'am reading from a socket connection and want to put the received messages in a log field
read from socket "172.27.101.208:5423" until empty
put it after field "logField"
send "readLoop" to me in 50 milliseconds
Whit this code the received data is al put on 1 line
OK&ACK OK&ACK OK&ACK OK ...
- Mon May 20, 2013 10:30 pm
- Forum: Making IDE Plugins
- Topic: Creating a Library
- Replies: 1
- Views: 7133
Creating a Library
Hi,
I've been creating some apps using livecode now.
I'am using quite alot the same commands.
Is it possible to create a library with these commands so i can reuse them.
Where to start and how to get a new livecode stack to use it.
Thanks for your help.
I've been creating some apps using livecode now.
I'am using quite alot the same commands.
Is it possible to create a library with these commands so i can reuse them.
Where to start and how to get a new livecode stack to use it.
Thanks for your help.
- Sat Dec 08, 2012 12:35 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: make list field auto scrolling
- Replies: 3
- Views: 4131
make list field auto scrolling
Hi,
I have a list filed that gets his updates from another program, but how to make it scroll automaticly so it keeps displaying the last line that was added.
I have a list filed that gets his updates from another program, but how to make it scroll automaticly so it keeps displaying the last line that was added.
- Fri Nov 23, 2012 6:51 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to swap text from 2 text fields
- Replies: 5
- Views: 5037
Re: How to swap text from 2 text fields
thanks for your help
- Fri Nov 23, 2012 12:01 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to swap text from 2 text fields
- Replies: 5
- Views: 5037
How to swap text from 2 text fields
Hi,
I have to text fields containg names.
What i want to do is selecting two names in the different text fields and than swap those names.
Kind regards Ivo
I have to text fields containg names.
What i want to do is selecting two names in the different text fields and than swap those names.
Kind regards Ivo
- Mon Nov 12, 2012 8:57 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Popup window
- Replies: 4
- Views: 5682
Re: Popup window
Thanks for your help.
I've got it working now.
I made the extr screen for the popup as a new card instead of a new substack.
kind regards Ivo
I've got it working now.
I made the extr screen for the popup as a new card instead of a new substack.
kind regards Ivo
- Mon Nov 12, 2012 5:58 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Popup window
- Replies: 4
- Views: 5682
Re: Popup window
Thanks for your reply.
I Found the different Modes but cant seem to get it to work.
As son if i set the mode to modeless i cant do anything in Livecode anymore.
I Found the different Modes but cant seem to get it to work.
As son if i set the mode to modeless i cant do anything in Livecode anymore.
- Mon Nov 12, 2012 5:14 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Popup window
- Replies: 4
- Views: 5682
Popup window
Hi,
I have fullscreen application.
I want to add a contact form that opens "above" the fullscreen like an popup.
How to create this, if possible?
kind regards Ivo
I have fullscreen application.
I want to add a contact form that opens "above" the fullscreen like an popup.
How to create this, if possible?
kind regards Ivo
- Wed Sep 19, 2012 1:05 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Create a custom function
- Replies: 15
- Views: 11397
Re: Create a custom function
It is that easy. Very nice.
And how to call that custom propertie, if i put the custom propertie on a button will the MouseUp event trigger the custom propertie.
And how when the custom propertie is placed on a card
And how to call that custom propertie, if i put the custom propertie on a button will the MouseUp event trigger the custom propertie.
And how when the custom propertie is placed on a card
- Wed Sep 19, 2012 10:59 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Create a custom function
- Replies: 15
- Views: 11397
Re: Create a custom function
I've been reading and following the video cource but I didn't find out about how to create a property containing my code that I could call from my custom function.
- Sun Sep 16, 2012 7:20 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Create a custom function
- Replies: 15
- Views: 11397
Re: Create a custom function
Thanks for your help.
I'll habe to find out about that property and the function and howto use merge.
But ill now where to look for.
Thanks
I'll habe to find out about that property and the function and howto use merge.
But ill now where to look for.
Thanks