Search found 5099 matches
- Fri Sep 13, 2019 11:18 pm
- Forum: User Groups and Events
- Topic: Swiss LiveCode User Group
- Replies: 1
- Views: 2333
Re: Swiss LiveCode User Group
Björnke organised a LiveCode meeting in Zürich a few years ago. I attented the meeting with the intention to attend/organise more international meetings. I've organised a few meetings in the Netherlands and one in Belgium. Send me a message and perhaps we'll be able to organise a meeting in Switzerl...
- Wed Mar 28, 2018 9:50 pm
- Forum: LiveCode Builder
- Topic: Help how to make such widget
- Replies: 6
- Views: 3464
Re: Help how to make such widget
Why do you want to make a widget? I always write a relatively simple script to set up my database. It doesn't need a specific GUI and doesn't need direct access to the API of the OS. I see no reason to use LCB, but if you do please enlighten me.
- Sun Mar 18, 2018 8:05 pm
- Forum: User Groups and Events
- Topic: LiveCode Meetingin Breda, the Netherlands
- Replies: 3
- Views: 4468
Re: LiveCode Meetingin Breda, the Netherlands
Rob, I have organized the Dutch UG meetings for a long time. I try to organize a meeting twice a year. The last meeting was over a year ago, however, so I guess it is time to organize one soon. Feel free to send me a private message or e-mail and I'll put you on the mailing list of the group. Kind r...
- Mon Mar 12, 2018 11:12 pm
- Forum: Databases
- Topic: Create new Local ID or Retreive 1 from Online DB ?
- Replies: 12
- Views: 4418
Re: Create new Local ID or Retreive 1 from Online DB ?
No, you're not at a good level of paranoia. You're the type who would kill his app for security's sake. First learn something about threats and security and then decide which level of security you need. Leave out terms like paranoia. That's not a term that should be used in software engineering and ...
- Mon Mar 12, 2018 10:52 pm
- Forum: Databases
- Topic: Create new Local ID or Retreive 1 from Online DB ?
- Replies: 12
- Views: 4418
Re: Create new Local ID or Retreive 1 from Online DB ?
Whatever. If you think you know best, then why did you ask your question in the first place.
- Mon Mar 12, 2018 3:29 pm
- Forum: Databases
- Topic: Create new Local ID or Retreive 1 from Online DB ?
- Replies: 12
- Views: 4418
Re: Create new Local ID or Retreive 1 from Online DB ?
Usually ID's are easy to guess and protection against SQL injection isn't done by complicated ID numbers.
- Sun Mar 11, 2018 4:02 am
- Forum: Talking LiveCode
- Topic: is there a sound editor developed with runrev ?
- Replies: 26
- Views: 9572
Re: is there a sound editor developed with runrev ?
Are you using compressed wave files?
- Sat Mar 10, 2018 6:27 pm
- Forum: Databases
- Topic: Create new Local ID or Retreive 1 from Online DB ?
- Replies: 12
- Views: 4418
Re: Create new Local ID or Retreive 1 from Online DB ?
Well, no, why would it have to be smarter than that? The point is just that sometimes internal and external ID's aren't the same, so if you decide to use an external ID like a customer number, you often may want to consider this a field just like any other and use the internal, automatically generat...
- Fri Mar 09, 2018 11:33 pm
- Forum: Databases
- Topic: Create new Local ID or Retreive 1 from Online DB ?
- Replies: 12
- Views: 4418
Re: Create new Local ID or Retreive 1 from Online DB ?
Why "emulate"? That concept doesn't make sense here. Internal and external ID's are just different things with different purposes. As I said, don't make it more complex than necessary.
Mark
Mark
- Sun Jan 14, 2018 2:32 pm
- Forum: Databases
- Topic: Create new Local ID or Retreive 1 from Online DB ?
- Replies: 12
- Views: 4418
Re: Create new Local ID or Retreive 1 from Online DB ?
Make a distinction between an internal and en external ID. The internal ID is for the database and links records of different tables. The external ID is for you, e.g. a client number. The client number is stored in only one table in the database, while the internal ID is stored wherever applicable. ...
- Sun Jan 14, 2018 2:25 pm
- Forum: Android Deployment
- Topic: Connect To Server At Startup
- Replies: 1
- Views: 1148
Re: Connect To Server At Startup
The syntax "wait 5 seconds" is blocking and during this time LiveCode will never be able to make a connection. Instead, you should use "wait 5 seconds with messages" but there is a better way to do this. local lSock = "192.168.15.189:12345" on openStack newConnection end openStack on newConnection i...
- Wed Jan 10, 2018 9:32 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: using UTF-16 instead of UTF-8 between Stack and Hosted DB
- Replies: 1
- Views: 1022
Re: using UTF-16 instead of UTF-8 between Stack and Hosted DB
Sure. If the UTF16 encoded data in the MariaDB fields are correct, there is no reason why it wouldn't display correctly in LiveCode. I don't understand why you mention data transfers separately. This may depend on your server and on the specified data transfer method, a transfer shouldn't affect the...
- Wed Jan 10, 2018 9:19 pm
- Forum: Developer Services Marketplace
- Topic: A LiveCode app to be published on iOS and Android
- Replies: 1
- Views: 2902
- Fri Jan 05, 2018 2:45 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: the polygon tool
- Replies: 7
- Views: 2196
Re: the polygon tool
You could ask the user to click on the card, record the points and save them in a variable, and set the points of a new polygon to that variable.
- Thu Jan 04, 2018 9:11 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Copy-pasting accented text into LC
- Replies: 2
- Views: 1247
Re: Copy-pasting accented text into LC
If I copy your original text from the browser and paste it into LiveCode, I get an incorrect result. However, if I type the text manually in LibreOffice and copy-paste it into LiveCode, it works fine. What is your exact set-up? (I still have to try OpenOffice on my new Mac).